Class CollectUserEventRequest
Request message for CollectUserEvent method.
Inheritance
System.Object
CollectUserEventRequest
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.Retail.V2
Assembly: Google.Cloud.Retail.V2.dll
Syntax
public sealed class CollectUserEventRequest : IMessage<CollectUserEventRequest>, IEquatable<CollectUserEventRequest>, IDeepCloneable<CollectUserEventRequest>, IBufferMessage, IMessage
Constructors
CollectUserEventRequest()
Declaration
public CollectUserEventRequest()
CollectUserEventRequest(CollectUserEventRequest)
Declaration
public CollectUserEventRequest(CollectUserEventRequest other)
Parameters
Type | Name | Description |
---|---|---|
CollectUserEventRequest | other |
Properties
Ets
The event timestamp in milliseconds. This prevents browser caching of otherwise identical get requests. The name is abbreviated to reduce the payload bytes.
Declaration
public long Ets { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Parent
Required. The parent catalog name, such as "projects/1234/locations/global/catalogs/default_catalog".
Declaration
public string Parent { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Uri
The URL including cgi-parameters but excluding the hash fragment with a length limit of 5,000 characters. This is often more useful than the referer URL, because many browsers only send the domain for 3rd party requests.
Declaration
public string Uri { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UserEvent
Required. URL encoded UserEvent proto with a length limit of 2,000,000 characters.
Declaration
public string UserEvent { get; set; }
Property Value
Type | Description |
---|---|
System.String |