Class: Google::Cloud::RecommendationEngine::V1beta1::PurgeUserEventsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#purged_events_count::Integer

Returns 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.



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.

Returns:



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