Class: Google::Cloud::Monitoring::V3::CreateNotificationChannelRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::CreateNotificationChannelRequest
- 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
-
#name ⇒ ::String
Required.
-
#notification_channel ⇒ ::Google::Cloud::Monitoring::V3::NotificationChannel
Required.
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.
96 97 98 99 |
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 96 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.
96 97 98 99 |
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 96 class CreateNotificationChannelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |