Class RequestStatusPerDestination.IngestCompositeDataStatus.Builder (0.14.0)

public static final class RequestStatusPerDestination.IngestCompositeDataStatus.Builder extends GeneratedMessage.Builder<RequestStatusPerDestination.IngestCompositeDataStatus.Builder> implements RequestStatusPerDestination.IngestCompositeDataStatusOrBuilder

The status of the composite data ingestion to the destination containing stats related to the ingestion.

Protobuf type google.ads.datamanager.v1.RequestStatusPerDestination.IngestCompositeDataStatus

Inheritance

java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > RequestStatusPerDestination.IngestCompositeDataStatus.Builder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllDataTypeCounts(Iterable<? extends RequestStatusPerDestination.DataTypeCount> values)

public RequestStatusPerDestination.IngestCompositeDataStatus.Builder addAllDataTypeCounts(Iterable<? extends RequestStatusPerDestination.DataTypeCount> values)

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
values Iterable<? extends com.google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCount>
Returns
Type Description
RequestStatusPerDestination.IngestCompositeDataStatus.Builder

addDataTypeCounts(RequestStatusPerDestination.DataTypeCount value)

public RequestStatusPerDestination.IngestCompositeDataStatus.Builder addDataTypeCounts(RequestStatusPerDestination.DataTypeCount value)

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
value RequestStatusPerDestination.DataTypeCount
Returns
Type Description
RequestStatusPerDestination.IngestCompositeDataStatus.Builder

addDataTypeCounts(RequestStatusPerDestination.DataTypeCount.Builder builderForValue)

public RequestStatusPerDestination.IngestCompositeDataStatus.Builder addDataTypeCounts(RequestStatusPerDestination.DataTypeCount.Builder builderForValue)

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
builderForValue RequestStatusPerDestination.DataTypeCount.Builder
Returns
Type Description
RequestStatusPerDestination.IngestCompositeDataStatus.Builder

addDataTypeCounts(int index, RequestStatusPerDestination.DataTypeCount value)

public RequestStatusPerDestination.IngestCompositeDataStatus.Builder addDataTypeCounts(int index, RequestStatusPerDestination.DataTypeCount value)

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;

Parameters
Name Description
index int
value RequestStatusPerDestination.DataTypeCount
Returns
Type Description
RequestStatusPerDestination.IngestCompositeDataStatus.Builder

addDataTypeCounts(int index, RequestStatusPerDestination.DataTypeCount.Builder builderForValue)

public RequestStatusPerDestination.IngestCompositeDataStatus.Builder addDataTypeCounts(int index, RequestStatusPerDestination.DataTypeCount.Builder builderForValue)

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;

Parameters
Name Description
index int
builderForValue RequestStatusPerDestination.DataTypeCount.Builder
Returns
Type Description
RequestStatusPerDestination.IngestCompositeDataStatus.Builder

addDataTypeCountsBuilder()

public RequestStatusPerDestination.DataTypeCount.Builder addDataTypeCountsBuilder()

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
RequestStatusPerDestination.DataTypeCount.Builder

addDataTypeCountsBuilder(int index)

public RequestStatusPerDestination.DataTypeCount.Builder addDataTypeCountsBuilder(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.Builder

build()

public RequestStatusPerDestination.IngestCompositeDataStatus build()
Returns
Type Description
RequestStatusPerDestination.IngestCompositeDataStatus

buildPartial()

public RequestStatusPerDestination.IngestCompositeDataStatus buildPartial()
Returns
Type Description
RequestStatusPerDestination.IngestCompositeDataStatus

clear()

public RequestStatusPerDestination.IngestCompositeDataStatus.Builder clear()
Returns
Type Description
RequestStatusPerDestination.IngestCompositeDataStatus.Builder
Overrides

clearDataTypeCounts()

public RequestStatusPerDestination.IngestCompositeDataStatus.Builder clearDataTypeCounts()

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
RequestStatusPerDestination.IngestCompositeDataStatus.Builder

clearRecordCount()

public RequestStatusPerDestination.IngestCompositeDataStatus.Builder clearRecordCount()

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
RequestStatusPerDestination.IngestCompositeDataStatus.Builder

This builder for chaining.

clearUploadMatchRateRange()

public RequestStatusPerDestination.IngestCompositeDataStatus.Builder clearUploadMatchRateRange()

The match rate range of the upload.

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

Returns
Type Description
RequestStatusPerDestination.IngestCompositeDataStatus.Builder

This builder for chaining.

getDataTypeCounts(int index)

public 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

getDataTypeCountsBuilder(int index)

public RequestStatusPerDestination.DataTypeCount.Builder getDataTypeCountsBuilder(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.Builder

getDataTypeCountsBuilderList()

public List<RequestStatusPerDestination.DataTypeCount.Builder> getDataTypeCountsBuilderList()

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<Builder>

getDataTypeCountsCount()

public 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 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 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 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>

getDefaultInstanceForType()

public RequestStatusPerDestination.IngestCompositeDataStatus getDefaultInstanceForType()
Returns
Type Description
RequestStatusPerDestination.IngestCompositeDataStatus

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getRecordCount()

public 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 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(RequestStatusPerDestination.IngestCompositeDataStatus other)

public RequestStatusPerDestination.IngestCompositeDataStatus.Builder mergeFrom(RequestStatusPerDestination.IngestCompositeDataStatus other)
Parameter
Name Description
other RequestStatusPerDestination.IngestCompositeDataStatus
Returns
Type Description
RequestStatusPerDestination.IngestCompositeDataStatus.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public RequestStatusPerDestination.IngestCompositeDataStatus.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RequestStatusPerDestination.IngestCompositeDataStatus.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public RequestStatusPerDestination.IngestCompositeDataStatus.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
RequestStatusPerDestination.IngestCompositeDataStatus.Builder
Overrides

removeDataTypeCounts(int index)

public RequestStatusPerDestination.IngestCompositeDataStatus.Builder removeDataTypeCounts(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.IngestCompositeDataStatus.Builder

setDataTypeCounts(int index, RequestStatusPerDestination.DataTypeCount value)

public RequestStatusPerDestination.IngestCompositeDataStatus.Builder setDataTypeCounts(int index, RequestStatusPerDestination.DataTypeCount value)

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;

Parameters
Name Description
index int
value RequestStatusPerDestination.DataTypeCount
Returns
Type Description
RequestStatusPerDestination.IngestCompositeDataStatus.Builder

setDataTypeCounts(int index, RequestStatusPerDestination.DataTypeCount.Builder builderForValue)

public RequestStatusPerDestination.IngestCompositeDataStatus.Builder setDataTypeCounts(int index, RequestStatusPerDestination.DataTypeCount.Builder builderForValue)

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;

Parameters
Name Description
index int
builderForValue RequestStatusPerDestination.DataTypeCount.Builder
Returns
Type Description
RequestStatusPerDestination.IngestCompositeDataStatus.Builder

setRecordCount(long value)

public RequestStatusPerDestination.IngestCompositeDataStatus.Builder setRecordCount(long value)

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;

Parameter
Name Description
value long

The recordCount to set.

Returns
Type Description
RequestStatusPerDestination.IngestCompositeDataStatus.Builder

This builder for chaining.

setUploadMatchRateRange(MatchRateRange value)

public RequestStatusPerDestination.IngestCompositeDataStatus.Builder setUploadMatchRateRange(MatchRateRange value)

The match rate range of the upload.

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

Parameter
Name Description
value MatchRateRange

The uploadMatchRateRange to set.

Returns
Type Description
RequestStatusPerDestination.IngestCompositeDataStatus.Builder

This builder for chaining.

setUploadMatchRateRangeValue(int value)

public RequestStatusPerDestination.IngestCompositeDataStatus.Builder setUploadMatchRateRangeValue(int value)

The match rate range of the upload.

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

Parameter
Name Description
value int

The enum numeric value on the wire for uploadMatchRateRange to set.

Returns
Type Description
RequestStatusPerDestination.IngestCompositeDataStatus.Builder

This builder for chaining.