com.google.ads.googleads.v17.common.CpcBidSimulationPointOrBuilder 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/common/simulation.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface CpcBidSimulationPointOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.CpcBidSimulationPoint)
com.google.protobuf.MessageOrBuilder {
/**
*
* Projected required daily budget that the advertiser must set in order to
* receive the estimated traffic, in micros of advertiser currency.
*
*
* int64 required_budget_amount_micros = 17;
* @return The requiredBudgetAmountMicros.
*/
long getRequiredBudgetAmountMicros();
/**
*
* Projected number of biddable conversions.
*
*
* optional double biddable_conversions = 9;
* @return Whether the biddableConversions field is set.
*/
boolean hasBiddableConversions();
/**
*
* Projected number of biddable conversions.
*
*
* optional double biddable_conversions = 9;
* @return The biddableConversions.
*/
double getBiddableConversions();
/**
*
* Projected total value of biddable conversions.
*
*
* optional double biddable_conversions_value = 10;
* @return Whether the biddableConversionsValue field is set.
*/
boolean hasBiddableConversionsValue();
/**
*
* Projected total value of biddable conversions.
*
*
* optional double biddable_conversions_value = 10;
* @return The biddableConversionsValue.
*/
double getBiddableConversionsValue();
/**
*
* Projected number of clicks.
*
*
* optional int64 clicks = 11;
* @return Whether the clicks field is set.
*/
boolean hasClicks();
/**
*
* Projected number of clicks.
*
*
* optional int64 clicks = 11;
* @return The clicks.
*/
long getClicks();
/**
*
* Projected cost in micros.
*
*
* optional int64 cost_micros = 12;
* @return Whether the costMicros field is set.
*/
boolean hasCostMicros();
/**
*
* Projected cost in micros.
*
*
* optional int64 cost_micros = 12;
* @return The costMicros.
*/
long getCostMicros();
/**
*
* Projected number of impressions.
*
*
* optional int64 impressions = 13;
* @return Whether the impressions field is set.
*/
boolean hasImpressions();
/**
*
* Projected number of impressions.
*
*
* optional int64 impressions = 13;
* @return The impressions.
*/
long getImpressions();
/**
*
* Projected number of top slot impressions.
* Only search advertising channel type supports this field.
*
*
* optional int64 top_slot_impressions = 14;
* @return Whether the topSlotImpressions field is set.
*/
boolean hasTopSlotImpressions();
/**
*
* Projected number of top slot impressions.
* Only search advertising channel type supports this field.
*
*
* optional int64 top_slot_impressions = 14;
* @return The topSlotImpressions.
*/
long getTopSlotImpressions();
/**
*
* The simulated CPC bid upon which projected metrics are based.
*
*
* int64 cpc_bid_micros = 15;
* @return Whether the cpcBidMicros field is set.
*/
boolean hasCpcBidMicros();
/**
*
* The simulated CPC bid upon which projected metrics are based.
*
*
* int64 cpc_bid_micros = 15;
* @return The cpcBidMicros.
*/
long getCpcBidMicros();
/**
*
* The simulated scaling modifier upon which projected metrics are based.
* All CPC bids relevant to the simulated entity are scaled by this
* modifier.
*
*
* double cpc_bid_scaling_modifier = 16;
* @return Whether the cpcBidScalingModifier field is set.
*/
boolean hasCpcBidScalingModifier();
/**
*
* The simulated scaling modifier upon which projected metrics are based.
* All CPC bids relevant to the simulated entity are scaled by this
* modifier.
*
*
* double cpc_bid_scaling_modifier = 16;
* @return The cpcBidScalingModifier.
*/
double getCpcBidScalingModifier();
com.google.ads.googleads.v17.common.CpcBidSimulationPoint.CpcSimulationKeyValueCase getCpcSimulationKeyValueCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy