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 Summary
Modifier and TypeMethodDescriptiongetUserInterest(int index) List of audiences based on user interests to be targeted.intList of audiences based on user interests to be targeted.List of audiences based on user interests to be targeted.getUserInterestOrBuilder(int index) List of audiences based on user interests to be targeted.List<? extends UserInterestInfoOrBuilder>List of audiences based on user interests to be targeted.getUserLists(int index) List of audiences based on user lists to be targeted.intList of audiences based on user lists to be targeted.List of audiences based on user lists to be targeted.getUserListsOrBuilder(int index) List of audiences based on user lists to be targeted.List<? extends UserListInfoOrBuilder>List of audiences based on user lists to be targeted.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
-
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
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
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
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
List of audiences based on user lists to be targeted.
repeated .google.ads.googleads.v21.common.UserListInfo user_lists = 2;
-