Recommendations AI v1beta1 API - Class PurgeUserEventsResponse (2.0.0-beta05)

public sealed class PurgeUserEventsResponse : IMessage<PurgeUserEventsResponse>, IEquatable<PurgeUserEventsResponse>, IDeepCloneable<PurgeUserEventsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Recommendations AI v1beta1 API class 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.

Inheritance

object > PurgeUserEventsResponse

Namespace

Google.Cloud.RecommendationEngine.V1Beta1

Assembly

Google.Cloud.RecommendationEngine.V1Beta1.dll

Constructors

PurgeUserEventsResponse()

public PurgeUserEventsResponse()

PurgeUserEventsResponse(PurgeUserEventsResponse)

public PurgeUserEventsResponse(PurgeUserEventsResponse other)
Parameter
NameDescription
otherPurgeUserEventsResponse

Properties

PurgedEventsCount

public long PurgedEventsCount { get; set; }

The total count of events purged as a result of the operation.

Property Value
TypeDescription
long

UserEventsSample

public RepeatedField<UserEvent> UserEventsSample { get; }

A sampling of events deleted (or will be deleted) depending on the force property in the request. Max of 500 items will be returned.

Property Value
TypeDescription
RepeatedFieldUserEvent