Interface CampaignThirdPartyBrandLiftIntegrationPartnerOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CampaignThirdPartyBrandLiftIntegrationPartner,CampaignThirdPartyBrandLiftIntegrationPartner.Builder
public interface CampaignThirdPartyBrandLiftIntegrationPartnerOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAllowed third party integration partners for Brand Lift verification.Third party partner data for YouTube Brand Lift verification.Third party partner data for YouTube Brand Lift verification.intAllowed third party integration partners for Brand Lift verification.booleanIf true, then cost data will be shared with this vendor.booleanThird party partner data for YouTube Brand Lift verification.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getBrandLiftIntegrationPartnerValue
int getBrandLiftIntegrationPartnerValue()Allowed third party integration partners for Brand Lift verification.
.google.ads.googleads.v21.enums.ThirdPartyBrandLiftIntegrationPartnerEnum.ThirdPartyBrandLiftIntegrationPartner brand_lift_integration_partner = 1;- Returns:
- The enum numeric value on the wire for brandLiftIntegrationPartner.
-
getBrandLiftIntegrationPartner
ThirdPartyBrandLiftIntegrationPartnerEnum.ThirdPartyBrandLiftIntegrationPartner getBrandLiftIntegrationPartner()Allowed third party integration partners for Brand Lift verification.
.google.ads.googleads.v21.enums.ThirdPartyBrandLiftIntegrationPartnerEnum.ThirdPartyBrandLiftIntegrationPartner brand_lift_integration_partner = 1;- Returns:
- The brandLiftIntegrationPartner.
-
hasBrandLiftIntegrationPartnerData
boolean hasBrandLiftIntegrationPartnerData()Third party partner data for YouTube Brand Lift verification. This is optional metadata for partners to join or attach data to Ads campaigns.
.google.ads.googleads.v21.common.ThirdPartyIntegrationPartnerData brand_lift_integration_partner_data = 2;- Returns:
- Whether the brandLiftIntegrationPartnerData field is set.
-
getBrandLiftIntegrationPartnerData
ThirdPartyIntegrationPartnerData getBrandLiftIntegrationPartnerData()Third party partner data for YouTube Brand Lift verification. This is optional metadata for partners to join or attach data to Ads campaigns.
.google.ads.googleads.v21.common.ThirdPartyIntegrationPartnerData brand_lift_integration_partner_data = 2;- Returns:
- The brandLiftIntegrationPartnerData.
-
getBrandLiftIntegrationPartnerDataOrBuilder
ThirdPartyIntegrationPartnerDataOrBuilder getBrandLiftIntegrationPartnerDataOrBuilder()Third party partner data for YouTube Brand Lift verification. This is optional metadata for partners to join or attach data to Ads campaigns.
.google.ads.googleads.v21.common.ThirdPartyIntegrationPartnerData brand_lift_integration_partner_data = 2;
-