public final class ErrorInfo extends GeneratedMessage implements ErrorInfoOrBuilderError counts for each type of error.
Protobuf type google.ads.datamanager.v1.ErrorInfo
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ErrorInfoImplements
ErrorInfoOrBuilderStatic 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 |
|
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> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public ErrorInfo.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
ErrorInfo.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ErrorInfo.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
ErrorInfo.Builder |
|
toBuilder()
public ErrorInfo.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
ErrorInfo.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|