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, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic 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.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<RowResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<RowResponse.Builder>public RowResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic RowResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic RowResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic RowResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone 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.BuildersetField 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.BuilderclearField 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.BuilderclearOneof 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.BuildersetRepeatedField 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.BuilderaddRepeatedField 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.BuildermergeFrom 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.MessageLiteOrBuilderisInitialized 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.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RowResponse.Builder>IOExceptionpublic 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 RowResponseOrBuilderpublic 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 RowResponseOrBuilderpublic 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 RowResponseOrBuilderpublic 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 RowResponseOrBuilderpublic 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 RowResponseOrBuilderpublic 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 RowResponseOrBuilderpublic 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 RowResponseOrBuilderpublic 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 RowResponseOrBuilderpublic 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 RowResponseOrBuilderpublic 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 RowResponseOrBuilderpublic 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()
RowResponseOrBuilderThe 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 RowResponseOrBuilderpublic 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 RowResponseOrBuilderpublic 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 RowResponseOrBuilderpublic 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 RowResponseOrBuilderpublic 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 RowResponseOrBuilderpublic 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.BuildersetUnknownFields 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.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RowResponse.Builder>Copyright © 2010–2020. All rights reserved.