Interface LookalikeUserListInfoOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getCountryCodes(int index)
    Countries targeted by the Lookalike.
    com.google.protobuf.ByteString
    Countries targeted by the Lookalike.
    int
    Countries targeted by the Lookalike.
    Countries targeted by the Lookalike.
    Expansion level, reflecting the size of the lookalike audience
    int
    Expansion level, reflecting the size of the lookalike audience
    long
    getSeedUserListIds(int index)
    Seed UserList ID from which this list is derived, provided by user.
    int
    Seed UserList ID from which this list is derived, provided by user.
    Seed UserList ID from which this list is derived, provided by user.

    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

    • getSeedUserListIdsList

      List<Long> getSeedUserListIdsList()
       Seed UserList ID from which this list is derived, provided by user.
       
      repeated int64 seed_user_list_ids = 1;
      Returns:
      A list containing the seedUserListIds.
    • getSeedUserListIdsCount

      int getSeedUserListIdsCount()
       Seed UserList ID from which this list is derived, provided by user.
       
      repeated int64 seed_user_list_ids = 1;
      Returns:
      The count of seedUserListIds.
    • getSeedUserListIds

      long getSeedUserListIds(int index)
       Seed UserList ID from which this list is derived, provided by user.
       
      repeated int64 seed_user_list_ids = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The seedUserListIds at the given index.
    • getExpansionLevelValue

      int getExpansionLevelValue()
       Expansion level, reflecting the size of the lookalike audience
       
      .google.ads.googleads.v18.enums.LookalikeExpansionLevelEnum.LookalikeExpansionLevel expansion_level = 2;
      Returns:
      The enum numeric value on the wire for expansionLevel.
    • getExpansionLevel

       Expansion level, reflecting the size of the lookalike audience
       
      .google.ads.googleads.v18.enums.LookalikeExpansionLevelEnum.LookalikeExpansionLevel expansion_level = 2;
      Returns:
      The expansionLevel.
    • getCountryCodesList

      List<String> getCountryCodesList()
       Countries targeted by the Lookalike. Two-letter country code as defined by
       ISO-3166
       
      repeated string country_codes = 3;
      Returns:
      A list containing the countryCodes.
    • getCountryCodesCount

      int getCountryCodesCount()
       Countries targeted by the Lookalike. Two-letter country code as defined by
       ISO-3166
       
      repeated string country_codes = 3;
      Returns:
      The count of countryCodes.
    • getCountryCodes

      String getCountryCodes(int index)
       Countries targeted by the Lookalike. Two-letter country code as defined by
       ISO-3166
       
      repeated string country_codes = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The countryCodes at the given index.
    • getCountryCodesBytes

      com.google.protobuf.ByteString getCountryCodesBytes(int index)
       Countries targeted by the Lookalike. Two-letter country code as defined by
       ISO-3166
       
      repeated string country_codes = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the countryCodes at the given index.