Interface RequestStatusPerDestination.IngestCompositeDataStatusOrBuilder (0.14.0)

public static interface RequestStatusPerDestination.IngestCompositeDataStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataTypeCounts(int index)

public abstract RequestStatusPerDestination.DataTypeCount getDataTypeCounts(int index)

The total count of data types sent in the upload request for the destination, broken down by data type. Includes all data types in the request, regardless of whether they were successfully ingested or not.

repeated .google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCount data_type_counts = 2;

Parameter
Name Description
index int
Returns
Type Description
RequestStatusPerDestination.DataTypeCount

getDataTypeCountsCount()

public abstract int getDataTypeCountsCount()

The total count of data types sent in the upload request for the destination, broken down by data type. Includes all data types in the request, regardless of whether they were successfully ingested or not.

repeated .google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCount data_type_counts = 2;

Returns
Type Description
int

getDataTypeCountsList()

public abstract List<RequestStatusPerDestination.DataTypeCount> getDataTypeCountsList()

The total count of data types sent in the upload request for the destination, broken down by data type. Includes all data types in the request, regardless of whether they were successfully ingested or not.

repeated .google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCount data_type_counts = 2;

Returns
Type Description
List<DataTypeCount>

getDataTypeCountsOrBuilder(int index)

public abstract RequestStatusPerDestination.DataTypeCountOrBuilder getDataTypeCountsOrBuilder(int index)

The total count of data types sent in the upload request for the destination, broken down by data type. Includes all data types in the request, regardless of whether they were successfully ingested or not.

repeated .google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCount data_type_counts = 2;

Parameter
Name Description
index int
Returns
Type Description
RequestStatusPerDestination.DataTypeCountOrBuilder

getDataTypeCountsOrBuilderList()

public abstract List<? extends RequestStatusPerDestination.DataTypeCountOrBuilder> getDataTypeCountsOrBuilderList()

The total count of data types sent in the upload request for the destination, broken down by data type. Includes all data types in the request, regardless of whether they were successfully ingested or not.

repeated .google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCount data_type_counts = 2;

Returns
Type Description
List<? extends com.google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCountOrBuilder>

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.