Class SearchPartnerLinksRequest
Request to search for [PartnerLink][google.ads.datamanager.v1.PartnerLink] resources. Returns a [SearchPartnerLinksResponse][google.ads.datamanager.v1.SearchPartnerLinksResponse].
Implements
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class SearchPartnerLinksRequest : IMessage<SearchPartnerLinksRequest>, IEquatable<SearchPartnerLinksRequest>, IDeepCloneable<SearchPartnerLinksRequest>, IBufferMessage, IMessage, IPageRequest
Constructors
SearchPartnerLinksRequest()
Declaration
public SearchPartnerLinksRequest()
SearchPartnerLinksRequest(SearchPartnerLinksRequest)
Declaration
public SearchPartnerLinksRequest(SearchPartnerLinksRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| SearchPartnerLinksRequest | other |
Properties
Filter
Optional. A filter string. All fields need to be on
the left hand side of each condition (for example: partner_link_id = 123456789).
Supported operations:
AND=!=
Supported fields:
partner_link_idowning_account.account_typeowning_account.account_idpartner_account.account_typepartner_account.account_id
Example:
owning_account.account_type = "GOOGLE_ADS" OR partner_account.account_id = 987654321
Declaration
public string Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PageSize
The maximum number of partner links to return. The service may return fewer than this value. If unspecified, at most 10 partner links will be returned. The maximum value is 100; values above 100 will be coerced to 100.
Declaration
public int PageSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Implements
PageToken
A page token, received from a previous SearchPartnerLinks call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to SearchPartnerLinks
must match the call that provided the page token.
Declaration
public string PageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Implements
Parent
Required. Account to search for partner links. If no filter is specified,
all partner links where this account is either the owning_account or
partner_account are returned.
Format: accountTypes/{account_type}/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 |