Interface DestinationOrBuilder (0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface DestinationOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getLinkedAccount()
publicabstractProductAccountgetLinkedAccount() Optional. An account that the calling user's
login_account has
access to, through an established account link. For example, a data
partner's login_account might have access to a client's linked_account.
The partner might use this field to send data from the linked_account to
another
operating_account.
.google.ads.datamanager.v1.ProductAccount linked_account = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ProductAccount |
The linkedAccount. |
getLinkedAccountOrBuilder()
publicabstractProductAccountOrBuildergetLinkedAccountOrBuilder() Optional. An account that the calling user's
login_account has
access to, through an established account link. For example, a data
partner's login_account might have access to a client's linked_account.
The partner might use this field to send data from the linked_account to
another
operating_account.
.google.ads.datamanager.v1.ProductAccount linked_account = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ProductAccountOrBuilder |
|
getLoginAccount()
publicabstractProductAccountgetLoginAccount() Optional. The account used to make this API call. To add or remove data
from the
operating_account,
this login_account must have write access to the operating_account. For
example, a manager account of the operating_account, or an account with
an established link to the operating_account.
.google.ads.datamanager.v1.ProductAccount login_account = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ProductAccount |
The loginAccount. |
getLoginAccountOrBuilder()
publicabstractProductAccountOrBuildergetLoginAccountOrBuilder() Optional. The account used to make this API call. To add or remove data
from the
operating_account,
this login_account must have write access to the operating_account. For
example, a manager account of the operating_account, or an account with
an established link to the operating_account.
.google.ads.datamanager.v1.ProductAccount login_account = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ProductAccountOrBuilder |
|
getOperatingAccount()
publicabstractProductAccountgetOperatingAccount()Required. The account to send the data to or remove the data from.
.google.ads.datamanager.v1.ProductAccount operating_account = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ProductAccount |
The operatingAccount. |
getOperatingAccountOrBuilder()
publicabstractProductAccountOrBuildergetOperatingAccountOrBuilder()Required. The account to send the data to or remove the data from.
.google.ads.datamanager.v1.ProductAccount operating_account = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ProductAccountOrBuilder |
|
getProductDestinationId()
publicabstractStringgetProductDestinationId()Required. The object within the product account to ingest into. For example, a Google Ads audience ID, a Display & Video 360 audience ID or a Google Ads conversion action ID.
string product_destination_id = 5 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The productDestinationId. |
getProductDestinationIdBytes()
publicabstractByteStringgetProductDestinationIdBytes()Required. The object within the product account to ingest into. For example, a Google Ads audience ID, a Display & Video 360 audience ID or a Google Ads conversion action ID.
string product_destination_id = 5 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for productDestinationId. |
getReference()
publicabstractStringgetReference() Optional. ID for this Destination resource, unique within the request.
Use to reference this Destination in the
IngestEventsRequest and
IngestAudienceMembersRequest.
string reference = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The reference. |
getReferenceBytes()
publicabstractByteStringgetReferenceBytes() Optional. ID for this Destination resource, unique within the request.
Use to reference this Destination in the
IngestEventsRequest and
IngestAudienceMembersRequest.
string reference = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for reference. |
hasLinkedAccount()
publicabstractbooleanhasLinkedAccount() Optional. An account that the calling user's
login_account has
access to, through an established account link. For example, a data
partner's login_account might have access to a client's linked_account.
The partner might use this field to send data from the linked_account to
another
operating_account.
.google.ads.datamanager.v1.ProductAccount linked_account = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the linkedAccount field is set. |
hasLoginAccount()
publicabstractbooleanhasLoginAccount() Optional. The account used to make this API call. To add or remove data
from the
operating_account,
this login_account must have write access to the operating_account. For
example, a manager account of the operating_account, or an account with
an established link to the operating_account.
.google.ads.datamanager.v1.ProductAccount login_account = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the loginAccount field is set. |
hasOperatingAccount()
publicabstractbooleanhasOperatingAccount()Required. The account to send the data to or remove the data from.
.google.ads.datamanager.v1.ProductAccount operating_account = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the operatingAccount field is set. |