Class: Google::Cloud::Monitoring::V3::GetNotificationChannelRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::GetNotificationChannelRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/notification_service.rb
Overview
The GetNotificationChannel
request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The channel for which to execute the request. The format is:
projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID].
171 172 173 174 |
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 171 class GetNotificationChannelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |