Enum PrivateOfferView (0.1.0)

public enum PrivateOfferView extends Enum<PrivateOfferView> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.commerceproducer.v1beta.PrivateOfferView

Implements

ProtocolMessageEnum

Static Fields

Name Description
PRIVATE_OFFER_VIEW_BASIC

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

PRIVATE_OFFER_VIEW_BASIC = 1;

PRIVATE_OFFER_VIEW_BASIC_VALUE

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

PRIVATE_OFFER_VIEW_BASIC = 1;

PRIVATE_OFFER_VIEW_FULL

Include everything.

PRIVATE_OFFER_VIEW_FULL = 2;

PRIVATE_OFFER_VIEW_FULL_VALUE

Include everything.

PRIVATE_OFFER_VIEW_FULL = 2;

PRIVATE_OFFER_VIEW_UNSPECIFIED

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

PRIVATE_OFFER_VIEW_UNSPECIFIED = 0;

PRIVATE_OFFER_VIEW_UNSPECIFIED_VALUE

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

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