Class: Google::Logging::V2::DeleteLogMetricRequest
- Inherits:
-
Object
- Object
- Google::Logging::V2::DeleteLogMetricRequest
- Defined in:
- lib/google/cloud/logging/v2/doc/google/logging/v2/logging_metrics.rb
Overview
The parameters to DeleteLogMetric.
Instance Attribute Summary collapse
-
#metric_name ⇒ String
The resource name of the metric to delete:.
Instance Attribute Details
#metric_name ⇒ String
Returns The resource name of the metric to delete:
"projects/[PROJECT_ID]/metrics/[METRIC_ID]"
222 |
# File 'lib/google/cloud/logging/v2/doc/google/logging/v2/logging_metrics.rb', line 222 class DeleteLogMetricRequest; end |