Package org.yamcs.protobuf
Class DeletePartitionsRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<DeletePartitionsRequest.Builder>
-
- org.yamcs.protobuf.DeletePartitionsRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable,DeletePartitionsRequestOrBuilder
- Enclosing class:
- DeletePartitionsRequest
public static final class DeletePartitionsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DeletePartitionsRequest.Builder> implements DeletePartitionsRequestOrBuilder
Protobuf typeyamcs.protobuf.archive.DeletePartitionsRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DeletePartitionsRequest.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)DeletePartitionsRequestbuild()DeletePartitionsRequestbuildPartial()DeletePartitionsRequest.Builderclear()DeletePartitionsRequest.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)DeletePartitionsRequest.BuilderclearInstance()Yamcs instance name.DeletePartitionsRequest.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)DeletePartitionsRequest.BuilderclearStart()Start with the partition that contains this timestamp.DeletePartitionsRequest.BuilderclearStop()Stop with the partition that contains this timestamp.DeletePartitionsRequest.Builderclone()DeletePartitionsRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetInstance()Yamcs instance name.com.google.protobuf.ByteStringgetInstanceBytes()Yamcs instance name.com.google.protobuf.TimestampgetStart()Start with the partition that contains this timestamp.com.google.protobuf.Timestamp.BuildergetStartBuilder()Start with the partition that contains this timestamp.com.google.protobuf.TimestampOrBuildergetStartOrBuilder()Start with the partition that contains this timestamp.com.google.protobuf.TimestampgetStop()Stop with the partition that contains this timestamp.com.google.protobuf.Timestamp.BuildergetStopBuilder()Stop with the partition that contains this timestamp.com.google.protobuf.TimestampOrBuildergetStopOrBuilder()Stop with the partition that contains this timestamp.booleanhasInstance()Yamcs instance name.booleanhasStart()Start with the partition that contains this timestamp.booleanhasStop()Stop with the partition that contains this timestamp.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()DeletePartitionsRequest.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)DeletePartitionsRequest.BuildermergeFrom(com.google.protobuf.Message other)DeletePartitionsRequest.BuildermergeFrom(DeletePartitionsRequest other)DeletePartitionsRequest.BuildermergeStart(com.google.protobuf.Timestamp value)Start with the partition that contains this timestamp.DeletePartitionsRequest.BuildermergeStop(com.google.protobuf.Timestamp value)Stop with the partition that contains this timestamp.DeletePartitionsRequest.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)DeletePartitionsRequest.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)DeletePartitionsRequest.BuildersetInstance(String value)Yamcs instance name.DeletePartitionsRequest.BuildersetInstanceBytes(com.google.protobuf.ByteString value)Yamcs instance name.DeletePartitionsRequest.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)DeletePartitionsRequest.BuildersetStart(com.google.protobuf.Timestamp value)Start with the partition that contains this timestamp.DeletePartitionsRequest.BuildersetStart(com.google.protobuf.Timestamp.Builder builderForValue)Start with the partition that contains this timestamp.DeletePartitionsRequest.BuildersetStop(com.google.protobuf.Timestamp value)Stop with the partition that contains this timestamp.DeletePartitionsRequest.BuildersetStop(com.google.protobuf.Timestamp.Builder builderForValue)Stop with the partition that contains this timestamp.DeletePartitionsRequest.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<DeletePartitionsRequest.Builder>
-
clear
public DeletePartitionsRequest.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<DeletePartitionsRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<DeletePartitionsRequest.Builder>
-
getDefaultInstanceForType
public DeletePartitionsRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public DeletePartitionsRequest build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public DeletePartitionsRequest buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public DeletePartitionsRequest.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<DeletePartitionsRequest.Builder>
-
setField
public DeletePartitionsRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<DeletePartitionsRequest.Builder>
-
clearField
public DeletePartitionsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<DeletePartitionsRequest.Builder>
-
clearOneof
public DeletePartitionsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<DeletePartitionsRequest.Builder>
-
setRepeatedField
public DeletePartitionsRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<DeletePartitionsRequest.Builder>
-
addRepeatedField
public DeletePartitionsRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<DeletePartitionsRequest.Builder>
-
mergeFrom
public DeletePartitionsRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<DeletePartitionsRequest.Builder>
-
mergeFrom
public DeletePartitionsRequest.Builder mergeFrom(DeletePartitionsRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<DeletePartitionsRequest.Builder>
-
mergeFrom
public DeletePartitionsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<DeletePartitionsRequest.Builder>- Throws:
IOException
-
hasInstance
public boolean hasInstance()
Yamcs instance name.
optional string instance = 1;- Specified by:
hasInstancein interfaceDeletePartitionsRequestOrBuilder
-
getInstance
public String getInstance()
Yamcs instance name.
optional string instance = 1;- Specified by:
getInstancein interfaceDeletePartitionsRequestOrBuilder
-
getInstanceBytes
public com.google.protobuf.ByteString getInstanceBytes()
Yamcs instance name.
optional string instance = 1;- Specified by:
getInstanceBytesin interfaceDeletePartitionsRequestOrBuilder
-
setInstance
public DeletePartitionsRequest.Builder setInstance(String value)
Yamcs instance name.
optional string instance = 1;
-
clearInstance
public DeletePartitionsRequest.Builder clearInstance()
Yamcs instance name.
optional string instance = 1;
-
setInstanceBytes
public DeletePartitionsRequest.Builder setInstanceBytes(com.google.protobuf.ByteString value)
Yamcs instance name.
optional string instance = 1;
-
hasStart
public boolean hasStart()
Start with the partition that contains this timestamp. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp start = 2;- Specified by:
hasStartin interfaceDeletePartitionsRequestOrBuilder
-
getStart
public com.google.protobuf.Timestamp getStart()
Start with the partition that contains this timestamp. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp start = 2;- Specified by:
getStartin interfaceDeletePartitionsRequestOrBuilder
-
setStart
public DeletePartitionsRequest.Builder setStart(com.google.protobuf.Timestamp value)
Start with the partition that contains this timestamp. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp start = 2;
-
setStart
public DeletePartitionsRequest.Builder setStart(com.google.protobuf.Timestamp.Builder builderForValue)
Start with the partition that contains this timestamp. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp start = 2;
-
mergeStart
public DeletePartitionsRequest.Builder mergeStart(com.google.protobuf.Timestamp value)
Start with the partition that contains this timestamp. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp start = 2;
-
clearStart
public DeletePartitionsRequest.Builder clearStart()
Start with the partition that contains this timestamp. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp start = 2;
-
getStartBuilder
public com.google.protobuf.Timestamp.Builder getStartBuilder()
Start with the partition that contains this timestamp. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp start = 2;
-
getStartOrBuilder
public com.google.protobuf.TimestampOrBuilder getStartOrBuilder()
Start with the partition that contains this timestamp. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp start = 2;- Specified by:
getStartOrBuilderin interfaceDeletePartitionsRequestOrBuilder
-
hasStop
public boolean hasStop()
Stop with the partition that contains this timestamp. The stop partition will be removed as well. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp stop = 3;- Specified by:
hasStopin interfaceDeletePartitionsRequestOrBuilder
-
getStop
public com.google.protobuf.Timestamp getStop()
Stop with the partition that contains this timestamp. The stop partition will be removed as well. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp stop = 3;- Specified by:
getStopin interfaceDeletePartitionsRequestOrBuilder
-
setStop
public DeletePartitionsRequest.Builder setStop(com.google.protobuf.Timestamp value)
Stop with the partition that contains this timestamp. The stop partition will be removed as well. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp stop = 3;
-
setStop
public DeletePartitionsRequest.Builder setStop(com.google.protobuf.Timestamp.Builder builderForValue)
Stop with the partition that contains this timestamp. The stop partition will be removed as well. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp stop = 3;
-
mergeStop
public DeletePartitionsRequest.Builder mergeStop(com.google.protobuf.Timestamp value)
Stop with the partition that contains this timestamp. The stop partition will be removed as well. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp stop = 3;
-
clearStop
public DeletePartitionsRequest.Builder clearStop()
Stop with the partition that contains this timestamp. The stop partition will be removed as well. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp stop = 3;
-
getStopBuilder
public com.google.protobuf.Timestamp.Builder getStopBuilder()
Stop with the partition that contains this timestamp. The stop partition will be removed as well. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp stop = 3;
-
getStopOrBuilder
public com.google.protobuf.TimestampOrBuilder getStopOrBuilder()
Stop with the partition that contains this timestamp. The stop partition will be removed as well. Specify a date string in ISO 8601 format.
optional .google.protobuf.Timestamp stop = 3;- Specified by:
getStopOrBuilderin interfaceDeletePartitionsRequestOrBuilder
-
setUnknownFields
public final DeletePartitionsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<DeletePartitionsRequest.Builder>
-
mergeUnknownFields
public final DeletePartitionsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<DeletePartitionsRequest.Builder>
-
-