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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/v3/notification_service.rb

Overview

The CreateNotificationChannel request.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The project on which to execute the request. The format is:

projects/[PROJECT_ID_OR_NUMBER]

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)

    Required. The project on which to execute the request. The format is:

    projects/[PROJECT_ID_OR_NUMBER]
    

    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.



92
93
94
95
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 92

class CreateNotificationChannelRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#notification_channel::Google::Cloud::Monitoring::V3::NotificationChannel

Returns Required. The definition of the NotificationChannel to create.

Returns:



92
93
94
95
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 92

class CreateNotificationChannelRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end