Class: Google::Shopping::Merchant::Notifications::V1beta::ListNotificationSubscriptionsRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Notifications::V1beta::ListNotificationSubscriptionsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/notifications/v1beta/notificationsapi.rb
Overview
Request message for the ListNotificationSubscription method.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of notification subscriptions to return in a page.
-
#page_token ⇒ ::String
Token (if provided) to retrieve the subsequent page.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns The maximum number of notification subscriptions to return in a page.
The default value for page_size
is 100. The
maximum value is 200
. Values above 200
will be coerced to 200
.
83 84 85 86 |
# File 'proto_docs/google/shopping/merchant/notifications/v1beta/notificationsapi.rb', line 83 class ListNotificationSubscriptionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Token (if provided) to retrieve the subsequent page. All other parameters must match the original call that provided the page token.
83 84 85 86 |
# File 'proto_docs/google/shopping/merchant/notifications/v1beta/notificationsapi.rb', line 83 class ListNotificationSubscriptionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The merchant account who owns the notification subscriptions.
Format: accounts/{account}
.
83 84 85 86 |
# File 'proto_docs/google/shopping/merchant/notifications/v1beta/notificationsapi.rb', line 83 class ListNotificationSubscriptionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |