Class: Google::Cloud::Monitoring::V3::ListNotificationChannelDescriptorsRequest

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 ListNotificationChannelDescriptors request.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The REST resource name of the parent from which to retrieve the notification channel descriptors. The expected syntax is:

projects/[PROJECT_ID_OR_NUMBER]

Note that this names the parent container in which to look for the descriptors; to retrieve a single descriptor by name, use the GetNotificationChannelDescriptor operation, instead.

Returns:

  • (::String)

    Required. The REST resource name of the parent from which to retrieve the notification channel descriptors. The expected syntax is:

    projects/[PROJECT_ID_OR_NUMBER]
    

    Note that this names the parent container in which to look for the descriptors; to retrieve a single descriptor by name, use the GetNotificationChannelDescriptor operation, instead.



46
47
48
49
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 46

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

#page_size::Integer

Returns The maximum number of results to return in a single response. If not set to a positive number, a reasonable value will be chosen by the service.

Returns:

  • (::Integer)

    The maximum number of results to return in a single response. If not set to a positive number, a reasonable value will be chosen by the service.



46
47
48
49
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 46

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

#page_token::String

Returns If non-empty, page_token must contain a value returned as the next_page_token in a previous response to request the next set of results.

Returns:

  • (::String)

    If non-empty, page_token must contain a value returned as the next_page_token in a previous response to request the next set of results.



46
47
48
49
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 46

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