Uses of Class
com.google.cloud.orchestration.airflow.service.v1.OperationMetadata.State
-
Packages that use OperationMetadata.State Package Description com.google.cloud.orchestration.airflow.service.v1 A client to Cloud Composer API -
-
Uses of OperationMetadata.State in com.google.cloud.orchestration.airflow.service.v1
Fields in com.google.cloud.orchestration.airflow.service.v1 declared as OperationMetadata.State Modifier and Type Field Description static OperationMetadata.State
OperationMetadata.State. SUCCESSFUL
SUCCESSFUL = 3;
Methods in com.google.cloud.orchestration.airflow.service.v1 that return OperationMetadata.State Modifier and Type Method Description static OperationMetadata.State
OperationMetadata.State. forNumber(int value)
OperationMetadata.State
OperationMetadata.Builder. getState()
Output only.OperationMetadata.State
OperationMetadata. getState()
Output only.OperationMetadata.State
OperationMetadataOrBuilder. getState()
Output only.static OperationMetadata.State
OperationMetadata.State. valueOf(int value)
Deprecated.static OperationMetadata.State
OperationMetadata.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static OperationMetadata.State
OperationMetadata.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static OperationMetadata.State[]
OperationMetadata.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.v1 that return types with arguments of type OperationMetadata.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<OperationMetadata.State>
OperationMetadata.State. internalGetValueMap()
Methods in com.google.cloud.orchestration.airflow.service.v1 with parameters of type OperationMetadata.State Modifier and Type Method Description OperationMetadata.Builder
OperationMetadata.Builder. setState(OperationMetadata.State value)
Output only.
-