Package com.google.monitoring.v3
Interface QueryTimeSeriesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QueryTimeSeriesResponse
,QueryTimeSeriesResponse.Builder
public interface QueryTimeSeriesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTimeSeriesDescriptor
boolean hasTimeSeriesDescriptor()
The descriptor for the time series data.
.google.monitoring.v3.TimeSeriesDescriptor time_series_descriptor = 8;
- Returns:
- Whether the timeSeriesDescriptor field is set.
-
getTimeSeriesDescriptor
TimeSeriesDescriptor getTimeSeriesDescriptor()
The descriptor for the time series data.
.google.monitoring.v3.TimeSeriesDescriptor time_series_descriptor = 8;
- Returns:
- The timeSeriesDescriptor.
-
getTimeSeriesDescriptorOrBuilder
TimeSeriesDescriptorOrBuilder getTimeSeriesDescriptorOrBuilder()
The descriptor for the time series data.
.google.monitoring.v3.TimeSeriesDescriptor time_series_descriptor = 8;
-
getTimeSeriesDataList
List<TimeSeriesData> getTimeSeriesDataList()
The time series data.
repeated .google.monitoring.v3.TimeSeriesData time_series_data = 9;
-
getTimeSeriesData
TimeSeriesData getTimeSeriesData(int index)
The time series data.
repeated .google.monitoring.v3.TimeSeriesData time_series_data = 9;
-
getTimeSeriesDataCount
int getTimeSeriesDataCount()
The time series data.
repeated .google.monitoring.v3.TimeSeriesData time_series_data = 9;
-
getTimeSeriesDataOrBuilderList
List<? extends TimeSeriesDataOrBuilder> getTimeSeriesDataOrBuilderList()
The time series data.
repeated .google.monitoring.v3.TimeSeriesData time_series_data = 9;
-
getTimeSeriesDataOrBuilder
TimeSeriesDataOrBuilder getTimeSeriesDataOrBuilder(int index)
The time series data.
repeated .google.monitoring.v3.TimeSeriesData time_series_data = 9;
-
getNextPageToken
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;
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
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;
- Returns:
- The bytes for nextPageToken.
-
getPartialErrorsList
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;
-
getPartialErrors
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;
-
getPartialErrorsCount
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;
-
getPartialErrorsOrBuilderList
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;
-
getPartialErrorsOrBuilder
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;
-
-