public static final class Responses.ResultSetResponse extends com.google.protobuf.GeneratedMessageV3 implements Responses.ResultSetResponseOrBuilder
Response that contains a result set.Protobuf type
ResultSetResponse| Modifier and Type | Class and Description |
|---|---|
static class |
Responses.ResultSetResponse.Builder
Response that contains a result set.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
CONNECTION_ID_FIELD_NUMBER |
private Object |
connectionId_ |
private static Responses.ResultSetResponse |
DEFAULT_INSTANCE |
static int |
FIRST_FRAME_FIELD_NUMBER |
private Common.Frame |
firstFrame_ |
private byte |
memoizedIsInitialized |
private Responses.RpcMetadata |
metadata_ |
static int |
METADATA_FIELD_NUMBER |
static int |
OWN_STATEMENT_FIELD_NUMBER |
private boolean |
ownStatement_ |
private static com.google.protobuf.Parser<Responses.ResultSetResponse> |
PARSER |
private static long |
serialVersionUID |
private Common.Signature |
signature_ |
static int |
SIGNATURE_FIELD_NUMBER |
static int |
STATEMENT_ID_FIELD_NUMBER |
private int |
statementId_ |
static int |
UPDATE_COUNT_FIELD_NUMBER |
private long |
updateCount_ |
| Modifier | Constructor and Description |
|---|---|
private |
Responses.ResultSetResponse() |
private |
Responses.ResultSetResponse(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
private |
Responses.ResultSetResponse(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getConnectionId()
optional string connection_id = 1; |
com.google.protobuf.ByteString |
getConnectionIdBytes()
optional string connection_id = 1; |
static Responses.ResultSetResponse |
getDefaultInstance() |
Responses.ResultSetResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Common.Frame |
getFirstFrame()
optional .Frame first_frame = 5; |
Common.FrameOrBuilder |
getFirstFrameOrBuilder()
optional .Frame first_frame = 5; |
Responses.RpcMetadata |
getMetadata()
with no signature nor other data.
|
Responses.RpcMetadataOrBuilder |
getMetadataOrBuilder()
with no signature nor other data.
|
boolean |
getOwnStatement()
optional bool own_statement = 3; |
com.google.protobuf.Parser<Responses.ResultSetResponse> |
getParserForType() |
int |
getSerializedSize() |
Common.Signature |
getSignature()
optional .Signature signature = 4; |
Common.SignatureOrBuilder |
getSignatureOrBuilder()
optional .Signature signature = 4; |
int |
getStatementId()
optional uint32 statement_id = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
long |
getUpdateCount()
-1 for normal result sets, else this response contains a dummy result set
|
boolean |
hasFirstFrame()
optional .Frame first_frame = 5; |
int |
hashCode() |
boolean |
hasMetadata()
with no signature nor other data.
|
boolean |
hasSignature()
optional .Signature signature = 4; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Responses.ResultSetResponse.Builder |
newBuilder() |
static Responses.ResultSetResponse.Builder |
newBuilder(Responses.ResultSetResponse prototype) |
Responses.ResultSetResponse.Builder |
newBuilderForType() |
protected Responses.ResultSetResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Responses.ResultSetResponse |
parseDelimitedFrom(InputStream input) |
static Responses.ResultSetResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Responses.ResultSetResponse |
parseFrom(byte[] data) |
static Responses.ResultSetResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Responses.ResultSetResponse |
parseFrom(com.google.protobuf.ByteString data) |
static Responses.ResultSetResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Responses.ResultSetResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Responses.ResultSetResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Responses.ResultSetResponse |
parseFrom(InputStream input) |
static Responses.ResultSetResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Responses.ResultSetResponse> |
parser() |
Responses.ResultSetResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int CONNECTION_ID_FIELD_NUMBER
private volatile Object connectionId_
public static final int STATEMENT_ID_FIELD_NUMBER
private int statementId_
public static final int OWN_STATEMENT_FIELD_NUMBER
private boolean ownStatement_
public static final int SIGNATURE_FIELD_NUMBER
private Common.Signature signature_
public static final int FIRST_FRAME_FIELD_NUMBER
private Common.Frame firstFrame_
public static final int UPDATE_COUNT_FIELD_NUMBER
private long updateCount_
public static final int METADATA_FIELD_NUMBER
private Responses.RpcMetadata metadata_
private byte memoizedIsInitialized
private static final long serialVersionUID
private static final Responses.ResultSetResponse DEFAULT_INSTANCE
private static final com.google.protobuf.Parser<Responses.ResultSetResponse> PARSER
private Responses.ResultSetResponse(com.google.protobuf.GeneratedMessageV3.Builder<?> builder)
private Responses.ResultSetResponse()
private Responses.ResultSetResponse(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getConnectionId()
optional string connection_id = 1;getConnectionId in interface Responses.ResultSetResponseOrBuilderpublic com.google.protobuf.ByteString getConnectionIdBytes()
optional string connection_id = 1;getConnectionIdBytes in interface Responses.ResultSetResponseOrBuilderpublic int getStatementId()
optional uint32 statement_id = 2;getStatementId in interface Responses.ResultSetResponseOrBuilderpublic boolean getOwnStatement()
optional bool own_statement = 3;getOwnStatement in interface Responses.ResultSetResponseOrBuilderpublic boolean hasSignature()
optional .Signature signature = 4;hasSignature in interface Responses.ResultSetResponseOrBuilderpublic Common.Signature getSignature()
optional .Signature signature = 4;getSignature in interface Responses.ResultSetResponseOrBuilderpublic Common.SignatureOrBuilder getSignatureOrBuilder()
optional .Signature signature = 4;getSignatureOrBuilder in interface Responses.ResultSetResponseOrBuilderpublic boolean hasFirstFrame()
optional .Frame first_frame = 5;hasFirstFrame in interface Responses.ResultSetResponseOrBuilderpublic Common.Frame getFirstFrame()
optional .Frame first_frame = 5;getFirstFrame in interface Responses.ResultSetResponseOrBuilderpublic Common.FrameOrBuilder getFirstFrameOrBuilder()
optional .Frame first_frame = 5;getFirstFrameOrBuilder in interface Responses.ResultSetResponseOrBuilderpublic long getUpdateCount()
-1 for normal result sets, else this response contains a dummy result set
optional uint64 update_count = 6;getUpdateCount in interface Responses.ResultSetResponseOrBuilderpublic boolean hasMetadata()
with no signature nor other data.
optional .RpcMetadata metadata = 7;hasMetadata in interface Responses.ResultSetResponseOrBuilderpublic Responses.RpcMetadata getMetadata()
with no signature nor other data.
optional .RpcMetadata metadata = 7;getMetadata in interface Responses.ResultSetResponseOrBuilderpublic Responses.RpcMetadataOrBuilder getMetadataOrBuilder()
with no signature nor other data.
optional .RpcMetadata metadata = 7;getMetadataOrBuilder in interface Responses.ResultSetResponseOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Responses.ResultSetResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Responses.ResultSetResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Responses.ResultSetResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Responses.ResultSetResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Responses.ResultSetResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static Responses.ResultSetResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Responses.ResultSetResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Responses.ResultSetResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Responses.ResultSetResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Responses.ResultSetResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Responses.ResultSetResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Responses.ResultSetResponse.Builder newBuilder()
public static Responses.ResultSetResponse.Builder newBuilder(Responses.ResultSetResponse prototype)
public Responses.ResultSetResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Responses.ResultSetResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Responses.ResultSetResponse getDefaultInstance()
public static com.google.protobuf.Parser<Responses.ResultSetResponse> parser()
public com.google.protobuf.Parser<Responses.ResultSetResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Responses.ResultSetResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2012–2016 The Apache Software Foundation. All rights reserved.