public interface CreateTimeSeriesErrorOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Status |
getStatus()
The status of the requested write operation.
|
StatusOrBuilder |
getStatusOrBuilder()
The status of the requested write operation.
|
TimeSeries |
getTimeSeries()
The time series, including the `Metric`, `MonitoredResource`,
and `Point`s (including timestamp and value) that resulted
in the error.
|
TimeSeriesOrBuilder |
getTimeSeriesOrBuilder()
The time series, including the `Metric`, `MonitoredResource`,
and `Point`s (including timestamp and value) that resulted
in the error.
|
boolean |
hasStatus()
The status of the requested write operation.
|
boolean |
hasTimeSeries()
The time series, including the `Metric`, `MonitoredResource`,
and `Point`s (including timestamp and value) that resulted
in the error.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasTimeSeries()
The time series, including the `Metric`, `MonitoredResource`, and `Point`s (including timestamp and value) that resulted in the error. This field provides all of the context that would be needed to retry the operation.
.google.monitoring.v3.TimeSeries time_series = 1;
TimeSeries getTimeSeries()
The time series, including the `Metric`, `MonitoredResource`, and `Point`s (including timestamp and value) that resulted in the error. This field provides all of the context that would be needed to retry the operation.
.google.monitoring.v3.TimeSeries time_series = 1;
TimeSeriesOrBuilder getTimeSeriesOrBuilder()
The time series, including the `Metric`, `MonitoredResource`, and `Point`s (including timestamp and value) that resulted in the error. This field provides all of the context that would be needed to retry the operation.
.google.monitoring.v3.TimeSeries time_series = 1;
boolean hasStatus()
The status of the requested write operation.
.google.rpc.Status status = 2;
Status getStatus()
The status of the requested write operation.
.google.rpc.Status status = 2;
StatusOrBuilder getStatusOrBuilder()
The status of the requested write operation.
.google.rpc.Status status = 2;