Method: Google::Cloud::Monitoring::V3::GetMetricDescriptorRequest#name
- Defined in:
- proto_docs/google/monitoring/v3/metric_service.rb
permalink #name ⇒ ::String
Returns Required. The metric descriptor on which to execute the request. The format is:
projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID]
An example value of [METRIC_ID]
is
"compute.googleapis.com/instance/disk/read_bytes_count"
.
135 136 137 138 |
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 135 class GetMetricDescriptorRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |