Package xyz.block.ftl.query.v1
Class RowResults
-
- All Implemented Interfaces:
-
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable,xyz.block.ftl.query.v1.RowResultsOrBuilder
public final class RowResults extends GeneratedMessageV3 implements RowResultsOrBuilder
Protobuf type
xyz.block.ftl.query.v1.RowResults
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRowResults.BuilderProtobuf type
xyz.block.ftl.query.v1.RowResults
-
Field Summary
Fields Modifier and Type Field Description public final static intJSON_ROWS_FIELD_NUMBERpublic final static intHAS_MORE_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()StringgetJsonRows()JSON object mapping column names to valuesstring json_rows = 1;ByteStringgetJsonRowsBytes()JSON object mapping column names to valuesstring json_rows = 1;booleangetHasMore()Indicates if there are more rows to fetchbool has_more = 2;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static RowResultsparseFrom(ByteBuffer data)static RowResultsparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static RowResultsparseFrom(ByteString data)static RowResultsparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static RowResultsparseFrom(Array<byte> data)static RowResultsparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static RowResultsparseFrom(InputStream input)static RowResultsparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static RowResultsparseDelimitedFrom(InputStream input)static RowResultsparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static RowResultsparseFrom(CodedInputStream input)static RowResultsparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)RowResults.BuildernewBuilderForType()static RowResults.BuildernewBuilder()static RowResults.BuildernewBuilder(RowResults prototype)RowResults.BuildertoBuilder()static RowResultsgetDefaultInstance()static Parser<RowResults>parser()Parser<RowResults>getParserForType()RowResultsgetDefaultInstanceForType()-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.Message
getParserForType -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDescriptor
final static Descriptors.Descriptor getDescriptor()
-
getJsonRows
String getJsonRows()
JSON object mapping column names to valuesstring json_rows = 1;- Returns:
The jsonRows.
-
getJsonRowsBytes
ByteString getJsonRowsBytes()
JSON object mapping column names to valuesstring json_rows = 1;- Returns:
The bytes for jsonRows.
-
getHasMore
boolean getHasMore()
Indicates if there are more rows to fetchbool has_more = 2;- Returns:
The hasMore.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static RowResults parseFrom(ByteBuffer data)
-
parseFrom
static RowResults parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static RowResults parseFrom(ByteString data)
-
parseFrom
static RowResults parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static RowResults parseFrom(Array<byte> data)
-
parseFrom
static RowResults parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static RowResults parseFrom(InputStream input)
-
parseFrom
static RowResults parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static RowResults parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static RowResults parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static RowResults parseFrom(CodedInputStream input)
-
parseFrom
static RowResults parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
RowResults.Builder newBuilderForType()
-
newBuilder
static RowResults.Builder newBuilder()
-
newBuilder
static RowResults.Builder newBuilder(RowResults prototype)
-
toBuilder
RowResults.Builder toBuilder()
-
getDefaultInstance
static RowResults getDefaultInstance()
-
parser
static Parser<RowResults> parser()
-
getParserForType
Parser<RowResults> getParserForType()
-
getDefaultInstanceForType
RowResults getDefaultInstanceForType()
-
-
-
-