Reference documentation and code samples for the Retail V2 API class Google::Cloud::Retail::V2::RejoinUserEventsRequest.
Request message for RejoinUserEvents method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent catalog resource name, such as
projects/1234/locations/global/catalogs/default_catalog
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent catalog resource name, such as
projects/1234/locations/global/catalogs/default_catalog
.
Returns
-
(::String) — Required. The parent catalog resource name, such as
projects/1234/locations/global/catalogs/default_catalog
.
#user_event_rejoin_scope
def user_event_rejoin_scope() -> ::Google::Cloud::Retail::V2::RejoinUserEventsRequest::UserEventRejoinScope
Returns
-
(::Google::Cloud::Retail::V2::RejoinUserEventsRequest::UserEventRejoinScope) — 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.
#user_event_rejoin_scope=
def user_event_rejoin_scope=(value) -> ::Google::Cloud::Retail::V2::RejoinUserEventsRequest::UserEventRejoinScope
Parameter
-
value (::Google::Cloud::Retail::V2::RejoinUserEventsRequest::UserEventRejoinScope) — 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.
Returns
-
(::Google::Cloud::Retail::V2::RejoinUserEventsRequest::UserEventRejoinScope) — 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.