public static final class ErrorInfo.Builder extends GeneratedMessage.Builder<ErrorInfo.Builder> implements ErrorInfoOrBuilder
Error counts for each type of error.
Protobuf type google.ads.datamanager.v1.ErrorInfo
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllErrorCounts(Iterable<? extends ErrorCount> values)
public ErrorInfo.Builder addAllErrorCounts(Iterable<? extends ErrorCount> values)
A list of errors and counts per error reason. May not be populated
in all cases.
repeated .google.ads.datamanager.v1.ErrorCount error_counts = 1;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.ads.datamanager.v1.ErrorCount>
|
addErrorCounts(ErrorCount value)
public ErrorInfo.Builder addErrorCounts(ErrorCount value)
A list of errors and counts per error reason. May not be populated
in all cases.
repeated .google.ads.datamanager.v1.ErrorCount error_counts = 1;
addErrorCounts(ErrorCount.Builder builderForValue)
public ErrorInfo.Builder addErrorCounts(ErrorCount.Builder builderForValue)
A list of errors and counts per error reason. May not be populated
in all cases.
repeated .google.ads.datamanager.v1.ErrorCount error_counts = 1;
addErrorCounts(int index, ErrorCount value)
public ErrorInfo.Builder addErrorCounts(int index, ErrorCount value)
A list of errors and counts per error reason. May not be populated
in all cases.
repeated .google.ads.datamanager.v1.ErrorCount error_counts = 1;
addErrorCounts(int index, ErrorCount.Builder builderForValue)
public ErrorInfo.Builder addErrorCounts(int index, ErrorCount.Builder builderForValue)
A list of errors and counts per error reason. May not be populated
in all cases.
repeated .google.ads.datamanager.v1.ErrorCount error_counts = 1;
addErrorCountsBuilder()
public ErrorCount.Builder addErrorCountsBuilder()
A list of errors and counts per error reason. May not be populated
in all cases.
repeated .google.ads.datamanager.v1.ErrorCount error_counts = 1;
addErrorCountsBuilder(int index)
public ErrorCount.Builder addErrorCountsBuilder(int index)
A list of errors and counts per error reason. May not be populated
in all cases.
repeated .google.ads.datamanager.v1.ErrorCount error_counts = 1;
| Parameter |
| Name |
Description |
index |
int
|
build()
buildPartial()
public ErrorInfo buildPartial()
clear()
public ErrorInfo.Builder clear()
Overrides
clearErrorCounts()
public ErrorInfo.Builder clearErrorCounts()
A list of errors and counts per error reason. May not be populated
in all cases.
repeated .google.ads.datamanager.v1.ErrorCount error_counts = 1;
getDefaultInstanceForType()
public ErrorInfo getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getErrorCounts(int index)
public ErrorCount getErrorCounts(int index)
A list of errors and counts per error reason. May not be populated
in all cases.
repeated .google.ads.datamanager.v1.ErrorCount error_counts = 1;
| Parameter |
| Name |
Description |
index |
int
|
getErrorCountsBuilder(int index)
public ErrorCount.Builder getErrorCountsBuilder(int index)
A list of errors and counts per error reason. May not be populated
in all cases.
repeated .google.ads.datamanager.v1.ErrorCount error_counts = 1;
| Parameter |
| Name |
Description |
index |
int
|
getErrorCountsBuilderList()
public List<ErrorCount.Builder> getErrorCountsBuilderList()
A list of errors and counts per error reason. May not be populated
in all cases.
repeated .google.ads.datamanager.v1.ErrorCount error_counts = 1;
getErrorCountsCount()
public int getErrorCountsCount()
A list of errors and counts per error reason. May not be populated
in all cases.
repeated .google.ads.datamanager.v1.ErrorCount error_counts = 1;
| Returns |
| Type |
Description |
int |
|
getErrorCountsList()
public List<ErrorCount> getErrorCountsList()
A list of errors and counts per error reason. May not be populated
in all cases.
repeated .google.ads.datamanager.v1.ErrorCount error_counts = 1;
getErrorCountsOrBuilder(int index)
public ErrorCountOrBuilder getErrorCountsOrBuilder(int index)
A list of errors and counts per error reason. May not be populated
in all cases.
repeated .google.ads.datamanager.v1.ErrorCount error_counts = 1;
| Parameter |
| Name |
Description |
index |
int
|
getErrorCountsOrBuilderList()
public List<? extends ErrorCountOrBuilder> getErrorCountsOrBuilderList()
A list of errors and counts per error reason. May not be populated
in all cases.
repeated .google.ads.datamanager.v1.ErrorCount error_counts = 1;
| Returns |
| Type |
Description |
List<? extends com.google.ads.datamanager.v1.ErrorCountOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ErrorInfo other)
public ErrorInfo.Builder mergeFrom(ErrorInfo other)
public ErrorInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ErrorInfo.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
removeErrorCounts(int index)
public ErrorInfo.Builder removeErrorCounts(int index)
A list of errors and counts per error reason. May not be populated
in all cases.
repeated .google.ads.datamanager.v1.ErrorCount error_counts = 1;
| Parameter |
| Name |
Description |
index |
int
|
setErrorCounts(int index, ErrorCount value)
public ErrorInfo.Builder setErrorCounts(int index, ErrorCount value)
A list of errors and counts per error reason. May not be populated
in all cases.
repeated .google.ads.datamanager.v1.ErrorCount error_counts = 1;
setErrorCounts(int index, ErrorCount.Builder builderForValue)
public ErrorInfo.Builder setErrorCounts(int index, ErrorCount.Builder builderForValue)
A list of errors and counts per error reason. May not be populated
in all cases.
repeated .google.ads.datamanager.v1.ErrorCount error_counts = 1;