Interface Recommendation.KeywordMatchTypeRecommendationOrBuilder

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

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

    • hasKeyword

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

      int getRecommendedMatchTypeValue()
       Output only. The recommended new match type.
       
      .google.ads.googleads.v18.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.v18.enums.KeywordMatchTypeEnum.KeywordMatchType recommended_match_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The recommendedMatchType.