public enum PrivateOffer.State extends Enum<PrivateOffer.State> implements ProtocolMessageEnumState of an offer.
Protobuf enum google.cloud.commerceproducer.v1beta.PrivateOffer.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACCEPTED |
The offer has been accepted by the customer. |
ACCEPTED_VALUE |
The offer has been accepted by the customer. |
CANCELLED |
The offer was cancelled by the provider before it was transacted. Cancelled offers can no longer be accepted by the customer. |
CANCELLED_VALUE |
The offer was cancelled by the provider before it was transacted. Cancelled offers can no longer be accepted by the customer. |
DRAFT |
The default state after creation when the offer can be edited. In all other states, the contents of the offer cannot be edited. |
DRAFT_VALUE |
The default state after creation when the offer can be edited. In all other states, the contents of the offer cannot be edited. |
ENDED |
The offer has ended. Ended offers were accepted and active in the past, but have now reached the end of their term or have been terminated. |
ENDED_VALUE |
The offer has ended. Ended offers were accepted and active in the past, but have now reached the end of their term or have been terminated. |
EXPIRED |
The offer expired without being accepted by the customer. Expired offers can no longer be accepted by the customer. |
EXPIRED_VALUE |
The offer expired without being accepted by the customer. Expired offers can no longer be accepted by the customer. |
PUBLISHED |
The offer has been published and is available to the customer to accept. |
PUBLISHED_VALUE |
The offer has been published and is available to the customer to accept. |
PUBLISHING |
The offer is publishing. Publishing will complete when all publishing requirements are satisfied. |
PUBLISHING_VALUE |
The offer is publishing. Publishing will complete when all publishing requirements are satisfied. |
STATE_UNSPECIFIED |
Default value. This value is unused. |
STATE_UNSPECIFIED_VALUE |
Default value. This value is unused. |
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() |
|