Class: Google::Monitoring::V3::CreateNotificationChannelRequest
- Inherits:
-
Object
- Object
- Google::Monitoring::V3::CreateNotificationChannelRequest
- Defined in:
- lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb
Overview
The +CreateNotificationChannel+ request.
Instance Attribute Summary collapse
-
#name ⇒ String
The project on which to execute the request.
-
#notification_channel ⇒ Google::Monitoring::V3::NotificationChannel
The definition of the +NotificationChannel+ to create.
Instance Attribute Details
#name ⇒ String
Returns The project on which to execute the request. The format is:
projects/[PROJECT_ID]
Note that this names the container into which the channel will be written. This does not name the newly created channel. The resulting channel's name will have a normalized version of this field as a prefix, but will add +/notificationChannels/[CHANNEL_ID]+ to identify the channel.
76 |
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb', line 76 class CreateNotificationChannelRequest; end |
#notification_channel ⇒ Google::Monitoring::V3::NotificationChannel
Returns The definition of the +NotificationChannel+ to create.
76 |
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb', line 76 class CreateNotificationChannelRequest; end |