Interface CustomerThirdPartyBrandSafetyIntegrationPartnerOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomerThirdPartyBrandSafetyIntegrationPartner,CustomerThirdPartyBrandSafetyIntegrationPartner.Builder
public interface CustomerThirdPartyBrandSafetyIntegrationPartnerOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAllowed third party integration partners for brand safety verification.intAllowed third party integration partners for brand safety 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
-
getBrandSafetyIntegrationPartnerValue
int getBrandSafetyIntegrationPartnerValue()Allowed third party integration partners for brand safety verification.
.google.ads.googleads.v21.enums.ThirdPartyBrandSafetyIntegrationPartnerEnum.ThirdPartyBrandSafetyIntegrationPartner brand_safety_integration_partner = 1;- Returns:
- The enum numeric value on the wire for brandSafetyIntegrationPartner.
-
getBrandSafetyIntegrationPartner
ThirdPartyBrandSafetyIntegrationPartnerEnum.ThirdPartyBrandSafetyIntegrationPartner getBrandSafetyIntegrationPartner()Allowed third party integration partners for brand safety verification.
.google.ads.googleads.v21.enums.ThirdPartyBrandSafetyIntegrationPartnerEnum.ThirdPartyBrandSafetyIntegrationPartner brand_safety_integration_partner = 1;- Returns:
- The brandSafetyIntegrationPartner.
-