public enum AutoRenewalBehavior extends Enum<AutoRenewalBehavior> implements ProtocolMessageEnumIndicates the auto renewal behavior customer specifies on subscription.
Protobuf enum google.cloud.commerce.consumer.procurement.v1.AutoRenewalBehavior
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
AUTO_RENEWAL_BEHAVIOR_DISABLE |
Auto Renewal will be disabled on subscription. |
AUTO_RENEWAL_BEHAVIOR_DISABLE_VALUE |
Auto Renewal will be disabled on subscription. |
AUTO_RENEWAL_BEHAVIOR_ENABLE |
Auto Renewal will be enabled on subscription. |
AUTO_RENEWAL_BEHAVIOR_ENABLE_VALUE |
Auto Renewal will be enabled on subscription. |
AUTO_RENEWAL_BEHAVIOR_UNSPECIFIED |
If unspecified, the auto renewal behavior will follow the default config. |
AUTO_RENEWAL_BEHAVIOR_UNSPECIFIED_VALUE |
If unspecified, the auto renewal behavior will follow the default config. |
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() |
|