Enum SubscriptionPeriod (0.1.0)

public enum SubscriptionPeriod extends Enum<SubscriptionPeriod> implements ProtocolMessageEnum

The subscription period of the product.

Protobuf enum google.shopping.merchant.products.v1beta.SubscriptionPeriod

Implements

ProtocolMessageEnum

Static Fields

Name Description
MONTH

Indicates that the subscription period is month.

MONTH = 1;

MONTH_VALUE

Indicates that the subscription period is month.

MONTH = 1;

SUBSCRIPTION_PERIOD_UNSPECIFIED

Indicates that the subscription period is unspecified.

SUBSCRIPTION_PERIOD_UNSPECIFIED = 0;

SUBSCRIPTION_PERIOD_UNSPECIFIED_VALUE

Indicates that the subscription period is unspecified.

SUBSCRIPTION_PERIOD_UNSPECIFIED = 0;

UNRECOGNIZED
YEAR

Indicates that the subscription period is year.

YEAR = 2;

YEAR_VALUE

Indicates that the subscription period is year.

YEAR = 2;

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