Package | Description |
---|---|
eraftpb |
Modifier and Type | Method and Description |
---|---|
static Eraftpb.MessageType |
Eraftpb.MessageType.forNumber(int value) |
Eraftpb.MessageType |
Eraftpb.MessageOrBuilder.getMsgType()
.eraftpb.MessageType msg_type = 1; |
Eraftpb.MessageType |
Eraftpb.Message.getMsgType()
.eraftpb.MessageType msg_type = 1; |
Eraftpb.MessageType |
Eraftpb.Message.Builder.getMsgType()
.eraftpb.MessageType msg_type = 1; |
static Eraftpb.MessageType |
Eraftpb.MessageType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Eraftpb.MessageType |
Eraftpb.MessageType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Eraftpb.MessageType |
Eraftpb.MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Eraftpb.MessageType[] |
Eraftpb.MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<Eraftpb.MessageType> |
Eraftpb.MessageType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Eraftpb.Message.Builder |
Eraftpb.Message.Builder.setMsgType(Eraftpb.MessageType value)
.eraftpb.MessageType msg_type = 1; |
Copyright © 2024 PingCAP. All rights reserved.