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