public enum PrimaryProductDataSource.Destination.State extends Enum<PrimaryProductDataSource.Destination.State> implements ProtocolMessageEnum
The state of the destination.
Protobuf enum
google.shopping.merchant.datasources.v1beta.PrimaryProductDataSource.Destination.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DISABLED |
Indicates that the destination is disabled. |
DISABLED_VALUE |
Indicates that the destination is disabled. |
ENABLED |
Indicates that the destination is enabled. |
ENABLED_VALUE |
Indicates that the destination is enabled. |
STATE_UNSPECIFIED |
Not specified. |
STATE_UNSPECIFIED_VALUE |
Not specified. |
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() |