Uses of Class
com.google.dataflow.v1beta3.ExecutionStageState
-
Packages that use ExecutionStageState Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of ExecutionStageState in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return ExecutionStageState Modifier and Type Method Description ExecutionStageState
ExecutionStageState.Builder. build()
ExecutionStageState
ExecutionStageState.Builder. buildPartial()
static ExecutionStageState
ExecutionStageState. getDefaultInstance()
ExecutionStageState
ExecutionStageState.Builder. getDefaultInstanceForType()
ExecutionStageState
ExecutionStageState. getDefaultInstanceForType()
ExecutionStageState
Job.Builder. getStageStates(int index)
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.ExecutionStageState
Job. getStageStates(int index)
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.ExecutionStageState
JobOrBuilder. getStageStates(int index)
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.static ExecutionStageState
ExecutionStageState. parseDelimitedFrom(InputStream input)
static ExecutionStageState
ExecutionStageState. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExecutionStageState
ExecutionStageState. parseFrom(byte[] data)
static ExecutionStageState
ExecutionStageState. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExecutionStageState
ExecutionStageState. parseFrom(com.google.protobuf.ByteString data)
static ExecutionStageState
ExecutionStageState. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExecutionStageState
ExecutionStageState. parseFrom(com.google.protobuf.CodedInputStream input)
static ExecutionStageState
ExecutionStageState. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExecutionStageState
ExecutionStageState. parseFrom(InputStream input)
static ExecutionStageState
ExecutionStageState. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ExecutionStageState
ExecutionStageState. parseFrom(ByteBuffer data)
static ExecutionStageState
ExecutionStageState. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.dataflow.v1beta3 that return types with arguments of type ExecutionStageState Modifier and Type Method Description com.google.protobuf.Parser<ExecutionStageState>
ExecutionStageState. getParserForType()
List<ExecutionStageState>
Job.Builder. getStageStatesList()
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.List<ExecutionStageState>
Job. getStageStatesList()
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.List<ExecutionStageState>
JobOrBuilder. getStageStatesList()
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.static com.google.protobuf.Parser<ExecutionStageState>
ExecutionStageState. parser()
Methods in com.google.dataflow.v1beta3 with parameters of type ExecutionStageState Modifier and Type Method Description Job.Builder
Job.Builder. addStageStates(int index, ExecutionStageState value)
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.Job.Builder
Job.Builder. addStageStates(ExecutionStageState value)
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.ExecutionStageState.Builder
ExecutionStageState.Builder. mergeFrom(ExecutionStageState other)
static ExecutionStageState.Builder
ExecutionStageState. newBuilder(ExecutionStageState prototype)
Job.Builder
Job.Builder. setStageStates(int index, ExecutionStageState value)
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.Method parameters in com.google.dataflow.v1beta3 with type arguments of type ExecutionStageState Modifier and Type Method Description Job.Builder
Job.Builder. addAllStageStates(Iterable<? extends ExecutionStageState> values)
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.
-