Uses of Class
com.google.dataflow.v1beta3.StageSummary
-
Packages that use StageSummary Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of StageSummary in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return StageSummary Modifier and Type Method Description StageSummary
StageSummary.Builder. build()
StageSummary
StageSummary.Builder. buildPartial()
static StageSummary
StageSummary. getDefaultInstance()
StageSummary
StageSummary.Builder. getDefaultInstanceForType()
StageSummary
StageSummary. getDefaultInstanceForType()
StageSummary
JobExecutionDetails.Builder. getStages(int index)
The stages of the job execution.StageSummary
JobExecutionDetails. getStages(int index)
The stages of the job execution.StageSummary
JobExecutionDetailsOrBuilder. getStages(int index)
The stages of the job execution.static StageSummary
StageSummary. parseDelimitedFrom(InputStream input)
static StageSummary
StageSummary. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StageSummary
StageSummary. parseFrom(byte[] data)
static StageSummary
StageSummary. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StageSummary
StageSummary. parseFrom(com.google.protobuf.ByteString data)
static StageSummary
StageSummary. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StageSummary
StageSummary. parseFrom(com.google.protobuf.CodedInputStream input)
static StageSummary
StageSummary. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StageSummary
StageSummary. parseFrom(InputStream input)
static StageSummary
StageSummary. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StageSummary
StageSummary. parseFrom(ByteBuffer data)
static StageSummary
StageSummary. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.dataflow.v1beta3 that return types with arguments of type StageSummary Modifier and Type Method Description com.google.protobuf.Parser<StageSummary>
StageSummary. getParserForType()
List<StageSummary>
JobExecutionDetails.Builder. getStagesList()
The stages of the job execution.List<StageSummary>
JobExecutionDetails. getStagesList()
The stages of the job execution.List<StageSummary>
JobExecutionDetailsOrBuilder. getStagesList()
The stages of the job execution.static com.google.protobuf.Parser<StageSummary>
StageSummary. parser()
Methods in com.google.dataflow.v1beta3 with parameters of type StageSummary Modifier and Type Method Description JobExecutionDetails.Builder
JobExecutionDetails.Builder. addStages(int index, StageSummary value)
The stages of the job execution.JobExecutionDetails.Builder
JobExecutionDetails.Builder. addStages(StageSummary value)
The stages of the job execution.StageSummary.Builder
StageSummary.Builder. mergeFrom(StageSummary other)
static StageSummary.Builder
StageSummary. newBuilder(StageSummary prototype)
JobExecutionDetails.Builder
JobExecutionDetails.Builder. setStages(int index, StageSummary value)
The stages of the job execution.Method parameters in com.google.dataflow.v1beta3 with type arguments of type StageSummary Modifier and Type Method Description JobExecutionDetails.Builder
JobExecutionDetails.Builder. addAllStages(Iterable<? extends StageSummary> values)
The stages of the job execution.static com.google.api.core.ApiFuture<MetricsV1Beta3Client.GetJobExecutionDetailsPagedResponse>
MetricsV1Beta3Client.GetJobExecutionDetailsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<GetJobExecutionDetailsRequest,JobExecutionDetails,StageSummary> context, com.google.api.core.ApiFuture<JobExecutionDetails> futureResponse)
protected MetricsV1Beta3Client.GetJobExecutionDetailsPage
MetricsV1Beta3Client.GetJobExecutionDetailsPage. createPage(com.google.api.gax.rpc.PageContext<GetJobExecutionDetailsRequest,JobExecutionDetails,StageSummary> context, JobExecutionDetails response)
com.google.api.core.ApiFuture<MetricsV1Beta3Client.GetJobExecutionDetailsPage>
MetricsV1Beta3Client.GetJobExecutionDetailsPage. createPageAsync(com.google.api.gax.rpc.PageContext<GetJobExecutionDetailsRequest,JobExecutionDetails,StageSummary> context, com.google.api.core.ApiFuture<JobExecutionDetails> futureResponse)
-