public static final class PublicPbrpcProto.PublicPbrpcResponse extends com.google.protobuf.GeneratedMessage implements PublicPbrpcProto.PublicPbrpcResponseOrBuilder
brpc.policy.PublicPbrpcResponse| Modifier and Type | Class and Description |
|---|---|
static class |
PublicPbrpcProto.PublicPbrpcResponse.Builder
Protobuf type
brpc.policy.PublicPbrpcResponse |
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 com.google.protobuf.Parser<PublicPbrpcProto.PublicPbrpcResponse> |
PARSER |
static int |
RESPONSEBODY_FIELD_NUMBER |
static int |
RESPONSEHEAD_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static PublicPbrpcProto.PublicPbrpcResponse |
getDefaultInstance() |
PublicPbrpcProto.PublicPbrpcResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<PublicPbrpcProto.PublicPbrpcResponse> |
getParserForType() |
PublicPbrpcProto.ResponseBody |
getResponseBody(int index)
repeated .brpc.policy.ResponseBody responseBody = 2; |
int |
getResponseBodyCount()
repeated .brpc.policy.ResponseBody responseBody = 2; |
List<PublicPbrpcProto.ResponseBody> |
getResponseBodyList()
repeated .brpc.policy.ResponseBody responseBody = 2; |
PublicPbrpcProto.ResponseBodyOrBuilder |
getResponseBodyOrBuilder(int index)
repeated .brpc.policy.ResponseBody responseBody = 2; |
List<? extends PublicPbrpcProto.ResponseBodyOrBuilder> |
getResponseBodyOrBuilderList()
repeated .brpc.policy.ResponseBody responseBody = 2; |
PublicPbrpcProto.ResponseHead |
getResponseHead()
optional .brpc.policy.ResponseHead responseHead = 1; |
PublicPbrpcProto.ResponseHeadOrBuilder |
getResponseHeadOrBuilder()
optional .brpc.policy.ResponseHead responseHead = 1; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasResponseHead()
optional .brpc.policy.ResponseHead responseHead = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static PublicPbrpcProto.PublicPbrpcResponse.Builder |
newBuilder() |
static PublicPbrpcProto.PublicPbrpcResponse.Builder |
newBuilder(PublicPbrpcProto.PublicPbrpcResponse prototype) |
PublicPbrpcProto.PublicPbrpcResponse.Builder |
newBuilderForType() |
protected PublicPbrpcProto.PublicPbrpcResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static PublicPbrpcProto.PublicPbrpcResponse |
parseDelimitedFrom(InputStream input) |
static PublicPbrpcProto.PublicPbrpcResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PublicPbrpcProto.PublicPbrpcResponse |
parseFrom(byte[] data) |
static PublicPbrpcProto.PublicPbrpcResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PublicPbrpcProto.PublicPbrpcResponse |
parseFrom(com.google.protobuf.ByteString data) |
static PublicPbrpcProto.PublicPbrpcResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PublicPbrpcProto.PublicPbrpcResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PublicPbrpcProto.PublicPbrpcResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PublicPbrpcProto.PublicPbrpcResponse |
parseFrom(InputStream input) |
static PublicPbrpcProto.PublicPbrpcResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PublicPbrpcProto.PublicPbrpcResponse.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<PublicPbrpcProto.PublicPbrpcResponse> PARSER
public static final int RESPONSEHEAD_FIELD_NUMBER
public static final int RESPONSEBODY_FIELD_NUMBER
public static PublicPbrpcProto.PublicPbrpcResponse getDefaultInstance()
public PublicPbrpcProto.PublicPbrpcResponse 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<PublicPbrpcProto.PublicPbrpcResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasResponseHead()
optional .brpc.policy.ResponseHead responseHead = 1;hasResponseHead in interface PublicPbrpcProto.PublicPbrpcResponseOrBuilderpublic PublicPbrpcProto.ResponseHead getResponseHead()
optional .brpc.policy.ResponseHead responseHead = 1;getResponseHead in interface PublicPbrpcProto.PublicPbrpcResponseOrBuilderpublic PublicPbrpcProto.ResponseHeadOrBuilder getResponseHeadOrBuilder()
optional .brpc.policy.ResponseHead responseHead = 1;getResponseHeadOrBuilder in interface PublicPbrpcProto.PublicPbrpcResponseOrBuilderpublic List<PublicPbrpcProto.ResponseBody> getResponseBodyList()
repeated .brpc.policy.ResponseBody responseBody = 2;getResponseBodyList in interface PublicPbrpcProto.PublicPbrpcResponseOrBuilderpublic List<? extends PublicPbrpcProto.ResponseBodyOrBuilder> getResponseBodyOrBuilderList()
repeated .brpc.policy.ResponseBody responseBody = 2;getResponseBodyOrBuilderList in interface PublicPbrpcProto.PublicPbrpcResponseOrBuilderpublic int getResponseBodyCount()
repeated .brpc.policy.ResponseBody responseBody = 2;getResponseBodyCount in interface PublicPbrpcProto.PublicPbrpcResponseOrBuilderpublic PublicPbrpcProto.ResponseBody getResponseBody(int index)
repeated .brpc.policy.ResponseBody responseBody = 2;getResponseBody in interface PublicPbrpcProto.PublicPbrpcResponseOrBuilderpublic PublicPbrpcProto.ResponseBodyOrBuilder getResponseBodyOrBuilder(int index)
repeated .brpc.policy.ResponseBody responseBody = 2;getResponseBodyOrBuilder in interface PublicPbrpcProto.PublicPbrpcResponseOrBuilderpublic 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 PublicPbrpcProto.PublicPbrpcResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PublicPbrpcProto.PublicPbrpcResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PublicPbrpcProto.PublicPbrpcResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PublicPbrpcProto.PublicPbrpcResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PublicPbrpcProto.PublicPbrpcResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static PublicPbrpcProto.PublicPbrpcResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PublicPbrpcProto.PublicPbrpcResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PublicPbrpcProto.PublicPbrpcResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PublicPbrpcProto.PublicPbrpcResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static PublicPbrpcProto.PublicPbrpcResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PublicPbrpcProto.PublicPbrpcResponse.Builder newBuilder()
public PublicPbrpcProto.PublicPbrpcResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PublicPbrpcProto.PublicPbrpcResponse.Builder newBuilder(PublicPbrpcProto.PublicPbrpcResponse prototype)
public PublicPbrpcProto.PublicPbrpcResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected PublicPbrpcProto.PublicPbrpcResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2022 Baidu, Inc.. All rights reserved.