Google Cloud Domains V1 Client - Class RenewalMethod (0.4.2)

Reference documentation and code samples for the Google Cloud Domains V1 Client class RenewalMethod.

Defines how the Registration is renewed.

Protobuf type google.cloud.domains.v1.ManagementSettings.RenewalMethod

Namespace

Google \ Cloud \ Domains \ V1 \ ManagementSettings

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

RENEWAL_METHOD_UNSPECIFIED

Value: 0

The renewal method is undefined.

Generated from protobuf enum RENEWAL_METHOD_UNSPECIFIED = 0;

AUTOMATIC_RENEWAL

Value: 1

The domain is automatically renewed each year .

To disable automatic renewals, delete the resource by calling DeleteRegistration or export it by calling ExportRegistration.

Generated from protobuf enum AUTOMATIC_RENEWAL = 1;

MANUAL_RENEWAL

Value: 2

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.

Generated from protobuf enum MANUAL_RENEWAL = 2;