Class: Google::Cloud::Retail::V2::PurgeUserEventsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::PurgeUserEventsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/purge_config.rb
Overview
Response of the PurgeUserEventsRequest. If the long running operation is successfully done, then this message is returned by the google.longrunning.Operations.response field.
Instance Attribute Summary collapse
-
#purged_events_count ⇒ ::Integer
The total count of events purged as a result of the operation.
Instance Attribute Details
#purged_events_count ⇒ ::Integer
Returns The total count of events purged as a result of the operation.
171 172 173 174 |
# File 'proto_docs/google/cloud/retail/v2/purge_config.rb', line 171 class PurgeUserEventsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |