public interface MobileApplicationTargetingOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFirstPartyTargeting()
public abstract FirstPartyMobileApplicationTargeting getFirstPartyTargeting()Optional. The targeted/excluded first-party mobile applications.
.google.ads.admanager.v1.FirstPartyMobileApplicationTargeting first_party_targeting = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FirstPartyMobileApplicationTargeting |
The firstPartyTargeting. |
getFirstPartyTargetingOrBuilder()
public abstract FirstPartyMobileApplicationTargetingOrBuilder getFirstPartyTargetingOrBuilder()Optional. The targeted/excluded first-party mobile applications.
.google.ads.admanager.v1.FirstPartyMobileApplicationTargeting first_party_targeting = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FirstPartyMobileApplicationTargetingOrBuilder |
|
getTargetingCase()
public abstract MobileApplicationTargeting.TargetingCase getTargetingCase()| Returns | |
|---|---|
| Type | Description |
MobileApplicationTargeting.TargetingCase |
|
hasFirstPartyTargeting()
public abstract boolean hasFirstPartyTargeting()Optional. The targeted/excluded first-party mobile applications.
.google.ads.admanager.v1.FirstPartyMobileApplicationTargeting first_party_targeting = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the firstPartyTargeting field is set. |