Class: Google::Cloud::Monitoring::V3::GetNotificationChannelDescriptorRequest

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 GetNotificationChannelDescriptor response.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The channel type for which to execute the request. The format is:

projects/[PROJECT_ID_OR_NUMBER]/notificationChannelDescriptors/[CHANNEL_TYPE].

Returns:

  • (::String)

    Required. The channel type for which to execute the request. The format is:

    projects/[PROJECT_ID_OR_NUMBER]/notificationChannelDescriptors/[CHANNEL_TYPE]
    


75
76
77
78
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 75

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