public interface ListTimeSeriesResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNextPageToken()
If there are more results than have been returned, then this field is set
to a non-empty value.
|
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.
|
java.util.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.
|
java.util.List<? extends TimeSeriesOrBuilder> |
getTimeSeriesOrBuilderList()
One or more time series that match the filter included in the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<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;
java.util.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;
java.lang.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 `pageToken` in the next call to this method.
string next_page_token = 2;
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 `pageToken` in the next call to this method.
string next_page_token = 2;