Interface MobileApplicationTargetingOrBuilder (0.39.0)

public interface MobileApplicationTargetingOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.