public static final class StreamNotFoundErrorDetails.Builder extends com.google.protobuf.GeneratedMessage.Builder<StreamNotFoundErrorDetails.Builder> implements StreamNotFoundErrorDetailsOrBuilder
Details for STREAM_NOT_FOUND errors.Protobuf type
kurrentdb.protocol.v2.streams.errors.StreamNotFoundErrorDetails| Modifier and Type | Method and Description |
|---|---|
StreamNotFoundErrorDetails |
build() |
StreamNotFoundErrorDetails |
buildPartial() |
StreamNotFoundErrorDetails.Builder |
clear() |
StreamNotFoundErrorDetails.Builder |
clearStream()
The name of the stream that was not found.
|
StreamNotFoundErrorDetails |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getStream()
The name of the stream that was not found.
|
com.google.protobuf.ByteString |
getStreamBytes()
The name of the stream that was not found.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
StreamNotFoundErrorDetails.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
StreamNotFoundErrorDetails.Builder |
mergeFrom(com.google.protobuf.Message other) |
StreamNotFoundErrorDetails.Builder |
mergeFrom(StreamNotFoundErrorDetails other) |
StreamNotFoundErrorDetails.Builder |
setStream(java.lang.String value)
The name of the stream that was not found.
|
StreamNotFoundErrorDetails.Builder |
setStreamBytes(com.google.protobuf.ByteString value)
The name of the stream that was not found.
|
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<StreamNotFoundErrorDetails.Builder>public StreamNotFoundErrorDetails.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<StreamNotFoundErrorDetails.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<StreamNotFoundErrorDetails.Builder>public StreamNotFoundErrorDetails getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic StreamNotFoundErrorDetails build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic StreamNotFoundErrorDetails buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic StreamNotFoundErrorDetails.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<StreamNotFoundErrorDetails.Builder>public StreamNotFoundErrorDetails.Builder mergeFrom(StreamNotFoundErrorDetails other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<StreamNotFoundErrorDetails.Builder>public StreamNotFoundErrorDetails.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<StreamNotFoundErrorDetails.Builder>java.io.IOExceptionpublic java.lang.String getStream()
The name of the stream that was not found.
string stream = 1;getStream in interface StreamNotFoundErrorDetailsOrBuilderpublic com.google.protobuf.ByteString getStreamBytes()
The name of the stream that was not found.
string stream = 1;getStreamBytes in interface StreamNotFoundErrorDetailsOrBuilderpublic StreamNotFoundErrorDetails.Builder setStream(java.lang.String value)
The name of the stream that was not found.
string stream = 1;value - The stream to set.public StreamNotFoundErrorDetails.Builder clearStream()
The name of the stream that was not found.
string stream = 1;public StreamNotFoundErrorDetails.Builder setStreamBytes(com.google.protobuf.ByteString value)
The name of the stream that was not found.
string stream = 1;value - The bytes for stream to set.