Interface Recommendation.KeywordMatchTypeRecommendationOrBuilder

    • Method Detail

      • hasKeyword

        boolean hasKeyword()
         Output only. The existing keyword where the match type should be more broad.
         
        .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 existing keyword where the match type should be more broad.
         
        .google.ads.googleads.v10.common.KeywordInfo keyword = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The keyword.
      • getKeywordOrBuilder

        KeywordInfoOrBuilder getKeywordOrBuilder()
         Output only. The existing keyword where the match type should be more broad.
         
        .google.ads.googleads.v10.common.KeywordInfo keyword = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getRecommendedMatchTypeValue

        int getRecommendedMatchTypeValue()
         Output only. The recommended new match type.
         
        .google.ads.googleads.v10.enums.KeywordMatchTypeEnum.KeywordMatchType recommended_match_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The enum numeric value on the wire for recommendedMatchType.
      • getRecommendedMatchType

        KeywordMatchTypeEnum.KeywordMatchType getRecommendedMatchType()
         Output only. The recommended new match type.
         
        .google.ads.googleads.v10.enums.KeywordMatchTypeEnum.KeywordMatchType recommended_match_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The recommendedMatchType.