Reference documentation and code samples for the Cloud Monitoring Dashboards V1 API class Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesFilterRatio::RatioPart.
Describes a query to build the numerator or denominator of a TimeSeriesFilterRatio.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#aggregation
def aggregation() -> ::Google::Cloud::Monitoring::Dashboard::V1::Aggregation
Returns
- (::Google::Cloud::Monitoring::Dashboard::V1::Aggregation) — By default, the raw time series data is returned. Use this field to combine multiple time series for different views of the data.
#aggregation=
def aggregation=(value) -> ::Google::Cloud::Monitoring::Dashboard::V1::Aggregation
Parameter
- value (::Google::Cloud::Monitoring::Dashboard::V1::Aggregation) — By default, the raw time series data is returned. Use this field to combine multiple time series for different views of the data.
Returns
- (::Google::Cloud::Monitoring::Dashboard::V1::Aggregation) — By default, the raw time series data is returned. Use this field to combine multiple time series for different views of the data.
#filter
def filter() -> ::String
Returns
- (::String) — Required. The monitoring filter that identifies the metric types, resources, and projects to query.
#filter=
def filter=(value) -> ::String
Parameter
- value (::String) — Required. The monitoring filter that identifies the metric types, resources, and projects to query.
Returns
- (::String) — Required. The monitoring filter that identifies the metric types, resources, and projects to query.