Class RequestStatusPerDestination.IngestPpidDataStatus.Builder (0.8.0)

public static final class RequestStatusPerDestination.IngestPpidDataStatus.Builder extends GeneratedMessage.Builder<RequestStatusPerDestination.IngestPpidDataStatus.Builder> implements RequestStatusPerDestination.IngestPpidDataStatusOrBuilder

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

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

Static Methods

getDescriptor()

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

Methods

build()

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

buildPartial()

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

clear()

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

clearPpidCount()

public RequestStatusPerDestination.IngestPpidDataStatus.Builder clearPpidCount()

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

int64 ppid_count = 2;

Returns
Type Description
RequestStatusPerDestination.IngestPpidDataStatus.Builder

This builder for chaining.

clearRecordCount()

public RequestStatusPerDestination.IngestPpidDataStatus.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.IngestPpidDataStatus.Builder

This builder for chaining.

getDefaultInstanceForType()

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

getDescriptorForType()

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

getPpidCount()

public long getPpidCount()

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

int64 ppid_count = 2;

Returns
Type Description
long

The ppidCount.

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.IngestPpidDataStatus other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setPpidCount(long value)

public RequestStatusPerDestination.IngestPpidDataStatus.Builder setPpidCount(long value)

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

int64 ppid_count = 2;

Parameter
Name Description
value long

The ppidCount to set.

Returns
Type Description
RequestStatusPerDestination.IngestPpidDataStatus.Builder

This builder for chaining.

setRecordCount(long value)

public RequestStatusPerDestination.IngestPpidDataStatus.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.IngestPpidDataStatus.Builder

This builder for chaining.