public sealed class CollectUserEventRequest : IMessage<CollectUserEventRequest>, IEquatable<CollectUserEventRequest>, IDeepCloneable<CollectUserEventRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class CollectUserEventRequest.
Request message for CollectUserEvent method.
Implements
IMessageCollectUserEventRequest, IEquatableCollectUserEventRequest, IDeepCloneableCollectUserEventRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
CollectUserEventRequest()
public CollectUserEventRequest()
CollectUserEventRequest(CollectUserEventRequest)
public CollectUserEventRequest(CollectUserEventRequest other)
Parameter | |
---|---|
Name | Description |
other |
CollectUserEventRequest |
Properties
Ets
public long Ets { get; set; }
The event timestamp in milliseconds. This prevents browser caching of otherwise identical get requests. The name is abbreviated to reduce the payload bytes.
Property Value | |
---|---|
Type | Description |
long |
HasEts
public bool HasEts { get; }
Gets whether the "ets" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasUri
public bool HasUri { get; }
Gets whether the "uri" field is set
Property Value | |
---|---|
Type | Description |
bool |
Parent
public string Parent { get; set; }
Required. The parent DataStore resource name, such as
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsDataStoreName
public DataStoreName ParentAsDataStoreName { get; set; }
DataStoreName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
DataStoreName |
Uri
public string Uri { get; set; }
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 third-party requests.
Property Value | |
---|---|
Type | Description |
string |
UserEvent
public string UserEvent { get; set; }
Required. URL encoded UserEvent proto with a length limit of 2,000,000 characters.
Property Value | |
---|---|
Type | Description |
string |