Uses of Class
com.google.cloud.dataproc.v1.ClusterStatus.State
-
Packages that use ClusterStatus.State Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc API -
-
Uses of ClusterStatus.State in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return ClusterStatus.State Modifier and Type Method Description static ClusterStatus.State
ClusterStatus.State. forNumber(int value)
ClusterStatus.State
ClusterStatus.Builder. getState()
Output only.ClusterStatus.State
ClusterStatus. getState()
Output only.ClusterStatus.State
ClusterStatusOrBuilder. getState()
Output only.static ClusterStatus.State
ClusterStatus.State. valueOf(int value)
Deprecated.static ClusterStatus.State
ClusterStatus.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ClusterStatus.State
ClusterStatus.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static ClusterStatus.State[]
ClusterStatus.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 ClusterStatus.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ClusterStatus.State>
ClusterStatus.State. internalGetValueMap()
Methods in com.google.cloud.dataproc.v1 with parameters of type ClusterStatus.State Modifier and Type Method Description ClusterStatus.Builder
ClusterStatus.Builder. setState(ClusterStatus.State value)
Output only.
-