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 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

       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;