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 Summary
Modifier and TypeMethodDescriptiongetBiddableKeywords(int index) Required.intRequired.Required.getBiddableKeywordsOrBuilder(int index) Required.List<? extends BiddableKeywordOrBuilder>Required.longThe max cpc to use for the ad group when generating forecasted traffic.getNegativeKeywords(int index) The details of the keyword.intThe details of the keyword.The details of the keyword.getNegativeKeywordsOrBuilder(int index) The details of the keyword.List<? extends KeywordInfoOrBuilder>The details of the keyword.booleanThe max cpc to use for the ad group when generating forecasted traffic.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
-
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
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
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
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
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;
-