public final class QueryEventsResponse extends com.google.protobuf.GeneratedMessageV3 implements QueryEventsResponseOrBuilder
io.axoniq.axonserver.grpc.event.QueryEventsResponse
Modifier and Type | Class and Description |
---|---|
static class |
QueryEventsResponse.Builder
Protobuf type
io.axoniq.axonserver.grpc.event.QueryEventsResponse |
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()
.io.axoniq.axonserver.grpc.event.ColumnsResponse columns = 1; |
ColumnsResponseOrBuilder |
getColumnsOrBuilder()
.io.axoniq.axonserver.grpc.event.ColumnsResponse columns = 1; |
QueryEventsResponse.DataCase |
getDataCase() |
static QueryEventsResponse |
getDefaultInstance() |
QueryEventsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Confirmation |
getFilesCompleted()
.io.axoniq.axonserver.grpc.event.Confirmation files_completed = 3; |
ConfirmationOrBuilder |
getFilesCompletedOrBuilder()
.io.axoniq.axonserver.grpc.event.Confirmation files_completed = 3; |
com.google.protobuf.Parser<QueryEventsResponse> |
getParserForType() |
RowResponse |
getRow()
.io.axoniq.axonserver.grpc.event.RowResponse row = 2; |
RowResponseOrBuilder |
getRowOrBuilder()
.io.axoniq.axonserver.grpc.event.RowResponse row = 2; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasColumns()
.io.axoniq.axonserver.grpc.event.ColumnsResponse columns = 1; |
boolean |
hasFilesCompleted()
.io.axoniq.axonserver.grpc.event.Confirmation files_completed = 3; |
int |
hashCode() |
boolean |
hasRow()
.io.axoniq.axonserver.grpc.event.RowResponse row = 2; |
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, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, 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()
.io.axoniq.axonserver.grpc.event.ColumnsResponse columns = 1;
hasColumns
in interface QueryEventsResponseOrBuilder
public ColumnsResponse getColumns()
.io.axoniq.axonserver.grpc.event.ColumnsResponse columns = 1;
getColumns
in interface QueryEventsResponseOrBuilder
public ColumnsResponseOrBuilder getColumnsOrBuilder()
.io.axoniq.axonserver.grpc.event.ColumnsResponse columns = 1;
getColumnsOrBuilder
in interface QueryEventsResponseOrBuilder
public boolean hasRow()
.io.axoniq.axonserver.grpc.event.RowResponse row = 2;
hasRow
in interface QueryEventsResponseOrBuilder
public RowResponse getRow()
.io.axoniq.axonserver.grpc.event.RowResponse row = 2;
getRow
in interface QueryEventsResponseOrBuilder
public RowResponseOrBuilder getRowOrBuilder()
.io.axoniq.axonserver.grpc.event.RowResponse row = 2;
getRowOrBuilder
in interface QueryEventsResponseOrBuilder
public boolean hasFilesCompleted()
.io.axoniq.axonserver.grpc.event.Confirmation files_completed = 3;
hasFilesCompleted
in interface QueryEventsResponseOrBuilder
public Confirmation getFilesCompleted()
.io.axoniq.axonserver.grpc.event.Confirmation files_completed = 3;
getFilesCompleted
in interface QueryEventsResponseOrBuilder
public ConfirmationOrBuilder getFilesCompletedOrBuilder()
.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–2019. All rights reserved.