com.google.ads.googleads.v17.services.BiddableKeywordOrBuilder 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 BiddableKeywordOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.BiddableKeyword)
com.google.protobuf.MessageOrBuilder {
/**
*
* Required. Keyword. Must have text and match type.
*
*
* .google.ads.googleads.v17.common.KeywordInfo keyword = 1 [(.google.api.field_behavior) = REQUIRED];
* @return Whether the keyword field is set.
*/
boolean hasKeyword();
/**
*
* Required. Keyword. Must have text and match type.
*
*
* .google.ads.googleads.v17.common.KeywordInfo keyword = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The keyword.
*/
com.google.ads.googleads.v17.common.KeywordInfo getKeyword();
/**
*
* Required. Keyword. Must have text and match type.
*
*
* .google.ads.googleads.v17.common.KeywordInfo keyword = 1 [(.google.api.field_behavior) = REQUIRED];
*/
com.google.ads.googleads.v17.common.KeywordInfoOrBuilder getKeywordOrBuilder();
/**
*
* A max cpc bid in micros that overrides the ad group level max cpc bid in
* forecast simulation. This value will override the max cpc value set in the
* bidding strategy and ad group. Only specify this field for bidding
* strategies that support max cpc values.
*
*
* optional int64 max_cpc_bid_micros = 2;
* @return Whether the maxCpcBidMicros field is set.
*/
boolean hasMaxCpcBidMicros();
/**
*
* A max cpc bid in micros that overrides the ad group level max cpc bid in
* forecast simulation. This value will override the max cpc value set in the
* bidding strategy and ad group. Only specify this field for bidding
* strategies that support max cpc values.
*
*
* optional int64 max_cpc_bid_micros = 2;
* @return The maxCpcBidMicros.
*/
long getMaxCpcBidMicros();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy