| Package | Description |
|---|---|
| com.google.api.services.analytics.model |
| Modifier and Type | Method and Description |
|---|---|
LinkedForeignAccount |
LinkedForeignAccount.clone() |
LinkedForeignAccount |
LinkedForeignAccount.set(java.lang.String fieldName,
java.lang.Object value) |
LinkedForeignAccount |
LinkedForeignAccount.setAccountId(java.lang.String accountId)
Account ID to which this linked foreign account belongs.
|
LinkedForeignAccount |
LinkedForeignAccount.setEligibleForSearch(java.lang.Boolean eligibleForSearch)
Boolean indicating whether this is eligible for search.
|
LinkedForeignAccount |
LinkedForeignAccount.setId(java.lang.String id)
Entity ad account link ID.
|
LinkedForeignAccount |
LinkedForeignAccount.setInternalWebPropertyId(java.lang.String internalWebPropertyId)
Internal ID for the web property to which this linked foreign account belongs.
|
LinkedForeignAccount |
LinkedForeignAccount.setKind(java.lang.String kind)
Resource type for linked foreign account.
|
LinkedForeignAccount |
LinkedForeignAccount.setLinkedAccountId(java.lang.String linkedAccountId)
The foreign account ID.
|
LinkedForeignAccount |
LinkedForeignAccount.setRemarketingAudienceId(java.lang.String remarketingAudienceId)
Remarketing audience ID to which this linked foreign account belongs.
|
LinkedForeignAccount |
LinkedForeignAccount.setStatus(java.lang.String status)
The status of this foreign account link.
|
LinkedForeignAccount |
LinkedForeignAccount.setType(java.lang.String type)
The type of the foreign account.
|
LinkedForeignAccount |
LinkedForeignAccount.setWebPropertyId(java.lang.String webPropertyId)
Web property ID of the form UA-XXXXX-YY to which this linked foreign account belongs.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LinkedForeignAccount> |
RemarketingAudience.getLinkedAdAccounts()
The linked ad accounts associated with this remarketing audience.
|
| Modifier and Type | Method and Description |
|---|---|
RemarketingAudience |
RemarketingAudience.setLinkedAdAccounts(java.util.List<LinkedForeignAccount> linkedAdAccounts)
The linked ad accounts associated with this remarketing audience.
|