Interface Recommendation.KeywordRecommendationOrBuilder

    • Method Detail

      • hasKeyword

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

        KeywordInfoOrBuilder getKeywordOrBuilder()
         Output only. The recommended keyword.
         
        .google.ads.googleads.v10.common.KeywordInfo keyword = 1 [(.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.