public static enum ProjectsSetCloudArmorTierRequest.CloudArmorTier extends Enum<ProjectsSetCloudArmorTierRequest.CloudArmorTier> implements com.google.protobuf.ProtocolMessageEnum
Managed protection tier to be set.Protobuf enum
google.cloud.compute.v1.ProjectsSetCloudArmorTierRequest.CloudArmorTier| Enum Constant and Description |
|---|
CA_ENTERPRISE_ANNUAL
Enterprise tier protection billed annually.
|
CA_ENTERPRISE_PAYGO
Enterprise tier protection billed monthly.
|
CA_STANDARD
Standard protection.
|
UNDEFINED_CLOUD_ARMOR_TIER
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CA_ENTERPRISE_ANNUAL_VALUE
Enterprise tier protection billed annually.
|
static int |
CA_ENTERPRISE_PAYGO_VALUE
Enterprise tier protection billed monthly.
|
static int |
CA_STANDARD_VALUE
Standard protection.
|
static int |
UNDEFINED_CLOUD_ARMOR_TIER_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static ProjectsSetCloudArmorTierRequest.CloudArmorTier |
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<ProjectsSetCloudArmorTierRequest.CloudArmorTier> |
internalGetValueMap() |
static ProjectsSetCloudArmorTierRequest.CloudArmorTier |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ProjectsSetCloudArmorTierRequest.CloudArmorTier |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ProjectsSetCloudArmorTierRequest.CloudArmorTier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectsSetCloudArmorTierRequest.CloudArmorTier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProjectsSetCloudArmorTierRequest.CloudArmorTier UNDEFINED_CLOUD_ARMOR_TIER
A value indicating that the enum field is not set.
UNDEFINED_CLOUD_ARMOR_TIER = 0;public static final ProjectsSetCloudArmorTierRequest.CloudArmorTier CA_ENTERPRISE_ANNUAL
Enterprise tier protection billed annually.
CA_ENTERPRISE_ANNUAL = 219921116;public static final ProjectsSetCloudArmorTierRequest.CloudArmorTier CA_ENTERPRISE_PAYGO
Enterprise tier protection billed monthly.
CA_ENTERPRISE_PAYGO = 453530323;public static final ProjectsSetCloudArmorTierRequest.CloudArmorTier CA_STANDARD
Standard protection.
CA_STANDARD = 13156734;public static final ProjectsSetCloudArmorTierRequest.CloudArmorTier UNRECOGNIZED
public static final int UNDEFINED_CLOUD_ARMOR_TIER_VALUE
A value indicating that the enum field is not set.
UNDEFINED_CLOUD_ARMOR_TIER = 0;public static final int CA_ENTERPRISE_ANNUAL_VALUE
Enterprise tier protection billed annually.
CA_ENTERPRISE_ANNUAL = 219921116;public static final int CA_ENTERPRISE_PAYGO_VALUE
Enterprise tier protection billed monthly.
CA_ENTERPRISE_PAYGO = 453530323;public static final int CA_STANDARD_VALUE
Standard protection.
CA_STANDARD = 13156734;public static ProjectsSetCloudArmorTierRequest.CloudArmorTier[] values()
for (ProjectsSetCloudArmorTierRequest.CloudArmorTier c : ProjectsSetCloudArmorTierRequest.CloudArmorTier.values()) System.out.println(c);
public static ProjectsSetCloudArmorTierRequest.CloudArmorTier 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 ProjectsSetCloudArmorTierRequest.CloudArmorTier valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ProjectsSetCloudArmorTierRequest.CloudArmorTier forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ProjectsSetCloudArmorTierRequest.CloudArmorTier> 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 ProjectsSetCloudArmorTierRequest.CloudArmorTier valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.