Class: Google::Cloud::AdvisoryNotifications::V1::ListNotificationsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AdvisoryNotifications::V1::ListNotificationsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/advisorynotifications/v1/service.rb
Overview
Request for fetching all notifications for a given parent.
Instance Attribute Summary collapse
-
#language_code ⇒ ::String
ISO code for requested localization language.
-
#page_size ⇒ ::Integer
The maximum number of notifications to return.
-
#page_token ⇒ ::String
A page token returned from a previous request.
-
#parent ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::AdvisoryNotifications::V1::NotificationView
Specifies which parts of the notification resource should be returned in the response.
Instance Attribute Details
#language_code ⇒ ::String
Returns ISO code for requested localization language. If unset, will be interpereted as "en". If the requested language is valid, but not supported for this notification, English will be returned with an "Not applicable" LocalizationState. If the ISO code is invalid (i.e. not a real language), this RPC will throw an error.
164 165 166 167 |
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 164 class ListNotificationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The maximum number of notifications to return. The service may return fewer than this value. If unspecified or equal to 0, at most 50 notifications will be returned. The maximum value is 50; values above 50 will be coerced to 50.
164 165 166 167 |
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 164 class ListNotificationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A page token returned from a previous request. When paginating, all other parameters provided in the request must match the call that returned the page token.
164 165 166 167 |
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 164 class ListNotificationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent, which owns this collection of notifications. Must be of the form "organizations/{organization}/locations/{location}" or "projects/{project}/locations/{location}".
164 165 166 167 |
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 164 class ListNotificationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::AdvisoryNotifications::V1::NotificationView
Returns Specifies which parts of the notification resource should be returned in the response.
164 165 166 167 |
# File 'proto_docs/google/cloud/advisorynotifications/v1/service.rb', line 164 class ListNotificationsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |