public interface JobMetricsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMetricTime()
public abstract Timestamp getMetricTime()Timestamp as of which metric values are current.
.google.protobuf.Timestamp metric_time = 1;
| Type | Description |
| Timestamp | The metricTime. |
getMetricTimeOrBuilder()
public abstract TimestampOrBuilder getMetricTimeOrBuilder()Timestamp as of which metric values are current.
.google.protobuf.Timestamp metric_time = 1;
| Type | Description |
| TimestampOrBuilder |
getMetrics(int index)
public abstract MetricUpdate getMetrics(int index)All metrics for this job.
repeated .google.dataflow.v1beta3.MetricUpdate metrics = 2;
| Name | Description |
| index | int |
| Type | Description |
| MetricUpdate |
getMetricsCount()
public abstract int getMetricsCount()All metrics for this job.
repeated .google.dataflow.v1beta3.MetricUpdate metrics = 2;
| Type | Description |
| int |
getMetricsList()
public abstract List<MetricUpdate> getMetricsList()All metrics for this job.
repeated .google.dataflow.v1beta3.MetricUpdate metrics = 2;
| Type | Description |
| List<MetricUpdate> |
getMetricsOrBuilder(int index)
public abstract MetricUpdateOrBuilder getMetricsOrBuilder(int index)All metrics for this job.
repeated .google.dataflow.v1beta3.MetricUpdate metrics = 2;
| Name | Description |
| index | int |
| Type | Description |
| MetricUpdateOrBuilder |
getMetricsOrBuilderList()
public abstract List<? extends MetricUpdateOrBuilder> getMetricsOrBuilderList()All metrics for this job.
repeated .google.dataflow.v1beta3.MetricUpdate metrics = 2;
| Type | Description |
| List<? extends com.google.dataflow.v1beta3.MetricUpdateOrBuilder> |
hasMetricTime()
public abstract boolean hasMetricTime()Timestamp as of which metric values are current.
.google.protobuf.Timestamp metric_time = 1;
| Type | Description |
| boolean | Whether the metricTime field is set. |