public static final class Errorpb.Error extends com.google.protobuf.GeneratedMessageV3 implements Errorpb.ErrorOrBuilder
Error wraps all region errors, indicates an error encountered by a request.Protobuf type
errorpb.Error| Modifier and Type | Class and Description |
|---|---|
static class |
Errorpb.Error.Builder
Error wraps all region errors, indicates an error encountered by a request.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
DATA_IS_NOT_READY_FIELD_NUMBER |
static int |
DISK_FULL_FIELD_NUMBER |
static int |
EPOCH_NOT_MATCH_FIELD_NUMBER |
static int |
KEY_NOT_IN_REGION_FIELD_NUMBER |
static int |
MAX_TIMESTAMP_NOT_SYNCED_FIELD_NUMBER |
static int |
MESSAGE_FIELD_NUMBER |
static int |
NOT_LEADER_FIELD_NUMBER |
static int |
PROPOSAL_IN_MERGING_MODE_FIELD_NUMBER |
static int |
RAFT_ENTRY_TOO_LARGE_FIELD_NUMBER |
static int |
READ_INDEX_NOT_READY_FIELD_NUMBER |
static int |
RECOVERYINPROGRESS_FIELD_NUMBER |
static int |
REGION_NOT_FOUND_FIELD_NUMBER |
static int |
REGION_NOT_INITIALIZED_FIELD_NUMBER |
static int |
SERVER_IS_BUSY_FIELD_NUMBER |
static int |
STALE_COMMAND_FIELD_NUMBER |
static int |
STORE_NOT_MATCH_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Errorpb.DataIsNotReady |
getDataIsNotReady()
.errorpb.DataIsNotReady data_is_not_ready = 13; |
Errorpb.DataIsNotReadyOrBuilder |
getDataIsNotReadyOrBuilder()
.errorpb.DataIsNotReady data_is_not_ready = 13; |
static Errorpb.Error |
getDefaultInstance() |
Errorpb.Error |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Errorpb.DiskFull |
getDiskFull()
.errorpb.DiskFull disk_full = 15; |
Errorpb.DiskFullOrBuilder |
getDiskFullOrBuilder()
.errorpb.DiskFull disk_full = 15; |
Errorpb.EpochNotMatch |
getEpochNotMatch()
.errorpb.EpochNotMatch epoch_not_match = 5; |
Errorpb.EpochNotMatchOrBuilder |
getEpochNotMatchOrBuilder()
.errorpb.EpochNotMatch epoch_not_match = 5; |
Errorpb.KeyNotInRegion |
getKeyNotInRegion()
.errorpb.KeyNotInRegion key_not_in_region = 4; |
Errorpb.KeyNotInRegionOrBuilder |
getKeyNotInRegionOrBuilder()
.errorpb.KeyNotInRegion key_not_in_region = 4; |
Errorpb.MaxTimestampNotSynced |
getMaxTimestampNotSynced()
.errorpb.MaxTimestampNotSynced max_timestamp_not_synced = 10; |
Errorpb.MaxTimestampNotSyncedOrBuilder |
getMaxTimestampNotSyncedOrBuilder()
.errorpb.MaxTimestampNotSynced max_timestamp_not_synced = 10; |
String |
getMessage()
The error message
|
com.google.protobuf.ByteString |
getMessageBytes()
The error message
|
Errorpb.NotLeader |
getNotLeader()
.errorpb.NotLeader not_leader = 2; |
Errorpb.NotLeaderOrBuilder |
getNotLeaderOrBuilder()
.errorpb.NotLeader not_leader = 2; |
com.google.protobuf.Parser<Errorpb.Error> |
getParserForType() |
Errorpb.ProposalInMergingMode |
getProposalInMergingMode()
.errorpb.ProposalInMergingMode proposal_in_merging_mode = 12; |
Errorpb.ProposalInMergingModeOrBuilder |
getProposalInMergingModeOrBuilder()
.errorpb.ProposalInMergingMode proposal_in_merging_mode = 12; |
Errorpb.RaftEntryTooLarge |
getRaftEntryTooLarge()
.errorpb.RaftEntryTooLarge raft_entry_too_large = 9; |
Errorpb.RaftEntryTooLargeOrBuilder |
getRaftEntryTooLargeOrBuilder()
.errorpb.RaftEntryTooLarge raft_entry_too_large = 9; |
Errorpb.ReadIndexNotReady |
getReadIndexNotReady()
.errorpb.ReadIndexNotReady read_index_not_ready = 11; |
Errorpb.ReadIndexNotReadyOrBuilder |
getReadIndexNotReadyOrBuilder()
.errorpb.ReadIndexNotReady read_index_not_ready = 11; |
Errorpb.RecoveryInProgress |
getRecoveryInProgress()
Online recovery is still in performing, reject writes to avoid potential issues
|
Errorpb.RecoveryInProgressOrBuilder |
getRecoveryInProgressOrBuilder()
Online recovery is still in performing, reject writes to avoid potential issues
|
Errorpb.RegionNotFound |
getRegionNotFound()
.errorpb.RegionNotFound region_not_found = 3; |
Errorpb.RegionNotFoundOrBuilder |
getRegionNotFoundOrBuilder()
.errorpb.RegionNotFound region_not_found = 3; |
Errorpb.RegionNotInitialized |
getRegionNotInitialized()
.errorpb.RegionNotInitialized region_not_initialized = 14; |
Errorpb.RegionNotInitializedOrBuilder |
getRegionNotInitializedOrBuilder()
.errorpb.RegionNotInitialized region_not_initialized = 14; |
int |
getSerializedSize() |
Errorpb.ServerIsBusy |
getServerIsBusy()
.errorpb.ServerIsBusy server_is_busy = 6; |
Errorpb.ServerIsBusyOrBuilder |
getServerIsBusyOrBuilder()
.errorpb.ServerIsBusy server_is_busy = 6; |
Errorpb.StaleCommand |
getStaleCommand()
.errorpb.StaleCommand stale_command = 7; |
Errorpb.StaleCommandOrBuilder |
getStaleCommandOrBuilder()
.errorpb.StaleCommand stale_command = 7; |
Errorpb.StoreNotMatch |
getStoreNotMatch()
.errorpb.StoreNotMatch store_not_match = 8; |
Errorpb.StoreNotMatchOrBuilder |
getStoreNotMatchOrBuilder()
.errorpb.StoreNotMatch store_not_match = 8; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDataIsNotReady()
.errorpb.DataIsNotReady data_is_not_ready = 13; |
boolean |
hasDiskFull()
.errorpb.DiskFull disk_full = 15; |
boolean |
hasEpochNotMatch()
.errorpb.EpochNotMatch epoch_not_match = 5; |
int |
hashCode() |
boolean |
hasKeyNotInRegion()
.errorpb.KeyNotInRegion key_not_in_region = 4; |
boolean |
hasMaxTimestampNotSynced()
.errorpb.MaxTimestampNotSynced max_timestamp_not_synced = 10; |
boolean |
hasNotLeader()
.errorpb.NotLeader not_leader = 2; |
boolean |
hasProposalInMergingMode()
.errorpb.ProposalInMergingMode proposal_in_merging_mode = 12; |
boolean |
hasRaftEntryTooLarge()
.errorpb.RaftEntryTooLarge raft_entry_too_large = 9; |
boolean |
hasReadIndexNotReady()
.errorpb.ReadIndexNotReady read_index_not_ready = 11; |
boolean |
hasRecoveryInProgress()
Online recovery is still in performing, reject writes to avoid potential issues
|
boolean |
hasRegionNotFound()
.errorpb.RegionNotFound region_not_found = 3; |
boolean |
hasRegionNotInitialized()
.errorpb.RegionNotInitialized region_not_initialized = 14; |
boolean |
hasServerIsBusy()
.errorpb.ServerIsBusy server_is_busy = 6; |
boolean |
hasStaleCommand()
.errorpb.StaleCommand stale_command = 7; |
boolean |
hasStoreNotMatch()
.errorpb.StoreNotMatch store_not_match = 8; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Errorpb.Error.Builder |
newBuilder() |
static Errorpb.Error.Builder |
newBuilder(Errorpb.Error prototype) |
Errorpb.Error.Builder |
newBuilderForType() |
protected Errorpb.Error.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Errorpb.Error |
parseDelimitedFrom(InputStream input) |
static Errorpb.Error |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Errorpb.Error |
parseFrom(byte[] data) |
static Errorpb.Error |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Errorpb.Error |
parseFrom(ByteBuffer data) |
static Errorpb.Error |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Errorpb.Error |
parseFrom(com.google.protobuf.ByteString data) |
static Errorpb.Error |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Errorpb.Error |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Errorpb.Error |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Errorpb.Error |
parseFrom(InputStream input) |
static Errorpb.Error |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Errorpb.Error> |
parser() |
Errorpb.Error.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int MESSAGE_FIELD_NUMBER
public static final int NOT_LEADER_FIELD_NUMBER
public static final int REGION_NOT_FOUND_FIELD_NUMBER
public static final int KEY_NOT_IN_REGION_FIELD_NUMBER
public static final int EPOCH_NOT_MATCH_FIELD_NUMBER
public static final int SERVER_IS_BUSY_FIELD_NUMBER
public static final int STALE_COMMAND_FIELD_NUMBER
public static final int STORE_NOT_MATCH_FIELD_NUMBER
public static final int RAFT_ENTRY_TOO_LARGE_FIELD_NUMBER
public static final int MAX_TIMESTAMP_NOT_SYNCED_FIELD_NUMBER
public static final int READ_INDEX_NOT_READY_FIELD_NUMBER
public static final int PROPOSAL_IN_MERGING_MODE_FIELD_NUMBER
public static final int DATA_IS_NOT_READY_FIELD_NUMBER
public static final int REGION_NOT_INITIALIZED_FIELD_NUMBER
public static final int DISK_FULL_FIELD_NUMBER
public static final int RECOVERYINPROGRESS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getMessage()
The error message
string message = 1;getMessage in interface Errorpb.ErrorOrBuilderpublic com.google.protobuf.ByteString getMessageBytes()
The error message
string message = 1;getMessageBytes in interface Errorpb.ErrorOrBuilderpublic boolean hasNotLeader()
.errorpb.NotLeader not_leader = 2;hasNotLeader in interface Errorpb.ErrorOrBuilderpublic Errorpb.NotLeader getNotLeader()
.errorpb.NotLeader not_leader = 2;getNotLeader in interface Errorpb.ErrorOrBuilderpublic Errorpb.NotLeaderOrBuilder getNotLeaderOrBuilder()
.errorpb.NotLeader not_leader = 2;getNotLeaderOrBuilder in interface Errorpb.ErrorOrBuilderpublic boolean hasRegionNotFound()
.errorpb.RegionNotFound region_not_found = 3;hasRegionNotFound in interface Errorpb.ErrorOrBuilderpublic Errorpb.RegionNotFound getRegionNotFound()
.errorpb.RegionNotFound region_not_found = 3;getRegionNotFound in interface Errorpb.ErrorOrBuilderpublic Errorpb.RegionNotFoundOrBuilder getRegionNotFoundOrBuilder()
.errorpb.RegionNotFound region_not_found = 3;getRegionNotFoundOrBuilder in interface Errorpb.ErrorOrBuilderpublic boolean hasKeyNotInRegion()
.errorpb.KeyNotInRegion key_not_in_region = 4;hasKeyNotInRegion in interface Errorpb.ErrorOrBuilderpublic Errorpb.KeyNotInRegion getKeyNotInRegion()
.errorpb.KeyNotInRegion key_not_in_region = 4;getKeyNotInRegion in interface Errorpb.ErrorOrBuilderpublic Errorpb.KeyNotInRegionOrBuilder getKeyNotInRegionOrBuilder()
.errorpb.KeyNotInRegion key_not_in_region = 4;getKeyNotInRegionOrBuilder in interface Errorpb.ErrorOrBuilderpublic boolean hasEpochNotMatch()
.errorpb.EpochNotMatch epoch_not_match = 5;hasEpochNotMatch in interface Errorpb.ErrorOrBuilderpublic Errorpb.EpochNotMatch getEpochNotMatch()
.errorpb.EpochNotMatch epoch_not_match = 5;getEpochNotMatch in interface Errorpb.ErrorOrBuilderpublic Errorpb.EpochNotMatchOrBuilder getEpochNotMatchOrBuilder()
.errorpb.EpochNotMatch epoch_not_match = 5;getEpochNotMatchOrBuilder in interface Errorpb.ErrorOrBuilderpublic boolean hasServerIsBusy()
.errorpb.ServerIsBusy server_is_busy = 6;hasServerIsBusy in interface Errorpb.ErrorOrBuilderpublic Errorpb.ServerIsBusy getServerIsBusy()
.errorpb.ServerIsBusy server_is_busy = 6;getServerIsBusy in interface Errorpb.ErrorOrBuilderpublic Errorpb.ServerIsBusyOrBuilder getServerIsBusyOrBuilder()
.errorpb.ServerIsBusy server_is_busy = 6;getServerIsBusyOrBuilder in interface Errorpb.ErrorOrBuilderpublic boolean hasStaleCommand()
.errorpb.StaleCommand stale_command = 7;hasStaleCommand in interface Errorpb.ErrorOrBuilderpublic Errorpb.StaleCommand getStaleCommand()
.errorpb.StaleCommand stale_command = 7;getStaleCommand in interface Errorpb.ErrorOrBuilderpublic Errorpb.StaleCommandOrBuilder getStaleCommandOrBuilder()
.errorpb.StaleCommand stale_command = 7;getStaleCommandOrBuilder in interface Errorpb.ErrorOrBuilderpublic boolean hasStoreNotMatch()
.errorpb.StoreNotMatch store_not_match = 8;hasStoreNotMatch in interface Errorpb.ErrorOrBuilderpublic Errorpb.StoreNotMatch getStoreNotMatch()
.errorpb.StoreNotMatch store_not_match = 8;getStoreNotMatch in interface Errorpb.ErrorOrBuilderpublic Errorpb.StoreNotMatchOrBuilder getStoreNotMatchOrBuilder()
.errorpb.StoreNotMatch store_not_match = 8;getStoreNotMatchOrBuilder in interface Errorpb.ErrorOrBuilderpublic boolean hasRaftEntryTooLarge()
.errorpb.RaftEntryTooLarge raft_entry_too_large = 9;hasRaftEntryTooLarge in interface Errorpb.ErrorOrBuilderpublic Errorpb.RaftEntryTooLarge getRaftEntryTooLarge()
.errorpb.RaftEntryTooLarge raft_entry_too_large = 9;getRaftEntryTooLarge in interface Errorpb.ErrorOrBuilderpublic Errorpb.RaftEntryTooLargeOrBuilder getRaftEntryTooLargeOrBuilder()
.errorpb.RaftEntryTooLarge raft_entry_too_large = 9;getRaftEntryTooLargeOrBuilder in interface Errorpb.ErrorOrBuilderpublic boolean hasMaxTimestampNotSynced()
.errorpb.MaxTimestampNotSynced max_timestamp_not_synced = 10;hasMaxTimestampNotSynced in interface Errorpb.ErrorOrBuilderpublic Errorpb.MaxTimestampNotSynced getMaxTimestampNotSynced()
.errorpb.MaxTimestampNotSynced max_timestamp_not_synced = 10;getMaxTimestampNotSynced in interface Errorpb.ErrorOrBuilderpublic Errorpb.MaxTimestampNotSyncedOrBuilder getMaxTimestampNotSyncedOrBuilder()
.errorpb.MaxTimestampNotSynced max_timestamp_not_synced = 10;getMaxTimestampNotSyncedOrBuilder in interface Errorpb.ErrorOrBuilderpublic boolean hasReadIndexNotReady()
.errorpb.ReadIndexNotReady read_index_not_ready = 11;hasReadIndexNotReady in interface Errorpb.ErrorOrBuilderpublic Errorpb.ReadIndexNotReady getReadIndexNotReady()
.errorpb.ReadIndexNotReady read_index_not_ready = 11;getReadIndexNotReady in interface Errorpb.ErrorOrBuilderpublic Errorpb.ReadIndexNotReadyOrBuilder getReadIndexNotReadyOrBuilder()
.errorpb.ReadIndexNotReady read_index_not_ready = 11;getReadIndexNotReadyOrBuilder in interface Errorpb.ErrorOrBuilderpublic boolean hasProposalInMergingMode()
.errorpb.ProposalInMergingMode proposal_in_merging_mode = 12;hasProposalInMergingMode in interface Errorpb.ErrorOrBuilderpublic Errorpb.ProposalInMergingMode getProposalInMergingMode()
.errorpb.ProposalInMergingMode proposal_in_merging_mode = 12;getProposalInMergingMode in interface Errorpb.ErrorOrBuilderpublic Errorpb.ProposalInMergingModeOrBuilder getProposalInMergingModeOrBuilder()
.errorpb.ProposalInMergingMode proposal_in_merging_mode = 12;getProposalInMergingModeOrBuilder in interface Errorpb.ErrorOrBuilderpublic boolean hasDataIsNotReady()
.errorpb.DataIsNotReady data_is_not_ready = 13;hasDataIsNotReady in interface Errorpb.ErrorOrBuilderpublic Errorpb.DataIsNotReady getDataIsNotReady()
.errorpb.DataIsNotReady data_is_not_ready = 13;getDataIsNotReady in interface Errorpb.ErrorOrBuilderpublic Errorpb.DataIsNotReadyOrBuilder getDataIsNotReadyOrBuilder()
.errorpb.DataIsNotReady data_is_not_ready = 13;getDataIsNotReadyOrBuilder in interface Errorpb.ErrorOrBuilderpublic boolean hasRegionNotInitialized()
.errorpb.RegionNotInitialized region_not_initialized = 14;hasRegionNotInitialized in interface Errorpb.ErrorOrBuilderpublic Errorpb.RegionNotInitialized getRegionNotInitialized()
.errorpb.RegionNotInitialized region_not_initialized = 14;getRegionNotInitialized in interface Errorpb.ErrorOrBuilderpublic Errorpb.RegionNotInitializedOrBuilder getRegionNotInitializedOrBuilder()
.errorpb.RegionNotInitialized region_not_initialized = 14;getRegionNotInitializedOrBuilder in interface Errorpb.ErrorOrBuilderpublic boolean hasDiskFull()
.errorpb.DiskFull disk_full = 15;hasDiskFull in interface Errorpb.ErrorOrBuilderpublic Errorpb.DiskFull getDiskFull()
.errorpb.DiskFull disk_full = 15;getDiskFull in interface Errorpb.ErrorOrBuilderpublic Errorpb.DiskFullOrBuilder getDiskFullOrBuilder()
.errorpb.DiskFull disk_full = 15;getDiskFullOrBuilder in interface Errorpb.ErrorOrBuilderpublic boolean hasRecoveryInProgress()
Online recovery is still in performing, reject writes to avoid potential issues
.errorpb.RecoveryInProgress RecoveryInProgress = 16;hasRecoveryInProgress in interface Errorpb.ErrorOrBuilderpublic Errorpb.RecoveryInProgress getRecoveryInProgress()
Online recovery is still in performing, reject writes to avoid potential issues
.errorpb.RecoveryInProgress RecoveryInProgress = 16;getRecoveryInProgress in interface Errorpb.ErrorOrBuilderpublic Errorpb.RecoveryInProgressOrBuilder getRecoveryInProgressOrBuilder()
Online recovery is still in performing, reject writes to avoid potential issues
.errorpb.RecoveryInProgress RecoveryInProgress = 16;getRecoveryInProgressOrBuilder in interface Errorpb.ErrorOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Errorpb.Error parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Errorpb.Error parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Errorpb.Error parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Errorpb.Error parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Errorpb.Error parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Errorpb.Error parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Errorpb.Error parseFrom(InputStream input) throws IOException
IOExceptionpublic static Errorpb.Error parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Errorpb.Error parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Errorpb.Error parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Errorpb.Error parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Errorpb.Error parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Errorpb.Error.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Errorpb.Error.Builder newBuilder()
public static Errorpb.Error.Builder newBuilder(Errorpb.Error prototype)
public Errorpb.Error.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Errorpb.Error.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Errorpb.Error getDefaultInstance()
public static com.google.protobuf.Parser<Errorpb.Error> parser()
public com.google.protobuf.Parser<Errorpb.Error> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Errorpb.Error getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 PingCAP. All rights reserved.