Interface SubmitUserDeletionResponseOrBuilder (0.72.0)

public interface SubmitUserDeletionResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeletionRequestTime()

public abstract Timestamp getDeletionRequestTime()

Marks the moment for which all visitor data before this point should be deleted. This is set to the time at which the deletion request was received.

.google.protobuf.Timestamp deletion_request_time = 1;

Returns
Type Description
Timestamp

The deletionRequestTime.

getDeletionRequestTimeOrBuilder()

public abstract TimestampOrBuilder getDeletionRequestTimeOrBuilder()

Marks the moment for which all visitor data before this point should be deleted. This is set to the time at which the deletion request was received.

.google.protobuf.Timestamp deletion_request_time = 1;

Returns
Type Description
TimestampOrBuilder

hasDeletionRequestTime()

public abstract boolean hasDeletionRequestTime()

Marks the moment for which all visitor data before this point should be deleted. This is set to the time at which the deletion request was received.

.google.protobuf.Timestamp deletion_request_time = 1;

Returns
Type Description
boolean

Whether the deletionRequestTime field is set.