Class: Google::Cloud::Logging::V2::DeleteLogMetricRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Logging::V2::DeleteLogMetricRequest
- 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
-
#metric_name ⇒ ::String
Required.
Instance Attribute Details
#metric_name ⇒ ::String
Returns Required. The resource name of the metric to delete:
"projects/[PROJECT_ID]/metrics/[METRIC_ID]".
253 254 255 256 |
# File 'proto_docs/google/logging/v2/logging_metrics.rb', line 253 class DeleteLogMetricRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |