Package org.apache.bookkeeper.proto
Class BookkeeperProtocol.Response
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- org.apache.bookkeeper.proto.BookkeeperProtocol.Response
-
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,java.io.Serializable
,BookkeeperProtocol.ResponseOrBuilder
- Enclosing class:
- BookkeeperProtocol
public static final class BookkeeperProtocol.Response extends com.google.protobuf.GeneratedMessageV3 implements BookkeeperProtocol.ResponseOrBuilder
Protobuf typeResponse
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BookkeeperProtocol.Response.Builder
Protobuf typeResponse
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
ADDRESPONSE_FIELD_NUMBER
static int
AUTHRESPONSE_FIELD_NUMBER
static int
FORCELEDGERRESPONSE_FIELD_NUMBER
static int
GETBOOKIEINFORESPONSE_FIELD_NUMBER
static int
GETLISTOFENTRIESOFLEDGERRESPONSE_FIELD_NUMBER
static int
HEADER_FIELD_NUMBER
static com.google.protobuf.Parser<BookkeeperProtocol.Response>
PARSER
Deprecated.static int
READLACRESPONSE_FIELD_NUMBER
static int
READRESPONSE_FIELD_NUMBER
static int
STARTTLSRESPONSE_FIELD_NUMBER
static int
STATUS_FIELD_NUMBER
static int
WRITELACRESPONSE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
BookkeeperProtocol.AddResponse
getAddResponse()
optional .AddResponse addResponse = 101;
BookkeeperProtocol.AddResponseOrBuilder
getAddResponseOrBuilder()
optional .AddResponse addResponse = 101;
BookkeeperProtocol.AuthMessage
getAuthResponse()
optional .AuthMessage authResponse = 102;
BookkeeperProtocol.AuthMessageOrBuilder
getAuthResponseOrBuilder()
optional .AuthMessage authResponse = 102;
static BookkeeperProtocol.Response
getDefaultInstance()
BookkeeperProtocol.Response
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
BookkeeperProtocol.ForceLedgerResponse
getForceLedgerResponse()
optional .ForceLedgerResponse forceLedgerResponse = 107;
BookkeeperProtocol.ForceLedgerResponseOrBuilder
getForceLedgerResponseOrBuilder()
optional .ForceLedgerResponse forceLedgerResponse = 107;
BookkeeperProtocol.GetBookieInfoResponse
getGetBookieInfoResponse()
optional .GetBookieInfoResponse getBookieInfoResponse = 105;
BookkeeperProtocol.GetBookieInfoResponseOrBuilder
getGetBookieInfoResponseOrBuilder()
optional .GetBookieInfoResponse getBookieInfoResponse = 105;
BookkeeperProtocol.GetListOfEntriesOfLedgerResponse
getGetListOfEntriesOfLedgerResponse()
optional .GetListOfEntriesOfLedgerResponse getListOfEntriesOfLedgerResponse = 108;
BookkeeperProtocol.GetListOfEntriesOfLedgerResponseOrBuilder
getGetListOfEntriesOfLedgerResponseOrBuilder()
optional .GetListOfEntriesOfLedgerResponse getListOfEntriesOfLedgerResponse = 108;
BookkeeperProtocol.BKPacketHeader
getHeader()
required .BKPacketHeader header = 1;
BookkeeperProtocol.BKPacketHeaderOrBuilder
getHeaderOrBuilder()
required .BKPacketHeader header = 1;
com.google.protobuf.Parser<BookkeeperProtocol.Response>
getParserForType()
BookkeeperProtocol.ReadLacResponse
getReadLacResponse()
optional .ReadLacResponse readLacResponse = 104;
BookkeeperProtocol.ReadLacResponseOrBuilder
getReadLacResponseOrBuilder()
optional .ReadLacResponse readLacResponse = 104;
BookkeeperProtocol.ReadResponse
getReadResponse()
ResponseBookkeeperProtocol.ReadResponseOrBuilder
getReadResponseOrBuilder()
Responseint
getSerializedSize()
BookkeeperProtocol.StartTLSResponse
getStartTLSResponse()
optional .StartTLSResponse startTLSResponse = 106;
BookkeeperProtocol.StartTLSResponseOrBuilder
getStartTLSResponseOrBuilder()
optional .StartTLSResponse startTLSResponse = 106;
BookkeeperProtocol.StatusCode
getStatus()
EOK if the underlying request succeeded.BookkeeperProtocol.WriteLacResponse
getWriteLacResponse()
optional .WriteLacResponse writeLacResponse = 103;
BookkeeperProtocol.WriteLacResponseOrBuilder
getWriteLacResponseOrBuilder()
optional .WriteLacResponse writeLacResponse = 103;
boolean
hasAddResponse()
optional .AddResponse addResponse = 101;
boolean
hasAuthResponse()
optional .AuthMessage authResponse = 102;
boolean
hasForceLedgerResponse()
optional .ForceLedgerResponse forceLedgerResponse = 107;
boolean
hasGetBookieInfoResponse()
optional .GetBookieInfoResponse getBookieInfoResponse = 105;
boolean
hasGetListOfEntriesOfLedgerResponse()
optional .GetListOfEntriesOfLedgerResponse getListOfEntriesOfLedgerResponse = 108;
int
hashCode()
boolean
hasHeader()
required .BKPacketHeader header = 1;
boolean
hasReadLacResponse()
optional .ReadLacResponse readLacResponse = 104;
boolean
hasReadResponse()
Responseboolean
hasStartTLSResponse()
optional .StartTLSResponse startTLSResponse = 106;
boolean
hasStatus()
EOK if the underlying request succeeded.boolean
hasWriteLacResponse()
optional .WriteLacResponse writeLacResponse = 103;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static BookkeeperProtocol.Response.Builder
newBuilder()
static BookkeeperProtocol.Response.Builder
newBuilder(BookkeeperProtocol.Response prototype)
BookkeeperProtocol.Response.Builder
newBuilderForType()
protected BookkeeperProtocol.Response.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected java.lang.Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static BookkeeperProtocol.Response
parseDelimitedFrom(java.io.InputStream input)
static BookkeeperProtocol.Response
parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BookkeeperProtocol.Response
parseFrom(byte[] data)
static BookkeeperProtocol.Response
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BookkeeperProtocol.Response
parseFrom(com.google.protobuf.ByteString data)
static BookkeeperProtocol.Response
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BookkeeperProtocol.Response
parseFrom(com.google.protobuf.CodedInputStream input)
static BookkeeperProtocol.Response
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BookkeeperProtocol.Response
parseFrom(java.io.InputStream input)
static BookkeeperProtocol.Response
parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BookkeeperProtocol.Response
parseFrom(java.nio.ByteBuffer data)
static BookkeeperProtocol.Response
parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<BookkeeperProtocol.Response>
parser()
BookkeeperProtocol.Response.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
HEADER_FIELD_NUMBER
public static final int HEADER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATUS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
READRESPONSE_FIELD_NUMBER
public static final int READRESPONSE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ADDRESPONSE_FIELD_NUMBER
public static final int ADDRESPONSE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
AUTHRESPONSE_FIELD_NUMBER
public static final int AUTHRESPONSE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
WRITELACRESPONSE_FIELD_NUMBER
public static final int WRITELACRESPONSE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
READLACRESPONSE_FIELD_NUMBER
public static final int READLACRESPONSE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
GETBOOKIEINFORESPONSE_FIELD_NUMBER
public static final int GETBOOKIEINFORESPONSE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STARTTLSRESPONSE_FIELD_NUMBER
public static final int STARTTLSRESPONSE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FORCELEDGERRESPONSE_FIELD_NUMBER
public static final int FORCELEDGERRESPONSE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
GETLISTOFENTRIESOFLEDGERRESPONSE_FIELD_NUMBER
public static final int GETLISTOFENTRIESOFLEDGERRESPONSE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARSER
@Deprecated public static final com.google.protobuf.Parser<BookkeeperProtocol.Response> PARSER
Deprecated.
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
hasHeader
public boolean hasHeader()
required .BKPacketHeader header = 1;
- Specified by:
hasHeader
in interfaceBookkeeperProtocol.ResponseOrBuilder
- Returns:
- Whether the header field is set.
-
getHeader
public BookkeeperProtocol.BKPacketHeader getHeader()
required .BKPacketHeader header = 1;
- Specified by:
getHeader
in interfaceBookkeeperProtocol.ResponseOrBuilder
- Returns:
- The header.
-
getHeaderOrBuilder
public BookkeeperProtocol.BKPacketHeaderOrBuilder getHeaderOrBuilder()
required .BKPacketHeader header = 1;
- Specified by:
getHeaderOrBuilder
in interfaceBookkeeperProtocol.ResponseOrBuilder
-
hasStatus
public boolean hasStatus()
EOK if the underlying request succeeded. Each individual response has a more meaningful status. EBADREQ if we have an unsupported request.
required .StatusCode status = 2;
- Specified by:
hasStatus
in interfaceBookkeeperProtocol.ResponseOrBuilder
- Returns:
- Whether the status field is set.
-
getStatus
public BookkeeperProtocol.StatusCode getStatus()
EOK if the underlying request succeeded. Each individual response has a more meaningful status. EBADREQ if we have an unsupported request.
required .StatusCode status = 2;
- Specified by:
getStatus
in interfaceBookkeeperProtocol.ResponseOrBuilder
- Returns:
- The status.
-
hasReadResponse
public boolean hasReadResponse()
Response
optional .ReadResponse readResponse = 100;
- Specified by:
hasReadResponse
in interfaceBookkeeperProtocol.ResponseOrBuilder
- Returns:
- Whether the readResponse field is set.
-
getReadResponse
public BookkeeperProtocol.ReadResponse getReadResponse()
Response
optional .ReadResponse readResponse = 100;
- Specified by:
getReadResponse
in interfaceBookkeeperProtocol.ResponseOrBuilder
- Returns:
- The readResponse.
-
getReadResponseOrBuilder
public BookkeeperProtocol.ReadResponseOrBuilder getReadResponseOrBuilder()
Response
optional .ReadResponse readResponse = 100;
- Specified by:
getReadResponseOrBuilder
in interfaceBookkeeperProtocol.ResponseOrBuilder
-
hasAddResponse
public boolean hasAddResponse()
optional .AddResponse addResponse = 101;
- Specified by:
hasAddResponse
in interfaceBookkeeperProtocol.ResponseOrBuilder
- Returns:
- Whether the addResponse field is set.
-
getAddResponse
public BookkeeperProtocol.AddResponse getAddResponse()
optional .AddResponse addResponse = 101;
- Specified by:
getAddResponse
in interfaceBookkeeperProtocol.ResponseOrBuilder
- Returns:
- The addResponse.
-
getAddResponseOrBuilder
public BookkeeperProtocol.AddResponseOrBuilder getAddResponseOrBuilder()
optional .AddResponse addResponse = 101;
- Specified by:
getAddResponseOrBuilder
in interfaceBookkeeperProtocol.ResponseOrBuilder
-
hasAuthResponse
public boolean hasAuthResponse()
optional .AuthMessage authResponse = 102;
- Specified by:
hasAuthResponse
in interfaceBookkeeperProtocol.ResponseOrBuilder
- Returns:
- Whether the authResponse field is set.
-
getAuthResponse
public BookkeeperProtocol.AuthMessage getAuthResponse()
optional .AuthMessage authResponse = 102;
- Specified by:
getAuthResponse
in interfaceBookkeeperProtocol.ResponseOrBuilder
- Returns:
- The authResponse.
-
getAuthResponseOrBuilder
public BookkeeperProtocol.AuthMessageOrBuilder getAuthResponseOrBuilder()
optional .AuthMessage authResponse = 102;
- Specified by:
getAuthResponseOrBuilder
in interfaceBookkeeperProtocol.ResponseOrBuilder
-
hasWriteLacResponse
public boolean hasWriteLacResponse()
optional .WriteLacResponse writeLacResponse = 103;
- Specified by:
hasWriteLacResponse
in interfaceBookkeeperProtocol.ResponseOrBuilder
- Returns:
- Whether the writeLacResponse field is set.
-
getWriteLacResponse
public BookkeeperProtocol.WriteLacResponse getWriteLacResponse()
optional .WriteLacResponse writeLacResponse = 103;
- Specified by:
getWriteLacResponse
in interfaceBookkeeperProtocol.ResponseOrBuilder
- Returns:
- The writeLacResponse.
-
getWriteLacResponseOrBuilder
public BookkeeperProtocol.WriteLacResponseOrBuilder getWriteLacResponseOrBuilder()
optional .WriteLacResponse writeLacResponse = 103;
- Specified by:
getWriteLacResponseOrBuilder
in interfaceBookkeeperProtocol.ResponseOrBuilder
-
hasReadLacResponse
public boolean hasReadLacResponse()
optional .ReadLacResponse readLacResponse = 104;
- Specified by:
hasReadLacResponse
in interfaceBookkeeperProtocol.ResponseOrBuilder
- Returns:
- Whether the readLacResponse field is set.
-
getReadLacResponse
public BookkeeperProtocol.ReadLacResponse getReadLacResponse()
optional .ReadLacResponse readLacResponse = 104;
- Specified by:
getReadLacResponse
in interfaceBookkeeperProtocol.ResponseOrBuilder
- Returns:
- The readLacResponse.
-
getReadLacResponseOrBuilder
public BookkeeperProtocol.ReadLacResponseOrBuilder getReadLacResponseOrBuilder()
optional .ReadLacResponse readLacResponse = 104;
- Specified by:
getReadLacResponseOrBuilder
in interfaceBookkeeperProtocol.ResponseOrBuilder
-
hasGetBookieInfoResponse
public boolean hasGetBookieInfoResponse()
optional .GetBookieInfoResponse getBookieInfoResponse = 105;
- Specified by:
hasGetBookieInfoResponse
in interfaceBookkeeperProtocol.ResponseOrBuilder
- Returns:
- Whether the getBookieInfoResponse field is set.
-
getGetBookieInfoResponse
public BookkeeperProtocol.GetBookieInfoResponse getGetBookieInfoResponse()
optional .GetBookieInfoResponse getBookieInfoResponse = 105;
- Specified by:
getGetBookieInfoResponse
in interfaceBookkeeperProtocol.ResponseOrBuilder
- Returns:
- The getBookieInfoResponse.
-
getGetBookieInfoResponseOrBuilder
public BookkeeperProtocol.GetBookieInfoResponseOrBuilder getGetBookieInfoResponseOrBuilder()
optional .GetBookieInfoResponse getBookieInfoResponse = 105;
- Specified by:
getGetBookieInfoResponseOrBuilder
in interfaceBookkeeperProtocol.ResponseOrBuilder
-
hasStartTLSResponse
public boolean hasStartTLSResponse()
optional .StartTLSResponse startTLSResponse = 106;
- Specified by:
hasStartTLSResponse
in interfaceBookkeeperProtocol.ResponseOrBuilder
- Returns:
- Whether the startTLSResponse field is set.
-
getStartTLSResponse
public BookkeeperProtocol.StartTLSResponse getStartTLSResponse()
optional .StartTLSResponse startTLSResponse = 106;
- Specified by:
getStartTLSResponse
in interfaceBookkeeperProtocol.ResponseOrBuilder
- Returns:
- The startTLSResponse.
-
getStartTLSResponseOrBuilder
public BookkeeperProtocol.StartTLSResponseOrBuilder getStartTLSResponseOrBuilder()
optional .StartTLSResponse startTLSResponse = 106;
- Specified by:
getStartTLSResponseOrBuilder
in interfaceBookkeeperProtocol.ResponseOrBuilder
-
hasForceLedgerResponse
public boolean hasForceLedgerResponse()
optional .ForceLedgerResponse forceLedgerResponse = 107;
- Specified by:
hasForceLedgerResponse
in interfaceBookkeeperProtocol.ResponseOrBuilder
- Returns:
- Whether the forceLedgerResponse field is set.
-
getForceLedgerResponse
public BookkeeperProtocol.ForceLedgerResponse getForceLedgerResponse()
optional .ForceLedgerResponse forceLedgerResponse = 107;
- Specified by:
getForceLedgerResponse
in interfaceBookkeeperProtocol.ResponseOrBuilder
- Returns:
- The forceLedgerResponse.
-
getForceLedgerResponseOrBuilder
public BookkeeperProtocol.ForceLedgerResponseOrBuilder getForceLedgerResponseOrBuilder()
optional .ForceLedgerResponse forceLedgerResponse = 107;
- Specified by:
getForceLedgerResponseOrBuilder
in interfaceBookkeeperProtocol.ResponseOrBuilder
-
hasGetListOfEntriesOfLedgerResponse
public boolean hasGetListOfEntriesOfLedgerResponse()
optional .GetListOfEntriesOfLedgerResponse getListOfEntriesOfLedgerResponse = 108;
- Specified by:
hasGetListOfEntriesOfLedgerResponse
in interfaceBookkeeperProtocol.ResponseOrBuilder
- Returns:
- Whether the getListOfEntriesOfLedgerResponse field is set.
-
getGetListOfEntriesOfLedgerResponse
public BookkeeperProtocol.GetListOfEntriesOfLedgerResponse getGetListOfEntriesOfLedgerResponse()
optional .GetListOfEntriesOfLedgerResponse getListOfEntriesOfLedgerResponse = 108;
- Specified by:
getGetListOfEntriesOfLedgerResponse
in interfaceBookkeeperProtocol.ResponseOrBuilder
- Returns:
- The getListOfEntriesOfLedgerResponse.
-
getGetListOfEntriesOfLedgerResponseOrBuilder
public BookkeeperProtocol.GetListOfEntriesOfLedgerResponseOrBuilder getGetListOfEntriesOfLedgerResponseOrBuilder()
optional .GetListOfEntriesOfLedgerResponse getListOfEntriesOfLedgerResponse = 108;
- Specified by:
getGetListOfEntriesOfLedgerResponseOrBuilder
in interfaceBookkeeperProtocol.ResponseOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static BookkeeperProtocol.Response parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BookkeeperProtocol.Response parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BookkeeperProtocol.Response parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BookkeeperProtocol.Response parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BookkeeperProtocol.Response parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BookkeeperProtocol.Response parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BookkeeperProtocol.Response parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static BookkeeperProtocol.Response parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static BookkeeperProtocol.Response parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static BookkeeperProtocol.Response parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static BookkeeperProtocol.Response parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static BookkeeperProtocol.Response parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public BookkeeperProtocol.Response.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static BookkeeperProtocol.Response.Builder newBuilder()
-
newBuilder
public static BookkeeperProtocol.Response.Builder newBuilder(BookkeeperProtocol.Response prototype)
-
toBuilder
public BookkeeperProtocol.Response.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected BookkeeperProtocol.Response.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static BookkeeperProtocol.Response getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<BookkeeperProtocol.Response> parser()
-
getParserForType
public com.google.protobuf.Parser<BookkeeperProtocol.Response> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public BookkeeperProtocol.Response getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-