public static final class HuluRpcProto.HuluRpcResponseMeta extends com.google.protobuf.GeneratedMessage implements HuluRpcProto.HuluRpcResponseMetaOrBuilder
brpc.policy.HuluRpcResponseMeta| Modifier and Type | Class and Description |
|---|---|
static class |
HuluRpcProto.HuluRpcResponseMeta.Builder
Protobuf type
brpc.policy.HuluRpcResponseMeta |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
CHUCK_INFO_FIELD_NUMBER |
static int |
COMPRESS_TYPE_FIELD_NUMBER |
static int |
CORRELATION_ID_FIELD_NUMBER |
static int |
ERROR_CODE_FIELD_NUMBER |
static int |
ERROR_TEXT_FIELD_NUMBER |
static com.google.protobuf.Parser<HuluRpcProto.HuluRpcResponseMeta> |
PARSER |
static int |
RESPONSE_TALK_TYPE_FIELD_NUMBER |
static int |
USER_DATA_FIELD_NUMBER |
static int |
USER_DEFINED_SOURCE_ADDR_FIELD_NUMBER |
static int |
USER_MESSAGE_SIZE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
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; |
static HuluRpcProto.HuluRpcResponseMeta |
getDefaultInstance() |
HuluRpcProto.HuluRpcResponseMeta |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getErrorCode()
optional int32 error_code = 1; |
String |
getErrorText()
optional string error_text = 2; |
com.google.protobuf.ByteString |
getErrorTextBytes()
optional string error_text = 2; |
com.google.protobuf.Parser<HuluRpcProto.HuluRpcResponseMeta> |
getParserForType() |
Options.TalkType |
getResponseTalkType()
optional .brpc.TalkType response_talk_type = 6; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static HuluRpcProto.HuluRpcResponseMeta.Builder |
newBuilder() |
static HuluRpcProto.HuluRpcResponseMeta.Builder |
newBuilder(HuluRpcProto.HuluRpcResponseMeta prototype) |
HuluRpcProto.HuluRpcResponseMeta.Builder |
newBuilderForType() |
protected HuluRpcProto.HuluRpcResponseMeta.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static HuluRpcProto.HuluRpcResponseMeta |
parseDelimitedFrom(InputStream input) |
static HuluRpcProto.HuluRpcResponseMeta |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HuluRpcProto.HuluRpcResponseMeta |
parseFrom(byte[] data) |
static HuluRpcProto.HuluRpcResponseMeta |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HuluRpcProto.HuluRpcResponseMeta |
parseFrom(com.google.protobuf.ByteString data) |
static HuluRpcProto.HuluRpcResponseMeta |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HuluRpcProto.HuluRpcResponseMeta |
parseFrom(com.google.protobuf.CodedInputStream input) |
static HuluRpcProto.HuluRpcResponseMeta |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HuluRpcProto.HuluRpcResponseMeta |
parseFrom(InputStream input) |
static HuluRpcProto.HuluRpcResponseMeta |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HuluRpcProto.HuluRpcResponseMeta.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<HuluRpcProto.HuluRpcResponseMeta> PARSER
public static final int ERROR_CODE_FIELD_NUMBER
public static final int ERROR_TEXT_FIELD_NUMBER
public static final int CORRELATION_ID_FIELD_NUMBER
public static final int COMPRESS_TYPE_FIELD_NUMBER
public static final int CHUCK_INFO_FIELD_NUMBER
public static final int RESPONSE_TALK_TYPE_FIELD_NUMBER
public static final int USER_DATA_FIELD_NUMBER
public static final int USER_MESSAGE_SIZE_FIELD_NUMBER
public static final int USER_DEFINED_SOURCE_ADDR_FIELD_NUMBER
public static HuluRpcProto.HuluRpcResponseMeta getDefaultInstance()
public HuluRpcProto.HuluRpcResponseMeta getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<HuluRpcProto.HuluRpcResponseMeta> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasErrorCode()
optional int32 error_code = 1;hasErrorCode in interface HuluRpcProto.HuluRpcResponseMetaOrBuilderpublic int getErrorCode()
optional int32 error_code = 1;getErrorCode in interface HuluRpcProto.HuluRpcResponseMetaOrBuilderpublic boolean hasErrorText()
optional string error_text = 2;hasErrorText in interface HuluRpcProto.HuluRpcResponseMetaOrBuilderpublic String getErrorText()
optional string error_text = 2;getErrorText in interface HuluRpcProto.HuluRpcResponseMetaOrBuilderpublic com.google.protobuf.ByteString getErrorTextBytes()
optional string error_text = 2;getErrorTextBytes in interface HuluRpcProto.HuluRpcResponseMetaOrBuilderpublic boolean hasCorrelationId()
optional sint64 correlation_id = 3;hasCorrelationId in interface HuluRpcProto.HuluRpcResponseMetaOrBuilderpublic long getCorrelationId()
optional sint64 correlation_id = 3;getCorrelationId in interface HuluRpcProto.HuluRpcResponseMetaOrBuilderpublic boolean hasCompressType()
optional int32 compress_type = 4;hasCompressType in interface HuluRpcProto.HuluRpcResponseMetaOrBuilderpublic int getCompressType()
optional int32 compress_type = 4;getCompressType in interface HuluRpcProto.HuluRpcResponseMetaOrBuilderpublic boolean hasChuckInfo()
optional .brpc.ChunkInfo chuck_info = 5;hasChuckInfo in interface HuluRpcProto.HuluRpcResponseMetaOrBuilderpublic Options.ChunkInfo getChuckInfo()
optional .brpc.ChunkInfo chuck_info = 5;getChuckInfo in interface HuluRpcProto.HuluRpcResponseMetaOrBuilderpublic Options.ChunkInfoOrBuilder getChuckInfoOrBuilder()
optional .brpc.ChunkInfo chuck_info = 5;getChuckInfoOrBuilder in interface HuluRpcProto.HuluRpcResponseMetaOrBuilderpublic boolean hasResponseTalkType()
optional .brpc.TalkType response_talk_type = 6;hasResponseTalkType in interface HuluRpcProto.HuluRpcResponseMetaOrBuilderpublic Options.TalkType getResponseTalkType()
optional .brpc.TalkType response_talk_type = 6;getResponseTalkType in interface HuluRpcProto.HuluRpcResponseMetaOrBuilderpublic boolean hasUserData()
optional bytes user_data = 7;hasUserData in interface HuluRpcProto.HuluRpcResponseMetaOrBuilderpublic com.google.protobuf.ByteString getUserData()
optional bytes user_data = 7;getUserData in interface HuluRpcProto.HuluRpcResponseMetaOrBuilderpublic boolean hasUserMessageSize()
optional int32 user_message_size = 8;hasUserMessageSize in interface HuluRpcProto.HuluRpcResponseMetaOrBuilderpublic int getUserMessageSize()
optional int32 user_message_size = 8;getUserMessageSize in interface HuluRpcProto.HuluRpcResponseMetaOrBuilderpublic boolean hasUserDefinedSourceAddr()
optional int64 user_defined_source_addr = 9;hasUserDefinedSourceAddr in interface HuluRpcProto.HuluRpcResponseMetaOrBuilderpublic long getUserDefinedSourceAddr()
optional int64 user_defined_source_addr = 9;getUserDefinedSourceAddr in interface HuluRpcProto.HuluRpcResponseMetaOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static HuluRpcProto.HuluRpcResponseMeta parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HuluRpcProto.HuluRpcResponseMeta parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HuluRpcProto.HuluRpcResponseMeta parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HuluRpcProto.HuluRpcResponseMeta parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HuluRpcProto.HuluRpcResponseMeta parseFrom(InputStream input) throws IOException
IOExceptionpublic static HuluRpcProto.HuluRpcResponseMeta parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HuluRpcProto.HuluRpcResponseMeta parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static HuluRpcProto.HuluRpcResponseMeta parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HuluRpcProto.HuluRpcResponseMeta parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static HuluRpcProto.HuluRpcResponseMeta parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HuluRpcProto.HuluRpcResponseMeta.Builder newBuilder()
public HuluRpcProto.HuluRpcResponseMeta.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static HuluRpcProto.HuluRpcResponseMeta.Builder newBuilder(HuluRpcProto.HuluRpcResponseMeta prototype)
public HuluRpcProto.HuluRpcResponseMeta.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected HuluRpcProto.HuluRpcResponseMeta.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2020 Baidu, Inc.. All rights reserved.