Interface RequestStatusPerDestination.RemoveCompositeDataStatusOrBuilder (0.14.0)

public static interface RequestStatusPerDestination.RemoveCompositeDataStatusOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataTypeCounts(int index)

public abstract RequestStatusPerDestination.DataTypeCount getDataTypeCounts(int index)

The total count of data types sent in the removal request, broken down by data type. Includes all data types in the request, regardless of whether they were successfully removed 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 removal request, broken down by data type. Includes all data types in the request, regardless of whether they were successfully removed 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 removal request, broken down by data type. Includes all data types in the request, regardless of whether they were successfully removed 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 removal request, broken down by data type. Includes all data types in the request, regardless of whether they were successfully removed 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 removal request, broken down by data type. Includes all data types in the request, regardless of whether they were successfully removed 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 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.