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