Enum ManagementSettings.RenewalMethod (1.5.0)

public enum ManagementSettings.RenewalMethod extends Enum<ManagementSettings.RenewalMethod> implements ProtocolMessageEnum

Defines how the Registration is renewed.

Protobuf enum google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AUTOMATIC_RENEWAL

The domain is automatically renewed each year . To disable automatic renewals, delete the resource by calling DeleteRegistration or export it by calling ExportRegistration.

AUTOMATIC_RENEWAL = 1;

AUTOMATIC_RENEWAL_VALUE

The domain is automatically renewed each year . To disable automatic renewals, delete the resource by calling DeleteRegistration or export it by calling ExportRegistration.

AUTOMATIC_RENEWAL = 1;

MANUAL_RENEWAL

The domain must be explicitly renewed each year before its expire_time. This option is only available when the Registration is in state EXPORTED. To manage the domain's current billing and renewal settings, go to Google Domains.

MANUAL_RENEWAL = 2;

MANUAL_RENEWAL_VALUE

The domain must be explicitly renewed each year before its expire_time. This option is only available when the Registration is in state EXPORTED. To manage the domain's current billing and renewal settings, go to Google Domains.

MANUAL_RENEWAL = 2;

RENEWAL_METHOD_UNSPECIFIED

The renewal method is undefined.

RENEWAL_METHOD_UNSPECIFIED = 0;

RENEWAL_METHOD_UNSPECIFIED_VALUE

The renewal method is undefined.

RENEWAL_METHOD_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()