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 Details

    • getUserInterestList

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

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

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

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

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

      List<UserListInfo> getUserListsList()
       List of audiences based on user lists to be targeted.
       
      repeated .google.ads.googleads.v21.common.UserListInfo user_lists = 2;
    • getUserLists

      UserListInfo getUserLists(int index)
       List of audiences based on user lists to be targeted.
       
      repeated .google.ads.googleads.v21.common.UserListInfo user_lists = 2;
    • getUserListsCount

      int getUserListsCount()
       List of audiences based on user lists to be targeted.
       
      repeated .google.ads.googleads.v21.common.UserListInfo user_lists = 2;
    • getUserListsOrBuilderList

      List<? extends UserListInfoOrBuilder> getUserListsOrBuilderList()
       List of audiences based on user lists to be targeted.
       
      repeated .google.ads.googleads.v21.common.UserListInfo user_lists = 2;
    • getUserListsOrBuilder

      UserListInfoOrBuilder getUserListsOrBuilder(int index)
       List of audiences based on user lists to be targeted.
       
      repeated .google.ads.googleads.v21.common.UserListInfo user_lists = 2;