Class: Google::Cloud::Monitoring::V3::GetMetricDescriptorRequest

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

Overview

The GetMetricDescriptor request.

Instance Attribute Summary collapse

Instance Attribute Details

#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".

Returns:

  • (::String)

    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