Struct google_api_proto::google::ads::googleads::v17::resources::AssetGroupSignal
source · pub struct AssetGroupSignal {
pub resource_name: String,
pub asset_group: String,
pub approval_status: i32,
pub disapproval_reasons: Vec<String>,
pub signal: Option<Signal>,
}
Expand description
AssetGroupSignal represents a signal in an asset group. The existence of a signal tells the performance max campaign who’s most likely to convert. Performance Max uses the signal to look for new people with similar or stronger intent to find conversions across Search, Display, Video, and more.
Fields§
§resource_name: String
Immutable. The resource name of the asset group signal. Asset group signal resource name have the form:
customers/{customer_id}/assetGroupSignals/{asset_group_id}~{signal_id}
asset_group: String
Immutable. The asset group which this asset group signal belongs to.
approval_status: i32
Output only. Approval status is the output value for search theme signal after Google ads policy review. When using Audience signal, this field is not used and will be absent.
disapproval_reasons: Vec<String>
Output only. Computed for SearchTheme signals. When using Audience signal, this field is not used and will be absent.
signal: Option<Signal>
The signal of the asset group.
Implementations§
source§impl AssetGroupSignal
impl AssetGroupSignal
sourcepub fn approval_status(&self) -> AssetGroupSignalApprovalStatus
pub fn approval_status(&self) -> AssetGroupSignalApprovalStatus
Returns the enum value of approval_status
, or the default if the field is set to an invalid enum value.
sourcepub fn set_approval_status(&mut self, value: AssetGroupSignalApprovalStatus)
pub fn set_approval_status(&mut self, value: AssetGroupSignalApprovalStatus)
Sets approval_status
to the provided enum value.
Trait Implementations§
source§impl Clone for AssetGroupSignal
impl Clone for AssetGroupSignal
source§fn clone(&self) -> AssetGroupSignal
fn clone(&self) -> AssetGroupSignal
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for AssetGroupSignal
impl Debug for AssetGroupSignal
source§impl Default for AssetGroupSignal
impl Default for AssetGroupSignal
source§impl Message for AssetGroupSignal
impl Message for AssetGroupSignal
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 AssetGroupSignal
impl PartialEq for AssetGroupSignal
source§fn eq(&self, other: &AssetGroupSignal) -> bool
fn eq(&self, other: &AssetGroupSignal) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AssetGroupSignal
Auto Trait Implementations§
impl Freeze for AssetGroupSignal
impl RefUnwindSafe for AssetGroupSignal
impl Send for AssetGroupSignal
impl Sync for AssetGroupSignal
impl Unpin for AssetGroupSignal
impl UnwindSafe for AssetGroupSignal
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