| Package | Description |
|---|---|
| com.github.iotexproject.grpc.rpc |
| Modifier and Type | Method and Description |
|---|---|
static MessageType |
MessageType.forNumber(int value) |
MessageType |
BroadcastMsg.getMsgType()
.iotexrpc.MessageType msg_type = 2; |
MessageType |
BroadcastMsg.Builder.getMsgType()
.iotexrpc.MessageType msg_type = 2; |
MessageType |
UnicastMsg.getMsgType()
.iotexrpc.MessageType msg_type = 3; |
MessageType |
UnicastMsg.Builder.getMsgType()
.iotexrpc.MessageType msg_type = 3; |
MessageType |
UnicastMsgOrBuilder.getMsgType()
.iotexrpc.MessageType msg_type = 3; |
MessageType |
BroadcastMsgOrBuilder.getMsgType()
.iotexrpc.MessageType msg_type = 2; |
static MessageType |
MessageType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MessageType |
MessageType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MessageType |
MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageType[] |
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<MessageType> |
MessageType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
BroadcastMsg.Builder |
BroadcastMsg.Builder.setMsgType(MessageType value)
.iotexrpc.MessageType msg_type = 2; |
UnicastMsg.Builder |
UnicastMsg.Builder.setMsgType(MessageType value)
.iotexrpc.MessageType msg_type = 3; |
Copyright © 2022 IoTeX Group. All rights reserved.