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