public interface QueryTimeSeriesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
com.google.rpc.Status |
getPartialErrors(int index)
Query execution errors that may have caused the time series data returned
to be incomplete.
|
int |
getPartialErrorsCount()
Query execution errors that may have caused the time series data returned
to be incomplete.
|
List<com.google.rpc.Status> |
getPartialErrorsList()
Query execution errors that may have caused the time series data returned
to be incomplete.
|
com.google.rpc.StatusOrBuilder |
getPartialErrorsOrBuilder(int index)
Query execution errors that may have caused the time series data returned
to be incomplete.
|
List<? extends com.google.rpc.StatusOrBuilder> |
getPartialErrorsOrBuilderList()
Query execution errors that may have caused the time series data returned
to be incomplete.
|
TimeSeriesData |
getTimeSeriesData(int index)
The time series data.
|
int |
getTimeSeriesDataCount()
The time series data.
|
List<TimeSeriesData> |
getTimeSeriesDataList()
The time series data.
|
TimeSeriesDataOrBuilder |
getTimeSeriesDataOrBuilder(int index)
The time series data.
|
List<? extends TimeSeriesDataOrBuilder> |
getTimeSeriesDataOrBuilderList()
The time series data.
|
TimeSeriesDescriptor |
getTimeSeriesDescriptor()
The descriptor for the time series data.
|
TimeSeriesDescriptorOrBuilder |
getTimeSeriesDescriptorOrBuilder()
The descriptor for the time series data.
|
boolean |
hasTimeSeriesDescriptor()
The descriptor for the time series data.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTimeSeriesDescriptor()
The descriptor for the time series data.
.google.monitoring.v3.TimeSeriesDescriptor time_series_descriptor = 8;TimeSeriesDescriptor getTimeSeriesDescriptor()
The descriptor for the time series data.
.google.monitoring.v3.TimeSeriesDescriptor time_series_descriptor = 8;TimeSeriesDescriptorOrBuilder getTimeSeriesDescriptorOrBuilder()
The descriptor for the time series data.
.google.monitoring.v3.TimeSeriesDescriptor time_series_descriptor = 8;List<TimeSeriesData> getTimeSeriesDataList()
The time series data.
repeated .google.monitoring.v3.TimeSeriesData time_series_data = 9;TimeSeriesData getTimeSeriesData(int index)
The time series data.
repeated .google.monitoring.v3.TimeSeriesData time_series_data = 9;int getTimeSeriesDataCount()
The time series data.
repeated .google.monitoring.v3.TimeSeriesData time_series_data = 9;List<? extends TimeSeriesDataOrBuilder> getTimeSeriesDataOrBuilderList()
The time series data.
repeated .google.monitoring.v3.TimeSeriesData time_series_data = 9;TimeSeriesDataOrBuilder getTimeSeriesDataOrBuilder(int index)
The time series data.
repeated .google.monitoring.v3.TimeSeriesData time_series_data = 9;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 = 10;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 = 10;List<com.google.rpc.Status> getPartialErrorsList()
Query execution errors that may have caused the time series data returned to be incomplete. The available data will be available in the response.
repeated .google.rpc.Status partial_errors = 11;com.google.rpc.Status getPartialErrors(int index)
Query execution errors that may have caused the time series data returned to be incomplete. The available data will be available in the response.
repeated .google.rpc.Status partial_errors = 11;int getPartialErrorsCount()
Query execution errors that may have caused the time series data returned to be incomplete. The available data will be available in the response.
repeated .google.rpc.Status partial_errors = 11;List<? extends com.google.rpc.StatusOrBuilder> getPartialErrorsOrBuilderList()
Query execution errors that may have caused the time series data returned to be incomplete. The available data will be available in the response.
repeated .google.rpc.Status partial_errors = 11;com.google.rpc.StatusOrBuilder getPartialErrorsOrBuilder(int index)
Query execution errors that may have caused the time series data returned to be incomplete. The available data will be available in the response.
repeated .google.rpc.Status partial_errors = 11;Copyright © 2024 Google LLC. All rights reserved.