Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class PurgeUserEventsRequest.
Request message for PurgeUserEvents method.
Generated from protobuf message google.cloud.discoveryengine.v1.PurgeUserEventsRequest
Namespace
Google \ Cloud \ DiscoveryEngine \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The resource name of the catalog under which the events are created. The format is projects/{project}/locations/global/collections/{collection}/dataStores/{dataStore}.
↳ filter
string
Required. The filter string to specify the events to be deleted with a length limit of 5,000 characters. The eligible fields for filtering are: * * eventType: Double quoted UserEvent.event_type string. * * eventTime: in ISO 8601 "zulu" format. * * userPseudoId: Double quoted string. Specifying this will delete all events associated with a visitor. * * userId: Double quoted string. Specifying this will delete all events associated with a user. Note: This API only supports purging a max range of 30 days. Examples: * * Deleting all events in a time range: eventTime > "2012-04-23T18:25:43.511Z" eventTime < "2012-04-23T18:30:43.511Z" * * Deleting specific eventType in a time range: eventTime > "2012-04-23T18:25:43.511Z" eventTime < "2012-04-23T18:30:43.511Z" eventType = "search" * * Deleting all events for a specific visitor in a time range: eventTime > "2012-04-23T18:25:43.511Z" eventTime < "2012-04-23T18:30:43.511Z" userPseudoId = "visitor1024" * * Deleting the past 30 days of events inside a DataStore: * The filtering fields are assumed to have an implicit AND.
↳ force
bool
The force field is currently not supported. Purge user event requests will permanently delete all purgeable events. Once the development is complete: If force is set to false, the method will return the expected purge count without deleting any user events. This field will default to false if not included in the request.
getParent
Required. The resource name of the catalog under which the events are
created. The format is
projects/{project}/locations/global/collections/{collection}/dataStores/{dataStore}.
Returns
Type
Description
string
setParent
Required. The resource name of the catalog under which the events are
created. The format is
projects/{project}/locations/global/collections/{collection}/dataStores/{dataStore}.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getFilter
Required. The filter string to specify the events to be deleted with a
length limit of 5,000 characters. The eligible fields for filtering are:
userPseudoId: Double quoted string. Specifying this will delete all
events associated with a visitor.
userId: Double quoted string. Specifying this will delete all events
associated with a user.
Note: This API only supports purging a max range of 30 days.
Examples:
Deleting all events in a time range:
eventTime > "2012-04-23T18:25:43.511Z"
eventTime < "2012-04-23T18:30:43.511Z"
Deleting specific eventType in a time range:
eventTime > "2012-04-23T18:25:43.511Z"
eventTime < "2012-04-23T18:30:43.511Z" eventType = "search"
Deleting all events for a specific visitor in a time range:
eventTime > "2012-04-23T18:25:43.511Z"
eventTime < "2012-04-23T18:30:43.511Z" userPseudoId = "visitor1024"
Deleting the past 30 days of events inside a DataStore:
*
The filtering fields are assumed to have an implicit AND.
Returns
Type
Description
string
setFilter
Required. The filter string to specify the events to be deleted with a
length limit of 5,000 characters. The eligible fields for filtering are:
userPseudoId: Double quoted string. Specifying this will delete all
events associated with a visitor.
userId: Double quoted string. Specifying this will delete all events
associated with a user.
Note: This API only supports purging a max range of 30 days.
Examples:
Deleting all events in a time range:
eventTime > "2012-04-23T18:25:43.511Z"
eventTime < "2012-04-23T18:30:43.511Z"
Deleting specific eventType in a time range:
eventTime > "2012-04-23T18:25:43.511Z"
eventTime < "2012-04-23T18:30:43.511Z" eventType = "search"
Deleting all events for a specific visitor in a time range:
eventTime > "2012-04-23T18:25:43.511Z"
eventTime < "2012-04-23T18:30:43.511Z" userPseudoId = "visitor1024"
Deleting the past 30 days of events inside a DataStore:
*
The filtering fields are assumed to have an implicit AND.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getForce
The force field is currently not supported. Purge user event requests
will permanently delete all purgeable events. Once the development is
complete:
If force is set to false, the method will return the expected
purge count without deleting any user events. This field will default to
false if not included in the request.
Returns
Type
Description
bool
setForce
The force field is currently not supported. Purge user event requests
will permanently delete all purgeable events. Once the development is
complete:
If force is set to false, the method will return the expected
purge count without deleting any user events. This field will default to
false if not included in the request.
[[["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-09-04 UTC."],[],[],null,["# Google Cloud Discovery Engine V1 Client - Class PurgeUserEventsRequest (1.7.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.7.0 (latest)](/php/docs/reference/cloud-discoveryengine/latest/V1.PurgeUserEventsRequest)\n- [1.6.1](/php/docs/reference/cloud-discoveryengine/1.6.1/V1.PurgeUserEventsRequest)\n- [1.5.1](/php/docs/reference/cloud-discoveryengine/1.5.1/V1.PurgeUserEventsRequest)\n- [1.4.0](/php/docs/reference/cloud-discoveryengine/1.4.0/V1.PurgeUserEventsRequest)\n- [1.3.3](/php/docs/reference/cloud-discoveryengine/1.3.3/V1.PurgeUserEventsRequest)\n- [1.2.0](/php/docs/reference/cloud-discoveryengine/1.2.0/V1.PurgeUserEventsRequest)\n- [1.1.0](/php/docs/reference/cloud-discoveryengine/1.1.0/V1.PurgeUserEventsRequest)\n- [1.0.0](/php/docs/reference/cloud-discoveryengine/1.0.0/V1.PurgeUserEventsRequest)\n- [0.11.3](/php/docs/reference/cloud-discoveryengine/0.11.3/V1.PurgeUserEventsRequest)\n- [0.8.0](/php/docs/reference/cloud-discoveryengine/0.8.0/V1.PurgeUserEventsRequest)\n- [0.7.1](/php/docs/reference/cloud-discoveryengine/0.7.1/V1.PurgeUserEventsRequest)\n- [0.6.0](/php/docs/reference/cloud-discoveryengine/0.6.0/V1.PurgeUserEventsRequest)\n- [0.5.0](/php/docs/reference/cloud-discoveryengine/0.5.0/V1.PurgeUserEventsRequest)\n- [0.4.0](/php/docs/reference/cloud-discoveryengine/0.4.0/V1.PurgeUserEventsRequest)\n- [0.3.0](/php/docs/reference/cloud-discoveryengine/0.3.0/V1.PurgeUserEventsRequest)\n- [0.2.0](/php/docs/reference/cloud-discoveryengine/0.2.0/V1.PurgeUserEventsRequest)\n- [0.1.1](/php/docs/reference/cloud-discoveryengine/0.1.1/V1.PurgeUserEventsRequest) \nReference documentation and code samples for the Google Cloud Discovery Engine V1 Client class PurgeUserEventsRequest.\n\nRequest message for PurgeUserEvents method.\n\nGenerated from protobuf message `google.cloud.discoveryengine.v1.PurgeUserEventsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ DiscoveryEngine \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The resource name of the catalog under which the events are\ncreated. The format is\n`projects/{project}/locations/global/collections/{collection}/dataStores/{dataStore}`.\n\n### setParent\n\nRequired. The resource name of the catalog under which the events are\ncreated. The format is\n`projects/{project}/locations/global/collections/{collection}/dataStores/{dataStore}`.\n\n### getFilter\n\nRequired. The filter string to specify the events to be deleted with a\nlength limit of 5,000 characters. The eligible fields for filtering are:\n\n- `eventType`: Double quoted\n [UserEvent.event_type](/php/docs/reference/cloud-discoveryengine/latest/V1.UserEvent#_Google_Cloud_DiscoveryEngine_V1_UserEvent__getEventType__)\n string.\n\n- `eventTime`: in ISO 8601 \"zulu\" format.\n\n- `userPseudoId`: Double quoted string. Specifying this will delete all events associated with a visitor.\n- `userId`: Double quoted string. Specifying this will delete all events associated with a user. Note: This API only supports purging a max range of 30 days. Examples:\n- Deleting all events in a time range: `eventTime \u003e \"2012-04-23T18:25:43.511Z\"\n eventTime \u003c \"2012-04-23T18:30:43.511Z\"`\n- Deleting specific eventType in a time range: `eventTime \u003e \"2012-04-23T18:25:43.511Z\"\n eventTime \u003c \"2012-04-23T18:30:43.511Z\" eventType = \"search\"`\n- Deleting all events for a specific visitor in a time range: `eventTime \u003e \"2012-04-23T18:25:43.511Z\"\n eventTime \u003c \"2012-04-23T18:30:43.511Z\" userPseudoId = \"visitor1024\"`\n- Deleting the past 30 days of events inside a DataStore: `*` The filtering fields are assumed to have an implicit AND.\n\n### setFilter\n\nRequired. The filter string to specify the events to be deleted with a\nlength limit of 5,000 characters. The eligible fields for filtering are:\n\n- `eventType`: Double quoted\n [UserEvent.event_type](/php/docs/reference/cloud-discoveryengine/latest/V1.UserEvent#_Google_Cloud_DiscoveryEngine_V1_UserEvent__getEventType__)\n string.\n\n- `eventTime`: in ISO 8601 \"zulu\" format.\n\n- `userPseudoId`: Double quoted string. Specifying this will delete all events associated with a visitor.\n- `userId`: Double quoted string. Specifying this will delete all events associated with a user. Note: This API only supports purging a max range of 30 days. Examples:\n- Deleting all events in a time range: `eventTime \u003e \"2012-04-23T18:25:43.511Z\"\n eventTime \u003c \"2012-04-23T18:30:43.511Z\"`\n- Deleting specific eventType in a time range: `eventTime \u003e \"2012-04-23T18:25:43.511Z\"\n eventTime \u003c \"2012-04-23T18:30:43.511Z\" eventType = \"search\"`\n- Deleting all events for a specific visitor in a time range: `eventTime \u003e \"2012-04-23T18:25:43.511Z\"\n eventTime \u003c \"2012-04-23T18:30:43.511Z\" userPseudoId = \"visitor1024\"`\n- Deleting the past 30 days of events inside a DataStore: `*` The filtering fields are assumed to have an implicit AND.\n\n### getForce\n\nThe `force` field is currently not supported. Purge user event requests\nwill permanently delete all purgeable events. Once the development is\ncomplete:\nIf `force` is set to false, the method will return the expected\npurge count without deleting any user events. This field will default to\nfalse if not included in the request.\n\n### setForce\n\nThe `force` field is currently not supported. Purge user event requests\nwill permanently delete all purgeable events. Once the development is\ncomplete:\nIf `force` is set to false, the method will return the expected\npurge count without deleting any user events. This field will default to\nfalse if not included in the request."]]