Interface RequestStatusPerDestination.IngestUserDataStatusOrBuilder (0.1.0)

public static interface RequestStatusPerDestination.IngestUserDataStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.

getUploadMatchRateRange()

public abstract MatchRateRange getUploadMatchRateRange()

The match rate range of the upload.

.google.ads.datamanager.v1.MatchRateRange upload_match_rate_range = 3;

Returns
Type Description
MatchRateRange

The uploadMatchRateRange.

getUploadMatchRateRangeValue()

public abstract int getUploadMatchRateRangeValue()

The match rate range of the upload.

.google.ads.datamanager.v1.MatchRateRange upload_match_rate_range = 3;

Returns
Type Description
int

The enum numeric value on the wire for uploadMatchRateRange.

getUserIdentifierCount()

public abstract long getUserIdentifierCount()

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

int64 user_identifier_count = 2;

Returns
Type Description
long

The userIdentifierCount.