public interface ListTimeSeriesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.rpc.Status |
getExecutionErrors(int index)
Query execution errors that may have caused the time series data returned
to be incomplete.
|
int |
getExecutionErrorsCount()
Query execution errors that may have caused the time series data returned
to be incomplete.
|
List<com.google.rpc.Status> |
getExecutionErrorsList()
Query execution errors that may have caused the time series data returned
to be incomplete.
|
com.google.rpc.StatusOrBuilder |
getExecutionErrorsOrBuilder(int index)
Query execution errors that may have caused the time series data returned
to be incomplete.
|
List<? extends com.google.rpc.StatusOrBuilder> |
getExecutionErrorsOrBuilderList()
Query execution errors that may have caused the time series data returned
to be incomplete.
|
String |
getNextPageToken()
If there are more results than have been returned, then this field is set
to a non-empty value.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
If there are more results than have been returned, then this field is set
to a non-empty value.
|
TimeSeries |
getTimeSeries(int index)
One or more time series that match the filter included in the request.
|
int |
getTimeSeriesCount()
One or more time series that match the filter included in the request.
|
List<TimeSeries> |
getTimeSeriesList()
One or more time series that match the filter included in the request.
|
TimeSeriesOrBuilder |
getTimeSeriesOrBuilder(int index)
One or more time series that match the filter included in the request.
|
List<? extends TimeSeriesOrBuilder> |
getTimeSeriesOrBuilderList()
One or more time series that match the filter included in the request.
|
String |
getUnit()
The unit in which all `time_series` point values are reported.
|
com.google.protobuf.ByteString |
getUnitBytes()
The unit in which all `time_series` point values are reported.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<TimeSeries> getTimeSeriesList()
One or more time series that match the filter included in the request.
repeated .google.monitoring.v3.TimeSeries time_series = 1;TimeSeries getTimeSeries(int index)
One or more time series that match the filter included in the request.
repeated .google.monitoring.v3.TimeSeries time_series = 1;int getTimeSeriesCount()
One or more time series that match the filter included in the request.
repeated .google.monitoring.v3.TimeSeries time_series = 1;List<? extends TimeSeriesOrBuilder> getTimeSeriesOrBuilderList()
One or more time series that match the filter included in the request.
repeated .google.monitoring.v3.TimeSeries time_series = 1;TimeSeriesOrBuilder getTimeSeriesOrBuilder(int index)
One or more time series that match the filter included in the request.
repeated .google.monitoring.v3.TimeSeries time_series = 1;String getNextPageToken()
If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as `page_token` in the next call to this method.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as `page_token` in the next call to this method.
string next_page_token = 2;List<com.google.rpc.Status> getExecutionErrorsList()
Query execution errors that may have caused the time series data returned to be incomplete.
repeated .google.rpc.Status execution_errors = 3;com.google.rpc.Status getExecutionErrors(int index)
Query execution errors that may have caused the time series data returned to be incomplete.
repeated .google.rpc.Status execution_errors = 3;int getExecutionErrorsCount()
Query execution errors that may have caused the time series data returned to be incomplete.
repeated .google.rpc.Status execution_errors = 3;List<? extends com.google.rpc.StatusOrBuilder> getExecutionErrorsOrBuilderList()
Query execution errors that may have caused the time series data returned to be incomplete.
repeated .google.rpc.Status execution_errors = 3;com.google.rpc.StatusOrBuilder getExecutionErrorsOrBuilder(int index)
Query execution errors that may have caused the time series data returned to be incomplete.
repeated .google.rpc.Status execution_errors = 3;String getUnit()
The unit in which all `time_series` point values are reported. `unit`
follows the UCUM format for units as seen in
https://unitsofmeasure.org/ucum.html.
If different `time_series` have different units (for example, because they
come from different metric types, or a unit is absent), then `unit` will be
"{not_a_unit}".
string unit = 5;com.google.protobuf.ByteString getUnitBytes()
The unit in which all `time_series` point values are reported. `unit`
follows the UCUM format for units as seen in
https://unitsofmeasure.org/ucum.html.
If different `time_series` have different units (for example, because they
come from different metric types, or a unit is absent), then `unit` will be
"{not_a_unit}".
string unit = 5;Copyright © 2025 Google LLC. All rights reserved.