public static enum ManagementSettings.RenewalMethod extends Enum<ManagementSettings.RenewalMethod> implements com.google.protobuf.ProtocolMessageEnum
Defines how the `Registration` is renewed.Protobuf enum
google.cloud.domains.v1alpha2.ManagementSettings.RenewalMethod| Enum Constant and Description |
|---|
AUTOMATIC_RENEWAL
The domain is automatically renewed each year .
|
MANUAL_RENEWAL
The domain must be explicitly renewed each year before its
`expire_time`.
|
RENEWAL_METHOD_UNSPECIFIED
The renewal method is undefined.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTOMATIC_RENEWAL_VALUE
The domain is automatically renewed each year .
|
static int |
MANUAL_RENEWAL_VALUE
The domain must be explicitly renewed each year before its
`expire_time`.
|
static int |
RENEWAL_METHOD_UNSPECIFIED_VALUE
The renewal method is undefined.
|
| Modifier and Type | Method and Description |
|---|---|
static ManagementSettings.RenewalMethod |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<ManagementSettings.RenewalMethod> |
internalGetValueMap() |
static ManagementSettings.RenewalMethod |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ManagementSettings.RenewalMethod |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ManagementSettings.RenewalMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagementSettings.RenewalMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManagementSettings.RenewalMethod RENEWAL_METHOD_UNSPECIFIED
The renewal method is undefined.
RENEWAL_METHOD_UNSPECIFIED = 0;public static final ManagementSettings.RenewalMethod 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;public static final ManagementSettings.RenewalMethod 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](https://domains.google/).
MANUAL_RENEWAL = 2;public static final ManagementSettings.RenewalMethod UNRECOGNIZED
public static final int RENEWAL_METHOD_UNSPECIFIED_VALUE
The renewal method is undefined.
RENEWAL_METHOD_UNSPECIFIED = 0;public static final int 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;public static final int 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](https://domains.google/).
MANUAL_RENEWAL = 2;public static ManagementSettings.RenewalMethod[] values()
for (ManagementSettings.RenewalMethod c : ManagementSettings.RenewalMethod.values()) System.out.println(c);
public static ManagementSettings.RenewalMethod valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static ManagementSettings.RenewalMethod valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ManagementSettings.RenewalMethod forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ManagementSettings.RenewalMethod> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ManagementSettings.RenewalMethod valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.