Class: Google::Cloud::Monitoring::V3::DeleteMetricDescriptorRequest

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



172
173
174
175
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 172

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