public interface AudienceMemberOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConsent()
public abstract Consent getConsent()Optional. The consent setting for the user.
.google.ads.datamanager.v1.Consent consent = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Consent |
The consent. |
getConsentOrBuilder()
public abstract ConsentOrBuilder getConsentOrBuilder()Optional. The consent setting for the user.
.google.ads.datamanager.v1.Consent consent = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ConsentOrBuilder |
|
getDataCase()
public abstract AudienceMember.DataCase getDataCase()| Returns | |
|---|---|
| Type | Description |
AudienceMember.DataCase |
|
getDestinationReferences(int index)
public abstract String getDestinationReferences(int index)Optional. Defines which Destination to send the audience member to.
repeated string destination_references = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The destinationReferences at the given index. |
getDestinationReferencesBytes(int index)
public abstract ByteString getDestinationReferencesBytes(int index)Optional. Defines which Destination to send the audience member to.
repeated string destination_references = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the destinationReferences at the given index. |
getDestinationReferencesCount()
public abstract int getDestinationReferencesCount()Optional. Defines which Destination to send the audience member to.
repeated string destination_references = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The count of destinationReferences. |
getDestinationReferencesList()
public abstract List<String> getDestinationReferencesList()Optional. Defines which Destination to send the audience member to.
repeated string destination_references = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the destinationReferences. |
getMobileData()
public abstract MobileData getMobileData()Data identifying the user's mobile devices.
.google.ads.datamanager.v1.MobileData mobile_data = 5;
| Returns | |
|---|---|
| Type | Description |
MobileData |
The mobileData. |
getMobileDataOrBuilder()
public abstract MobileDataOrBuilder getMobileDataOrBuilder()Data identifying the user's mobile devices.
.google.ads.datamanager.v1.MobileData mobile_data = 5;
| Returns | |
|---|---|
| Type | Description |
MobileDataOrBuilder |
|
getPairData()
public abstract PairData getPairData()Publisher Advertiser Identity Reconciliation (PAIR) IDs.
.google.ads.datamanager.v1.PairData pair_data = 4;
| Returns | |
|---|---|
| Type | Description |
PairData |
The pairData. |
getPairDataOrBuilder()
public abstract PairDataOrBuilder getPairDataOrBuilder()Publisher Advertiser Identity Reconciliation (PAIR) IDs.
.google.ads.datamanager.v1.PairData pair_data = 4;
| Returns | |
|---|---|
| Type | Description |
PairDataOrBuilder |
|
getUserData()
public abstract UserData getUserData()User-provided data that identifies the user.
.google.ads.datamanager.v1.UserData user_data = 2;
| Returns | |
|---|---|
| Type | Description |
UserData |
The userData. |
getUserDataOrBuilder()
public abstract UserDataOrBuilder getUserDataOrBuilder()User-provided data that identifies the user.
.google.ads.datamanager.v1.UserData user_data = 2;
| Returns | |
|---|---|
| Type | Description |
UserDataOrBuilder |
|
hasConsent()
public abstract boolean hasConsent()Optional. The consent setting for the user.
.google.ads.datamanager.v1.Consent consent = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the consent field is set. |
hasMobileData()
public abstract boolean hasMobileData()Data identifying the user's mobile devices.
.google.ads.datamanager.v1.MobileData mobile_data = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the mobileData field is set. |
hasPairData()
public abstract boolean hasPairData()Publisher Advertiser Identity Reconciliation (PAIR) IDs.
.google.ads.datamanager.v1.PairData pair_data = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the pairData field is set. |
hasUserData()
public abstract boolean hasUserData()User-provided data that identifies the user.
.google.ads.datamanager.v1.UserData user_data = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the userData field is set. |