public final class QueryEventsResponse extends com.google.protobuf.GeneratedMessageV3 implements QueryEventsResponseOrBuilder
A message describing a response to a Query requestProtobuf type
io.axoniq.axonserver.grpc.event.QueryEventsResponse
Modifier and Type | Class and Description |
---|---|
static class |
QueryEventsResponse.Builder
A message describing a response to a Query request
|
static class |
QueryEventsResponse.DataCase |
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 |
COLUMNS_FIELD_NUMBER |
static int |
FILES_COMPLETED_FIELD_NUMBER |
static int |
ROW_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ColumnsResponse |
getColumns()
Provided when the response contains the names of the columns the response contains.
|
ColumnsResponseOrBuilder |
getColumnsOrBuilder()
Provided when the response contains the names of the columns the response contains.
|
QueryEventsResponse.DataCase |
getDataCase() |
static QueryEventsResponse |
getDefaultInstance() |
QueryEventsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Confirmation |
getFilesCompleted()
Provided when all historic events have been included in the query results
|
ConfirmationOrBuilder |
getFilesCompletedOrBuilder()
Provided when all historic events have been included in the query results
|
com.google.protobuf.Parser<QueryEventsResponse> |
getParserForType() |
RowResponse |
getRow()
Provided when the response message contains results of the Query
|
RowResponseOrBuilder |
getRowOrBuilder()
Provided when the response message contains results of the Query
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasColumns()
Provided when the response contains the names of the columns the response contains.
|
boolean |
hasFilesCompleted()
Provided when all historic events have been included in the query results
|
int |
hashCode() |
boolean |
hasRow()
Provided when the response message contains results of the Query
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static QueryEventsResponse.Builder |
newBuilder() |
static QueryEventsResponse.Builder |
newBuilder(QueryEventsResponse prototype) |
QueryEventsResponse.Builder |
newBuilderForType() |
protected QueryEventsResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static QueryEventsResponse |
parseDelimitedFrom(InputStream input) |
static QueryEventsResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QueryEventsResponse |
parseFrom(byte[] data) |
static QueryEventsResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QueryEventsResponse |
parseFrom(ByteBuffer data) |
static QueryEventsResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QueryEventsResponse |
parseFrom(com.google.protobuf.ByteString data) |
static QueryEventsResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QueryEventsResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static QueryEventsResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QueryEventsResponse |
parseFrom(InputStream input) |
static QueryEventsResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<QueryEventsResponse> |
parser() |
QueryEventsResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, 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
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int COLUMNS_FIELD_NUMBER
public static final int ROW_FIELD_NUMBER
public static final int FILES_COMPLETED_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public QueryEventsResponse.DataCase getDataCase()
getDataCase
in interface QueryEventsResponseOrBuilder
public boolean hasColumns()
Provided when the response contains the names of the columns the response contains. This message typically arrives first.
.io.axoniq.axonserver.grpc.event.ColumnsResponse columns = 1;
hasColumns
in interface QueryEventsResponseOrBuilder
public ColumnsResponse getColumns()
Provided when the response contains the names of the columns the response contains. This message typically arrives first.
.io.axoniq.axonserver.grpc.event.ColumnsResponse columns = 1;
getColumns
in interface QueryEventsResponseOrBuilder
public ColumnsResponseOrBuilder getColumnsOrBuilder()
Provided when the response contains the names of the columns the response contains. This message typically arrives first.
.io.axoniq.axonserver.grpc.event.ColumnsResponse columns = 1;
getColumnsOrBuilder
in interface QueryEventsResponseOrBuilder
public boolean hasRow()
Provided when the response message contains results of the Query
.io.axoniq.axonserver.grpc.event.RowResponse row = 2;
hasRow
in interface QueryEventsResponseOrBuilder
public RowResponse getRow()
Provided when the response message contains results of the Query
.io.axoniq.axonserver.grpc.event.RowResponse row = 2;
getRow
in interface QueryEventsResponseOrBuilder
public RowResponseOrBuilder getRowOrBuilder()
Provided when the response message contains results of the Query
.io.axoniq.axonserver.grpc.event.RowResponse row = 2;
getRowOrBuilder
in interface QueryEventsResponseOrBuilder
public boolean hasFilesCompleted()
Provided when all historic events have been included in the query results
.io.axoniq.axonserver.grpc.event.Confirmation files_completed = 3;
hasFilesCompleted
in interface QueryEventsResponseOrBuilder
public Confirmation getFilesCompleted()
Provided when all historic events have been included in the query results
.io.axoniq.axonserver.grpc.event.Confirmation files_completed = 3;
getFilesCompleted
in interface QueryEventsResponseOrBuilder
public ConfirmationOrBuilder getFilesCompletedOrBuilder()
Provided when all historic events have been included in the query results
.io.axoniq.axonserver.grpc.event.Confirmation files_completed = 3;
getFilesCompletedOrBuilder
in interface QueryEventsResponseOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static QueryEventsResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static QueryEventsResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static QueryEventsResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static QueryEventsResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static QueryEventsResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static QueryEventsResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static QueryEventsResponse parseFrom(InputStream input) throws IOException
IOException
public static QueryEventsResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static QueryEventsResponse parseDelimitedFrom(InputStream input) throws IOException
IOException
public static QueryEventsResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static QueryEventsResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static QueryEventsResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public QueryEventsResponse.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static QueryEventsResponse.Builder newBuilder()
public static QueryEventsResponse.Builder newBuilder(QueryEventsResponse prototype)
public QueryEventsResponse.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected QueryEventsResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static QueryEventsResponse getDefaultInstance()
public static com.google.protobuf.Parser<QueryEventsResponse> parser()
public com.google.protobuf.Parser<QueryEventsResponse> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public QueryEventsResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2010–2020. All rights reserved.