Class: Google::Cloud::Logging::V2::GetLogMetricRequest

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 GetLogMetric.

Instance Attribute Summary collapse

Instance Attribute Details

#metric_name::String

Returns Required. The resource name of the desired metric:

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

Returns:

  • (::String)

    Required. The resource name of the desired metric:

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


203
204
205
206
# File 'proto_docs/google/logging/v2/logging_metrics.rb', line 203

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