public final class OperationErrors extends GeneratedMessage implements OperationErrorsOrBuilderDatabase instance operation errors list wrapper.
Protobuf type google.cloud.sql.v1beta4.OperationErrors
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > OperationErrorsImplements
OperationErrorsOrBuilderStatic Fields
ERRORS_FIELD_NUMBER
public static final int ERRORS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
KIND_FIELD_NUMBER
public static final int KIND_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static OperationErrors getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
OperationErrors |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static OperationErrors.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
OperationErrors.Builder |
|
newBuilder(OperationErrors prototype)
public static OperationErrors.Builder newBuilder(OperationErrors prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
OperationErrors |
| Returns | |
|---|---|
| Type | Description |
OperationErrors.Builder |
|
parseDelimitedFrom(InputStream input)
public static OperationErrors parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
OperationErrors |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static OperationErrors parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
OperationErrors |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static OperationErrors parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
OperationErrors |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static OperationErrors parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
OperationErrors |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static OperationErrors parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
OperationErrors |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OperationErrors parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
OperationErrors |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static OperationErrors parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
OperationErrors |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static OperationErrors parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
OperationErrors |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static OperationErrors parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
OperationErrors |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static OperationErrors parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
OperationErrors |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static OperationErrors parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
OperationErrors |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static OperationErrors parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
OperationErrors |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<OperationErrors> parser()| Returns | |
|---|---|
| Type | Description |
Parser<OperationErrors> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public OperationErrors getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
OperationErrors |
|
getErrors(int index)
public OperationError getErrors(int index)The list of errors encountered while processing this operation.
repeated .google.cloud.sql.v1beta4.OperationError errors = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
OperationError |
|
getErrorsCount()
public int getErrorsCount()The list of errors encountered while processing this operation.
repeated .google.cloud.sql.v1beta4.OperationError errors = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getErrorsList()
public List<OperationError> getErrorsList()The list of errors encountered while processing this operation.
repeated .google.cloud.sql.v1beta4.OperationError errors = 2;
| Returns | |
|---|---|
| Type | Description |
List<OperationError> |
|
getErrorsOrBuilder(int index)
public OperationErrorOrBuilder getErrorsOrBuilder(int index)The list of errors encountered while processing this operation.
repeated .google.cloud.sql.v1beta4.OperationError errors = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
OperationErrorOrBuilder |
|
getErrorsOrBuilderList()
public List<? extends OperationErrorOrBuilder> getErrorsOrBuilderList()The list of errors encountered while processing this operation.
repeated .google.cloud.sql.v1beta4.OperationError errors = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.sql.v1beta4.OperationErrorOrBuilder> |
|
getKind()
public String getKind() This is always sql#operationErrors.
string kind = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The kind. |
getKindBytes()
public ByteString getKindBytes() This is always sql#operationErrors.
string kind = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kind. |
getParserForType()
public Parser<OperationErrors> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<OperationErrors> |
|
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 OperationErrors.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
OperationErrors.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected OperationErrors.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
OperationErrors.Builder |
|
toBuilder()
public OperationErrors.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
OperationErrors.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|