Recommendations AI V1beta1 API - Class Google::Cloud::RecommendationEngine::V1beta1::PurgeUserEventsResponse (v0.9.0)

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

#user_events_sample=

def user_events_sample=(value) -> ::Array<::Google::Cloud::RecommendationEngine::V1beta1::UserEvent>
Parameter
Returns