Uses of Class
com.google.dataflow.v1beta3.Step
-
Packages that use Step Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of Step in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return Step Modifier and Type Method Description StepStep.Builder. build()StepStep.Builder. buildPartial()static StepStep. getDefaultInstance()StepStep.Builder. getDefaultInstanceForType()StepStep. getDefaultInstanceForType()StepJob.Builder. getSteps(int index)Exactly one of step or steps_location should be specified.StepJob. getSteps(int index)Exactly one of step or steps_location should be specified.StepJobOrBuilder. getSteps(int index)Exactly one of step or steps_location should be specified.static StepStep. parseDelimitedFrom(InputStream input)static StepStep. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StepStep. parseFrom(byte[] data)static StepStep. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StepStep. parseFrom(com.google.protobuf.ByteString data)static StepStep. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StepStep. parseFrom(com.google.protobuf.CodedInputStream input)static StepStep. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StepStep. parseFrom(InputStream input)static StepStep. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StepStep. parseFrom(ByteBuffer data)static StepStep. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.dataflow.v1beta3 that return types with arguments of type Step Modifier and Type Method Description com.google.protobuf.Parser<Step>Step. getParserForType()List<Step>Job.Builder. getStepsList()Exactly one of step or steps_location should be specified.List<Step>Job. getStepsList()Exactly one of step or steps_location should be specified.List<Step>JobOrBuilder. getStepsList()Exactly one of step or steps_location should be specified.static com.google.protobuf.Parser<Step>Step. parser()Methods in com.google.dataflow.v1beta3 with parameters of type Step Modifier and Type Method Description Job.BuilderJob.Builder. addSteps(int index, Step value)Exactly one of step or steps_location should be specified.Job.BuilderJob.Builder. addSteps(Step value)Exactly one of step or steps_location should be specified.Step.BuilderStep.Builder. mergeFrom(Step other)static Step.BuilderStep. newBuilder(Step prototype)Job.BuilderJob.Builder. setSteps(int index, Step value)Exactly one of step or steps_location should be specified.Method parameters in com.google.dataflow.v1beta3 with type arguments of type Step Modifier and Type Method Description Job.BuilderJob.Builder. addAllSteps(Iterable<? extends Step> values)Exactly one of step or steps_location should be specified.
-