public enum ConversionSource.State extends Enum<ConversionSource.State> implements ProtocolMessageEnum
Represents state of the conversion source.
Protobuf enum google.shopping.merchant.conversions.v1beta.ConversionSource.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTIVE |
Conversion source is fully functional. |
ACTIVE_VALUE |
Conversion source is fully functional. |
ARCHIVED |
Conversion source has been archived in the last 30 days and not currently functional. Can be restored using the undelete method. |
ARCHIVED_VALUE |
Conversion source has been archived in the last 30 days and not currently functional. Can be restored using the undelete method. |
PENDING |
Conversion source creation has started but not fully finished yet. |
PENDING_VALUE |
Conversion source creation has started but not fully finished yet. |
STATE_UNSPECIFIED |
Conversion source has unspecified state. |
STATE_UNSPECIFIED_VALUE |
Conversion source has unspecified state. |
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() |