Uses of Interface
com.google.dataflow.v1beta3.StepOrBuilder
-
Packages that use StepOrBuilder Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of StepOrBuilder in com.google.dataflow.v1beta3
Classes in com.google.dataflow.v1beta3 that implement StepOrBuilder Modifier and Type Class Description class
Step
Defines a particular step within a Cloud Dataflow job.static class
Step.Builder
Defines a particular step within a Cloud Dataflow job.Methods in com.google.dataflow.v1beta3 that return StepOrBuilder Modifier and Type Method Description StepOrBuilder
Job.Builder. getStepsOrBuilder(int index)
Exactly one of step or steps_location should be specified.StepOrBuilder
Job. getStepsOrBuilder(int index)
Exactly one of step or steps_location should be specified.StepOrBuilder
JobOrBuilder. getStepsOrBuilder(int index)
Exactly one of step or steps_location should be specified.Methods in com.google.dataflow.v1beta3 that return types with arguments of type StepOrBuilder Modifier and Type Method Description List<? extends StepOrBuilder>
Job.Builder. getStepsOrBuilderList()
Exactly one of step or steps_location should be specified.List<? extends StepOrBuilder>
Job. getStepsOrBuilderList()
Exactly one of step or steps_location should be specified.List<? extends StepOrBuilder>
JobOrBuilder. getStepsOrBuilderList()
Exactly one of step or steps_location should be specified.
-