Cloud Monitoring V3 API - Class Google::Cloud::Monitoring::V3::QueryTimeSeriesResponse (v0.7.1)

Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::QueryTimeSeriesResponse.

The QueryTimeSeries response.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns
  • (::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.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::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.
Returns
  • (::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

def partial_errors() -> ::Array<::Google::Rpc::Status>
Returns
  • (::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.

#partial_errors=

def partial_errors=(value) -> ::Array<::Google::Rpc::Status>
Parameter
  • value (::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.
Returns
  • (::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.

#time_series_data

def time_series_data() -> ::Array<::Google::Cloud::Monitoring::V3::TimeSeriesData>
Returns

#time_series_data=

def time_series_data=(value) -> ::Array<::Google::Cloud::Monitoring::V3::TimeSeriesData>
Parameter
Returns

#time_series_descriptor

def time_series_descriptor() -> ::Google::Cloud::Monitoring::V3::TimeSeriesDescriptor
Returns

#time_series_descriptor=

def time_series_descriptor=(value) -> ::Google::Cloud::Monitoring::V3::TimeSeriesDescriptor
Parameter
Returns