public interface RowResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsValues(String key)
The actual data values for each of the columns, as a column name -> value mapping
|
QueryValue |
getIdValues(int index)
The values which, when combined, uniquely update this row.
|
int |
getIdValuesCount()
The values which, when combined, uniquely update this row.
|
List<QueryValue> |
getIdValuesList()
The values which, when combined, uniquely update this row.
|
QueryValueOrBuilder |
getIdValuesOrBuilder(int index)
The values which, when combined, uniquely update this row.
|
List<? extends QueryValueOrBuilder> |
getIdValuesOrBuilderList()
The values which, when combined, uniquely update this row.
|
QueryValue |
getSortValues(int index)
The sorting values to use when sorting this response compared to the others.
|
int |
getSortValuesCount()
The sorting values to use when sorting this response compared to the others.
|
List<QueryValue> |
getSortValuesList()
The sorting values to use when sorting this response compared to the others.
|
QueryValueOrBuilder |
getSortValuesOrBuilder(int index)
The sorting values to use when sorting this response compared to the others.
|
List<? extends QueryValueOrBuilder> |
getSortValuesOrBuilderList()
The sorting values to use when sorting this response compared to the others.
|
Map<String,QueryValue> |
getValues()
Deprecated.
|
int |
getValuesCount()
The actual data values for each of the columns, as a column name -> value mapping
|
Map<String,QueryValue> |
getValuesMap()
The actual data values for each of the columns, as a column name -> value mapping
|
QueryValue |
getValuesOrDefault(String key,
QueryValue defaultValue)
The actual data values for each of the columns, as a column name -> value mapping
|
QueryValue |
getValuesOrThrow(String key)
The actual data values for each of the columns, as a column name -> value mapping
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<QueryValue> getIdValuesList()
The values which, when combined, uniquely update this row. Any previously received values with the same identifiers should be replaced with this value
repeated .io.axoniq.axonserver.grpc.event.QueryValue id_values = 1;
QueryValue getIdValues(int index)
The values which, when combined, uniquely update this row. Any previously received values with the same identifiers should be replaced with this value
repeated .io.axoniq.axonserver.grpc.event.QueryValue id_values = 1;
int getIdValuesCount()
The values which, when combined, uniquely update this row. Any previously received values with the same identifiers should be replaced with this value
repeated .io.axoniq.axonserver.grpc.event.QueryValue id_values = 1;
List<? extends QueryValueOrBuilder> getIdValuesOrBuilderList()
The values which, when combined, uniquely update this row. Any previously received values with the same identifiers should be replaced with this value
repeated .io.axoniq.axonserver.grpc.event.QueryValue id_values = 1;
QueryValueOrBuilder getIdValuesOrBuilder(int index)
The values which, when combined, uniquely update this row. Any previously received values with the same identifiers should be replaced with this value
repeated .io.axoniq.axonserver.grpc.event.QueryValue id_values = 1;
List<QueryValue> getSortValuesList()
The sorting values to use when sorting this response compared to the others.
repeated .io.axoniq.axonserver.grpc.event.QueryValue sort_values = 2;
QueryValue getSortValues(int index)
The sorting values to use when sorting this response compared to the others.
repeated .io.axoniq.axonserver.grpc.event.QueryValue sort_values = 2;
int getSortValuesCount()
The sorting values to use when sorting this response compared to the others.
repeated .io.axoniq.axonserver.grpc.event.QueryValue sort_values = 2;
List<? extends QueryValueOrBuilder> getSortValuesOrBuilderList()
The sorting values to use when sorting this response compared to the others.
repeated .io.axoniq.axonserver.grpc.event.QueryValue sort_values = 2;
QueryValueOrBuilder getSortValuesOrBuilder(int index)
The sorting values to use when sorting this response compared to the others.
repeated .io.axoniq.axonserver.grpc.event.QueryValue sort_values = 2;
int getValuesCount()
The actual data values for each of the columns, as a column name -> value mapping
map<string, .io.axoniq.axonserver.grpc.event.QueryValue> values = 3;
boolean containsValues(String key)
The actual data values for each of the columns, as a column name -> value mapping
map<string, .io.axoniq.axonserver.grpc.event.QueryValue> values = 3;
@Deprecated Map<String,QueryValue> getValues()
getValuesMap()
instead.Map<String,QueryValue> getValuesMap()
The actual data values for each of the columns, as a column name -> value mapping
map<string, .io.axoniq.axonserver.grpc.event.QueryValue> values = 3;
QueryValue getValuesOrDefault(String key, QueryValue defaultValue)
The actual data values for each of the columns, as a column name -> value mapping
map<string, .io.axoniq.axonserver.grpc.event.QueryValue> values = 3;
QueryValue getValuesOrThrow(String key)
The actual data values for each of the columns, as a column name -> value mapping
map<string, .io.axoniq.axonserver.grpc.event.QueryValue> values = 3;
Copyright © 2010–2020. All rights reserved.