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;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The metricTime. |
getMetricTimeOrBuilder()
public abstract TimestampOrBuilder getMetricTimeOrBuilder()Timestamp as of which metric values are current.
.google.protobuf.Timestamp metric_time = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getMetrics(int index)
public abstract MetricUpdate getMetrics(int index)All metrics for this job.
repeated .google.dataflow.v1beta3.MetricUpdate metrics = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
MetricUpdate |
|
getMetricsCount()
public abstract int getMetricsCount()All metrics for this job.
repeated .google.dataflow.v1beta3.MetricUpdate metrics = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getMetricsList()
public abstract List<MetricUpdate> getMetricsList()All metrics for this job.
repeated .google.dataflow.v1beta3.MetricUpdate metrics = 2;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
MetricUpdateOrBuilder |
|
getMetricsOrBuilderList()
public abstract List<? extends MetricUpdateOrBuilder> getMetricsOrBuilderList()All metrics for this job.
repeated .google.dataflow.v1beta3.MetricUpdate metrics = 2;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the metricTime field is set. |