Interface RequestStatusPerDestination.RemovePpidDataStatusOrBuilder (0.8.0)

public static interface RequestStatusPerDestination.RemovePpidDataStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPpidCount()

public abstract long getPpidCount()

The total count of ppids sent in the removal request. Includes all ppids in the request, regardless of whether they were successfully removed 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 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.