Class: Google::Shopping::Merchant::Accounts::V1beta::ListGbpAccountsRequest

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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}.

Returns:

  • (::String)

    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