Class: Google::Cloud::AdvisoryNotifications::V1::ListNotificationsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/advisorynotifications/v1/service.rb

Overview

Response of ListNotifications endpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



178
179
180
181
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 178

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

#notifications::Array<::Google::Cloud::AdvisoryNotifications::V1::Notification>

Returns List of notifications under a given parent.

Returns:



178
179
180
181
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 178

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

#total_size::Integer

Returns Estimation of a total number of notifications.

Returns:

  • (::Integer)

    Estimation of a total number of notifications.



178
179
180
181
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 178

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