Class: Google::Cloud::Monitoring::V3::GetMonitoredResourceDescriptorRequest

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 GetMonitoredResourceDescriptor request.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The monitored resource descriptor to get. The format is:

projects/[PROJECT_ID_OR_NUMBER]/monitoredResourceDescriptors/[RESOURCE_TYPE]

The [RESOURCE_TYPE] is a predefined type, such as cloudsql_database.

Returns:

  • (::String)

    Required. The monitored resource descriptor to get. The format is:

    projects/[PROJECT_ID_OR_NUMBER]/monitoredResourceDescriptors/[RESOURCE_TYPE]
    

    The [RESOURCE_TYPE] is a predefined type, such as cloudsql_database.



76
77
78
79
# File 'proto_docs/google/monitoring/v3/metric_service.rb', line 76

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