StreamingRpcProto.FrameType |
StreamingRpcProto.StreamFrameMetaOrBuilder.getFrameType()
optional .brpc.FrameType frame_type = 3;
|
StreamingRpcProto.FrameType |
StreamingRpcProto.StreamFrameMeta.getFrameType()
optional .brpc.FrameType frame_type = 3;
|
StreamingRpcProto.FrameType |
StreamingRpcProto.StreamFrameMeta.Builder.getFrameType()
optional .brpc.FrameType frame_type = 3;
|
static StreamingRpcProto.FrameType |
StreamingRpcProto.FrameType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static StreamingRpcProto.FrameType |
StreamingRpcProto.FrameType.valueOf(int value) |
static StreamingRpcProto.FrameType |
StreamingRpcProto.FrameType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamingRpcProto.FrameType[] |
StreamingRpcProto.FrameType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|