public enum Program.State extends Enum<Program.State> implements ProtocolMessageEnum
Possible program participation states for the account.
Protobuf enum google.shopping.merchant.accounts.v1beta.Program.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ELIGIBLE |
The account is eligible to participate in the program. |
ELIGIBLE_VALUE |
The account is eligible to participate in the program. |
ENABLED |
The program is enabled for the account. |
ENABLED_VALUE |
The program is enabled for the account. |
NOT_ELIGIBLE |
The account is not eligible to participate in the program. |
NOT_ELIGIBLE_VALUE |
The account is not eligible to participate in the program. |
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() |