Class: Google::Shopping::Merchant::DataSources::V1beta::ListDataSourcesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/datasources/v1beta/datasources.rb

Overview

Request message for the ListDataSources method.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Optional. The maximum number of data sources to return. The service may return fewer than this value. The maximum value is 1000; values above 1000 will be coerced to 1000. If unspecified, the maximum number of data sources will be returned.

Returns:

  • (::Integer)

    Optional. The maximum number of data sources to return. The service may return fewer than this value. The maximum value is 1000; values above 1000 will be coerced to 1000. If unspecified, the maximum number of data sources will be returned.



156
157
158
159
# File 'proto_docs/google/shopping/merchant/datasources/v1beta/datasources.rb', line 156

class ListDataSourcesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns Optional. A page token, received from a previous ListDataSources call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListDataSources must match the call that provided the page token.

Returns:

  • (::String)

    Optional. A page token, received from a previous ListDataSources call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to ListDataSources must match the call that provided the page token.



156
157
158
159
# File 'proto_docs/google/shopping/merchant/datasources/v1beta/datasources.rb', line 156

class ListDataSourcesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The account to list data sources for. Format: accounts/{account}.

Returns:

  • (::String)

    Required. The account to list data sources for. Format: accounts/{account}



156
157
158
159
# File 'proto_docs/google/shopping/merchant/datasources/v1beta/datasources.rb', line 156

class ListDataSourcesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end