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 Step
Step.Builder. build()
Step
Step.Builder. buildPartial()
static Step
Step. getDefaultInstance()
Step
Step.Builder. getDefaultInstanceForType()
Step
Step. getDefaultInstanceForType()
Step
Job.Builder. getSteps(int index)
Exactly one of step or steps_location should be specified.Step
Job. getSteps(int index)
Exactly one of step or steps_location should be specified.Step
JobOrBuilder. getSteps(int index)
Exactly one of step or steps_location should be specified.static Step
Step. parseDelimitedFrom(InputStream input)
static Step
Step. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Step
Step. parseFrom(byte[] data)
static Step
Step. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Step
Step. parseFrom(com.google.protobuf.ByteString data)
static Step
Step. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Step
Step. parseFrom(com.google.protobuf.CodedInputStream input)
static Step
Step. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Step
Step. parseFrom(InputStream input)
static Step
Step. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Step
Step. parseFrom(ByteBuffer data)
static Step
Step. 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.Builder
Job.Builder. addSteps(int index, Step value)
Exactly one of step or steps_location should be specified.Job.Builder
Job.Builder. addSteps(Step value)
Exactly one of step or steps_location should be specified.Step.Builder
Step.Builder. mergeFrom(Step other)
static Step.Builder
Step. newBuilder(Step prototype)
Job.Builder
Job.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.Builder
Job.Builder. addAllSteps(Iterable<? extends Step> values)
Exactly one of step or steps_location should be specified.
-