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 TypeMethodDescriptiongetCountryCodes(int index) Countries targeted by the Lookalike.com.google.protobuf.ByteStringgetCountryCodesBytes(int index) Countries targeted by the Lookalike.intCountries targeted by the Lookalike.Countries targeted by the Lookalike.Expansion level, reflecting the size of the lookalike audienceintExpansion level, reflecting the size of the lookalike audiencelonggetSeedUserListIds(int index) Seed UserList ID from which this list is derived, provided by user.intSeed 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
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
LookalikeExpansionLevelEnum.LookalikeExpansionLevel getExpansionLevel()Expansion level, reflecting the size of the lookalike audience
.google.ads.googleads.v18.enums.LookalikeExpansionLevelEnum.LookalikeExpansionLevel expansion_level = 2;- Returns:
- The expansionLevel.
-
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
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.
-