Struct google_api_proto::google::ads::googleads::v17::common::PercentCpcBidSimulationPoint
source · pub struct PercentCpcBidSimulationPoint {
pub percent_cpc_bid_micros: Option<i64>,
pub biddable_conversions: Option<f64>,
pub biddable_conversions_value: Option<f64>,
pub clicks: Option<i64>,
pub cost_micros: Option<i64>,
pub impressions: Option<i64>,
pub top_slot_impressions: Option<i64>,
}
Expand description
Projected metrics for a specific percent CPC amount. Only Hotel advertising channel type supports this field.
Fields§
§percent_cpc_bid_micros: Option<i64>
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].
biddable_conversions: Option<f64>
Projected number of biddable conversions.
biddable_conversions_value: Option<f64>
Projected total value of biddable conversions in local currency.
clicks: Option<i64>
Projected number of clicks.
cost_micros: Option<i64>
Projected cost in micros.
impressions: Option<i64>
Projected number of impressions.
top_slot_impressions: Option<i64>
Projected number of top slot impressions.
Implementations§
source§impl PercentCpcBidSimulationPoint
impl PercentCpcBidSimulationPoint
sourcepub fn percent_cpc_bid_micros(&self) -> i64
pub fn percent_cpc_bid_micros(&self) -> i64
Returns the value of percent_cpc_bid_micros
, or the default value if percent_cpc_bid_micros
is unset.
sourcepub fn biddable_conversions(&self) -> f64
pub fn biddable_conversions(&self) -> f64
Returns the value of biddable_conversions
, or the default value if biddable_conversions
is unset.
sourcepub fn biddable_conversions_value(&self) -> f64
pub fn biddable_conversions_value(&self) -> f64
Returns the value of biddable_conversions_value
, or the default value if biddable_conversions_value
is unset.
sourcepub fn clicks(&self) -> i64
pub fn clicks(&self) -> i64
Returns the value of clicks
, or the default value if clicks
is unset.
sourcepub fn cost_micros(&self) -> i64
pub fn cost_micros(&self) -> i64
Returns the value of cost_micros
, or the default value if cost_micros
is unset.
sourcepub fn impressions(&self) -> i64
pub fn impressions(&self) -> i64
Returns the value of impressions
, or the default value if impressions
is unset.
sourcepub fn top_slot_impressions(&self) -> i64
pub fn top_slot_impressions(&self) -> i64
Returns the value of top_slot_impressions
, or the default value if top_slot_impressions
is unset.
Trait Implementations§
source§impl Clone for PercentCpcBidSimulationPoint
impl Clone for PercentCpcBidSimulationPoint
source§fn clone(&self) -> PercentCpcBidSimulationPoint
fn clone(&self) -> PercentCpcBidSimulationPoint
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for PercentCpcBidSimulationPoint
impl Debug for PercentCpcBidSimulationPoint
source§impl Message for PercentCpcBidSimulationPoint
impl Message for PercentCpcBidSimulationPoint
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for PercentCpcBidSimulationPoint
impl PartialEq for PercentCpcBidSimulationPoint
source§fn eq(&self, other: &PercentCpcBidSimulationPoint) -> bool
fn eq(&self, other: &PercentCpcBidSimulationPoint) -> bool
self
and other
values to be equal, and is used
by ==
.impl Copy for PercentCpcBidSimulationPoint
impl StructuralPartialEq for PercentCpcBidSimulationPoint
Auto Trait Implementations§
impl Freeze for PercentCpcBidSimulationPoint
impl RefUnwindSafe for PercentCpcBidSimulationPoint
impl Send for PercentCpcBidSimulationPoint
impl Sync for PercentCpcBidSimulationPoint
impl Unpin for PercentCpcBidSimulationPoint
impl UnwindSafe for PercentCpcBidSimulationPoint
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request