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