Class ErrorCount.Builder (0.1.0)

publicstaticfinalclass ErrorCount.BuilderextendsGeneratedMessageV3.Builder<ErrorCount.Builder>implementsErrorCountOrBuilder

The error count for a given error reason.

Protobuf type google.ads.datamanager.v1.ErrorCount

Implements

ErrorCountOrBuilder

Inherited Members

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicErrorCount.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ErrorCount.Builder
Overrides

build()

publicErrorCountbuild()
Returns
Type Description
ErrorCount

buildPartial()

publicErrorCountbuildPartial()
Returns
Type Description
ErrorCount

clear()

publicErrorCount.Builderclear()
Returns
Type Description
ErrorCount.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

publicErrorCount.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ErrorCount.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

publicErrorCount.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ErrorCount.Builder
Overrides

clearReason()

publicErrorCount.BuilderclearReason()

The error reason of the failed records.

.google.ads.datamanager.v1.ProcessingErrorReason reason = 2;

Returns
Type Description
ErrorCount.Builder

This builder for chaining.

clearRecordCount()

publicErrorCount.BuilderclearRecordCount()

The count of records that failed to upload for a given reason.

int64 record_count = 1;

Returns
Type Description
ErrorCount.Builder

This builder for chaining.

clone()

publicErrorCount.Builderclone()
Returns
Type Description
ErrorCount.Builder
Overrides

getDefaultInstanceForType()

publicErrorCountgetDefaultInstanceForType()
Returns
Type Description
ErrorCount

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getReason()

publicProcessingErrorReasongetReason()

The error reason of the failed records.

.google.ads.datamanager.v1.ProcessingErrorReason reason = 2;

Returns
Type Description
ProcessingErrorReason

The reason.

getReasonValue()

publicintgetReasonValue()

The error reason of the failed records.

.google.ads.datamanager.v1.ProcessingErrorReason reason = 2;

Returns
Type Description
int

The enum numeric value on the wire for reason.

getRecordCount()

publiclonggetRecordCount()

The count of records that failed to upload for a given reason.

int64 record_count = 1;

Returns
Type Description
long

The recordCount.

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ErrorCount other)

publicErrorCount.BuildermergeFrom(ErrorCountother)
Parameter
Name Description
other ErrorCount
Returns
Type Description
ErrorCount.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicErrorCount.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ErrorCount.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

publicErrorCount.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
ErrorCount.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalErrorCount.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ErrorCount.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

publicErrorCount.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ErrorCount.Builder
Overrides

setReason(ProcessingErrorReason value)

publicErrorCount.BuildersetReason(ProcessingErrorReasonvalue)

The error reason of the failed records.

.google.ads.datamanager.v1.ProcessingErrorReason reason = 2;

Parameter
Name Description
value ProcessingErrorReason

The reason to set.

Returns
Type Description
ErrorCount.Builder

This builder for chaining.

setReasonValue(int value)

publicErrorCount.BuildersetReasonValue(intvalue)

The error reason of the failed records.

.google.ads.datamanager.v1.ProcessingErrorReason reason = 2;

Parameter
Name Description
value int

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

Returns
Type Description
ErrorCount.Builder

This builder for chaining.

setRecordCount(long value)

publicErrorCount.BuildersetRecordCount(longvalue)

The count of records that failed to upload for a given reason.

int64 record_count = 1;

Parameter
Name Description
value long

The recordCount to set.

Returns
Type Description
ErrorCount.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

publicErrorCount.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ErrorCount.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalErrorCount.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ErrorCount.Builder
Overrides

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.