Google Cloud Retail V2 Client - Class PurgeUserEventsResponse (1.0.1)

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
NameDescription
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
TypeDescription
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
NameDescription
var int|string
Returns
TypeDescription
$this