Class: Google::Cloud::Logging::V2::GetLogMetricRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Logging::V2::GetLogMetricRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/logging/v2/logging_metrics.rb
Overview
The parameters to GetLogMetric.
Instance Attribute Summary collapse
-
#metric_name ⇒ ::String
Required.
Instance Attribute Details
#metric_name ⇒ ::String
Returns Required. The resource name of the desired metric:
"projects/[PROJECT_ID]/metrics/[METRIC_ID]".
207 208 209 210 |
# File 'proto_docs/google/logging/v2/logging_metrics.rb', line 207 class GetLogMetricRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |