Reference documentation and code samples for the Recommendations AI V1beta1 API class Google::Cloud::RecommendationEngine::V1beta1::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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#purged_events_count
def purged_events_count() -> ::Integer
Returns
- (::Integer) — The total count of events purged as a result of the operation.
#purged_events_count=
def purged_events_count=(value) -> ::Integer
Parameter
- value (::Integer) — The total count of events purged as a result of the operation.
Returns
- (::Integer) — The total count of events purged as a result of the operation.
#user_events_sample
def user_events_sample() -> ::Array<::Google::Cloud::RecommendationEngine::V1beta1::UserEvent>
Returns
-
(::Array<::Google::Cloud::RecommendationEngine::V1beta1::UserEvent>) — A sampling of events deleted (or will be deleted) depending on the
force
property in the request. Max of 500 items will be returned.
#user_events_sample=
def user_events_sample=(value) -> ::Array<::Google::Cloud::RecommendationEngine::V1beta1::UserEvent>
Parameter
-
value (::Array<::Google::Cloud::RecommendationEngine::V1beta1::UserEvent>) — A sampling of events deleted (or will be deleted) depending on the
force
property in the request. Max of 500 items will be returned.
Returns
-
(::Array<::Google::Cloud::RecommendationEngine::V1beta1::UserEvent>) — A sampling of events deleted (or will be deleted) depending on the
force
property in the request. Max of 500 items will be returned.