Class RequestStatusPerDestination.RemoveUserDataStatus.Builder (0.6.0)

public static final class RequestStatusPerDestination.RemoveUserDataStatus.Builder extends GeneratedMessage.Builder<RequestStatusPerDestination.RemoveUserDataStatus.Builder> implements RequestStatusPerDestination.RemoveUserDataStatusOrBuilder

The status of the user data removal from the destination.

Protobuf type google.ads.datamanager.v1.RequestStatusPerDestination.RemoveUserDataStatus

Static Methods

getDescriptor()

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

Methods

build()

public RequestStatusPerDestination.RemoveUserDataStatus build()
Returns
Type Description
RequestStatusPerDestination.RemoveUserDataStatus

buildPartial()

public RequestStatusPerDestination.RemoveUserDataStatus buildPartial()
Returns
Type Description
RequestStatusPerDestination.RemoveUserDataStatus

clear()

public RequestStatusPerDestination.RemoveUserDataStatus.Builder clear()
Returns
Type Description
RequestStatusPerDestination.RemoveUserDataStatus.Builder
Overrides

clearRecordCount()

public RequestStatusPerDestination.RemoveUserDataStatus.Builder clearRecordCount()

The total count of audience members sent in the removal request. Includes all audience members in the request, regardless of whether they were successfully removed or not.

int64 record_count = 1;

Returns
Type Description
RequestStatusPerDestination.RemoveUserDataStatus.Builder

This builder for chaining.

clearUserIdentifierCount()

public RequestStatusPerDestination.RemoveUserDataStatus.Builder clearUserIdentifierCount()

The total count of user identifiers sent in the removal request. Includes all user identifiers in the request, regardless of whether they were successfully removed or not.

int64 user_identifier_count = 2;

Returns
Type Description
RequestStatusPerDestination.RemoveUserDataStatus.Builder

This builder for chaining.

getDefaultInstanceForType()

public RequestStatusPerDestination.RemoveUserDataStatus getDefaultInstanceForType()
Returns
Type Description
RequestStatusPerDestination.RemoveUserDataStatus

getDescriptorForType()

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

getRecordCount()

public long getRecordCount()

The total count of audience members sent in the removal request. Includes all audience members in the request, regardless of whether they were successfully removed or not.

int64 record_count = 1;

Returns
Type Description
long

The recordCount.

getUserIdentifierCount()

public long getUserIdentifierCount()

The total count of user identifiers sent in the removal request. Includes all user identifiers in the request, regardless of whether they were successfully removed or not.

int64 user_identifier_count = 2;

Returns
Type Description
long

The userIdentifierCount.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(RequestStatusPerDestination.RemoveUserDataStatus other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setRecordCount(long value)

public RequestStatusPerDestination.RemoveUserDataStatus.Builder setRecordCount(long value)

The total count of audience members sent in the removal request. Includes all audience members in the request, regardless of whether they were successfully removed or not.

int64 record_count = 1;

Parameter
Name Description
value long

The recordCount to set.

Returns
Type Description
RequestStatusPerDestination.RemoveUserDataStatus.Builder

This builder for chaining.

setUserIdentifierCount(long value)

public RequestStatusPerDestination.RemoveUserDataStatus.Builder setUserIdentifierCount(long value)

The total count of user identifiers sent in the removal request. Includes all user identifiers in the request, regardless of whether they were successfully removed or not.

int64 user_identifier_count = 2;

Parameter
Name Description
value long

The userIdentifierCount to set.

Returns
Type Description
RequestStatusPerDestination.RemoveUserDataStatus.Builder

This builder for chaining.