Method: Google::Cloud::Monitoring::V3::DeleteMetricDescriptorRequest#name

Defined in:
proto_docs/google/monitoring/v3/metric_service.rb

#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 of [METRIC_ID] is: "custom.googleapis.com/my_test_metric".

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 of [METRIC_ID] is: "custom.googleapis.com/my_test_metric".

[View source]

165
166
167
168
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 165

class DeleteMetricDescriptorRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end