Uses of Class
com.google.dataflow.v1beta3.MetricUpdate
-
Packages that use MetricUpdate Package Description com.google.dataflow.v1beta3 A client to Dataflow API -
-
Uses of MetricUpdate in com.google.dataflow.v1beta3
Methods in com.google.dataflow.v1beta3 that return MetricUpdate Modifier and Type Method Description MetricUpdate
MetricUpdate.Builder. build()
MetricUpdate
MetricUpdate.Builder. buildPartial()
static MetricUpdate
MetricUpdate. getDefaultInstance()
MetricUpdate
MetricUpdate.Builder. getDefaultInstanceForType()
MetricUpdate
MetricUpdate. getDefaultInstanceForType()
MetricUpdate
JobMetrics.Builder. getMetrics(int index)
All metrics for this job.MetricUpdate
JobMetrics. getMetrics(int index)
All metrics for this job.MetricUpdate
JobMetricsOrBuilder. getMetrics(int index)
All metrics for this job.MetricUpdate
StageSummary.Builder. getMetrics(int index)
Metrics for this stage.MetricUpdate
StageSummary. getMetrics(int index)
Metrics for this stage.MetricUpdate
StageSummaryOrBuilder. getMetrics(int index)
Metrics for this stage.MetricUpdate
WorkItemDetails.Builder. getMetrics(int index)
Metrics for this work item.MetricUpdate
WorkItemDetails. getMetrics(int index)
Metrics for this work item.MetricUpdate
WorkItemDetailsOrBuilder. getMetrics(int index)
Metrics for this work item.static MetricUpdate
MetricUpdate. parseDelimitedFrom(InputStream input)
static MetricUpdate
MetricUpdate. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetricUpdate
MetricUpdate. parseFrom(byte[] data)
static MetricUpdate
MetricUpdate. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetricUpdate
MetricUpdate. parseFrom(com.google.protobuf.ByteString data)
static MetricUpdate
MetricUpdate. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetricUpdate
MetricUpdate. parseFrom(com.google.protobuf.CodedInputStream input)
static MetricUpdate
MetricUpdate. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetricUpdate
MetricUpdate. parseFrom(InputStream input)
static MetricUpdate
MetricUpdate. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetricUpdate
MetricUpdate. parseFrom(ByteBuffer data)
static MetricUpdate
MetricUpdate. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.dataflow.v1beta3 that return types with arguments of type MetricUpdate Modifier and Type Method Description List<MetricUpdate>
JobMetrics.Builder. getMetricsList()
All metrics for this job.List<MetricUpdate>
JobMetrics. getMetricsList()
All metrics for this job.List<MetricUpdate>
JobMetricsOrBuilder. getMetricsList()
All metrics for this job.List<MetricUpdate>
StageSummary.Builder. getMetricsList()
Metrics for this stage.List<MetricUpdate>
StageSummary. getMetricsList()
Metrics for this stage.List<MetricUpdate>
StageSummaryOrBuilder. getMetricsList()
Metrics for this stage.List<MetricUpdate>
WorkItemDetails.Builder. getMetricsList()
Metrics for this work item.List<MetricUpdate>
WorkItemDetails. getMetricsList()
Metrics for this work item.List<MetricUpdate>
WorkItemDetailsOrBuilder. getMetricsList()
Metrics for this work item.com.google.protobuf.Parser<MetricUpdate>
MetricUpdate. getParserForType()
static com.google.protobuf.Parser<MetricUpdate>
MetricUpdate. parser()
Methods in com.google.dataflow.v1beta3 with parameters of type MetricUpdate Modifier and Type Method Description JobMetrics.Builder
JobMetrics.Builder. addMetrics(int index, MetricUpdate value)
All metrics for this job.JobMetrics.Builder
JobMetrics.Builder. addMetrics(MetricUpdate value)
All metrics for this job.StageSummary.Builder
StageSummary.Builder. addMetrics(int index, MetricUpdate value)
Metrics for this stage.StageSummary.Builder
StageSummary.Builder. addMetrics(MetricUpdate value)
Metrics for this stage.WorkItemDetails.Builder
WorkItemDetails.Builder. addMetrics(int index, MetricUpdate value)
Metrics for this work item.WorkItemDetails.Builder
WorkItemDetails.Builder. addMetrics(MetricUpdate value)
Metrics for this work item.MetricUpdate.Builder
MetricUpdate.Builder. mergeFrom(MetricUpdate other)
static MetricUpdate.Builder
MetricUpdate. newBuilder(MetricUpdate prototype)
JobMetrics.Builder
JobMetrics.Builder. setMetrics(int index, MetricUpdate value)
All metrics for this job.StageSummary.Builder
StageSummary.Builder. setMetrics(int index, MetricUpdate value)
Metrics for this stage.WorkItemDetails.Builder
WorkItemDetails.Builder. setMetrics(int index, MetricUpdate value)
Metrics for this work item.Method parameters in com.google.dataflow.v1beta3 with type arguments of type MetricUpdate Modifier and Type Method Description JobMetrics.Builder
JobMetrics.Builder. addAllMetrics(Iterable<? extends MetricUpdate> values)
All metrics for this job.StageSummary.Builder
StageSummary.Builder. addAllMetrics(Iterable<? extends MetricUpdate> values)
Metrics for this stage.WorkItemDetails.Builder
WorkItemDetails.Builder. addAllMetrics(Iterable<? extends MetricUpdate> values)
Metrics for this work item.
-