Reference documentation and code samples for the Google Cloud Retail V2 Client class UserEventRejoinScope.
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.
Protobuf type google.cloud.retail.v2.RejoinUserEventsRequest.UserEventRejoinScope
Namespace
Google \ Cloud \ Retail \ V2 \ RejoinUserEventsRequest
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
USER_EVENT_REJOIN_SCOPE_UNSPECIFIED
Value: 0
Rejoin all events with the latest product catalog, including both joined
events and unjoined events.
Generated from protobuf enum USER_EVENT_REJOIN_SCOPE_UNSPECIFIED = 0;
JOINED_EVENTS
Value: 1
Only rejoin joined events with the latest product catalog.
Generated from protobuf enum JOINED_EVENTS = 1;
UNJOINED_EVENTS
Value: 2
Only rejoin unjoined events with the latest product catalog.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Google Cloud Retail V2 Client - Class UserEventRejoinScope (2.3.1)\n\nVersion latestkeyboard_arrow_down\n\n- [2.3.1 (latest)](/php/docs/reference/cloud-retail/latest/V2.RejoinUserEventsRequest.UserEventRejoinScope)\n- [2.3.0](/php/docs/reference/cloud-retail/2.3.0/V2.RejoinUserEventsRequest.UserEventRejoinScope)\n- [2.2.1](/php/docs/reference/cloud-retail/2.2.1/V2.RejoinUserEventsRequest.UserEventRejoinScope)\n- [2.1.3](/php/docs/reference/cloud-retail/2.1.3/V2.RejoinUserEventsRequest.UserEventRejoinScope)\n- [2.0.0](/php/docs/reference/cloud-retail/2.0.0/V2.RejoinUserEventsRequest.UserEventRejoinScope)\n- [1.7.0](/php/docs/reference/cloud-retail/1.7.0/V2.RejoinUserEventsRequest.UserEventRejoinScope)\n- [1.6.4](/php/docs/reference/cloud-retail/1.6.4/V2.RejoinUserEventsRequest.UserEventRejoinScope)\n- [1.5.0](/php/docs/reference/cloud-retail/1.5.0/V2.RejoinUserEventsRequest.UserEventRejoinScope)\n- [1.4.2](/php/docs/reference/cloud-retail/1.4.2/V2.RejoinUserEventsRequest.UserEventRejoinScope)\n- [1.3.1](/php/docs/reference/cloud-retail/1.3.1/V2.RejoinUserEventsRequest.UserEventRejoinScope)\n- [1.2.1](/php/docs/reference/cloud-retail/1.2.1/V2.RejoinUserEventsRequest.UserEventRejoinScope)\n- [1.1.1](/php/docs/reference/cloud-retail/1.1.1/V2.RejoinUserEventsRequest.UserEventRejoinScope)\n- [1.0.1](/php/docs/reference/cloud-retail/1.0.1/V2.RejoinUserEventsRequest.UserEventRejoinScope) \nReference documentation and code samples for the Google Cloud Retail V2 Client class UserEventRejoinScope.\n\nThe scope of user events to be rejoined with the latest product catalog.\n\nIf the rejoining aims at reducing number of unjoined events, set\n`UserEventRejoinScope` to `UNJOINED_EVENTS`.\nIf the rejoining aims at correcting product catalog information in joined\nevents, set `UserEventRejoinScope` to `JOINED_EVENTS`.\nIf all events needs to be rejoined, set `UserEventRejoinScope` to\n`USER_EVENT_REJOIN_SCOPE_UNSPECIFIED`.\n\nProtobuf type `google.cloud.retail.v2.RejoinUserEventsRequest.UserEventRejoinScope`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Retail \\\\ V2 \\\\ RejoinUserEventsRequest\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### USER_EVENT_REJOIN_SCOPE_UNSPECIFIED\n\n Value: 0\n\nRejoin all events with the latest product catalog, including both joined\nevents and unjoined events.\n\nGenerated from protobuf enum `USER_EVENT_REJOIN_SCOPE_UNSPECIFIED = 0;`\n\n### JOINED_EVENTS\n\n Value: 1\n\nOnly rejoin joined events with the latest product catalog.\n\nGenerated from protobuf enum `JOINED_EVENTS = 1;`\n\n### UNJOINED_EVENTS\n\n Value: 2\n\nOnly rejoin unjoined events with the latest product catalog.\n\nGenerated from protobuf enum `UNJOINED_EVENTS = 2;`"]]