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:



151
152
153
154
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 151

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: 4 projects/[PROJECT_ID_OR_NUMBER].

Returns:

  • (::String)

    Required. The project on which to execute the request. The format is: 4 projects/[PROJECT_ID_OR_NUMBER]



151
152
153
154
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 151

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