Enum StandardOfferView (0.1.0)

public enum StandardOfferView extends Enum<StandardOfferView> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.commerceproducer.v1beta.StandardOfferView

Implements

ProtocolMessageEnum

Static Fields

Name Description
STANDARD_OFFER_VIEW_BASIC

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

STANDARD_OFFER_VIEW_BASIC = 1;

STANDARD_OFFER_VIEW_BASIC_VALUE

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

STANDARD_OFFER_VIEW_BASIC = 1;

STANDARD_OFFER_VIEW_FULL

Include everything.

STANDARD_OFFER_VIEW_FULL = 2;

STANDARD_OFFER_VIEW_FULL_VALUE

Include everything.

STANDARD_OFFER_VIEW_FULL = 2;

STANDARD_OFFER_VIEW_UNSPECIFIED

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

STANDARD_OFFER_VIEW_UNSPECIFIED = 0;

STANDARD_OFFER_VIEW_UNSPECIFIED_VALUE

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

STANDARD_OFFER_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()