public enum ProductAttributes.RelatedProduct.IdType extends Enum<ProductAttributes.RelatedProduct.IdType> implements ProtocolMessageEnumThe type of the identifier of the related product.
Protobuf enum
google.shopping.merchant.products.v1.ProductAttributes.RelatedProduct.IdType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
GTIN |
The identifier is a GTIN. |
GTIN_VALUE |
The identifier is a GTIN. |
ID |
The identifier is a product ID in the feed. |
ID_TYPE_UNSPECIFIED |
The identifier type is unspecified. |
ID_TYPE_UNSPECIFIED_VALUE |
The identifier type is unspecified. |
ID_VALUE |
The identifier is a product ID in the feed. |
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() |
|