Struct gapi_grpc::google::cloud::retail::v2alpha::RejoinUserEventsRequest[][src]

pub struct RejoinUserEventsRequest {
    pub parent: String,
    pub user_event_rejoin_scope: i32,
}

Request message for RejoinUserEvents method.

Fields

parent: String

Required. The parent catalog resource name, such as “projects/1234/locations/global/catalogs/default_catalog”.

user_event_rejoin_scope: i32

The type of the user event rejoin to define the scope and range of the user events to be rejoined with the latest product catalog. Defaults to USER_EVENT_REJOIN_SCOPE_UNSPECIFIED if this field is not set, or set to an invalid integer value.

Implementations

impl RejoinUserEventsRequest[src]

pub fn user_event_rejoin_scope(&self) -> UserEventRejoinScope[src]

Returns the enum value of user_event_rejoin_scope, or the default if the field is set to an invalid enum value.

pub fn set_user_event_rejoin_scope(&mut self, value: UserEventRejoinScope)[src]

Sets user_event_rejoin_scope to the provided enum value.

Trait Implementations

impl Clone for RejoinUserEventsRequest[src]

impl Debug for RejoinUserEventsRequest[src]

impl Default for RejoinUserEventsRequest[src]

impl Message for RejoinUserEventsRequest[src]

impl PartialEq<RejoinUserEventsRequest> for RejoinUserEventsRequest[src]

impl StructuralPartialEq for RejoinUserEventsRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for RejoinUserEventsRequest

impl Send for RejoinUserEventsRequest

impl Sync for RejoinUserEventsRequest

impl Unpin for RejoinUserEventsRequest

impl UnwindSafe for RejoinUserEventsRequest

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]