public static interface RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttributeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAgeRange()
public abstract AgeRange getAgeRange()Age range of the audience for which the lift is provided.
optional .google.ads.datamanager.v1.AgeRange age_range = 3;
| Returns | |
|---|---|
| Type | Description |
AgeRange |
The ageRange. |
getAgeRangeValue()
public abstract int getAgeRangeValue()Age range of the audience for which the lift is provided.
optional .google.ads.datamanager.v1.AgeRange age_range = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for ageRange. |
getGender()
public abstract Gender getGender()Gender of the audience for which the lift is provided.
optional .google.ads.datamanager.v1.Gender gender = 4;
| Returns | |
|---|---|
| Type | Description |
Gender |
The gender. |
getGenderValue()
public abstract int getGenderValue()Gender of the audience for which the lift is provided.
optional .google.ads.datamanager.v1.Gender gender = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for gender. |
getLift()
public abstract float getLift()Measure of lift that the audience has for the attribute value as compared to the baseline. Range [0-1].
optional float lift = 2;
| Returns | |
|---|---|
| Type | Description |
float |
The lift. |
getUserInterestId()
public abstract long getUserInterestId()The user interest ID.
optional int64 user_interest_id = 1;
| Returns | |
|---|---|
| Type | Description |
long |
The userInterestId. |
hasAgeRange()
public abstract boolean hasAgeRange()Age range of the audience for which the lift is provided.
optional .google.ads.datamanager.v1.AgeRange age_range = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the ageRange field is set. |
hasGender()
public abstract boolean hasGender()Gender of the audience for which the lift is provided.
optional .google.ads.datamanager.v1.Gender gender = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the gender field is set. |
hasLift()
public abstract boolean hasLift()Measure of lift that the audience has for the attribute value as compared to the baseline. Range [0-1].
optional float lift = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the lift field is set. |
hasUserInterestId()
public abstract boolean hasUserInterestId()The user interest ID.
optional int64 user_interest_id = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the userInterestId field is set. |