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.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.v18.common.UserInterestInfo user_interest = 1; -
getUserInterest
List of audiences based on user interests to be targeted.
repeated .google.ads.googleads.v18.common.UserInterestInfo user_interest = 1; -
getUserInterestCount
int getUserInterestCount()List of audiences based on user interests to be targeted.
repeated .google.ads.googleads.v18.common.UserInterestInfo user_interest = 1; -
getUserInterestOrBuilderList
List<? extends UserInterestInfoOrBuilder> getUserInterestOrBuilderList()List of audiences based on user interests to be targeted.
repeated .google.ads.googleads.v18.common.UserInterestInfo user_interest = 1; -
getUserInterestOrBuilder
List of audiences based on user interests to be targeted.
repeated .google.ads.googleads.v18.common.UserInterestInfo user_interest = 1;
-