Reference documentation and code samples for the Stackdriver Monitoring V3 Client class QueryTimeSeriesResponse.
The QueryTimeSeries
response.
Generated from protobuf message google.monitoring.v3.QueryTimeSeriesResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ time_series_descriptor
↳ time_series_data
↳ next_page_token
string
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.
↳ partial_errors
array< Google\Rpc\Status
>
Query execution errors that may have caused the time series data returned to be incomplete. The available data will be available in the response.
getTimeSeriesDescriptor
The descriptor for the time series data.
Generated from protobuf field .google.monitoring.v3.TimeSeriesDescriptor time_series_descriptor = 8;
hasTimeSeriesDescriptor
clearTimeSeriesDescriptor
setTimeSeriesDescriptor
The descriptor for the time series data.
Generated from protobuf field .google.monitoring.v3.TimeSeriesDescriptor time_series_descriptor = 8;
$this
getTimeSeriesData
The time series data.
Generated from protobuf field repeated .google.monitoring.v3.TimeSeriesData time_series_data = 9;
Google\Protobuf\Internal\RepeatedField
setTimeSeriesData
The time series data.
Generated from protobuf field repeated .google.monitoring.v3.TimeSeriesData time_series_data = 9;
$this
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.
Generated from protobuf field string next_page_token = 10;
string
setNextPageToken
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.
Generated from protobuf field string next_page_token = 10;
var
string
$this
getPartialErrors
Query execution errors that may have caused the time series data returned to be incomplete. The available data will be available in the response.
Generated from protobuf field repeated .google.rpc.Status partial_errors = 11;
Google\Protobuf\Internal\RepeatedField
setPartialErrors
Query execution errors that may have caused the time series data returned to be incomplete. The available data will be available in the response.
Generated from protobuf field repeated .google.rpc.Status partial_errors = 11;
$this