Interface Recommendation.KeywordRecommendationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Recommendation.KeywordRecommendation,Recommendation.KeywordRecommendation.Builder
- Enclosing class:
- Recommendation
public static interface Recommendation.KeywordRecommendationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeywordInfogetKeyword()Output only.KeywordInfoOrBuildergetKeywordOrBuilder()Output only.longgetRecommendedCpcBidMicros()Output only.booleanhasKeyword()Output only.booleanhasRecommendedCpcBidMicros()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 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.
-
-