Enum DigitalSourceType (1.13.0)

public enum DigitalSourceType extends Enum<DigitalSourceType> implements ProtocolMessageEnum

The digital source type. Following IPTC.

Protobuf enum google.shopping.merchant.products.v1.DigitalSourceType

Implements

ProtocolMessageEnum

Static Fields

Name Description
DEFAULT

Text NOT created algorithmically using a model derived from sampled content (the default)

DEFAULT = 2;

DEFAULT_VALUE

Text NOT created algorithmically using a model derived from sampled content (the default)

DEFAULT = 2;

DIGITAL_SOURCE_TYPE_UNSPECIFIED

Digital source type is unspecified.

DIGITAL_SOURCE_TYPE_UNSPECIFIED = 0;

DIGITAL_SOURCE_TYPE_UNSPECIFIED_VALUE

Digital source type is unspecified.

DIGITAL_SOURCE_TYPE_UNSPECIFIED = 0;

TRAINED_ALGORITHMIC_MEDIA

Text created algorithmically using a model derived from sampled content.

TRAINED_ALGORITHMIC_MEDIA = 1;

TRAINED_ALGORITHMIC_MEDIA_VALUE

Text created algorithmically using a model derived from sampled content.

TRAINED_ALGORITHMIC_MEDIA = 1;

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