Interface QueryTimeSeriesResponseOrBuilder (3.3.0)

public interface QueryTimeSeriesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract 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
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract 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
TypeDescription
ByteString

The bytes for nextPageToken.

getPartialErrors(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
com.google.rpc.Status

getPartialErrorsCount()

public abstract 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;

Returns
TypeDescription
int

getPartialErrorsList()

public abstract List<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;

Returns
TypeDescription
List<com.google.rpc.Status>

getPartialErrorsOrBuilder(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
com.google.rpc.StatusOrBuilder

getPartialErrorsOrBuilderList()

public abstract List<? extends 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;

Returns
TypeDescription
List<? extends com.google.rpc.StatusOrBuilder>

getTimeSeriesData(int index)

public abstract TimeSeriesData getTimeSeriesData(int index)

The time series data.

repeated .google.monitoring.v3.TimeSeriesData time_series_data = 9;

Parameter
NameDescription
indexint
Returns
TypeDescription
TimeSeriesData

getTimeSeriesDataCount()

public abstract int getTimeSeriesDataCount()

The time series data.

repeated .google.monitoring.v3.TimeSeriesData time_series_data = 9;

Returns
TypeDescription
int

getTimeSeriesDataList()

public abstract List<TimeSeriesData> getTimeSeriesDataList()

The time series data.

repeated .google.monitoring.v3.TimeSeriesData time_series_data = 9;

Returns
TypeDescription
List<TimeSeriesData>

getTimeSeriesDataOrBuilder(int index)

public abstract TimeSeriesDataOrBuilder getTimeSeriesDataOrBuilder(int index)

The time series data.

repeated .google.monitoring.v3.TimeSeriesData time_series_data = 9;

Parameter
NameDescription
indexint
Returns
TypeDescription
TimeSeriesDataOrBuilder

getTimeSeriesDataOrBuilderList()

public abstract List<? extends TimeSeriesDataOrBuilder> getTimeSeriesDataOrBuilderList()

The time series data.

repeated .google.monitoring.v3.TimeSeriesData time_series_data = 9;

Returns
TypeDescription
List<? extends com.google.monitoring.v3.TimeSeriesDataOrBuilder>

getTimeSeriesDescriptor()

public abstract TimeSeriesDescriptor getTimeSeriesDescriptor()

The descriptor for the time series data.

.google.monitoring.v3.TimeSeriesDescriptor time_series_descriptor = 8;

Returns
TypeDescription
TimeSeriesDescriptor

The timeSeriesDescriptor.

getTimeSeriesDescriptorOrBuilder()

public abstract TimeSeriesDescriptorOrBuilder getTimeSeriesDescriptorOrBuilder()

The descriptor for the time series data.

.google.monitoring.v3.TimeSeriesDescriptor time_series_descriptor = 8;

Returns
TypeDescription
TimeSeriesDescriptorOrBuilder

hasTimeSeriesDescriptor()

public abstract boolean hasTimeSeriesDescriptor()

The descriptor for the time series data.

.google.monitoring.v3.TimeSeriesDescriptor time_series_descriptor = 8;

Returns
TypeDescription
boolean

Whether the timeSeriesDescriptor field is set.