Class: Google::Cloud::ServiceControl::V1::MetricValueSet
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceControl::V1::MetricValueSet
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/servicecontrol/v1/metric_value.rb
Overview
Represents a set of metric values in the same metric. Each metric value in the set should have a unique combination of start time, end time, and label values.
Instance Attribute Summary collapse
-
#metric_name ⇒ ::String
The metric name defined in the service configuration.
-
#metric_values ⇒ ::Array<::Google::Cloud::ServiceControl::V1::MetricValue>
The values in this metric.
Instance Attribute Details
#metric_name ⇒ ::String
Returns The metric name defined in the service configuration.
81 82 83 84 |
# File 'proto_docs/google/api/servicecontrol/v1/metric_value.rb', line 81 class MetricValueSet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metric_values ⇒ ::Array<::Google::Cloud::ServiceControl::V1::MetricValue>
Returns The values in this metric.
81 82 83 84 |
# File 'proto_docs/google/api/servicecontrol/v1/metric_value.rb', line 81 class MetricValueSet include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |