public static interface RequestStatusPerDestination.IngestPpidDataStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPpidCount()
public abstract 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 abstract 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. |