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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCampaignKeywordsCount()Output only.booleangetCampaignUsesSharedBudget()Output only.KeywordInfogetKeyword(int index)Output only.intgetKeywordCount()Output only.java.util.List<KeywordInfo>getKeywordList()Output only.KeywordInfoOrBuildergetKeywordOrBuilder(int index)Output only.java.util.List<? extends KeywordInfoOrBuilder>getKeywordOrBuilderList()Output only.longgetRequiredCampaignBudgetAmountMicros()Output only.longgetSuggestedKeywordsCount()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getKeywordList
java.util.List<KeywordInfo> getKeywordList()
Output only. Sample of keywords to be expanded to Broad Match.
repeated .google.ads.googleads.v10.common.KeywordInfo keyword = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getKeyword
KeywordInfo getKeyword(int index)
Output only. Sample of keywords to be expanded to Broad Match.
repeated .google.ads.googleads.v10.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.v10.common.KeywordInfo keyword = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getKeywordOrBuilderList
java.util.List<? extends KeywordInfoOrBuilder> getKeywordOrBuilderList()
Output only. Sample of keywords to be expanded to Broad Match.
repeated .google.ads.googleads.v10.common.KeywordInfo keyword = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getKeywordOrBuilder
KeywordInfoOrBuilder getKeywordOrBuilder(int index)
Output only. Sample of keywords to be expanded to Broad Match.
repeated .google.ads.googleads.v10.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.
-
getCampaignUsesSharedBudget
boolean getCampaignUsesSharedBudget()
Output only. Whether the associated campaign uses a shared budget.
bool campaign_uses_shared_budget = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The campaignUsesSharedBudget.
-
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.
-
-