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 classStepDefines a particular step within a Cloud Dataflow job.static classStep.BuilderDefines a particular step within a Cloud Dataflow job.Methods in com.google.dataflow.v1beta3 that return StepOrBuilder Modifier and Type Method Description StepOrBuilderJob.Builder. getStepsOrBuilder(int index)Exactly one of step or steps_location should be specified.StepOrBuilderJob. getStepsOrBuilder(int index)Exactly one of step or steps_location should be specified.StepOrBuilderJobOrBuilder. 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.
-