Class ListDataSourcesRequest
Request message for the ListDataSources method.
Implements
Namespace: Google.Shopping.Merchant.DataSources.V1Beta
Assembly: Google.Shopping.Merchant.DataSources.V1Beta.dll
Syntax
public sealed class ListDataSourcesRequest : IMessage<ListDataSourcesRequest>, IEquatable<ListDataSourcesRequest>, IDeepCloneable<ListDataSourcesRequest>, IBufferMessage, IMessage, IPageRequest
Constructors
ListDataSourcesRequest()
Declaration
public ListDataSourcesRequest()
ListDataSourcesRequest(ListDataSourcesRequest)
Declaration
public ListDataSourcesRequest(ListDataSourcesRequest other)
Parameters
Type | Name | Description |
---|---|---|
ListDataSourcesRequest | other |
Properties
PageSize
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.
Declaration
public int PageSize { get; set; }
Property Value
Type | Description |
---|---|
int |
Implements
PageToken
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.
Declaration
public string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Implements
Parent
Required. The account to list data sources for.
Format: accounts/{account}
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentAsAccountName
AccountName-typed view over the Parent resource name property.
Declaration
public AccountName ParentAsAccountName { get; set; }
Property Value
Type | Description |
---|---|
AccountName |