Interface CustomerThirdPartyViewabilityIntegrationPartnerOrBuilder

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

public interface CustomerThirdPartyViewabilityIntegrationPartnerOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    If true, cost data can be shared with this vendor.
    Allowed third party integration partners for YouTube viewability verification.
    int
    Allowed third party integration partners for YouTube viewability verification.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getViewabilityIntegrationPartnerValue

      int getViewabilityIntegrationPartnerValue()
       Allowed third party integration partners for YouTube viewability
       verification.
       
      .google.ads.googleads.v21.enums.ThirdPartyViewabilityIntegrationPartnerEnum.ThirdPartyViewabilityIntegrationPartner viewability_integration_partner = 1;
      Returns:
      The enum numeric value on the wire for viewabilityIntegrationPartner.
    • getViewabilityIntegrationPartner

       Allowed third party integration partners for YouTube viewability
       verification.
       
      .google.ads.googleads.v21.enums.ThirdPartyViewabilityIntegrationPartnerEnum.ThirdPartyViewabilityIntegrationPartner viewability_integration_partner = 1;
      Returns:
      The viewabilityIntegrationPartner.
    • getAllowShareCost

      boolean getAllowShareCost()
       If true, cost data can be shared with this vendor.
       
      bool allow_share_cost = 2;
      Returns:
      The allowShareCost.