public interface QueryEventsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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() |
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
|
RowResponse |
getRow()
Provided when the response message contains results of the Query
|
RowResponseOrBuilder |
getRowOrBuilder()
Provided when the response message contains results of the Query
|
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
|
boolean |
hasRow()
Provided when the response message contains results of the Query
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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;
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;
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;
boolean hasRow()
Provided when the response message contains results of the Query
.io.axoniq.axonserver.grpc.event.RowResponse row = 2;
RowResponse getRow()
Provided when the response message contains results of the Query
.io.axoniq.axonserver.grpc.event.RowResponse row = 2;
RowResponseOrBuilder getRowOrBuilder()
Provided when the response message contains results of the Query
.io.axoniq.axonserver.grpc.event.RowResponse row = 2;
boolean hasFilesCompleted()
Provided when all historic events have been included in the query results
.io.axoniq.axonserver.grpc.event.Confirmation files_completed = 3;
Confirmation getFilesCompleted()
Provided when all historic events have been included in the query results
.io.axoniq.axonserver.grpc.event.Confirmation files_completed = 3;
ConfirmationOrBuilder getFilesCompletedOrBuilder()
Provided when all historic events have been included in the query results
.io.axoniq.axonserver.grpc.event.Confirmation files_completed = 3;
QueryEventsResponse.DataCase getDataCase()
Copyright © 2010–2020. All rights reserved.