Uses of Class
com.google.cloud.dataproc.v1.ClusterOperationStatus.State
-
Packages that use ClusterOperationStatus.State Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc API -
-
Uses of ClusterOperationStatus.State in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return ClusterOperationStatus.State Modifier and Type Method Description static ClusterOperationStatus.State
ClusterOperationStatus.State. forNumber(int value)
ClusterOperationStatus.State
ClusterOperationStatus.Builder. getState()
Output only.ClusterOperationStatus.State
ClusterOperationStatus. getState()
Output only.ClusterOperationStatus.State
ClusterOperationStatusOrBuilder. getState()
Output only.static ClusterOperationStatus.State
ClusterOperationStatus.State. valueOf(int value)
Deprecated.static ClusterOperationStatus.State
ClusterOperationStatus.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ClusterOperationStatus.State
ClusterOperationStatus.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClusterOperationStatus.State[]
ClusterOperationStatus.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dataproc.v1 that return types with arguments of type ClusterOperationStatus.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ClusterOperationStatus.State>
ClusterOperationStatus.State. internalGetValueMap()
Methods in com.google.cloud.dataproc.v1 with parameters of type ClusterOperationStatus.State Modifier and Type Method Description ClusterOperationStatus.Builder
ClusterOperationStatus.Builder. setState(ClusterOperationStatus.State value)
Output only.
-