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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCountryCodes​(int index)
      Countries targeted by the Lookalike.
      com.google.protobuf.ByteString getCountryCodesBytes​(int index)
      Countries targeted by the Lookalike.
      int getCountryCodesCount()
      Countries targeted by the Lookalike.
      java.util.List<java.lang.String> getCountryCodesList()
      Countries targeted by the Lookalike.
      LookalikeExpansionLevelEnum.LookalikeExpansionLevel getExpansionLevel()
      Expansion level, reflecting the size of the lookalike audience
      int getExpansionLevelValue()
      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 getSeedUserListIdsCount()
      Seed UserList ID from which this list is derived, provided by user.
      java.util.List<java.lang.Long> getSeedUserListIdsList()
      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 Detail

      • getSeedUserListIdsList

        java.util.List<java.lang.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.v15.enums.LookalikeExpansionLevelEnum.LookalikeExpansionLevel expansion_level = 2;
        Returns:
        The enum numeric value on the wire for expansionLevel.
      • getExpansionLevel

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

        java.util.List<java.lang.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

        java.lang.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.