Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.UserEventsResource.CollectRequest

Writes a single user event from the browser. This uses a GET request to due to browser restriction of POST-ing to a third-party domain. This method is used only by the Discovery Engine API JavaScript pixel and Google Tag Manager. Users should not call this method directly.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleApiHttpBody>
DiscoveryEngineBaseServiceRequest<GoogleApiHttpBody>
ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.UserEventsResource.CollectRequest
Implements
IClientServiceRequest<GoogleApiHttpBody>
IClientServiceRequest
Inherited Members
DiscoveryEngineBaseServiceRequest<GoogleApiHttpBody>.Xgafv
DiscoveryEngineBaseServiceRequest<GoogleApiHttpBody>.AccessToken
DiscoveryEngineBaseServiceRequest<GoogleApiHttpBody>.Alt
DiscoveryEngineBaseServiceRequest<GoogleApiHttpBody>.Callback
DiscoveryEngineBaseServiceRequest<GoogleApiHttpBody>.Fields
DiscoveryEngineBaseServiceRequest<GoogleApiHttpBody>.Key
DiscoveryEngineBaseServiceRequest<GoogleApiHttpBody>.OauthToken
DiscoveryEngineBaseServiceRequest<GoogleApiHttpBody>.PrettyPrint
DiscoveryEngineBaseServiceRequest<GoogleApiHttpBody>.QuotaUser
DiscoveryEngineBaseServiceRequest<GoogleApiHttpBody>.UploadType
DiscoveryEngineBaseServiceRequest<GoogleApiHttpBody>.UploadProtocol
ClientServiceRequest<GoogleApiHttpBody>.Execute()
ClientServiceRequest<GoogleApiHttpBody>.ExecuteAsStream()
ClientServiceRequest<GoogleApiHttpBody>.ExecuteAsync()
ClientServiceRequest<GoogleApiHttpBody>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleApiHttpBody>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleApiHttpBody>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleApiHttpBody>.CreateRequest(bool?)
ClientServiceRequest<GoogleApiHttpBody>.GenerateRequestUri()
ClientServiceRequest<GoogleApiHttpBody>.GetBody()
ClientServiceRequest<GoogleApiHttpBody>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleApiHttpBody>.ETagAction
ClientServiceRequest<GoogleApiHttpBody>.ModifyRequest
ClientServiceRequest<GoogleApiHttpBody>.ValidateParameters
ClientServiceRequest<GoogleApiHttpBody>.ApiVersion
ClientServiceRequest<GoogleApiHttpBody>.RequestParameters
ClientServiceRequest<GoogleApiHttpBody>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.CollectionsResource.DataStoresResource.UserEventsResource.CollectRequest : DiscoveryEngineBaseServiceRequest<GoogleApiHttpBody>, IClientServiceRequest<GoogleApiHttpBody>, IClientServiceRequest

Constructors

CollectRequest(IClientService, string)

Constructs a new Collect request.

Declaration
public CollectRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

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
[RequestParameter("ets", RequestParameterType.Query)]
public virtual long? Ets { get; set; }
Property Value
Type Description
long?

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleApiHttpBody>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleApiHttpBody>.MethodName

Parent

Required. The parent resource name. If the collect user event action is applied in DataStore level, the format is: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}. If the collect user event action is applied in Location level, for example, the event with Document across multiple DataStore, the format is: projects/{project}/locations/{location}.

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleApiHttpBody>.RestPath

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 third-party requests.

Declaration
[RequestParameter("uri", RequestParameterType.Query)]
public virtual string Uri { get; set; }
Property Value
Type Description
string

UserEvent

Required. URL encoded UserEvent proto with a length limit of 2,000,000 characters.

Declaration
[RequestParameter("userEvent", RequestParameterType.Query)]
public virtual string UserEvent { get; set; }
Property Value
Type Description
string

Methods

InitParameters()

Initializes Collect parameter list.

Declaration
protected override void InitParameters()
Overrides
DiscoveryEngineBaseServiceRequest<GoogleApiHttpBody>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX