public static final class RowResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<RowResponse.Builder> implements RowResponseOrBuilder
Message providing Query Result dataProtobuf type
io.axoniq.axonserver.grpc.event.RowResponse
Modifier and Type | Method and Description |
---|---|
RowResponse.Builder |
addAllIdValues(Iterable<? extends QueryValue> values)
The values which, when combined, uniquely update this row.
|
RowResponse.Builder |
addAllSortValues(Iterable<? extends QueryValue> values)
The sorting values to use when sorting this response compared to the others.
|
RowResponse.Builder |
addIdValues(int index,
QueryValue.Builder builderForValue)
The values which, when combined, uniquely update this row.
|
RowResponse.Builder |
addIdValues(int index,
QueryValue value)
The values which, when combined, uniquely update this row.
|
RowResponse.Builder |
addIdValues(QueryValue.Builder builderForValue)
The values which, when combined, uniquely update this row.
|
RowResponse.Builder |
addIdValues(QueryValue value)
The values which, when combined, uniquely update this row.
|
QueryValue.Builder |
addIdValuesBuilder()
The values which, when combined, uniquely update this row.
|
QueryValue.Builder |
addIdValuesBuilder(int index)
The values which, when combined, uniquely update this row.
|
RowResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RowResponse.Builder |
addSortValues(int index,
QueryValue.Builder builderForValue)
The sorting values to use when sorting this response compared to the others.
|
RowResponse.Builder |
addSortValues(int index,
QueryValue value)
The sorting values to use when sorting this response compared to the others.
|
RowResponse.Builder |
addSortValues(QueryValue.Builder builderForValue)
The sorting values to use when sorting this response compared to the others.
|
RowResponse.Builder |
addSortValues(QueryValue value)
The sorting values to use when sorting this response compared to the others.
|
QueryValue.Builder |
addSortValuesBuilder()
The sorting values to use when sorting this response compared to the others.
|
QueryValue.Builder |
addSortValuesBuilder(int index)
The sorting values to use when sorting this response compared to the others.
|
RowResponse |
build() |
RowResponse |
buildPartial() |
RowResponse.Builder |
clear() |
RowResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
RowResponse.Builder |
clearIdValues()
The values which, when combined, uniquely update this row.
|
RowResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
RowResponse.Builder |
clearSortValues()
The sorting values to use when sorting this response compared to the others.
|
RowResponse.Builder |
clearValues() |
RowResponse.Builder |
clone() |
boolean |
containsValues(String key)
The actual data values for each of the columns, as a column name -> value mapping
|
RowResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
QueryValue |
getIdValues(int index)
The values which, when combined, uniquely update this row.
|
QueryValue.Builder |
getIdValuesBuilder(int index)
The values which, when combined, uniquely update this row.
|
List<QueryValue.Builder> |
getIdValuesBuilderList()
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.
|
Map<String,QueryValue> |
getMutableValues()
Deprecated.
|
QueryValue |
getSortValues(int index)
The sorting values to use when sorting this response compared to the others.
|
QueryValue.Builder |
getSortValuesBuilder(int index)
The sorting values to use when sorting this response compared to the others.
|
List<QueryValue.Builder> |
getSortValuesBuilderList()
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
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
RowResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RowResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
RowResponse.Builder |
mergeFrom(RowResponse other) |
RowResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
RowResponse.Builder |
putAllValues(Map<String,QueryValue> values)
The actual data values for each of the columns, as a column name -> value mapping
|
RowResponse.Builder |
putValues(String key,
QueryValue value)
The actual data values for each of the columns, as a column name -> value mapping
|
RowResponse.Builder |
removeIdValues(int index)
The values which, when combined, uniquely update this row.
|
RowResponse.Builder |
removeSortValues(int index)
The sorting values to use when sorting this response compared to the others.
|
RowResponse.Builder |
removeValues(String key)
The actual data values for each of the columns, as a column name -> value mapping
|
RowResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RowResponse.Builder |
setIdValues(int index,
QueryValue.Builder builderForValue)
The values which, when combined, uniquely update this row.
|
RowResponse.Builder |
setIdValues(int index,
QueryValue value)
The values which, when combined, uniquely update this row.
|
RowResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
RowResponse.Builder |
setSortValues(int index,
QueryValue.Builder builderForValue)
The sorting values to use when sorting this response compared to the others.
|
RowResponse.Builder |
setSortValues(int index,
QueryValue value)
The sorting values to use when sorting this response compared to the others.
|
RowResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField
in class com.google.protobuf.GeneratedMessageV3.Builder<RowResponse.Builder>
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField
in class com.google.protobuf.GeneratedMessageV3.Builder<RowResponse.Builder>
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<RowResponse.Builder>
public RowResponse.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<RowResponse.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<RowResponse.Builder>
public RowResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public RowResponse build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public RowResponse buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public RowResponse.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<RowResponse.Builder>
public RowResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<RowResponse.Builder>
public RowResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<RowResponse.Builder>
public RowResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<RowResponse.Builder>
public RowResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<RowResponse.Builder>
public RowResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<RowResponse.Builder>
public RowResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<RowResponse.Builder>
public RowResponse.Builder mergeFrom(RowResponse other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<RowResponse.Builder>
public RowResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<RowResponse.Builder>
IOException
public 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;
getIdValuesList
in interface RowResponseOrBuilder
public 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;
getIdValuesCount
in interface RowResponseOrBuilder
public 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;
getIdValues
in interface RowResponseOrBuilder
public RowResponse.Builder setIdValues(int index, QueryValue value)
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;
public RowResponse.Builder setIdValues(int index, QueryValue.Builder builderForValue)
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;
public RowResponse.Builder addIdValues(QueryValue value)
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;
public RowResponse.Builder addIdValues(int index, QueryValue value)
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;
public RowResponse.Builder addIdValues(QueryValue.Builder builderForValue)
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;
public RowResponse.Builder addIdValues(int index, QueryValue.Builder builderForValue)
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;
public RowResponse.Builder addAllIdValues(Iterable<? extends QueryValue> values)
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;
public RowResponse.Builder clearIdValues()
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;
public RowResponse.Builder removeIdValues(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;
public QueryValue.Builder getIdValuesBuilder(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;
public 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;
getIdValuesOrBuilder
in interface RowResponseOrBuilder
public 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;
getIdValuesOrBuilderList
in interface RowResponseOrBuilder
public QueryValue.Builder addIdValuesBuilder()
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;
public QueryValue.Builder addIdValuesBuilder(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;
public List<QueryValue.Builder> getIdValuesBuilderList()
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;
public 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;
getSortValuesList
in interface RowResponseOrBuilder
public 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;
getSortValuesCount
in interface RowResponseOrBuilder
public 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;
getSortValues
in interface RowResponseOrBuilder
public RowResponse.Builder setSortValues(int index, QueryValue value)
The sorting values to use when sorting this response compared to the others.
repeated .io.axoniq.axonserver.grpc.event.QueryValue sort_values = 2;
public RowResponse.Builder setSortValues(int index, QueryValue.Builder builderForValue)
The sorting values to use when sorting this response compared to the others.
repeated .io.axoniq.axonserver.grpc.event.QueryValue sort_values = 2;
public RowResponse.Builder addSortValues(QueryValue value)
The sorting values to use when sorting this response compared to the others.
repeated .io.axoniq.axonserver.grpc.event.QueryValue sort_values = 2;
public RowResponse.Builder addSortValues(int index, QueryValue value)
The sorting values to use when sorting this response compared to the others.
repeated .io.axoniq.axonserver.grpc.event.QueryValue sort_values = 2;
public RowResponse.Builder addSortValues(QueryValue.Builder builderForValue)
The sorting values to use when sorting this response compared to the others.
repeated .io.axoniq.axonserver.grpc.event.QueryValue sort_values = 2;
public RowResponse.Builder addSortValues(int index, QueryValue.Builder builderForValue)
The sorting values to use when sorting this response compared to the others.
repeated .io.axoniq.axonserver.grpc.event.QueryValue sort_values = 2;
public RowResponse.Builder addAllSortValues(Iterable<? extends QueryValue> values)
The sorting values to use when sorting this response compared to the others.
repeated .io.axoniq.axonserver.grpc.event.QueryValue sort_values = 2;
public RowResponse.Builder clearSortValues()
The sorting values to use when sorting this response compared to the others.
repeated .io.axoniq.axonserver.grpc.event.QueryValue sort_values = 2;
public RowResponse.Builder removeSortValues(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;
public QueryValue.Builder getSortValuesBuilder(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;
public 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;
getSortValuesOrBuilder
in interface RowResponseOrBuilder
public 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;
getSortValuesOrBuilderList
in interface RowResponseOrBuilder
public QueryValue.Builder addSortValuesBuilder()
The sorting values to use when sorting this response compared to the others.
repeated .io.axoniq.axonserver.grpc.event.QueryValue sort_values = 2;
public QueryValue.Builder addSortValuesBuilder(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;
public List<QueryValue.Builder> getSortValuesBuilderList()
The sorting values to use when sorting this response compared to the others.
repeated .io.axoniq.axonserver.grpc.event.QueryValue sort_values = 2;
public int getValuesCount()
RowResponseOrBuilder
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;
getValuesCount
in interface RowResponseOrBuilder
public 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;
containsValues
in interface RowResponseOrBuilder
@Deprecated public Map<String,QueryValue> getValues()
getValuesMap()
instead.getValues
in interface RowResponseOrBuilder
public 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;
getValuesMap
in interface RowResponseOrBuilder
public 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;
getValuesOrDefault
in interface RowResponseOrBuilder
public 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;
getValuesOrThrow
in interface RowResponseOrBuilder
public RowResponse.Builder clearValues()
public RowResponse.Builder removeValues(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 public Map<String,QueryValue> getMutableValues()
public RowResponse.Builder putValues(String key, QueryValue value)
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;
public RowResponse.Builder putAllValues(Map<String,QueryValue> values)
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;
public final RowResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<RowResponse.Builder>
public final RowResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<RowResponse.Builder>
Copyright © 2010–2020. All rights reserved.