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
Methods
__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.
Generated from protobuf field int64 purged_events_count = 1;
Returns | |
---|---|
Type | Description |
int|string |
setPurgedEventsCount
The total count of events purged as a result of the operation.
Generated from protobuf field int64 purged_events_count = 1;
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |