Interface AudienceTargetingOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getUserInterest(int index)
    List of audiences based on user interests to be targeted.
    int
    List of audiences based on user interests to be targeted.
    List of audiences based on user interests to be targeted.
    List of audiences based on user interests to be targeted.
    List of audiences based on user interests to be targeted.

    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

    • getUserInterestList

      List<UserInterestInfo> getUserInterestList()
       List of audiences based on user interests to be targeted.
       
      repeated .google.ads.googleads.v18.common.UserInterestInfo user_interest = 1;
    • getUserInterest

      UserInterestInfo getUserInterest(int index)
       List of audiences based on user interests to be targeted.
       
      repeated .google.ads.googleads.v18.common.UserInterestInfo user_interest = 1;
    • getUserInterestCount

      int getUserInterestCount()
       List of audiences based on user interests to be targeted.
       
      repeated .google.ads.googleads.v18.common.UserInterestInfo user_interest = 1;
    • getUserInterestOrBuilderList

      List<? extends UserInterestInfoOrBuilder> getUserInterestOrBuilderList()
       List of audiences based on user interests to be targeted.
       
      repeated .google.ads.googleads.v18.common.UserInterestInfo user_interest = 1;
    • getUserInterestOrBuilder

      UserInterestInfoOrBuilder getUserInterestOrBuilder(int index)
       List of audiences based on user interests to be targeted.
       
      repeated .google.ads.googleads.v18.common.UserInterestInfo user_interest = 1;