Method: Google::Cloud::Monitoring::V3::ListNotificationChannelDescriptorsRequest#name
- Defined in:
- proto_docs/google/monitoring/v3/notification_service.rb
permalink #name ⇒ ::String
Returns Required. The REST resource name of the parent from which to retrieve the notification channel descriptors. The expected syntax is:
projects/[PROJECT_ID_OR_NUMBER]
Note that this names the parent container in which to look for the descriptors; to retrieve a single descriptor by name, use the GetNotificationChannelDescriptor operation, instead.
48 49 50 51 |
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 48 class ListNotificationChannelDescriptorsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |