Enum PrimaryProductDataSource.Destination.State (0.16.0)

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

ProtocolMessageEnum

Static Fields

Name Description
DISABLED

Indicates that the destination is disabled.

DISABLED = 2;

DISABLED_VALUE

Indicates that the destination is disabled.

DISABLED = 2;

ENABLED

Indicates that the destination is enabled.

ENABLED = 1;

ENABLED_VALUE

Indicates that the destination is enabled.

ENABLED = 1;

STATE_UNSPECIFIED

Not specified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Not specified.

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