public sealed class RejoinUserEventsRequest : IMessage<RejoinUserEventsRequest>, IEquatable<RejoinUserEventsRequest>, IDeepCloneable<RejoinUserEventsRequest>, IBufferMessage, IMessage
Required. The parent catalog resource name, such as
"projects/1234/locations/global/catalogs/default_catalog".
Property Value
Type
Description
System.String
UserEventRejoinScope
public RejoinUserEventsRequest.Types.UserEventRejoinScope UserEventRejoinScope { get; set; }
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.
[[["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-03-21 UTC."],[[["The `RejoinUserEventsRequest` class is a request message used for the `RejoinUserEvents` method within the Google Cloud Retail V2 API, designed to re-associate user events with the most up-to-date product catalog."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cRejoinUserEventsRequest\u003e`, `IDeepCloneable\u003cRejoinUserEventsRequest\u003e`, and `IBufferMessage`, facilitating its usage in protocol buffer communication and data handling."],["It includes two constructors, one default and another for creating a new instance by copying an existing `RejoinUserEventsRequest`, allowing for flexibility in object creation and manipulation."],["The class contains properties like `Parent` and `UserEventRejoinScope` to specify the catalog resource and the scope of the user event rejoin operation, respectively."],["Multiple versions of this class are available, with version 2.12.0 being the latest, and it includes documentation for all version of the class back to 1.0.0."]]],[]]