| 程序包 | 说明 |
|---|---|
| com.baidu.brpc.protocol | |
| com.baidu.brpc.protocol.hulu |
| 限定符和类型 | 字段和说明 |
|---|---|
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 { ... } |
| 限定符和类型 | 方法和说明 |
|---|---|
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)
返回带有指定名称的该类型的枚举常量。
|
static Options.TalkType[] |
Options.TalkType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Options.TalkType> |
Options.TalkType.internalGetValueMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
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; |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2019 Baidu, Inc.. All rights reserved.