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 JobTypeJobType. forNumber(int value)JobTypeJob.Builder. getType()The type of Cloud Dataflow job.JobTypeJob. getType()The type of Cloud Dataflow job.JobTypeJobOrBuilder. getType()The type of Cloud Dataflow job.static JobTypeJobType. valueOf(int value)Deprecated.static JobTypeJobType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static JobTypeJobType. 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.BuilderJob.Builder. setType(JobType value)The type of Cloud Dataflow job.
-