Interface Recommendation.KeywordRecommendationOrBuilder

    • Method Detail

      • hasKeyword

        boolean hasKeyword()
         Output only. The recommended keyword.
         
        .google.ads.googleads.v14.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.v14.common.KeywordInfo keyword = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The keyword.
      • getKeywordOrBuilder

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

        java.util.List<Recommendation.KeywordRecommendation.SearchTerm> 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.v14.resources.Recommendation.KeywordRecommendation.SearchTerm search_terms = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getSearchTerms

        Recommendation.KeywordRecommendation.SearchTerm getSearchTerms​(int index)
         Output only. A list of search terms this keyword matches. The same search
         term may be repeated for multiple keywords.
         
        repeated .google.ads.googleads.v14.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.v14.resources.Recommendation.KeywordRecommendation.SearchTerm search_terms = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getSearchTermsOrBuilderList

        java.util.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.v14.resources.Recommendation.KeywordRecommendation.SearchTerm search_terms = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getSearchTermsOrBuilder

        Recommendation.KeywordRecommendation.SearchTermOrBuilder getSearchTermsOrBuilder​(int index)
         Output only. A list of search terms this keyword matches. The same search
         term may be repeated for multiple keywords.
         
        repeated .google.ads.googleads.v14.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.