Reference documentation and code samples for the Service Control API V1 API class Google::Cloud::ServiceControl::V1::MetricValueSet.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#metric_name
def metric_name() -> ::String
Returns
- (::String) — The metric name defined in the service configuration.
#metric_name=
def metric_name=(value) -> ::String
Parameter
- value (::String) — The metric name defined in the service configuration.
Returns
- (::String) — The metric name defined in the service configuration.
#metric_values
def metric_values() -> ::Array<::Google::Cloud::ServiceControl::V1::MetricValue>
Returns
- (::Array<::Google::Cloud::ServiceControl::V1::MetricValue>) — The values in this metric.
#metric_values=
def metric_values=(value) -> ::Array<::Google::Cloud::ServiceControl::V1::MetricValue>
Parameter
- value (::Array<::Google::Cloud::ServiceControl::V1::MetricValue>) — The values in this metric.
Returns
- (::Array<::Google::Cloud::ServiceControl::V1::MetricValue>) — The values in this metric.