Method: Google::Cloud::Monitoring::V3::GetNotificationChannelDescriptorRequest#name
- Defined in:
- proto_docs/google/monitoring/v3/notification_service.rb
permalink #name ⇒ ::String
Returns Required. The channel type for which to execute the request. The format is:
projects/[PROJECT_ID_OR_NUMBER]/notificationChannelDescriptors/[CHANNEL_TYPE].
75 76 77 78 |
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 75 class GetNotificationChannelDescriptorRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |