Enum ProductAttributes.RelatedProduct.IdType (1.23.0)

public enum ProductAttributes.RelatedProduct.IdType extends Enum<ProductAttributes.RelatedProduct.IdType> implements ProtocolMessageEnum

The type of the identifier of the related product.

Protobuf enum google.shopping.merchant.products.v1.ProductAttributes.RelatedProduct.IdType

Implements

ProtocolMessageEnum

Static Fields

Name Description
GTIN

The identifier is a GTIN.

GTIN = 1;

GTIN_VALUE

The identifier is a GTIN.

GTIN = 1;

ID

The identifier is a product ID in the feed.

ID = 2;

ID_TYPE_UNSPECIFIED

The identifier type is unspecified.

ID_TYPE_UNSPECIFIED = 0;

ID_TYPE_UNSPECIFIED_VALUE

The identifier type is unspecified.

ID_TYPE_UNSPECIFIED = 0;

ID_VALUE

The identifier is a product ID in the feed.

ID = 2;

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