Reference documentation and code samples for the Google Cloud Retail V2 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.retail.v2.PurgeUserEventsResponse
Namespace
Google \ Cloud \ Retail \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ purged_events_count |
int|string
The total count of events purged as a result of the operation. |
getPurgedEventsCount
The total count of events purged as a result of the operation.
Returns | |
---|---|
Type | Description |
int|string |
setPurgedEventsCount
The total count of events purged as a result of the operation.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |