Interface CampaignThirdPartyBrandSafetyIntegrationPartnerOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CampaignThirdPartyBrandSafetyIntegrationPartner,CampaignThirdPartyBrandSafetyIntegrationPartner.Builder
public interface CampaignThirdPartyBrandSafetyIntegrationPartnerOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAllowed third party integration partners for brand safety verification.Third party partner data for YouTube brand safety verification.Third party partner data for YouTube brand safety verification.intAllowed third party integration partners for brand safety verification.booleanThird party partner data for YouTube 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.
-
hasBrandSafetyIntegrationPartnerData
boolean hasBrandSafetyIntegrationPartnerData()Third party partner data for YouTube brand safety verification. This is optional metadata for partners to join or attach data to Ads campaigns.
.google.ads.googleads.v21.common.ThirdPartyIntegrationPartnerData brand_safety_integration_partner_data = 2;- Returns:
- Whether the brandSafetyIntegrationPartnerData field is set.
-
getBrandSafetyIntegrationPartnerData
ThirdPartyIntegrationPartnerData getBrandSafetyIntegrationPartnerData()Third party partner data for YouTube brand safety verification. This is optional metadata for partners to join or attach data to Ads campaigns.
.google.ads.googleads.v21.common.ThirdPartyIntegrationPartnerData brand_safety_integration_partner_data = 2;- Returns:
- The brandSafetyIntegrationPartnerData.
-
getBrandSafetyIntegrationPartnerDataOrBuilder
ThirdPartyIntegrationPartnerDataOrBuilder getBrandSafetyIntegrationPartnerDataOrBuilder()Third party partner data for YouTube brand safety verification. This is optional metadata for partners to join or attach data to Ads campaigns.
.google.ads.googleads.v21.common.ThirdPartyIntegrationPartnerData brand_safety_integration_partner_data = 2;
-