Uses of Class
com.google.dataflow.v1beta3.JobType
-
Packages that use JobType Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of JobType in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return JobType Modifier and Type Method Description static JobType
JobType. forNumber(int value)
JobType
Job.Builder. getType()
The type of Cloud Dataflow job.JobType
Job. getType()
The type of Cloud Dataflow job.JobType
JobOrBuilder. getType()
The type of Cloud Dataflow job.static JobType
JobType. valueOf(int value)
Deprecated.static JobType
JobType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static JobType
JobType. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobType[]
JobType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.dataflow.v1beta3 that return types with arguments of type JobType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<JobType>
JobType. internalGetValueMap()
Methods in com.google.dataflow.v1beta3 with parameters of type JobType Modifier and Type Method Description Job.Builder
Job.Builder. setType(JobType value)
The type of Cloud Dataflow job.
-