Interface CustomerThirdPartyBrandLiftIntegrationPartnerOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomerThirdPartyBrandLiftIntegrationPartner,CustomerThirdPartyBrandLiftIntegrationPartner.Builder
public interface CustomerThirdPartyBrandLiftIntegrationPartnerOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIf true, cost data can be shared with this vendor.Allowed Third Party integration partners for Brand Lift verification.intAllowed Third Party integration partners for 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.
-