Method: Google::Api::MonitoredResourceDescriptor#name
- Defined in:
- proto_docs/google/api/monitored_resource.rb
#name ⇒ ::String
Returns Optional. The resource name of the monitored resource descriptor:
"projects/{project_id}/monitoredResourceDescriptors/{type}"
where
{type} is the value of the type
field in this object and
{project_id} is a project ID that provides API-specific context for
accessing the type. APIs that do not use project information can use the
resource name format "monitoredResourceDescriptors/{type}"
.
65 66 67 68 |
# File 'proto_docs/google/api/monitored_resource.rb', line 65 class MonitoredResourceDescriptor include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |