Class: Google::Cloud::Logging::V2::DeleteLogMetricRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/logging/v2/logging_metrics.rb

Overview

The parameters to DeleteLogMetric.

Instance Attribute Summary collapse

Instance Attribute Details

#metric_name::String

Returns Required. The resource name of the metric to delete:

"projects/[PROJECT_ID]/metrics/[METRIC_ID]".

Returns:

  • (::String)

    Required. The resource name of the metric to delete:

    "projects/[PROJECT_ID]/metrics/[METRIC_ID]"
    


249
250
251
252
# File 'proto_docs/google/logging/v2/logging_metrics.rb', line 249

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