Class: Google::Monitoring::V3::CreateNotificationChannelRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb

Overview

The +CreateNotificationChannel+ request.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

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.

Returns:

  • (String)

    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_channelGoogle::Monitoring::V3::NotificationChannel

Returns The definition of the +NotificationChannel+ to create.

Returns:



76
# File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/notification_service.rb', line 76

class CreateNotificationChannelRequest; end