Reference documentation and code samples for the Google Shopping Merchant DataSources V1 Client class ListDataSourcesRequest.
Request message for the ListDataSources method.
Generated from protobuf message google.shopping.merchant.datasources.v1.ListDataSourcesRequest
Namespace
Google \ Shopping \ Merchant \ DataSources \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The account to list data sources for. Format: accounts/{account}
↳ page_size
int
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.
↳ page_token
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.
getParent
Required. The account to list data sources for.
Format: accounts/{account}
Returns
Type
Description
string
setParent
Required. The account to list data sources for.
Format: accounts/{account}
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
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
Type
Description
int
setPageSize
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.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
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
Type
Description
string
setPageToken
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.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
parent
string
Required. The account to list data sources for.
Format: accounts/{account}
Please see DataSourcesServiceClient::accountName() for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Shopping Merchant DataSources V1 Client - Class ListDataSourcesRequest (1.0.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0 (latest)](/php/docs/reference/shopping-merchant-datasources/latest/V1.ListDataSourcesRequest)\n- [0.6.0](/php/docs/reference/shopping-merchant-datasources/0.6.0/V1.ListDataSourcesRequest)\n- [0.5.1](/php/docs/reference/shopping-merchant-datasources/0.5.1/V1.ListDataSourcesRequest)\n- [0.4.0](/php/docs/reference/shopping-merchant-datasources/0.4.0/V1.ListDataSourcesRequest)\n- [0.3.1](/php/docs/reference/shopping-merchant-datasources/0.3.1/V1.ListDataSourcesRequest)\n- [0.2.3](/php/docs/reference/shopping-merchant-datasources/0.2.3/V1.ListDataSourcesRequest)\n- [0.1.0](/php/docs/reference/shopping-merchant-datasources/0.1.0/V1.ListDataSourcesRequest) \nReference documentation and code samples for the Google Shopping Merchant DataSources V1 Client class ListDataSourcesRequest.\n\nRequest message for the ListDataSources method.\n\nGenerated from protobuf message `google.shopping.merchant.datasources.v1.ListDataSourcesRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Shopping \\\\ Merchant \\\\ DataSources \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The account to list data sources for.\n\nFormat: `accounts/{account}`\n\n### setParent\n\nRequired. The account to list data sources for.\n\nFormat: `accounts/{account}`\n\n### getPageSize\n\nOptional. The maximum number of data sources to return. The service may\nreturn fewer than this value. The maximum value is 1000; values above 1000\nwill be coerced to 1000. If unspecified, the maximum number of data sources\nwill be returned.\n\n### setPageSize\n\nOptional. The maximum number of data sources to return. The service may\nreturn fewer than this value. The maximum value is 1000; values above 1000\nwill be coerced to 1000. If unspecified, the maximum number of data sources\nwill be returned.\n\n### getPageToken\n\nOptional. A page token, received from a previous `ListDataSources` call.\n\nProvide this to retrieve the subsequent page.\nWhen paginating, all other parameters provided to `ListDataSources`\nmust match the call that provided the page token.\n\n### setPageToken\n\nOptional. A page token, received from a previous `ListDataSources` call.\n\nProvide this to retrieve the subsequent page.\nWhen paginating, all other parameters provided to `ListDataSources`\nmust match the call that provided the page token.\n\n### static::build"]]