Class: Google::Cloud::RecommendationEngine::V1beta1::PurgeUserEventsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::RecommendationEngine::V1beta1::PurgeUserEventsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recommendationengine/v1beta1/user_event_service.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.
-
#user_events_sample ⇒ ::Array<::Google::Cloud::RecommendationEngine::V1beta1::UserEvent>
A sampling of events deleted (or will be deleted) depending on the
force
property in the request.
Instance Attribute Details
#purged_events_count ⇒ ::Integer
Returns The total count of events purged as a result of the operation.
83 84 85 86 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/user_event_service.rb', line 83 class PurgeUserEventsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user_events_sample ⇒ ::Array<::Google::Cloud::RecommendationEngine::V1beta1::UserEvent>
Returns A sampling of events deleted (or will be deleted) depending on the force
property in the request. Max of 500 items will be returned.
83 84 85 86 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/user_event_service.rb', line 83 class PurgeUserEventsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |