Class: Google::Cloud::Monitoring::V3::ListNotificationChannelsResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns If not empty, indicates that there may be more results that match the request. Use the value in the page_token field in a subsequent request to fetch the next set of results. If empty, all results have been returned.

Returns:

  • (::String)

    If not empty, indicates that there may be more results that match the request. Use the value in the page_token field in a subsequent request to fetch the next set of results. If empty, all results have been returned.



160
161
162
163
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 160

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

#notification_channels::Array<::Google::Cloud::Monitoring::V3::NotificationChannel>

Returns The notification channels defined for the specified project.

Returns:



160
161
162
163
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 160

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

#total_size::Integer

Returns The total number of notification channels in all pages. This number is only an estimate, and may change in subsequent pages. https://aip.dev/158.

Returns:

  • (::Integer)

    The total number of notification channels in all pages. This number is only an estimate, and may change in subsequent pages. https://aip.dev/158



160
161
162
163
# File 'proto_docs/google/monitoring/v3/notification_service.rb', line 160

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