Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::ListTimeSeriesResponse.
The ListTimeSeries
response.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#execution_errors
def execution_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.
#execution_errors=
def execution_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.
Returns
- (::Array<::Google::Rpc::Status>) — Query execution errors that may have caused the time series data returned to be incomplete.
#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.
#time_series
def time_series() -> ::Array<::Google::Cloud::Monitoring::V3::TimeSeries>
Returns
- (::Array<::Google::Cloud::Monitoring::V3::TimeSeries>) — One or more time series that match the filter included in the request.
#time_series=
def time_series=(value) -> ::Array<::Google::Cloud::Monitoring::V3::TimeSeries>
Parameter
- value (::Array<::Google::Cloud::Monitoring::V3::TimeSeries>) — One or more time series that match the filter included in the request.
Returns
- (::Array<::Google::Cloud::Monitoring::V3::TimeSeries>) — One or more time series that match the filter included in the request.
#unit
def unit() -> ::String
Returns
-
(::String) — The unit in which all
time_series
point values are reported.unit
follows the UCUM format for units as seen in https://unitsofmeasure.org/ucum.html. If differenttime_series
have different units (for example, because they come from different metric types, or a unit is absent), thenunit
will be "{not_a_unit}".
#unit=
def unit=(value) -> ::String
Parameter
-
value (::String) — The unit in which all
time_series
point values are reported.unit
follows the UCUM format for units as seen in https://unitsofmeasure.org/ucum.html. If differenttime_series
have different units (for example, because they come from different metric types, or a unit is absent), thenunit
will be "{not_a_unit}".
Returns
-
(::String) — The unit in which all
time_series
point values are reported.unit
follows the UCUM format for units as seen in https://unitsofmeasure.org/ucum.html. If differenttime_series
have different units (for example, because they come from different metric types, or a unit is absent), thenunit
will be "{not_a_unit}".