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 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

      KeywordInfo getKeywords(int index)
       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

      KeywordInfoOrBuilder getKeywordsOrBuilder(int index)
       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];