Interface PartnerAudienceInfoOrBuilder (0.8.0)

public interface PartnerAudienceInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCommercePartner()

public abstract String getCommercePartner()

Optional. The commerce partner name. Only allowed if partner_audience_source is COMMERCE_AUDIENCE.

optional string commerce_partner = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The commercePartner.

getCommercePartnerBytes()

public abstract ByteString getCommercePartnerBytes()

Optional. The commerce partner name. Only allowed if partner_audience_source is COMMERCE_AUDIENCE.

optional string commerce_partner = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for commercePartner.

getPartnerAudienceSource()

public abstract PartnerAudienceInfo.PartnerAudienceSource getPartnerAudienceSource()

Required. Immutable. The source of the partner audience.

optional .google.ads.datamanager.v1.PartnerAudienceInfo.PartnerAudienceSource partner_audience_source = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
PartnerAudienceInfo.PartnerAudienceSource

The partnerAudienceSource.

getPartnerAudienceSourceValue()

public abstract int getPartnerAudienceSourceValue()

Required. Immutable. The source of the partner audience.

optional .google.ads.datamanager.v1.PartnerAudienceInfo.PartnerAudienceSource partner_audience_source = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
int

The enum numeric value on the wire for partnerAudienceSource.

hasCommercePartner()

public abstract boolean hasCommercePartner()

Optional. The commerce partner name. Only allowed if partner_audience_source is COMMERCE_AUDIENCE.

optional string commerce_partner = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the commercePartner field is set.

hasPartnerAudienceSource()

public abstract boolean hasPartnerAudienceSource()

Required. Immutable. The source of the partner audience.

optional .google.ads.datamanager.v1.PartnerAudienceInfo.PartnerAudienceSource partner_audience_source = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
boolean

Whether the partnerAudienceSource field is set.