Interface Recommendation.UseBroadMatchKeywordRecommendationOrBuilder

    • 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.