| Package | Description |
|---|---|
| com.baidu.brpc.protocol | |
| com.baidu.brpc.protocol.hulu |
| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,Options.TalkType> |
Options.requestTalkType
extend .google.protobuf.MethodOptions { ... |
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MethodOptions,Options.TalkType> |
Options.responseTalkType
extend .google.protobuf.MethodOptions { ... |
| Modifier and Type | Method and Description |
|---|---|
static Options.TalkType |
Options.TalkType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Options.TalkType |
Options.TalkType.valueOf(int value) |
static Options.TalkType |
Options.TalkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Options.TalkType[] |
Options.TalkType.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<Options.TalkType> |
Options.TalkType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Options.TalkType |
HuluRpcProto.HuluRpcRequestMetaOrBuilder.getRequestTalkType()
optional .brpc.TalkType request_talk_type = 10; |
Options.TalkType |
HuluRpcProto.HuluRpcRequestMeta.getRequestTalkType()
optional .brpc.TalkType request_talk_type = 10; |
Options.TalkType |
HuluRpcProto.HuluRpcRequestMeta.Builder.getRequestTalkType()
optional .brpc.TalkType request_talk_type = 10; |
Options.TalkType |
HuluRpcProto.HuluRpcResponseMetaOrBuilder.getResponseTalkType()
optional .brpc.TalkType response_talk_type = 6; |
Options.TalkType |
HuluRpcProto.HuluRpcResponseMeta.getResponseTalkType()
optional .brpc.TalkType response_talk_type = 6; |
Options.TalkType |
HuluRpcProto.HuluRpcResponseMeta.Builder.getResponseTalkType()
optional .brpc.TalkType response_talk_type = 6; |
| Modifier and Type | Method and Description |
|---|---|
HuluRpcProto.HuluRpcRequestMeta.Builder |
HuluRpcProto.HuluRpcRequestMeta.Builder.setRequestTalkType(Options.TalkType value)
optional .brpc.TalkType request_talk_type = 10; |
HuluRpcProto.HuluRpcResponseMeta.Builder |
HuluRpcProto.HuluRpcResponseMeta.Builder.setResponseTalkType(Options.TalkType value)
optional .brpc.TalkType response_talk_type = 6; |
Copyright © 2020 Baidu, Inc.. All rights reserved.