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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeywordInfogetKeyword()Output only.KeywordInfoOrBuildergetKeywordOrBuilder()Output only.KeywordMatchTypeEnum.KeywordMatchTypegetRecommendedMatchType()Output only.intgetRecommendedMatchTypeValue()Output only.booleanhasKeyword()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
-