Package io.hstream.internal
Class TrimShardRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<TrimShardRequest.Builder>
-
- io.hstream.internal.TrimShardRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,TrimShardRequestOrBuilder
,Cloneable
- Enclosing class:
- TrimShardRequest
public static final class TrimShardRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TrimShardRequest.Builder> implements TrimShardRequestOrBuilder
Protobuf typehstream.server.TrimShardRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TrimShardRequest
build()
TrimShardRequest
buildPartial()
TrimShardRequest.Builder
clear()
TrimShardRequest.Builder
clearShardId()
uint64 shardId = 2;
TrimShardRequest.Builder
clearStreamName()
string streamName = 1;
TrimShardRequest.Builder
clearTrimPoint()
trim up to and including this offsetTrimShardRequest
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
long
getShardId()
uint64 shardId = 2;
String
getStreamName()
string streamName = 1;
com.google.protobuf.ByteString
getStreamNameBytes()
string streamName = 1;
ShardOffset
getTrimPoint()
trim up to and including this offsetShardOffset.Builder
getTrimPointBuilder()
trim up to and including this offsetShardOffsetOrBuilder
getTrimPointOrBuilder()
trim up to and including this offsetboolean
hasTrimPoint()
trim up to and including this offsetprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
TrimShardRequest.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TrimShardRequest.Builder
mergeFrom(com.google.protobuf.Message other)
TrimShardRequest.Builder
mergeFrom(TrimShardRequest other)
TrimShardRequest.Builder
mergeTrimPoint(ShardOffset value)
trim up to and including this offsetTrimShardRequest.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
TrimShardRequest.Builder
setShardId(long value)
uint64 shardId = 2;
TrimShardRequest.Builder
setStreamName(String value)
string streamName = 1;
TrimShardRequest.Builder
setStreamNameBytes(com.google.protobuf.ByteString value)
string streamName = 1;
TrimShardRequest.Builder
setTrimPoint(ShardOffset value)
trim up to and including this offsetTrimShardRequest.Builder
setTrimPoint(ShardOffset.Builder builderForValue)
trim up to and including this offsetTrimShardRequest.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<TrimShardRequest.Builder>
-
clear
public TrimShardRequest.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<TrimShardRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<TrimShardRequest.Builder>
-
getDefaultInstanceForType
public TrimShardRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public TrimShardRequest build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public TrimShardRequest buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
public TrimShardRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<TrimShardRequest.Builder>
-
mergeFrom
public TrimShardRequest.Builder mergeFrom(TrimShardRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<TrimShardRequest.Builder>
-
mergeFrom
public TrimShardRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<TrimShardRequest.Builder>
- Throws:
IOException
-
getStreamName
public String getStreamName()
string streamName = 1;
- Specified by:
getStreamName
in interfaceTrimShardRequestOrBuilder
- Returns:
- The streamName.
-
getStreamNameBytes
public com.google.protobuf.ByteString getStreamNameBytes()
string streamName = 1;
- Specified by:
getStreamNameBytes
in interfaceTrimShardRequestOrBuilder
- Returns:
- The bytes for streamName.
-
setStreamName
public TrimShardRequest.Builder setStreamName(String value)
string streamName = 1;
- Parameters:
value
- The streamName to set.- Returns:
- This builder for chaining.
-
clearStreamName
public TrimShardRequest.Builder clearStreamName()
string streamName = 1;
- Returns:
- This builder for chaining.
-
setStreamNameBytes
public TrimShardRequest.Builder setStreamNameBytes(com.google.protobuf.ByteString value)
string streamName = 1;
- Parameters:
value
- The bytes for streamName to set.- Returns:
- This builder for chaining.
-
getShardId
public long getShardId()
uint64 shardId = 2;
- Specified by:
getShardId
in interfaceTrimShardRequestOrBuilder
- Returns:
- The shardId.
-
setShardId
public TrimShardRequest.Builder setShardId(long value)
uint64 shardId = 2;
- Parameters:
value
- The shardId to set.- Returns:
- This builder for chaining.
-
clearShardId
public TrimShardRequest.Builder clearShardId()
uint64 shardId = 2;
- Returns:
- This builder for chaining.
-
hasTrimPoint
public boolean hasTrimPoint()
trim up to and including this offset
.hstream.server.ShardOffset trimPoint = 3;
- Specified by:
hasTrimPoint
in interfaceTrimShardRequestOrBuilder
- Returns:
- Whether the trimPoint field is set.
-
getTrimPoint
public ShardOffset getTrimPoint()
trim up to and including this offset
.hstream.server.ShardOffset trimPoint = 3;
- Specified by:
getTrimPoint
in interfaceTrimShardRequestOrBuilder
- Returns:
- The trimPoint.
-
setTrimPoint
public TrimShardRequest.Builder setTrimPoint(ShardOffset value)
trim up to and including this offset
.hstream.server.ShardOffset trimPoint = 3;
-
setTrimPoint
public TrimShardRequest.Builder setTrimPoint(ShardOffset.Builder builderForValue)
trim up to and including this offset
.hstream.server.ShardOffset trimPoint = 3;
-
mergeTrimPoint
public TrimShardRequest.Builder mergeTrimPoint(ShardOffset value)
trim up to and including this offset
.hstream.server.ShardOffset trimPoint = 3;
-
clearTrimPoint
public TrimShardRequest.Builder clearTrimPoint()
trim up to and including this offset
.hstream.server.ShardOffset trimPoint = 3;
-
getTrimPointBuilder
public ShardOffset.Builder getTrimPointBuilder()
trim up to and including this offset
.hstream.server.ShardOffset trimPoint = 3;
-
getTrimPointOrBuilder
public ShardOffsetOrBuilder getTrimPointOrBuilder()
trim up to and including this offset
.hstream.server.ShardOffset trimPoint = 3;
- Specified by:
getTrimPointOrBuilder
in interfaceTrimShardRequestOrBuilder
-
setUnknownFields
public final TrimShardRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<TrimShardRequest.Builder>
-
mergeUnknownFields
public final TrimShardRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<TrimShardRequest.Builder>
-
-