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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public 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.GeneratedMessageV3
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public String getMessage()
The error message
string message = 1;
getMessage
in interface Errorpb.ErrorOrBuilder
public com.google.protobuf.ByteString getMessageBytes()
The error message
string message = 1;
getMessageBytes
in interface Errorpb.ErrorOrBuilder
public boolean hasNotLeader()
.errorpb.NotLeader not_leader = 2;
hasNotLeader
in interface Errorpb.ErrorOrBuilder
public Errorpb.NotLeader getNotLeader()
.errorpb.NotLeader not_leader = 2;
getNotLeader
in interface Errorpb.ErrorOrBuilder
public Errorpb.NotLeaderOrBuilder getNotLeaderOrBuilder()
.errorpb.NotLeader not_leader = 2;
getNotLeaderOrBuilder
in interface Errorpb.ErrorOrBuilder
public boolean hasRegionNotFound()
.errorpb.RegionNotFound region_not_found = 3;
hasRegionNotFound
in interface Errorpb.ErrorOrBuilder
public Errorpb.RegionNotFound getRegionNotFound()
.errorpb.RegionNotFound region_not_found = 3;
getRegionNotFound
in interface Errorpb.ErrorOrBuilder
public Errorpb.RegionNotFoundOrBuilder getRegionNotFoundOrBuilder()
.errorpb.RegionNotFound region_not_found = 3;
getRegionNotFoundOrBuilder
in interface Errorpb.ErrorOrBuilder
public boolean hasKeyNotInRegion()
.errorpb.KeyNotInRegion key_not_in_region = 4;
hasKeyNotInRegion
in interface Errorpb.ErrorOrBuilder
public Errorpb.KeyNotInRegion getKeyNotInRegion()
.errorpb.KeyNotInRegion key_not_in_region = 4;
getKeyNotInRegion
in interface Errorpb.ErrorOrBuilder
public Errorpb.KeyNotInRegionOrBuilder getKeyNotInRegionOrBuilder()
.errorpb.KeyNotInRegion key_not_in_region = 4;
getKeyNotInRegionOrBuilder
in interface Errorpb.ErrorOrBuilder
public boolean hasEpochNotMatch()
.errorpb.EpochNotMatch epoch_not_match = 5;
hasEpochNotMatch
in interface Errorpb.ErrorOrBuilder
public Errorpb.EpochNotMatch getEpochNotMatch()
.errorpb.EpochNotMatch epoch_not_match = 5;
getEpochNotMatch
in interface Errorpb.ErrorOrBuilder
public Errorpb.EpochNotMatchOrBuilder getEpochNotMatchOrBuilder()
.errorpb.EpochNotMatch epoch_not_match = 5;
getEpochNotMatchOrBuilder
in interface Errorpb.ErrorOrBuilder
public boolean hasServerIsBusy()
.errorpb.ServerIsBusy server_is_busy = 6;
hasServerIsBusy
in interface Errorpb.ErrorOrBuilder
public Errorpb.ServerIsBusy getServerIsBusy()
.errorpb.ServerIsBusy server_is_busy = 6;
getServerIsBusy
in interface Errorpb.ErrorOrBuilder
public Errorpb.ServerIsBusyOrBuilder getServerIsBusyOrBuilder()
.errorpb.ServerIsBusy server_is_busy = 6;
getServerIsBusyOrBuilder
in interface Errorpb.ErrorOrBuilder
public boolean hasStaleCommand()
.errorpb.StaleCommand stale_command = 7;
hasStaleCommand
in interface Errorpb.ErrorOrBuilder
public Errorpb.StaleCommand getStaleCommand()
.errorpb.StaleCommand stale_command = 7;
getStaleCommand
in interface Errorpb.ErrorOrBuilder
public Errorpb.StaleCommandOrBuilder getStaleCommandOrBuilder()
.errorpb.StaleCommand stale_command = 7;
getStaleCommandOrBuilder
in interface Errorpb.ErrorOrBuilder
public boolean hasStoreNotMatch()
.errorpb.StoreNotMatch store_not_match = 8;
hasStoreNotMatch
in interface Errorpb.ErrorOrBuilder
public Errorpb.StoreNotMatch getStoreNotMatch()
.errorpb.StoreNotMatch store_not_match = 8;
getStoreNotMatch
in interface Errorpb.ErrorOrBuilder
public Errorpb.StoreNotMatchOrBuilder getStoreNotMatchOrBuilder()
.errorpb.StoreNotMatch store_not_match = 8;
getStoreNotMatchOrBuilder
in interface Errorpb.ErrorOrBuilder
public boolean hasRaftEntryTooLarge()
.errorpb.RaftEntryTooLarge raft_entry_too_large = 9;
hasRaftEntryTooLarge
in interface Errorpb.ErrorOrBuilder
public Errorpb.RaftEntryTooLarge getRaftEntryTooLarge()
.errorpb.RaftEntryTooLarge raft_entry_too_large = 9;
getRaftEntryTooLarge
in interface Errorpb.ErrorOrBuilder
public Errorpb.RaftEntryTooLargeOrBuilder getRaftEntryTooLargeOrBuilder()
.errorpb.RaftEntryTooLarge raft_entry_too_large = 9;
getRaftEntryTooLargeOrBuilder
in interface Errorpb.ErrorOrBuilder
public boolean hasMaxTimestampNotSynced()
.errorpb.MaxTimestampNotSynced max_timestamp_not_synced = 10;
hasMaxTimestampNotSynced
in interface Errorpb.ErrorOrBuilder
public Errorpb.MaxTimestampNotSynced getMaxTimestampNotSynced()
.errorpb.MaxTimestampNotSynced max_timestamp_not_synced = 10;
getMaxTimestampNotSynced
in interface Errorpb.ErrorOrBuilder
public Errorpb.MaxTimestampNotSyncedOrBuilder getMaxTimestampNotSyncedOrBuilder()
.errorpb.MaxTimestampNotSynced max_timestamp_not_synced = 10;
getMaxTimestampNotSyncedOrBuilder
in interface Errorpb.ErrorOrBuilder
public boolean hasReadIndexNotReady()
.errorpb.ReadIndexNotReady read_index_not_ready = 11;
hasReadIndexNotReady
in interface Errorpb.ErrorOrBuilder
public Errorpb.ReadIndexNotReady getReadIndexNotReady()
.errorpb.ReadIndexNotReady read_index_not_ready = 11;
getReadIndexNotReady
in interface Errorpb.ErrorOrBuilder
public Errorpb.ReadIndexNotReadyOrBuilder getReadIndexNotReadyOrBuilder()
.errorpb.ReadIndexNotReady read_index_not_ready = 11;
getReadIndexNotReadyOrBuilder
in interface Errorpb.ErrorOrBuilder
public boolean hasProposalInMergingMode()
.errorpb.ProposalInMergingMode proposal_in_merging_mode = 12;
hasProposalInMergingMode
in interface Errorpb.ErrorOrBuilder
public Errorpb.ProposalInMergingMode getProposalInMergingMode()
.errorpb.ProposalInMergingMode proposal_in_merging_mode = 12;
getProposalInMergingMode
in interface Errorpb.ErrorOrBuilder
public Errorpb.ProposalInMergingModeOrBuilder getProposalInMergingModeOrBuilder()
.errorpb.ProposalInMergingMode proposal_in_merging_mode = 12;
getProposalInMergingModeOrBuilder
in interface Errorpb.ErrorOrBuilder
public boolean hasDataIsNotReady()
.errorpb.DataIsNotReady data_is_not_ready = 13;
hasDataIsNotReady
in interface Errorpb.ErrorOrBuilder
public Errorpb.DataIsNotReady getDataIsNotReady()
.errorpb.DataIsNotReady data_is_not_ready = 13;
getDataIsNotReady
in interface Errorpb.ErrorOrBuilder
public Errorpb.DataIsNotReadyOrBuilder getDataIsNotReadyOrBuilder()
.errorpb.DataIsNotReady data_is_not_ready = 13;
getDataIsNotReadyOrBuilder
in interface Errorpb.ErrorOrBuilder
public boolean hasRegionNotInitialized()
.errorpb.RegionNotInitialized region_not_initialized = 14;
hasRegionNotInitialized
in interface Errorpb.ErrorOrBuilder
public Errorpb.RegionNotInitialized getRegionNotInitialized()
.errorpb.RegionNotInitialized region_not_initialized = 14;
getRegionNotInitialized
in interface Errorpb.ErrorOrBuilder
public Errorpb.RegionNotInitializedOrBuilder getRegionNotInitializedOrBuilder()
.errorpb.RegionNotInitialized region_not_initialized = 14;
getRegionNotInitializedOrBuilder
in interface Errorpb.ErrorOrBuilder
public boolean hasDiskFull()
.errorpb.DiskFull disk_full = 15;
hasDiskFull
in interface Errorpb.ErrorOrBuilder
public Errorpb.DiskFull getDiskFull()
.errorpb.DiskFull disk_full = 15;
getDiskFull
in interface Errorpb.ErrorOrBuilder
public Errorpb.DiskFullOrBuilder getDiskFullOrBuilder()
.errorpb.DiskFull disk_full = 15;
getDiskFullOrBuilder
in interface Errorpb.ErrorOrBuilder
public boolean hasRecoveryInProgress()
Online recovery is still in performing, reject writes to avoid potential issues
.errorpb.RecoveryInProgress RecoveryInProgress = 16;
hasRecoveryInProgress
in interface Errorpb.ErrorOrBuilder
public Errorpb.RecoveryInProgress getRecoveryInProgress()
Online recovery is still in performing, reject writes to avoid potential issues
.errorpb.RecoveryInProgress RecoveryInProgress = 16;
getRecoveryInProgress
in interface Errorpb.ErrorOrBuilder
public Errorpb.RecoveryInProgressOrBuilder getRecoveryInProgressOrBuilder()
Online recovery is still in performing, reject writes to avoid potential issues
.errorpb.RecoveryInProgress RecoveryInProgress = 16;
getRecoveryInProgressOrBuilder
in interface Errorpb.ErrorOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static Errorpb.Error parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Errorpb.Error parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Errorpb.Error parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Errorpb.Error parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Errorpb.Error parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Errorpb.Error parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Errorpb.Error parseFrom(InputStream input) throws IOException
IOException
public static Errorpb.Error parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Errorpb.Error parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Errorpb.Error parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Errorpb.Error parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Errorpb.Error parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Errorpb.Error.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public 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.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Errorpb.Error.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public 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.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Errorpb.Error getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2024 PingCAP. All rights reserved.