public static enum EnvironmentConfig.EnvironmentSize extends Enum<EnvironmentConfig.EnvironmentSize> implements com.google.protobuf.ProtocolMessageEnum
The size of the Cloud Composer environment.Protobuf enum
google.cloud.orchestration.airflow.service.v1beta1.EnvironmentConfig.EnvironmentSize| Enum Constant and Description |
|---|
ENVIRONMENT_SIZE_LARGE
The environment size is large.
|
ENVIRONMENT_SIZE_MEDIUM
The environment size is medium.
|
ENVIRONMENT_SIZE_SMALL
The environment size is small.
|
ENVIRONMENT_SIZE_UNSPECIFIED
The size of the environment is unspecified.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ENVIRONMENT_SIZE_LARGE_VALUE
The environment size is large.
|
static int |
ENVIRONMENT_SIZE_MEDIUM_VALUE
The environment size is medium.
|
static int |
ENVIRONMENT_SIZE_SMALL_VALUE
The environment size is small.
|
static int |
ENVIRONMENT_SIZE_UNSPECIFIED_VALUE
The size of the environment is unspecified.
|
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentConfig.EnvironmentSize |
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<EnvironmentConfig.EnvironmentSize> |
internalGetValueMap() |
static EnvironmentConfig.EnvironmentSize |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static EnvironmentConfig.EnvironmentSize |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EnvironmentConfig.EnvironmentSize |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnvironmentConfig.EnvironmentSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnvironmentConfig.EnvironmentSize ENVIRONMENT_SIZE_UNSPECIFIED
The size of the environment is unspecified.
ENVIRONMENT_SIZE_UNSPECIFIED = 0;public static final EnvironmentConfig.EnvironmentSize ENVIRONMENT_SIZE_SMALL
The environment size is small.
ENVIRONMENT_SIZE_SMALL = 1;public static final EnvironmentConfig.EnvironmentSize ENVIRONMENT_SIZE_MEDIUM
The environment size is medium.
ENVIRONMENT_SIZE_MEDIUM = 2;public static final EnvironmentConfig.EnvironmentSize ENVIRONMENT_SIZE_LARGE
The environment size is large.
ENVIRONMENT_SIZE_LARGE = 3;public static final EnvironmentConfig.EnvironmentSize UNRECOGNIZED
public static final int ENVIRONMENT_SIZE_UNSPECIFIED_VALUE
The size of the environment is unspecified.
ENVIRONMENT_SIZE_UNSPECIFIED = 0;public static final int ENVIRONMENT_SIZE_SMALL_VALUE
The environment size is small.
ENVIRONMENT_SIZE_SMALL = 1;public static final int ENVIRONMENT_SIZE_MEDIUM_VALUE
The environment size is medium.
ENVIRONMENT_SIZE_MEDIUM = 2;public static final int ENVIRONMENT_SIZE_LARGE_VALUE
The environment size is large.
ENVIRONMENT_SIZE_LARGE = 3;public static EnvironmentConfig.EnvironmentSize[] values()
for (EnvironmentConfig.EnvironmentSize c : EnvironmentConfig.EnvironmentSize.values()) System.out.println(c);
public static EnvironmentConfig.EnvironmentSize 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 EnvironmentConfig.EnvironmentSize valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static EnvironmentConfig.EnvironmentSize forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<EnvironmentConfig.EnvironmentSize> 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 EnvironmentConfig.EnvironmentSize valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.