com.google.ads.googleads.v17.services.ForecastAdGroupOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/services/keyword_plan_idea_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface ForecastAdGroupOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.ForecastAdGroup)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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;
* @return Whether the maxCpcBidMicros field is set.
*/
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;
* @return The maxCpcBidMicros.
*/
long getMaxCpcBidMicros();
/**
*
* 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.v17.services.BiddableKeyword biddable_keywords = 2 [(.google.api.field_behavior) = REQUIRED];
*/
java.util.List
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.v17.services.BiddableKeyword biddable_keywords = 2 [(.google.api.field_behavior) = REQUIRED];
*/
com.google.ads.googleads.v17.services.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.v17.services.BiddableKeyword biddable_keywords = 2 [(.google.api.field_behavior) = REQUIRED];
*/
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.v17.services.BiddableKeyword biddable_keywords = 2 [(.google.api.field_behavior) = REQUIRED];
*/
java.util.List extends com.google.ads.googleads.v17.services.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.v17.services.BiddableKeyword biddable_keywords = 2 [(.google.api.field_behavior) = REQUIRED];
*/
com.google.ads.googleads.v17.services.BiddableKeywordOrBuilder getBiddableKeywordsOrBuilder(
int index);
/**
*
* The details of the keyword. You should specify both the keyword text and
* match type.
*
*
* repeated .google.ads.googleads.v17.common.KeywordInfo negative_keywords = 3;
*/
java.util.List
getNegativeKeywordsList();
/**
*
* The details of the keyword. You should specify both the keyword text and
* match type.
*
*
* repeated .google.ads.googleads.v17.common.KeywordInfo negative_keywords = 3;
*/
com.google.ads.googleads.v17.common.KeywordInfo getNegativeKeywords(int index);
/**
*
* The details of the keyword. You should specify both the keyword text and
* match type.
*
*
* repeated .google.ads.googleads.v17.common.KeywordInfo negative_keywords = 3;
*/
int getNegativeKeywordsCount();
/**
*
* The details of the keyword. You should specify both the keyword text and
* match type.
*
*
* repeated .google.ads.googleads.v17.common.KeywordInfo negative_keywords = 3;
*/
java.util.List extends com.google.ads.googleads.v17.common.KeywordInfoOrBuilder>
getNegativeKeywordsOrBuilderList();
/**
*
* The details of the keyword. You should specify both the keyword text and
* match type.
*
*
* repeated .google.ads.googleads.v17.common.KeywordInfo negative_keywords = 3;
*/
com.google.ads.googleads.v17.common.KeywordInfoOrBuilder getNegativeKeywordsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy