Interface Recommendation.CustomAudienceOptInRecommendationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Recommendation.CustomAudienceOptInRecommendation,Recommendation.CustomAudienceOptInRecommendation.Builder
- Enclosing class:
- Recommendation
public static interface Recommendation.CustomAudienceOptInRecommendationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetKeywords(int index) Output only.intOutput only.Output only.getKeywordsOrBuilder(int index) Output only.List<? extends KeywordInfoOrBuilder>Output only.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
-
getKeywordsList
List<KeywordInfo> getKeywordsList()Output only. The list of keywords to use for custom audience creation.
repeated .google.ads.googleads.v18.common.KeywordInfo keywords = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getKeywords
Output only. The list of keywords to use for custom audience creation.
repeated .google.ads.googleads.v18.common.KeywordInfo keywords = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getKeywordsCount
int getKeywordsCount()Output only. The list of keywords to use for custom audience creation.
repeated .google.ads.googleads.v18.common.KeywordInfo keywords = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getKeywordsOrBuilderList
List<? extends KeywordInfoOrBuilder> getKeywordsOrBuilderList()Output only. The list of keywords to use for custom audience creation.
repeated .google.ads.googleads.v18.common.KeywordInfo keywords = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getKeywordsOrBuilder
Output only. The list of keywords to use for custom audience creation.
repeated .google.ads.googleads.v18.common.KeywordInfo keywords = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-