Enum ServiceView (0.1.0)

public enum ServiceView extends Enum<ServiceView> implements ProtocolMessageEnum

Controls which fields are returned in a Service returned by the API. https://google.aip.dev/157

Protobuf enum google.cloud.commerceproducer.v1beta.ServiceView

Implements

ProtocolMessageEnum

Static Fields

Name Description
SERVICE_VIEW_BASIC

Include basic metadata about the Service, but not the full contents. This is the default value (for both List and Get requests).

SERVICE_VIEW_BASIC = 1;

SERVICE_VIEW_BASIC_VALUE

Include basic metadata about the Service, but not the full contents. This is the default value (for both List and Get requests).

SERVICE_VIEW_BASIC = 1;

SERVICE_VIEW_FULL

Include everything.

SERVICE_VIEW_FULL = 2;

SERVICE_VIEW_FULL_VALUE

Include everything.

SERVICE_VIEW_FULL = 2;

SERVICE_VIEW_UNSPECIFIED

The default / unset value. The API will default to the BASIC view.

SERVICE_VIEW_UNSPECIFIED = 0;

SERVICE_VIEW_UNSPECIFIED_VALUE

The default / unset value. The API will default to the BASIC view.

SERVICE_VIEW_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()