Struct google_api_proto::google::ads::googleads::v17::common::AdTextAsset
source · pub struct AdTextAsset {
pub text: Option<String>,
pub pinned_field: i32,
pub asset_performance_label: i32,
pub policy_summary_info: Option<AdAssetPolicySummary>,
}
Expand description
A text asset used inside an ad.
Fields§
§text: Option<String>
Asset text.
pinned_field: i32
The pinned field of the asset. This restricts the asset to only serve within this field. Multiple assets can be pinned to the same field. An asset that is unpinned or pinned to a different field will not serve in a field where some other asset has been pinned.
asset_performance_label: i32
The performance label of this text asset.
policy_summary_info: Option<AdAssetPolicySummary>
The policy summary of this text asset.
Implementations§
source§impl AdTextAsset
impl AdTextAsset
sourcepub fn pinned_field(&self) -> ServedAssetFieldType
pub fn pinned_field(&self) -> ServedAssetFieldType
Returns the enum value of pinned_field
, or the default if the field is set to an invalid enum value.
sourcepub fn set_pinned_field(&mut self, value: ServedAssetFieldType)
pub fn set_pinned_field(&mut self, value: ServedAssetFieldType)
Sets pinned_field
to the provided enum value.
sourcepub fn asset_performance_label(&self) -> AssetPerformanceLabel
pub fn asset_performance_label(&self) -> AssetPerformanceLabel
Returns the enum value of asset_performance_label
, or the default if the field is set to an invalid enum value.
sourcepub fn set_asset_performance_label(&mut self, value: AssetPerformanceLabel)
pub fn set_asset_performance_label(&mut self, value: AssetPerformanceLabel)
Sets asset_performance_label
to the provided enum value.
Trait Implementations§
source§impl Clone for AdTextAsset
impl Clone for AdTextAsset
source§fn clone(&self) -> AdTextAsset
fn clone(&self) -> AdTextAsset
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 AdTextAsset
impl Debug for AdTextAsset
source§impl Default for AdTextAsset
impl Default for AdTextAsset
source§impl Message for AdTextAsset
impl Message for AdTextAsset
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 AdTextAsset
impl PartialEq for AdTextAsset
source§fn eq(&self, other: &AdTextAsset) -> bool
fn eq(&self, other: &AdTextAsset) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AdTextAsset
Auto Trait Implementations§
impl Freeze for AdTextAsset
impl RefUnwindSafe for AdTextAsset
impl Send for AdTextAsset
impl Sync for AdTextAsset
impl Unpin for AdTextAsset
impl UnwindSafe for AdTextAsset
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