public enum PrivateOfferView extends Enum<PrivateOfferView> implements ProtocolMessageEnumControls which fields are returned in a PrivateOffer returned by the API. https://google.aip.dev/157
Protobuf enum google.cloud.commerceproducer.v1beta.PrivateOfferView
Implements
ProtocolMessageEnumStatic 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_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_FULL |
Include everything. |
PRIVATE_OFFER_VIEW_FULL_VALUE |
Include everything. |
PRIVATE_OFFER_VIEW_UNSPECIFIED |
The default / unset value. The API will default to the BASIC view. |
PRIVATE_OFFER_VIEW_UNSPECIFIED_VALUE |
The default / unset value. The API will default to the BASIC view. |
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() |
|