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 ExecutionStageStateExecutionStageState.Builder. build()ExecutionStageStateExecutionStageState.Builder. buildPartial()static ExecutionStageStateExecutionStageState. getDefaultInstance()ExecutionStageStateExecutionStageState.Builder. getDefaultInstanceForType()ExecutionStageStateExecutionStageState. getDefaultInstanceForType()ExecutionStageStateJob.Builder. getStageStates(int index)This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.ExecutionStageStateJob. getStageStates(int index)This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.ExecutionStageStateJobOrBuilder. getStageStates(int index)This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.static ExecutionStageStateExecutionStageState. parseDelimitedFrom(InputStream input)static ExecutionStageStateExecutionStageState. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionStageStateExecutionStageState. parseFrom(byte[] data)static ExecutionStageStateExecutionStageState. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionStageStateExecutionStageState. parseFrom(com.google.protobuf.ByteString data)static ExecutionStageStateExecutionStageState. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionStageStateExecutionStageState. parseFrom(com.google.protobuf.CodedInputStream input)static ExecutionStageStateExecutionStageState. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionStageStateExecutionStageState. parseFrom(InputStream input)static ExecutionStageStateExecutionStageState. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExecutionStageStateExecutionStageState. parseFrom(ByteBuffer data)static ExecutionStageStateExecutionStageState. 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.BuilderJob.Builder. addStageStates(int index, ExecutionStageState value)This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.Job.BuilderJob.Builder. addStageStates(ExecutionStageState value)This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.ExecutionStageState.BuilderExecutionStageState.Builder. mergeFrom(ExecutionStageState other)static ExecutionStageState.BuilderExecutionStageState. newBuilder(ExecutionStageState prototype)Job.BuilderJob.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.BuilderJob.Builder. addAllStageStates(Iterable<? extends ExecutionStageState> values)This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.
-