Class RejoinUserEventsRequest (1.0.0)

public sealed class RejoinUserEventsRequest : IMessage<RejoinUserEventsRequest>, IEquatable<RejoinUserEventsRequest>, IDeepCloneable<RejoinUserEventsRequest>, IBufferMessage, IMessage

Request message for RejoinUserEvents method.

Inheritance

System.Object > RejoinUserEventsRequest

Implements

Google.Protobuf.IMessage<RejoinUserEventsRequest>, System.IEquatable<RejoinUserEventsRequest>, Google.Protobuf.IDeepCloneable<RejoinUserEventsRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

RejoinUserEventsRequest()

public RejoinUserEventsRequest()

RejoinUserEventsRequest(RejoinUserEventsRequest)

public RejoinUserEventsRequest(RejoinUserEventsRequest other)
Parameter
NameDescription
otherRejoinUserEventsRequest

Properties

Parent

public string Parent { get; set; }

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

Property Value
TypeDescription
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.

Property Value
TypeDescription
RejoinUserEventsRequest.Types.UserEventRejoinScope