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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BiddableKeywordgetBiddableKeywords(int index)Required.intgetBiddableKeywordsCount()Required.java.util.List<BiddableKeyword>getBiddableKeywordsList()Required.BiddableKeywordOrBuildergetBiddableKeywordsOrBuilder(int index)Required.java.util.List<? extends BiddableKeywordOrBuilder>getBiddableKeywordsOrBuilderList()Required.longgetMaxCpcBidMicros()The max cpc to use for the ad group when generating forecasted traffic.KeywordInfogetNegativeKeywords(int index)The details of the keyword.intgetNegativeKeywordsCount()The details of the keyword.java.util.List<KeywordInfo>getNegativeKeywordsList()The details of the keyword.KeywordInfoOrBuildergetNegativeKeywordsOrBuilder(int index)The details of the keyword.java.util.List<? extends KeywordInfoOrBuilder>getNegativeKeywordsOrBuilderList()The details of the keyword.booleanhasMaxCpcBidMicros()The max cpc to use for the ad group when generating forecasted traffic.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
java.util.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.v15.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.v15.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.v15.services.BiddableKeyword biddable_keywords = 2 [(.google.api.field_behavior) = REQUIRED];
-
getBiddableKeywordsOrBuilderList
java.util.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.v15.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.v15.services.BiddableKeyword biddable_keywords = 2 [(.google.api.field_behavior) = REQUIRED];
-
getNegativeKeywordsList
java.util.List<KeywordInfo> getNegativeKeywordsList()
The details of the keyword. You should specify both the keyword text and match type.
repeated .google.ads.googleads.v15.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.v15.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.v15.common.KeywordInfo negative_keywords = 3;
-
getNegativeKeywordsOrBuilderList
java.util.List<? extends KeywordInfoOrBuilder> getNegativeKeywordsOrBuilderList()
The details of the keyword. You should specify both the keyword text and match type.
repeated .google.ads.googleads.v15.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.v15.common.KeywordInfo negative_keywords = 3;
-
-