public enum SubscriptionPeriod extends Enum<SubscriptionPeriod> implements ProtocolMessageEnum
The subscription period of the product.
Protobuf enum google.shopping.merchant.products.v1beta.SubscriptionPeriod
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
MONTH |
Indicates that the subscription period is month. |
MONTH_VALUE |
Indicates that the subscription period is month. |
SUBSCRIPTION_PERIOD_UNSPECIFIED |
Indicates that the subscription period is unspecified. |
SUBSCRIPTION_PERIOD_UNSPECIFIED_VALUE |
Indicates that the subscription period is unspecified. |
UNRECOGNIZED |
|
YEAR |
Indicates that the subscription period is year. |
YEAR_VALUE |
Indicates that the subscription period is year. |
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() |