public static interface HuluRpcProto.HuluRpcResponseMetaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
Options.ChunkInfo |
getChuckInfo()
optional .brpc.ChunkInfo chuck_info = 5; |
Options.ChunkInfoOrBuilder |
getChuckInfoOrBuilder()
optional .brpc.ChunkInfo chuck_info = 5; |
int |
getCompressType()
optional int32 compress_type = 4; |
long |
getCorrelationId()
optional sint64 correlation_id = 3; |
int |
getErrorCode()
optional int32 error_code = 1; |
String |
getErrorText()
optional string error_text = 2; |
com.google.protobuf.ByteString |
getErrorTextBytes()
optional string error_text = 2; |
Options.TalkType |
getResponseTalkType()
optional .brpc.TalkType response_talk_type = 6; |
com.google.protobuf.ByteString |
getUserData()
optional bytes user_data = 7; |
long |
getUserDefinedSourceAddr()
optional int64 user_defined_source_addr = 9; |
int |
getUserMessageSize()
optional int32 user_message_size = 8; |
boolean |
hasChuckInfo()
optional .brpc.ChunkInfo chuck_info = 5; |
boolean |
hasCompressType()
optional int32 compress_type = 4; |
boolean |
hasCorrelationId()
optional sint64 correlation_id = 3; |
boolean |
hasErrorCode()
optional int32 error_code = 1; |
boolean |
hasErrorText()
optional string error_text = 2; |
boolean |
hasResponseTalkType()
optional .brpc.TalkType response_talk_type = 6; |
boolean |
hasUserData()
optional bytes user_data = 7; |
boolean |
hasUserDefinedSourceAddr()
optional int64 user_defined_source_addr = 9; |
boolean |
hasUserMessageSize()
optional int32 user_message_size = 8; |
boolean hasErrorCode()
optional int32 error_code = 1;int getErrorCode()
optional int32 error_code = 1;boolean hasErrorText()
optional string error_text = 2;String getErrorText()
optional string error_text = 2;com.google.protobuf.ByteString getErrorTextBytes()
optional string error_text = 2;boolean hasCorrelationId()
optional sint64 correlation_id = 3;long getCorrelationId()
optional sint64 correlation_id = 3;boolean hasCompressType()
optional int32 compress_type = 4;int getCompressType()
optional int32 compress_type = 4;boolean hasChuckInfo()
optional .brpc.ChunkInfo chuck_info = 5;Options.ChunkInfo getChuckInfo()
optional .brpc.ChunkInfo chuck_info = 5;Options.ChunkInfoOrBuilder getChuckInfoOrBuilder()
optional .brpc.ChunkInfo chuck_info = 5;boolean hasResponseTalkType()
optional .brpc.TalkType response_talk_type = 6;Options.TalkType getResponseTalkType()
optional .brpc.TalkType response_talk_type = 6;boolean hasUserData()
optional bytes user_data = 7;com.google.protobuf.ByteString getUserData()
optional bytes user_data = 7;boolean hasUserMessageSize()
optional int32 user_message_size = 8;int getUserMessageSize()
optional int32 user_message_size = 8;boolean hasUserDefinedSourceAddr()
optional int64 user_defined_source_addr = 9;long getUserDefinedSourceAddr()
optional int64 user_defined_source_addr = 9;Copyright © 2019 Baidu, Inc.. All rights reserved.