Class RequestStatusPerDestination.IngestPairDataStatus.Builder (0.6.0)

public static final class RequestStatusPerDestination.IngestPairDataStatus.Builder extends GeneratedMessage.Builder<RequestStatusPerDestination.IngestPairDataStatus.Builder> implements RequestStatusPerDestination.IngestPairDataStatusOrBuilder

The status of the pair data ingestion to the destination containing stats related to the ingestion.

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

Static Methods

getDescriptor()

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

Methods

build()

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

buildPartial()

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

clear()

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

clearPairIdCount()

public RequestStatusPerDestination.IngestPairDataStatus.Builder clearPairIdCount()

The total count of pair ids sent in the upload request for the destination. Includes all pair ids in the request, regardless of whether they were successfully ingested or not.

int64 pair_id_count = 2;

Returns
Type Description
RequestStatusPerDestination.IngestPairDataStatus.Builder

This builder for chaining.

clearRecordCount()

public RequestStatusPerDestination.IngestPairDataStatus.Builder clearRecordCount()

The total count of audience members sent in the upload request for the destination. Includes all audience members in the request, regardless of whether they were successfully ingested or not.

int64 record_count = 1;

Returns
Type Description
RequestStatusPerDestination.IngestPairDataStatus.Builder

This builder for chaining.

getDefaultInstanceForType()

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

getDescriptorForType()

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

getPairIdCount()

public long getPairIdCount()

The total count of pair ids sent in the upload request for the destination. Includes all pair ids in the request, regardless of whether they were successfully ingested or not.

int64 pair_id_count = 2;

Returns
Type Description
long

The pairIdCount.

getRecordCount()

public long getRecordCount()

The total count of audience members sent in the upload request for the destination. Includes all audience members in the request, regardless of whether they were successfully ingested or not.

int64 record_count = 1;

Returns
Type Description
long

The recordCount.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(RequestStatusPerDestination.IngestPairDataStatus other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setPairIdCount(long value)

public RequestStatusPerDestination.IngestPairDataStatus.Builder setPairIdCount(long value)

The total count of pair ids sent in the upload request for the destination. Includes all pair ids in the request, regardless of whether they were successfully ingested or not.

int64 pair_id_count = 2;

Parameter
Name Description
value long

The pairIdCount to set.

Returns
Type Description
RequestStatusPerDestination.IngestPairDataStatus.Builder

This builder for chaining.

setRecordCount(long value)

public RequestStatusPerDestination.IngestPairDataStatus.Builder setRecordCount(long value)

The total count of audience members sent in the upload request for the destination. Includes all audience members in the request, regardless of whether they were successfully ingested or not.

int64 record_count = 1;

Parameter
Name Description
value long

The recordCount to set.

Returns
Type Description
RequestStatusPerDestination.IngestPairDataStatus.Builder

This builder for chaining.