Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class PurgeUserEventsResponse.
Response of the PurgeUserEventsRequest. If the long running operation is successfully done, then this message is returned by the google.longrunning.Operations.response field.
Generated from protobuf message google.cloud.discoveryengine.v1.PurgeUserEventsResponse
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ purge_count |
int|string
The total count of events purged as a result of the operation. |
getPurgeCount
The total count of events purged as a result of the operation.
Returns | |
---|---|
Type | Description |
int|string |
setPurgeCount
The total count of events purged as a result of the operation.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |