Enum google_api_proto::google::cloud::retail::v2::rejoin_user_events_request::UserEventRejoinScope
source · #[repr(i32)]pub enum UserEventRejoinScope {
Unspecified = 0,
JoinedEvents = 1,
UnjoinedEvents = 2,
}
Expand description
The scope of user events to be rejoined with the latest product catalog.
If the rejoining aims at reducing number of unjoined events, set
UserEventRejoinScope
to UNJOINED_EVENTS
.
If the rejoining aims at correcting product catalog information in joined
events, set UserEventRejoinScope
to JOINED_EVENTS
.
If all events needs to be rejoined, set UserEventRejoinScope
to
USER_EVENT_REJOIN_SCOPE_UNSPECIFIED
.
Variants§
Unspecified = 0
Rejoin all events with the latest product catalog, including both joined events and unjoined events.
JoinedEvents = 1
Only rejoin joined events with the latest product catalog.
UnjoinedEvents = 2
Only rejoin unjoined events with the latest product catalog.
Implementations§
source§impl UserEventRejoinScope
impl UserEventRejoinScope
sourcepub fn is_valid(value: i32) -> bool
pub fn is_valid(value: i32) -> bool
Returns true
if value
is a variant of UserEventRejoinScope
.
sourcepub fn from_i32(value: i32) -> Option<UserEventRejoinScope>
👎Deprecated: Use the TryFrom<i32> implementation instead
pub fn from_i32(value: i32) -> Option<UserEventRejoinScope>
Converts an i32
to a UserEventRejoinScope
, or None
if value
is not a valid variant.
source§impl UserEventRejoinScope
impl UserEventRejoinScope
sourcepub fn as_str_name(&self) -> &'static str
pub fn as_str_name(&self) -> &'static str
String value of the enum field names used in the ProtoBuf definition.
The values are not transformed in any way and thus are considered stable (if the ProtoBuf definition does not change) and safe for programmatic use.
sourcepub fn from_str_name(value: &str) -> Option<Self>
pub fn from_str_name(value: &str) -> Option<Self>
Creates an enum from field names used in the ProtoBuf definition.
Trait Implementations§
source§impl Clone for UserEventRejoinScope
impl Clone for UserEventRejoinScope
source§fn clone(&self) -> UserEventRejoinScope
fn clone(&self) -> UserEventRejoinScope
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for UserEventRejoinScope
impl Debug for UserEventRejoinScope
source§impl Default for UserEventRejoinScope
impl Default for UserEventRejoinScope
source§fn default() -> UserEventRejoinScope
fn default() -> UserEventRejoinScope
source§impl From<UserEventRejoinScope> for i32
impl From<UserEventRejoinScope> for i32
source§fn from(value: UserEventRejoinScope) -> i32
fn from(value: UserEventRejoinScope) -> i32
source§impl Hash for UserEventRejoinScope
impl Hash for UserEventRejoinScope
source§impl Ord for UserEventRejoinScope
impl Ord for UserEventRejoinScope
source§fn cmp(&self, other: &UserEventRejoinScope) -> Ordering
fn cmp(&self, other: &UserEventRejoinScope) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
source§impl PartialEq for UserEventRejoinScope
impl PartialEq for UserEventRejoinScope
source§fn eq(&self, other: &UserEventRejoinScope) -> bool
fn eq(&self, other: &UserEventRejoinScope) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for UserEventRejoinScope
impl PartialOrd for UserEventRejoinScope
source§fn partial_cmp(&self, other: &UserEventRejoinScope) -> Option<Ordering>
fn partial_cmp(&self, other: &UserEventRejoinScope) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
self
and other
) and is used by the <=
operator. Read moresource§impl TryFrom<i32> for UserEventRejoinScope
impl TryFrom<i32> for UserEventRejoinScope
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
source§fn try_from(value: i32) -> Result<UserEventRejoinScope, UnknownEnumValue>
fn try_from(value: i32) -> Result<UserEventRejoinScope, UnknownEnumValue>
impl Copy for UserEventRejoinScope
impl Eq for UserEventRejoinScope
impl StructuralPartialEq for UserEventRejoinScope
Auto Trait Implementations§
impl Freeze for UserEventRejoinScope
impl RefUnwindSafe for UserEventRejoinScope
impl Send for UserEventRejoinScope
impl Sync for UserEventRejoinScope
impl Unpin for UserEventRejoinScope
impl UnwindSafe for UserEventRejoinScope
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<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§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