com.google.ads.googleads.v17.common.PercentCpcBidSimulationPointOrBuilder 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 PercentCpcBidSimulationPointOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.PercentCpcBidSimulationPoint)
com.google.protobuf.MessageOrBuilder {
/**
*
* The simulated percent CPC upon which projected metrics are based. Percent
* CPC expressed as fraction of the advertised price for some good or service.
* The value stored here is 1,000,000 * [fraction].
*
*
* optional int64 percent_cpc_bid_micros = 1;
* @return Whether the percentCpcBidMicros field is set.
*/
boolean hasPercentCpcBidMicros();
/**
*
* The simulated percent CPC upon which projected metrics are based. Percent
* CPC expressed as fraction of the advertised price for some good or service.
* The value stored here is 1,000,000 * [fraction].
*
*
* optional int64 percent_cpc_bid_micros = 1;
* @return The percentCpcBidMicros.
*/
long getPercentCpcBidMicros();
/**
*
* Projected number of biddable conversions.
*
*
* optional double biddable_conversions = 2;
* @return Whether the biddableConversions field is set.
*/
boolean hasBiddableConversions();
/**
*
* Projected number of biddable conversions.
*
*
* optional double biddable_conversions = 2;
* @return The biddableConversions.
*/
double getBiddableConversions();
/**
*
* Projected total value of biddable conversions in local currency.
*
*
* optional double biddable_conversions_value = 3;
* @return Whether the biddableConversionsValue field is set.
*/
boolean hasBiddableConversionsValue();
/**
*
* Projected total value of biddable conversions in local currency.
*
*
* optional double biddable_conversions_value = 3;
* @return The biddableConversionsValue.
*/
double getBiddableConversionsValue();
/**
*
* Projected number of clicks.
*
*
* optional int64 clicks = 4;
* @return Whether the clicks field is set.
*/
boolean hasClicks();
/**
*
* Projected number of clicks.
*
*
* optional int64 clicks = 4;
* @return The clicks.
*/
long getClicks();
/**
*
* Projected cost in micros.
*
*
* optional int64 cost_micros = 5;
* @return Whether the costMicros field is set.
*/
boolean hasCostMicros();
/**
*
* Projected cost in micros.
*
*
* optional int64 cost_micros = 5;
* @return The costMicros.
*/
long getCostMicros();
/**
*
* Projected number of impressions.
*
*
* optional int64 impressions = 6;
* @return Whether the impressions field is set.
*/
boolean hasImpressions();
/**
*
* Projected number of impressions.
*
*
* optional int64 impressions = 6;
* @return The impressions.
*/
long getImpressions();
/**
*
* Projected number of top slot impressions.
*
*
* optional int64 top_slot_impressions = 7;
* @return Whether the topSlotImpressions field is set.
*/
boolean hasTopSlotImpressions();
/**
*
* Projected number of top slot impressions.
*
*
* optional int64 top_slot_impressions = 7;
* @return The topSlotImpressions.
*/
long getTopSlotImpressions();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy