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