public enum ProductApplicability extends Enum<ProductApplicability> implements ProtocolMessageEnum
Which product or list of products the promotion applies to.
Protobuf enum google.shopping.merchant.promotions.v1beta.ProductApplicability
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ALL_PRODUCTS |
Applicable to all products. |
ALL_PRODUCTS_VALUE |
Applicable to all products. |
PRODUCT_APPLICABILITY_UNSPECIFIED |
Which products the promotion applies to is unknown. |
PRODUCT_APPLICABILITY_UNSPECIFIED_VALUE |
Which products the promotion applies to is unknown. |
SPECIFIC_PRODUCTS |
Applicable to only a single product or list of products. |
SPECIFIC_PRODUCTS_VALUE |
Applicable to only a single product or list of products. |
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() |