Enum ConversionSource.State (0.3.0)

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

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

Conversion source is fully functional.

ACTIVE = 1;

ACTIVE_VALUE

Conversion source is fully functional.

ACTIVE = 1;

ARCHIVED

Conversion source has been archived in the last 30 days and not currently functional. Can be restored using the undelete method.

ARCHIVED = 2;

ARCHIVED_VALUE

Conversion source has been archived in the last 30 days and not currently functional. Can be restored using the undelete method.

ARCHIVED = 2;

PENDING

Conversion source creation has started but not fully finished yet.

PENDING = 3;

PENDING_VALUE

Conversion source creation has started but not fully finished yet.

PENDING = 3;

STATE_UNSPECIFIED

Conversion source has unspecified state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Conversion source has unspecified state.

STATE_UNSPECIFIED = 0;

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()