Struct google_api_proto::google::ads::googleads::v17::services::apply_recommendation_operation::AdAssetApplyParameters
source · pub struct AdAssetApplyParameters {
pub new_assets: Vec<Asset>,
pub existing_assets: Vec<String>,
pub scope: i32,
}
Expand description
Common parameters used when applying ad asset recommendations.
Fields§
§new_assets: Vec<Asset>
The assets to create and attach to a scope. This may be combined with existing_assets in the same call.
existing_assets: Vec<String>
The resource names of existing assets to attach to a scope. This may be combined with new_assets in the same call.
scope: i32
Required. The scope at which to apply the assets. Assets at the campaign scope level will be applied to the campaign associated with the recommendation. Assets at the customer scope will apply to the entire account. Assets at the campaign scope will override any attached at the customer scope.
Implementations§
source§impl AdAssetApplyParameters
impl AdAssetApplyParameters
sourcepub fn scope(&self) -> ApplyScope
pub fn scope(&self) -> ApplyScope
Returns the enum value of scope
, or the default if the field is set to an invalid enum value.
sourcepub fn set_scope(&mut self, value: ApplyScope)
pub fn set_scope(&mut self, value: ApplyScope)
Sets scope
to the provided enum value.
Trait Implementations§
source§impl Clone for AdAssetApplyParameters
impl Clone for AdAssetApplyParameters
source§fn clone(&self) -> AdAssetApplyParameters
fn clone(&self) -> AdAssetApplyParameters
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AdAssetApplyParameters
impl Debug for AdAssetApplyParameters
source§impl Default for AdAssetApplyParameters
impl Default for AdAssetApplyParameters
source§impl Message for AdAssetApplyParameters
impl Message for AdAssetApplyParameters
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
Returns the encoded length of the message without a length delimiter.
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,
Encodes the message to a buffer. Read more
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
Encodes the message to a newly allocated buffer.
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,
Encodes the message with a length-delimiter to a buffer. Read more
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,
Encodes the message with a length-delimiter to a newly allocated buffer.
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Decodes an instance of the message from a buffer. Read more
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,
Decodes a length-delimited instance of the message from the buffer.
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,
Decodes an instance of the message from a buffer, and merges it into
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,
Decodes a length-delimited instance of the message from buffer, and
merges it into
self
.source§impl PartialEq for AdAssetApplyParameters
impl PartialEq for AdAssetApplyParameters
source§fn eq(&self, other: &AdAssetApplyParameters) -> bool
fn eq(&self, other: &AdAssetApplyParameters) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AdAssetApplyParameters
Auto Trait Implementations§
impl Freeze for AdAssetApplyParameters
impl RefUnwindSafe for AdAssetApplyParameters
impl Send for AdAssetApplyParameters
impl Sync for AdAssetApplyParameters
impl Unpin for AdAssetApplyParameters
impl UnwindSafe for AdAssetApplyParameters
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
Mutably borrows from an owned value. Read more
§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>
Wrap the input message
T
in a tonic::Request