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 MetricUpdateMetricUpdate.Builder. build()MetricUpdateMetricUpdate.Builder. buildPartial()static MetricUpdateMetricUpdate. getDefaultInstance()MetricUpdateMetricUpdate.Builder. getDefaultInstanceForType()MetricUpdateMetricUpdate. getDefaultInstanceForType()MetricUpdateJobMetrics.Builder. getMetrics(int index)All metrics for this job.MetricUpdateJobMetrics. getMetrics(int index)All metrics for this job.MetricUpdateJobMetricsOrBuilder. getMetrics(int index)All metrics for this job.MetricUpdateStageSummary.Builder. getMetrics(int index)Metrics for this stage.MetricUpdateStageSummary. getMetrics(int index)Metrics for this stage.MetricUpdateStageSummaryOrBuilder. getMetrics(int index)Metrics for this stage.MetricUpdateWorkItemDetails.Builder. getMetrics(int index)Metrics for this work item.MetricUpdateWorkItemDetails. getMetrics(int index)Metrics for this work item.MetricUpdateWorkItemDetailsOrBuilder. getMetrics(int index)Metrics for this work item.static MetricUpdateMetricUpdate. parseDelimitedFrom(InputStream input)static MetricUpdateMetricUpdate. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MetricUpdateMetricUpdate. parseFrom(byte[] data)static MetricUpdateMetricUpdate. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MetricUpdateMetricUpdate. parseFrom(com.google.protobuf.ByteString data)static MetricUpdateMetricUpdate. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MetricUpdateMetricUpdate. parseFrom(com.google.protobuf.CodedInputStream input)static MetricUpdateMetricUpdate. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MetricUpdateMetricUpdate. parseFrom(InputStream input)static MetricUpdateMetricUpdate. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MetricUpdateMetricUpdate. parseFrom(ByteBuffer data)static MetricUpdateMetricUpdate. 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.BuilderJobMetrics.Builder. addMetrics(int index, MetricUpdate value)All metrics for this job.JobMetrics.BuilderJobMetrics.Builder. addMetrics(MetricUpdate value)All metrics for this job.StageSummary.BuilderStageSummary.Builder. addMetrics(int index, MetricUpdate value)Metrics for this stage.StageSummary.BuilderStageSummary.Builder. addMetrics(MetricUpdate value)Metrics for this stage.WorkItemDetails.BuilderWorkItemDetails.Builder. addMetrics(int index, MetricUpdate value)Metrics for this work item.WorkItemDetails.BuilderWorkItemDetails.Builder. addMetrics(MetricUpdate value)Metrics for this work item.MetricUpdate.BuilderMetricUpdate.Builder. mergeFrom(MetricUpdate other)static MetricUpdate.BuilderMetricUpdate. newBuilder(MetricUpdate prototype)JobMetrics.BuilderJobMetrics.Builder. setMetrics(int index, MetricUpdate value)All metrics for this job.StageSummary.BuilderStageSummary.Builder. setMetrics(int index, MetricUpdate value)Metrics for this stage.WorkItemDetails.BuilderWorkItemDetails.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.BuilderJobMetrics.Builder. addAllMetrics(Iterable<? extends MetricUpdate> values)All metrics for this job.StageSummary.BuilderStageSummary.Builder. addAllMetrics(Iterable<? extends MetricUpdate> values)Metrics for this stage.WorkItemDetails.BuilderWorkItemDetails.Builder. addAllMetrics(Iterable<? extends MetricUpdate> values)Metrics for this work item.
-