Interface Recommendation.UseBroadMatchKeywordRecommendationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Recommendation.UseBroadMatchKeywordRecommendation,Recommendation.UseBroadMatchKeywordRecommendation.Builder
- Enclosing class:
- Recommendation
public static interface Recommendation.UseBroadMatchKeywordRecommendationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongOutput only.booleanOutput only.getKeyword(int index) Output only.intOutput only.Output only.getKeywordOrBuilder(int index) Output only.List<? extends KeywordInfoOrBuilder>Output only.longOutput only.longOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getKeywordList
List<KeywordInfo> getKeywordList()Output only. Sample of keywords to be expanded to Broad Match.
repeated .google.ads.googleads.v18.common.KeywordInfo keyword = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getKeyword
Output only. Sample of keywords to be expanded to Broad Match.
repeated .google.ads.googleads.v18.common.KeywordInfo keyword = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getKeywordCount
int getKeywordCount()Output only. Sample of keywords to be expanded to Broad Match.
repeated .google.ads.googleads.v18.common.KeywordInfo keyword = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getKeywordOrBuilderList
List<? extends KeywordInfoOrBuilder> getKeywordOrBuilderList()Output only. Sample of keywords to be expanded to Broad Match.
repeated .google.ads.googleads.v18.common.KeywordInfo keyword = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getKeywordOrBuilder
Output only. Sample of keywords to be expanded to Broad Match.
repeated .google.ads.googleads.v18.common.KeywordInfo keyword = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getSuggestedKeywordsCount
long getSuggestedKeywordsCount()Output only. Total number of keywords to be expanded to Broad Match in the campaign.
int64 suggested_keywords_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The suggestedKeywordsCount.
-
getCampaignKeywordsCount
long getCampaignKeywordsCount()Output only. Total number of keywords in the campaign.
int64 campaign_keywords_count = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The campaignKeywordsCount.
-
getRequiredCampaignBudgetAmountMicros
long getRequiredCampaignBudgetAmountMicros()Output only. The budget recommended to avoid becoming budget constrained after applying the recommendation.
int64 required_campaign_budget_amount_micros = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The requiredCampaignBudgetAmountMicros.
-