public interface SearchPartnerLinksRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFilter()
public abstract String getFilter() Optional. A filter string. All fields need to
be on the left hand side of each condition (for example: partner_link_id =
123456789). Fields must be specified using either all camel
case or all snake
case. Don't use a combination of
camel case and snake case.
Supported operations:
AND=!=Supported fields:
partner_link_idowning_account.account_typeowning_account.account_idpartner_account.account_typepartner_account.account_idExample:
owning_account.account_type = "GOOGLE_ADS" AND partner_account.account_id = 987654321
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
public abstract ByteString getFilterBytes() Optional. A filter string. All fields need to
be on the left hand side of each condition (for example: partner_link_id =
123456789). Fields must be specified using either all camel
case or all snake
case. Don't use a combination of
camel case and snake case.
Supported operations:
AND=!=Supported fields:
partner_link_idowning_account.account_typeowning_account.account_idpartner_account.account_typepartner_account.account_idExample:
owning_account.account_type = "GOOGLE_ADS" AND partner_account.account_id = 987654321
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
getPageSize()
public abstract int getPageSize()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.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public abstract String getPageToken() 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.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public abstract ByteString getPageTokenBytes() 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.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public abstract String getParent() 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}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() 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}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |