Class: Google::Shopping::Merchant::Accounts::V1beta::ListGbpAccountsRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::ListGbpAccountsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/gbpaccounts.rb
Overview
Request message for the ListGbpAccounts method.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Optional. The maximum number of GbpAccount resources to return. The
service returns fewer than this value if the number of gbp accounts is less
that than the pageSize. The default value is 50. The maximum value is
1000; If a value higher than the maximum is specified, then the pageSize
will default to the maximum.
80 81 82 83 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/gbpaccounts.rb', line 80 class ListGbpAccountsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A page token, received from a previous ListGbpAccounts call.
Provide the page token to retrieve the subsequent page.
When paginating, all other parameters provided to ListGbpAccounts must
match the call that provided the page token.
80 81 82 83 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/gbpaccounts.rb', line 80 class ListGbpAccountsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The name of the parent resource under which the GBP accounts are
listed. Format: accounts/{account}.
80 81 82 83 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/gbpaccounts.rb', line 80 class ListGbpAccountsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |