Class: Google::Cloud::AdvisoryNotifications::V1::ListNotificationsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AdvisoryNotifications::V1::ListNotificationsResponse
- 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
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#notifications ⇒ ::Array<::Google::Cloud::AdvisoryNotifications::V1::Notification>
List of notifications under a given parent.
-
#total_size ⇒ ::Integer
Estimation of a total number of notifications.
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.
180 181 182 183 |
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 180 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.
180 181 182 183 |
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 180 class ListNotificationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_size ⇒ ::Integer
Returns Estimation of a total number of notifications.
180 181 182 183 |
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 180 class ListNotificationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |