Method: Google::Cloud::Monitoring::V3::TimeSeries#metadata
- Defined in:
- proto_docs/google/monitoring/v3/metric.rb
permalink #metadata ⇒ ::Google::Api::MonitoredResourceMetadata
Returns Output only. The associated monitored resource metadata. When reading a time series, this field will include metadata labels that are explicitly named in the reduction. When creating a time series, this field is ignored.
97 98 99 100 |
# File 'proto_docs/google/monitoring/v3/metric.rb', line 97 class TimeSeries include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |