Class ErrorInfo (0.1.0)

public final class ErrorInfo extends GeneratedMessageV3 implements ErrorInfoOrBuilder

Error counts for each type of error.

Protobuf type google.ads.datamanager.v1.ErrorInfo

Implements

ErrorInfoOrBuilder

Static Fields

ERROR_COUNTS_FIELD_NUMBER

public static final int ERROR_COUNTS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ErrorInfo getDefaultInstance()
Returns
Type Description
ErrorInfo

getDescriptor()

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

newBuilder()

public static ErrorInfo.Builder newBuilder()
Returns
Type Description
ErrorInfo.Builder

newBuilder(ErrorInfo prototype)

public static ErrorInfo.Builder newBuilder(ErrorInfo prototype)
Parameter
Name Description
prototype ErrorInfo
Returns
Type Description
ErrorInfo.Builder

parseDelimitedFrom(InputStream input)

public static ErrorInfo parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ErrorInfo
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ErrorInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ErrorInfo
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ErrorInfo parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ErrorInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ErrorInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ErrorInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ErrorInfo parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ErrorInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ErrorInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ErrorInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ErrorInfo parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ErrorInfo
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ErrorInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ErrorInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ErrorInfo parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ErrorInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ErrorInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ErrorInfo
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ErrorInfo parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ErrorInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ErrorInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ErrorInfo
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ErrorInfo> parser()
Returns
Type Description
Parser<ErrorInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public ErrorInfo getDefaultInstanceForType()
Returns
Type Description
ErrorInfo

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
Returns
Type Description
ErrorCount

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;

Returns
Type Description
List<ErrorCount>

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
Returns
Type Description
ErrorCountOrBuilder

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>

getParserForType()

public Parser<ErrorInfo> getParserForType()
Returns
Type Description
Parser<ErrorInfo>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ErrorInfo.Builder newBuilderForType()
Returns
Type Description
ErrorInfo.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ErrorInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ErrorInfo.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ErrorInfo.Builder toBuilder()
Returns
Type Description
ErrorInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException