public static enum QuotaInfo.ContainerType extends Enum<QuotaInfo.ContainerType> implements com.google.protobuf.ProtocolMessageEnum
The enumeration of the types of a cloud resource container.Protobuf enum
google.api.cloudquotas.v1beta.QuotaInfo.ContainerType| Enum Constant and Description |
|---|
CONTAINER_TYPE_UNSPECIFIED
Unspecified container type.
|
FOLDER
folder
FOLDER = 2; |
ORGANIZATION
organization
ORGANIZATION = 3; |
PROJECT
consumer project
PROJECT = 1; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CONTAINER_TYPE_UNSPECIFIED_VALUE
Unspecified container type.
|
static int |
FOLDER_VALUE
folder
FOLDER = 2; |
static int |
ORGANIZATION_VALUE
organization
ORGANIZATION = 3; |
static int |
PROJECT_VALUE
consumer project
PROJECT = 1; |
| Modifier and Type | Method and Description |
|---|---|
static QuotaInfo.ContainerType |
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<QuotaInfo.ContainerType> |
internalGetValueMap() |
static QuotaInfo.ContainerType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static QuotaInfo.ContainerType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static QuotaInfo.ContainerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuotaInfo.ContainerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuotaInfo.ContainerType CONTAINER_TYPE_UNSPECIFIED
Unspecified container type.
CONTAINER_TYPE_UNSPECIFIED = 0;public static final QuotaInfo.ContainerType PROJECT
consumer project
PROJECT = 1;public static final QuotaInfo.ContainerType FOLDER
folder
FOLDER = 2;public static final QuotaInfo.ContainerType ORGANIZATION
organization
ORGANIZATION = 3;public static final QuotaInfo.ContainerType UNRECOGNIZED
public static final int CONTAINER_TYPE_UNSPECIFIED_VALUE
Unspecified container type.
CONTAINER_TYPE_UNSPECIFIED = 0;public static final int PROJECT_VALUE
consumer project
PROJECT = 1;public static final int FOLDER_VALUE
folder
FOLDER = 2;public static final int ORGANIZATION_VALUE
organization
ORGANIZATION = 3;public static QuotaInfo.ContainerType[] values()
for (QuotaInfo.ContainerType c : QuotaInfo.ContainerType.values()) System.out.println(c);
public static QuotaInfo.ContainerType 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 QuotaInfo.ContainerType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static QuotaInfo.ContainerType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<QuotaInfo.ContainerType> 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 QuotaInfo.ContainerType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.