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.StateClusterOperationStatus.State. forNumber(int value)ClusterOperationStatus.StateClusterOperationStatus.Builder. getState()Output only.ClusterOperationStatus.StateClusterOperationStatus. getState()Output only.ClusterOperationStatus.StateClusterOperationStatusOrBuilder. getState()Output only.static ClusterOperationStatus.StateClusterOperationStatus.State. valueOf(int value)Deprecated.static ClusterOperationStatus.StateClusterOperationStatus.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ClusterOperationStatus.StateClusterOperationStatus.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.BuilderClusterOperationStatus.Builder. setState(ClusterOperationStatus.State value)Output only.
-