Package | Description |
---|---|
io.axoniq.axonserver.grpc.event |
Modifier and Type | Method and Description |
---|---|
ColumnsResponse |
ColumnsResponse.Builder.build() |
ColumnsResponse |
ColumnsResponse.Builder.buildPartial() |
ColumnsResponse |
QueryEventsResponseOrBuilder.getColumns()
Provided when the response contains the names of the columns the response contains.
|
ColumnsResponse |
QueryEventsResponse.getColumns()
Provided when the response contains the names of the columns the response contains.
|
ColumnsResponse |
QueryEventsResponse.Builder.getColumns()
Provided when the response contains the names of the columns the response contains.
|
static ColumnsResponse |
ColumnsResponse.getDefaultInstance() |
ColumnsResponse |
ColumnsResponse.getDefaultInstanceForType() |
ColumnsResponse |
ColumnsResponse.Builder.getDefaultInstanceForType() |
static ColumnsResponse |
ColumnsResponse.parseDelimitedFrom(InputStream input) |
static ColumnsResponse |
ColumnsResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnsResponse |
ColumnsResponse.parseFrom(byte[] data) |
static ColumnsResponse |
ColumnsResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnsResponse |
ColumnsResponse.parseFrom(ByteBuffer data) |
static ColumnsResponse |
ColumnsResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnsResponse |
ColumnsResponse.parseFrom(com.google.protobuf.ByteString data) |
static ColumnsResponse |
ColumnsResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnsResponse |
ColumnsResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static ColumnsResponse |
ColumnsResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ColumnsResponse |
ColumnsResponse.parseFrom(InputStream input) |
static ColumnsResponse |
ColumnsResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ColumnsResponse> |
ColumnsResponse.getParserForType() |
static com.google.protobuf.Parser<ColumnsResponse> |
ColumnsResponse.parser() |
Modifier and Type | Method and Description |
---|---|
QueryEventsResponse.Builder |
QueryEventsResponse.Builder.mergeColumns(ColumnsResponse value)
Provided when the response contains the names of the columns the response contains.
|
ColumnsResponse.Builder |
ColumnsResponse.Builder.mergeFrom(ColumnsResponse other) |
static ColumnsResponse.Builder |
ColumnsResponse.newBuilder(ColumnsResponse prototype) |
QueryEventsResponse.Builder |
QueryEventsResponse.Builder.setColumns(ColumnsResponse value)
Provided when the response contains the names of the columns the response contains.
|
Copyright © 2010–2020. All rights reserved.