Struct google_api_proto::google::ads::googleads::v16::common::RuleBasedUserListInfo
source · pub struct RuleBasedUserListInfo {
pub prepopulation_status: i32,
pub flexible_rule_user_list: Option<FlexibleRuleUserListInfo>,
}
Expand description
Representation of a userlist that is generated by a rule.
Fields§
§prepopulation_status: i32
The status of pre-population. The field is default to NONE if not set which means the previous users will not be considered. If set to REQUESTED, past site visitors or app users who match the list definition will be included in the list (works on the Display Network only). This will only add past users from within the last 30 days, depending on the list’s membership duration and the date when the remarketing tag is added. The status will be updated to FINISHED once request is processed, or FAILED if the request fails.
flexible_rule_user_list: Option<FlexibleRuleUserListInfo>
Flexible rule representation of visitors with one or multiple actions. The flexible user list is defined by two lists of operands – inclusive_operands and exclusive_operands; each operand represents a set of users based on actions they took in a given timeframe. These lists of operands are combined with the AND_NOT operator, so that users represented by the inclusive operands are included in the user list, minus the users represented by the exclusive operands.
Implementations§
source§impl RuleBasedUserListInfo
impl RuleBasedUserListInfo
sourcepub fn prepopulation_status(&self) -> UserListPrepopulationStatus
pub fn prepopulation_status(&self) -> UserListPrepopulationStatus
Returns the enum value of prepopulation_status
, or the default if the field is set to an invalid enum value.
sourcepub fn set_prepopulation_status(&mut self, value: UserListPrepopulationStatus)
pub fn set_prepopulation_status(&mut self, value: UserListPrepopulationStatus)
Sets prepopulation_status
to the provided enum value.
Trait Implementations§
source§impl Clone for RuleBasedUserListInfo
impl Clone for RuleBasedUserListInfo
source§fn clone(&self) -> RuleBasedUserListInfo
fn clone(&self) -> RuleBasedUserListInfo
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for RuleBasedUserListInfo
impl Debug for RuleBasedUserListInfo
source§impl Default for RuleBasedUserListInfo
impl Default for RuleBasedUserListInfo
source§impl Message for RuleBasedUserListInfo
impl Message for RuleBasedUserListInfo
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 RuleBasedUserListInfo
impl PartialEq for RuleBasedUserListInfo
source§fn eq(&self, other: &RuleBasedUserListInfo) -> bool
fn eq(&self, other: &RuleBasedUserListInfo) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for RuleBasedUserListInfo
Auto Trait Implementations§
impl Freeze for RuleBasedUserListInfo
impl RefUnwindSafe for RuleBasedUserListInfo
impl Send for RuleBasedUserListInfo
impl Sync for RuleBasedUserListInfo
impl Unpin for RuleBasedUserListInfo
impl UnwindSafe for RuleBasedUserListInfo
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