Method: Google::Cloud::Monitoring::V3::ListMetricDescriptorsRequest#name

Defined in:
proto_docs/google/monitoring/v3/metric_service.rb

#name::String

Returns Required. The project on which to execute the request. The format is:

projects/[PROJECT_ID_OR_NUMBER].

Returns:

  • (::String)

    Required. The project on which to execute the request. The format is:

    projects/[PROJECT_ID_OR_NUMBER]
    
[View source]

106
107
108
109
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 106

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