Class: Google::Cloud::Monitoring::V3::CreateMetricDescriptorRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/v3/metric_service.rb

Overview

The CreateMetricDescriptor request.

Instance Attribute Summary collapse

Instance Attribute Details

#metric_descriptor::Google::Api::MetricDescriptor

Returns Required. The new custom metric descriptor.

Returns:



148
149
150
151
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 148

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

#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]
    


148
149
150
151
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 148

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