Uses of Class
com.google.cloud.orchestration.airflow.service.v1beta1.Environment.State
-
Packages that use Environment.State Package Description com.google.cloud.orchestration.airflow.service.v1beta1 A client to Cloud Composer API -
-
Uses of Environment.State in com.google.cloud.orchestration.airflow.service.v1beta1
Methods in com.google.cloud.orchestration.airflow.service.v1beta1 that return Environment.State Modifier and Type Method Description static Environment.State
Environment.State. forNumber(int value)
Environment.State
Environment.Builder. getState()
The current state of the environment.Environment.State
Environment. getState()
The current state of the environment.Environment.State
EnvironmentOrBuilder. getState()
The current state of the environment.static Environment.State
Environment.State. valueOf(int value)
Deprecated.static Environment.State
Environment.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Environment.State
Environment.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Environment.State[]
Environment.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.orchestration.airflow.service.v1beta1 that return types with arguments of type Environment.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Environment.State>
Environment.State. internalGetValueMap()
Methods in com.google.cloud.orchestration.airflow.service.v1beta1 with parameters of type Environment.State Modifier and Type Method Description Environment.Builder
Environment.Builder. setState(Environment.State value)
The current state of the environment.
-