Class SubmitUserDeletionResponse.Builder (0.95.0)

public static final class SubmitUserDeletionResponse.Builder extends GeneratedMessage.Builder<SubmitUserDeletionResponse.Builder> implements SubmitUserDeletionResponseOrBuilder

Response message for SubmitUserDeletion RPC.

Protobuf type google.analytics.admin.v1alpha.SubmitUserDeletionResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public SubmitUserDeletionResponse build()
Returns
Type Description
SubmitUserDeletionResponse

buildPartial()

public SubmitUserDeletionResponse buildPartial()
Returns
Type Description
SubmitUserDeletionResponse

clear()

public SubmitUserDeletionResponse.Builder clear()
Returns
Type Description
SubmitUserDeletionResponse.Builder
Overrides

clearDeletionRequestTime()

public SubmitUserDeletionResponse.Builder clearDeletionRequestTime()

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
SubmitUserDeletionResponse.Builder

getDefaultInstanceForType()

public SubmitUserDeletionResponse getDefaultInstanceForType()
Returns
Type Description
SubmitUserDeletionResponse

getDeletionRequestTime()

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

getDeletionRequestTimeBuilder()

public Timestamp.Builder getDeletionRequestTimeBuilder()

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
Builder

getDeletionRequestTimeOrBuilder()

public 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

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

hasDeletionRequestTime()

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

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeDeletionRequestTime(Timestamp value)

public SubmitUserDeletionResponse.Builder mergeDeletionRequestTime(Timestamp value)

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;

Parameter
Name Description
value Timestamp
Returns
Type Description
SubmitUserDeletionResponse.Builder

mergeFrom(SubmitUserDeletionResponse other)

public SubmitUserDeletionResponse.Builder mergeFrom(SubmitUserDeletionResponse other)
Parameter
Name Description
other SubmitUserDeletionResponse
Returns
Type Description
SubmitUserDeletionResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SubmitUserDeletionResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SubmitUserDeletionResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public SubmitUserDeletionResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
SubmitUserDeletionResponse.Builder
Overrides

setDeletionRequestTime(Timestamp value)

public SubmitUserDeletionResponse.Builder setDeletionRequestTime(Timestamp value)

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;

Parameter
Name Description
value Timestamp
Returns
Type Description
SubmitUserDeletionResponse.Builder

setDeletionRequestTime(Timestamp.Builder builderForValue)

public SubmitUserDeletionResponse.Builder setDeletionRequestTime(Timestamp.Builder builderForValue)

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;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
SubmitUserDeletionResponse.Builder