public static final class AppendSessionResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<AppendSessionResponse.Builder> implements AppendSessionResponseOrBuilder
kurrentdb.protocol.v2.streams.AppendSessionResponse| Modifier and Type | Method and Description |
|---|---|
AppendSessionResponse.Builder |
addAllOutput(java.lang.Iterable<? extends AppendResponse> values)
The results of each append request in the session.
|
AppendSessionResponse.Builder |
addOutput(AppendResponse.Builder builderForValue)
The results of each append request in the session.
|
AppendSessionResponse.Builder |
addOutput(AppendResponse value)
The results of each append request in the session.
|
AppendSessionResponse.Builder |
addOutput(int index,
AppendResponse.Builder builderForValue)
The results of each append request in the session.
|
AppendSessionResponse.Builder |
addOutput(int index,
AppendResponse value)
The results of each append request in the session.
|
AppendResponse.Builder |
addOutputBuilder()
The results of each append request in the session.
|
AppendResponse.Builder |
addOutputBuilder(int index)
The results of each append request in the session.
|
AppendSessionResponse |
build() |
AppendSessionResponse |
buildPartial() |
AppendSessionResponse.Builder |
clear() |
AppendSessionResponse.Builder |
clearOutput()
The results of each append request in the session.
|
AppendSessionResponse.Builder |
clearPosition()
The global commit position of the last appended record in the session.
|
AppendSessionResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
AppendResponse |
getOutput(int index)
The results of each append request in the session.
|
AppendResponse.Builder |
getOutputBuilder(int index)
The results of each append request in the session.
|
java.util.List<AppendResponse.Builder> |
getOutputBuilderList()
The results of each append request in the session.
|
int |
getOutputCount()
The results of each append request in the session.
|
java.util.List<AppendResponse> |
getOutputList()
The results of each append request in the session.
|
AppendResponseOrBuilder |
getOutputOrBuilder(int index)
The results of each append request in the session.
|
java.util.List<? extends AppendResponseOrBuilder> |
getOutputOrBuilderList()
The results of each append request in the session.
|
long |
getPosition()
The global commit position of the last appended record in the session.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
AppendSessionResponse.Builder |
mergeFrom(AppendSessionResponse other) |
AppendSessionResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AppendSessionResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
AppendSessionResponse.Builder |
removeOutput(int index)
The results of each append request in the session.
|
AppendSessionResponse.Builder |
setOutput(int index,
AppendResponse.Builder builderForValue)
The results of each append request in the session.
|
AppendSessionResponse.Builder |
setOutput(int index,
AppendResponse value)
The results of each append request in the session.
|
AppendSessionResponse.Builder |
setPosition(long value)
The global commit position of the last appended record in the session.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<AppendSessionResponse.Builder>public AppendSessionResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<AppendSessionResponse.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.GeneratedMessage.Builder<AppendSessionResponse.Builder>public AppendSessionResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic AppendSessionResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic AppendSessionResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic AppendSessionResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AppendSessionResponse.Builder>public AppendSessionResponse.Builder mergeFrom(AppendSessionResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<AppendSessionResponse.Builder>public AppendSessionResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AppendSessionResponse.Builder>java.io.IOExceptionpublic java.util.List<AppendResponse> getOutputList()
The results of each append request in the session.
repeated .kurrentdb.protocol.v2.streams.AppendResponse output = 1;getOutputList in interface AppendSessionResponseOrBuilderpublic int getOutputCount()
The results of each append request in the session.
repeated .kurrentdb.protocol.v2.streams.AppendResponse output = 1;getOutputCount in interface AppendSessionResponseOrBuilderpublic AppendResponse getOutput(int index)
The results of each append request in the session.
repeated .kurrentdb.protocol.v2.streams.AppendResponse output = 1;getOutput in interface AppendSessionResponseOrBuilderpublic AppendSessionResponse.Builder setOutput(int index, AppendResponse value)
The results of each append request in the session.
repeated .kurrentdb.protocol.v2.streams.AppendResponse output = 1;public AppendSessionResponse.Builder setOutput(int index, AppendResponse.Builder builderForValue)
The results of each append request in the session.
repeated .kurrentdb.protocol.v2.streams.AppendResponse output = 1;public AppendSessionResponse.Builder addOutput(AppendResponse value)
The results of each append request in the session.
repeated .kurrentdb.protocol.v2.streams.AppendResponse output = 1;public AppendSessionResponse.Builder addOutput(int index, AppendResponse value)
The results of each append request in the session.
repeated .kurrentdb.protocol.v2.streams.AppendResponse output = 1;public AppendSessionResponse.Builder addOutput(AppendResponse.Builder builderForValue)
The results of each append request in the session.
repeated .kurrentdb.protocol.v2.streams.AppendResponse output = 1;public AppendSessionResponse.Builder addOutput(int index, AppendResponse.Builder builderForValue)
The results of each append request in the session.
repeated .kurrentdb.protocol.v2.streams.AppendResponse output = 1;public AppendSessionResponse.Builder addAllOutput(java.lang.Iterable<? extends AppendResponse> values)
The results of each append request in the session.
repeated .kurrentdb.protocol.v2.streams.AppendResponse output = 1;public AppendSessionResponse.Builder clearOutput()
The results of each append request in the session.
repeated .kurrentdb.protocol.v2.streams.AppendResponse output = 1;public AppendSessionResponse.Builder removeOutput(int index)
The results of each append request in the session.
repeated .kurrentdb.protocol.v2.streams.AppendResponse output = 1;public AppendResponse.Builder getOutputBuilder(int index)
The results of each append request in the session.
repeated .kurrentdb.protocol.v2.streams.AppendResponse output = 1;public AppendResponseOrBuilder getOutputOrBuilder(int index)
The results of each append request in the session.
repeated .kurrentdb.protocol.v2.streams.AppendResponse output = 1;getOutputOrBuilder in interface AppendSessionResponseOrBuilderpublic java.util.List<? extends AppendResponseOrBuilder> getOutputOrBuilderList()
The results of each append request in the session.
repeated .kurrentdb.protocol.v2.streams.AppendResponse output = 1;getOutputOrBuilderList in interface AppendSessionResponseOrBuilderpublic AppendResponse.Builder addOutputBuilder()
The results of each append request in the session.
repeated .kurrentdb.protocol.v2.streams.AppendResponse output = 1;public AppendResponse.Builder addOutputBuilder(int index)
The results of each append request in the session.
repeated .kurrentdb.protocol.v2.streams.AppendResponse output = 1;public java.util.List<AppendResponse.Builder> getOutputBuilderList()
The results of each append request in the session.
repeated .kurrentdb.protocol.v2.streams.AppendResponse output = 1;public long getPosition()
The global commit position of the last appended record in the session.
sint64 position = 2 [jstype = JS_STRING];getPosition in interface AppendSessionResponseOrBuilderpublic AppendSessionResponse.Builder setPosition(long value)
The global commit position of the last appended record in the session.
sint64 position = 2 [jstype = JS_STRING];value - The position to set.public AppendSessionResponse.Builder clearPosition()
The global commit position of the last appended record in the session.
sint64 position = 2 [jstype = JS_STRING];