Interface VideoCustomerOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
VideoCustomer, VideoCustomer.Builder

public interface VideoCustomerOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasThirdPartyIntegrationPartners

      boolean hasThirdPartyIntegrationPartners()
       Third Party integration partners.
       
      .google.ads.googleads.v21.common.CustomerThirdPartyIntegrationPartners third_party_integration_partners = 1;
      Returns:
      Whether the thirdPartyIntegrationPartners field is set.
    • getThirdPartyIntegrationPartners

      CustomerThirdPartyIntegrationPartners getThirdPartyIntegrationPartners()
       Third Party integration partners.
       
      .google.ads.googleads.v21.common.CustomerThirdPartyIntegrationPartners third_party_integration_partners = 1;
      Returns:
      The thirdPartyIntegrationPartners.
    • getThirdPartyIntegrationPartnersOrBuilder

      CustomerThirdPartyIntegrationPartnersOrBuilder getThirdPartyIntegrationPartnersOrBuilder()
       Third Party integration partners.
       
      .google.ads.googleads.v21.common.CustomerThirdPartyIntegrationPartners third_party_integration_partners = 1;