Interface Recommendation.KeywordRecommendationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Recommendation.KeywordRecommendation, Recommendation.KeywordRecommendation.Builder
Enclosing class:
Recommendation

public static interface Recommendation.KeywordRecommendationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasKeyword

      boolean hasKeyword()
       Output only. The recommended keyword.
       
      .google.ads.googleads.v18.common.KeywordInfo keyword = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the keyword field is set.
    • getKeyword

      KeywordInfo getKeyword()
       Output only. The recommended keyword.
       
      .google.ads.googleads.v18.common.KeywordInfo keyword = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The keyword.
    • getKeywordOrBuilder

      KeywordInfoOrBuilder getKeywordOrBuilder()
       Output only. The recommended keyword.
       
      .google.ads.googleads.v18.common.KeywordInfo keyword = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getSearchTermsList

       Output only. A list of search terms this keyword matches. The same search
       term may be repeated for multiple keywords.
       
      repeated .google.ads.googleads.v18.resources.Recommendation.KeywordRecommendation.SearchTerm search_terms = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getSearchTerms

       Output only. A list of search terms this keyword matches. The same search
       term may be repeated for multiple keywords.
       
      repeated .google.ads.googleads.v18.resources.Recommendation.KeywordRecommendation.SearchTerm search_terms = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getSearchTermsCount

      int getSearchTermsCount()
       Output only. A list of search terms this keyword matches. The same search
       term may be repeated for multiple keywords.
       
      repeated .google.ads.googleads.v18.resources.Recommendation.KeywordRecommendation.SearchTerm search_terms = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getSearchTermsOrBuilderList

      List<? extends Recommendation.KeywordRecommendation.SearchTermOrBuilder> getSearchTermsOrBuilderList()
       Output only. A list of search terms this keyword matches. The same search
       term may be repeated for multiple keywords.
       
      repeated .google.ads.googleads.v18.resources.Recommendation.KeywordRecommendation.SearchTerm search_terms = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getSearchTermsOrBuilder

       Output only. A list of search terms this keyword matches. The same search
       term may be repeated for multiple keywords.
       
      repeated .google.ads.googleads.v18.resources.Recommendation.KeywordRecommendation.SearchTerm search_terms = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • hasRecommendedCpcBidMicros

      boolean hasRecommendedCpcBidMicros()
       Output only. The recommended CPC (cost-per-click) bid.
       
      optional int64 recommended_cpc_bid_micros = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the recommendedCpcBidMicros field is set.
    • getRecommendedCpcBidMicros

      long getRecommendedCpcBidMicros()
       Output only. The recommended CPC (cost-per-click) bid.
       
      optional int64 recommended_cpc_bid_micros = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The recommendedCpcBidMicros.