All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.common.LookalikeUserListInfoOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/common/user_lists.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;

public interface LookalikeUserListInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.LookalikeUserListInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Seed UserList ID from which this list is derived, provided by user.
   * 
* * repeated int64 seed_user_list_ids = 1; * @return A list containing the seedUserListIds. */ java.util.List getSeedUserListIdsList(); /** *
   * Seed UserList ID from which this list is derived, provided by user.
   * 
* * repeated int64 seed_user_list_ids = 1; * @return The count of seedUserListIds. */ int getSeedUserListIdsCount(); /** *
   * Seed UserList ID from which this list is derived, provided by user.
   * 
* * repeated int64 seed_user_list_ids = 1; * @param index The index of the element to return. * @return The seedUserListIds at the given index. */ long getSeedUserListIds(int index); /** *
   * Expansion level, reflecting the size of the lookalike audience
   * 
* * .google.ads.googleads.v17.enums.LookalikeExpansionLevelEnum.LookalikeExpansionLevel expansion_level = 2; * @return The enum numeric value on the wire for expansionLevel. */ int getExpansionLevelValue(); /** *
   * Expansion level, reflecting the size of the lookalike audience
   * 
* * .google.ads.googleads.v17.enums.LookalikeExpansionLevelEnum.LookalikeExpansionLevel expansion_level = 2; * @return The expansionLevel. */ com.google.ads.googleads.v17.enums.LookalikeExpansionLevelEnum.LookalikeExpansionLevel getExpansionLevel(); /** *
   * Countries targeted by the Lookalike. Two-letter country code as defined by
   * ISO-3166
   * 
* * repeated string country_codes = 3; * @return A list containing the countryCodes. */ java.util.List getCountryCodesList(); /** *
   * Countries targeted by the Lookalike. Two-letter country code as defined by
   * ISO-3166
   * 
* * repeated string country_codes = 3; * @return The count of countryCodes. */ int getCountryCodesCount(); /** *
   * Countries targeted by the Lookalike. Two-letter country code as defined by
   * ISO-3166
   * 
* * repeated string country_codes = 3; * @param index The index of the element to return. * @return The countryCodes at the given index. */ 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; * @param index The index of the value to return. * @return The bytes of the countryCodes at the given index. */ com.google.protobuf.ByteString getCountryCodesBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy