Struct google_api_proto::google::ads::googleads::v16::resources::AdGroupSimulation
source · pub struct AdGroupSimulation {
pub resource_name: String,
pub ad_group_id: Option<i64>,
pub type: i32,
pub modification_method: i32,
pub start_date: Option<String>,
pub end_date: Option<String>,
pub point_list: Option<PointList>,
}
Expand description
An ad group simulation. Supported combinations of advertising channel type, simulation type and simulation modification method is detailed below respectively.
- SEARCH - CPC_BID - DEFAULT
- SEARCH - CPC_BID - UNIFORM
- SEARCH - TARGET_CPA - UNIFORM
- SEARCH - TARGET_ROAS - UNIFORM
- DISPLAY - CPC_BID - DEFAULT
- DISPLAY - CPC_BID - UNIFORM
- DISPLAY - TARGET_CPA - UNIFORM
Fields§
§resource_name: String
Output only. The resource name of the ad group simulation. Ad group simulation resource names have the form:
customers/{customer_id}/adGroupSimulations/{ad_group_id}~{type}~{modification_method}~{start_date}~{end_date}
ad_group_id: Option<i64>
Output only. Ad group id of the simulation.
type: i32
Output only. The field that the simulation modifies.
modification_method: i32
Output only. How the simulation modifies the field.
start_date: Option<String>
Output only. First day on which the simulation is based, in YYYY-MM-DD format.
end_date: Option<String>
Output only. Last day on which the simulation is based, in YYYY-MM-DD format
point_list: Option<PointList>
List of simulation points.
Implementations§
source§impl AdGroupSimulation
impl AdGroupSimulation
sourcepub fn type(&self) -> SimulationType
pub fn type(&self) -> SimulationType
Returns the enum value of type
, or the default if the field is set to an invalid enum value.
sourcepub fn set_type(&mut self, value: SimulationType)
pub fn set_type(&mut self, value: SimulationType)
Sets type
to the provided enum value.
sourcepub fn modification_method(&self) -> SimulationModificationMethod
pub fn modification_method(&self) -> SimulationModificationMethod
Returns the enum value of modification_method
, or the default if the field is set to an invalid enum value.
sourcepub fn set_modification_method(&mut self, value: SimulationModificationMethod)
pub fn set_modification_method(&mut self, value: SimulationModificationMethod)
Sets modification_method
to the provided enum value.
sourcepub fn ad_group_id(&self) -> i64
pub fn ad_group_id(&self) -> i64
Returns the value of ad_group_id
, or the default value if ad_group_id
is unset.
sourcepub fn start_date(&self) -> &str
pub fn start_date(&self) -> &str
Returns the value of start_date
, or the default value if start_date
is unset.
Trait Implementations§
source§impl Clone for AdGroupSimulation
impl Clone for AdGroupSimulation
source§fn clone(&self) -> AdGroupSimulation
fn clone(&self) -> AdGroupSimulation
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for AdGroupSimulation
impl Debug for AdGroupSimulation
source§impl Default for AdGroupSimulation
impl Default for AdGroupSimulation
source§impl Message for AdGroupSimulation
impl Message for AdGroupSimulation
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 AdGroupSimulation
impl PartialEq for AdGroupSimulation
source§fn eq(&self, other: &AdGroupSimulation) -> bool
fn eq(&self, other: &AdGroupSimulation) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AdGroupSimulation
Auto Trait Implementations§
impl Freeze for AdGroupSimulation
impl RefUnwindSafe for AdGroupSimulation
impl Send for AdGroupSimulation
impl Sync for AdGroupSimulation
impl Unpin for AdGroupSimulation
impl UnwindSafe for AdGroupSimulation
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