Class: Google::Cloud::Monitoring::Dashboard::V1::TimeSeriesFilterRatio::RatioPart

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/dashboard/v1/metrics.rb

Overview

Describes a query to build the numerator or denominator of a TimeSeriesFilterRatio.

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation::Google::Cloud::Monitoring::Dashboard::V1::Aggregation

Returns By default, the raw time series data is returned. Use this field to combine multiple time series for different views of the data.

Returns:



126
127
128
129
# File 'proto_docs/google/monitoring/dashboard/v1/metrics.rb', line 126

class RatioPart
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#filter::String

Returns 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.



126
127
128
129
# File 'proto_docs/google/monitoring/dashboard/v1/metrics.rb', line 126

class RatioPart
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end