Interface ForecastAdGroupOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ForecastAdGroup, ForecastAdGroup.Builder

public interface ForecastAdGroupOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasMaxCpcBidMicros

      boolean hasMaxCpcBidMicros()
       The max cpc to use for the ad group when generating forecasted traffic.
       This value will override the max cpc value set in the bidding strategy.
       Only specify this field for bidding strategies that max cpc values.
       
      optional int64 max_cpc_bid_micros = 1;
      Returns:
      Whether the maxCpcBidMicros field is set.
    • getMaxCpcBidMicros

      long getMaxCpcBidMicros()
       The max cpc to use for the ad group when generating forecasted traffic.
       This value will override the max cpc value set in the bidding strategy.
       Only specify this field for bidding strategies that max cpc values.
       
      optional int64 max_cpc_bid_micros = 1;
      Returns:
      The maxCpcBidMicros.
    • getBiddableKeywordsList

      List<BiddableKeyword> getBiddableKeywordsList()
       Required. The list of biddable keywords to be used in the ad group when
       doing the forecast. Requires at least one keyword.
       
      repeated .google.ads.googleads.v18.services.BiddableKeyword biddable_keywords = 2 [(.google.api.field_behavior) = REQUIRED];
    • getBiddableKeywords

      BiddableKeyword getBiddableKeywords(int index)
       Required. The list of biddable keywords to be used in the ad group when
       doing the forecast. Requires at least one keyword.
       
      repeated .google.ads.googleads.v18.services.BiddableKeyword biddable_keywords = 2 [(.google.api.field_behavior) = REQUIRED];
    • getBiddableKeywordsCount

      int getBiddableKeywordsCount()
       Required. The list of biddable keywords to be used in the ad group when
       doing the forecast. Requires at least one keyword.
       
      repeated .google.ads.googleads.v18.services.BiddableKeyword biddable_keywords = 2 [(.google.api.field_behavior) = REQUIRED];
    • getBiddableKeywordsOrBuilderList

      List<? extends BiddableKeywordOrBuilder> getBiddableKeywordsOrBuilderList()
       Required. The list of biddable keywords to be used in the ad group when
       doing the forecast. Requires at least one keyword.
       
      repeated .google.ads.googleads.v18.services.BiddableKeyword biddable_keywords = 2 [(.google.api.field_behavior) = REQUIRED];
    • getBiddableKeywordsOrBuilder

      BiddableKeywordOrBuilder getBiddableKeywordsOrBuilder(int index)
       Required. The list of biddable keywords to be used in the ad group when
       doing the forecast. Requires at least one keyword.
       
      repeated .google.ads.googleads.v18.services.BiddableKeyword biddable_keywords = 2 [(.google.api.field_behavior) = REQUIRED];
    • getNegativeKeywordsList

      List<KeywordInfo> getNegativeKeywordsList()
       The details of the keyword. You should specify both the keyword text and
       match type.
       
      repeated .google.ads.googleads.v18.common.KeywordInfo negative_keywords = 3;
    • getNegativeKeywords

      KeywordInfo getNegativeKeywords(int index)
       The details of the keyword. You should specify both the keyword text and
       match type.
       
      repeated .google.ads.googleads.v18.common.KeywordInfo negative_keywords = 3;
    • getNegativeKeywordsCount

      int getNegativeKeywordsCount()
       The details of the keyword. You should specify both the keyword text and
       match type.
       
      repeated .google.ads.googleads.v18.common.KeywordInfo negative_keywords = 3;
    • getNegativeKeywordsOrBuilderList

      List<? extends KeywordInfoOrBuilder> getNegativeKeywordsOrBuilderList()
       The details of the keyword. You should specify both the keyword text and
       match type.
       
      repeated .google.ads.googleads.v18.common.KeywordInfo negative_keywords = 3;
    • getNegativeKeywordsOrBuilder

      KeywordInfoOrBuilder getNegativeKeywordsOrBuilder(int index)
       The details of the keyword. You should specify both the keyword text and
       match type.
       
      repeated .google.ads.googleads.v18.common.KeywordInfo negative_keywords = 3;