Package org.yamcs.protobuf
Class CompactDatabaseRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<CompactDatabaseRequest.Builder>
org.yamcs.protobuf.CompactDatabaseRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
,CompactDatabaseRequestOrBuilder
- Enclosing class:
- CompactDatabaseRequest
public static final class CompactDatabaseRequest.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<CompactDatabaseRequest.Builder>
implements CompactDatabaseRequestOrBuilder
Protobuf type
yamcs.protobuf.archive.CompactDatabaseRequest
-
Method Summary
Modifier and TypeMethodDescriptionaddRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()
clear()
Column family Starting with Yamcs 5.9.0 the following column families are used: _metadata_ Stores information about tables, partitions rt_data Stores the tm, pp and events tables parameter_archive Stores the parameter archive default Stores everything else: cmdhistory, alarms, completeness indices, timeline, activities, users, buckets, ...optional string dbpath = 2;
clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) optional string tablespace = 1;
clone()
Column family Starting with Yamcs 5.9.0 the following column families are used: _metadata_ Stores information about tables, partitions rt_data Stores the tm, pp and events tables parameter_archive Stores the parameter archive default Stores everything else: cmdhistory, alarms, completeness indices, timeline, activities, users, buckets, ...com.google.protobuf.ByteString
Column family Starting with Yamcs 5.9.0 the following column families are used: _metadata_ Stores information about tables, partitions rt_data Stores the tm, pp and events tables parameter_archive Stores the parameter archive default Stores everything else: cmdhistory, alarms, completeness indices, timeline, activities, users, buckets, ...optional string dbpath = 2;
com.google.protobuf.ByteString
optional string dbpath = 2;
static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
optional string tablespace = 1;
com.google.protobuf.ByteString
optional string tablespace = 1;
boolean
Column family Starting with Yamcs 5.9.0 the following column families are used: _metadata_ Stores information about tables, partitions rt_data Stores the tm, pp and events tables parameter_archive Stores the parameter archive default Stores everything else: cmdhistory, alarms, completeness indices, timeline, activities, users, buckets, ...boolean
optional string dbpath = 2;
boolean
optional string tablespace = 1;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
final boolean
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) mergeFrom
(CompactDatabaseRequest other) mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Column family Starting with Yamcs 5.9.0 the following column families are used: _metadata_ Stores information about tables, partitions rt_data Stores the tm, pp and events tables parameter_archive Stores the parameter archive default Stores everything else: cmdhistory, alarms, completeness indices, timeline, activities, users, buckets, ...setCfnameBytes
(com.google.protobuf.ByteString value) Column family Starting with Yamcs 5.9.0 the following column families are used: _metadata_ Stores information about tables, partitions rt_data Stores the tm, pp and events tables parameter_archive Stores the parameter archive default Stores everything else: cmdhistory, alarms, completeness indices, timeline, activities, users, buckets, ...optional string dbpath = 2;
setDbpathBytes
(com.google.protobuf.ByteString value) optional string dbpath = 2;
setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setTablespace
(String value) optional string tablespace = 1;
setTablespaceBytes
(com.google.protobuf.ByteString value) optional string tablespace = 1;
setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, 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
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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<CompactDatabaseRequest.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<CompactDatabaseRequest.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<CompactDatabaseRequest.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<CompactDatabaseRequest.Builder>
-
setField
public CompactDatabaseRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CompactDatabaseRequest.Builder>
-
clearField
public CompactDatabaseRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CompactDatabaseRequest.Builder>
-
clearOneof
public CompactDatabaseRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<CompactDatabaseRequest.Builder>
-
setRepeatedField
public CompactDatabaseRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CompactDatabaseRequest.Builder>
-
addRepeatedField
public CompactDatabaseRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<CompactDatabaseRequest.Builder>
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<CompactDatabaseRequest.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<CompactDatabaseRequest.Builder>
-
mergeFrom
public CompactDatabaseRequest.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<CompactDatabaseRequest.Builder>
- Throws:
IOException
-
hasTablespace
public boolean hasTablespace()optional string tablespace = 1;
- Specified by:
hasTablespace
in interfaceCompactDatabaseRequestOrBuilder
- Returns:
- Whether the tablespace field is set.
-
getTablespace
optional string tablespace = 1;
- Specified by:
getTablespace
in interfaceCompactDatabaseRequestOrBuilder
- Returns:
- The tablespace.
-
getTablespaceBytes
public com.google.protobuf.ByteString getTablespaceBytes()optional string tablespace = 1;
- Specified by:
getTablespaceBytes
in interfaceCompactDatabaseRequestOrBuilder
- Returns:
- The bytes for tablespace.
-
setTablespace
optional string tablespace = 1;
- Parameters:
value
- The tablespace to set.- Returns:
- This builder for chaining.
-
clearTablespace
optional string tablespace = 1;
- Returns:
- This builder for chaining.
-
setTablespaceBytes
optional string tablespace = 1;
- Parameters:
value
- The bytes for tablespace to set.- Returns:
- This builder for chaining.
-
hasDbpath
public boolean hasDbpath()optional string dbpath = 2;
- Specified by:
hasDbpath
in interfaceCompactDatabaseRequestOrBuilder
- Returns:
- Whether the dbpath field is set.
-
getDbpath
optional string dbpath = 2;
- Specified by:
getDbpath
in interfaceCompactDatabaseRequestOrBuilder
- Returns:
- The dbpath.
-
getDbpathBytes
public com.google.protobuf.ByteString getDbpathBytes()optional string dbpath = 2;
- Specified by:
getDbpathBytes
in interfaceCompactDatabaseRequestOrBuilder
- Returns:
- The bytes for dbpath.
-
setDbpath
optional string dbpath = 2;
- Parameters:
value
- The dbpath to set.- Returns:
- This builder for chaining.
-
clearDbpath
optional string dbpath = 2;
- Returns:
- This builder for chaining.
-
setDbpathBytes
optional string dbpath = 2;
- Parameters:
value
- The bytes for dbpath to set.- Returns:
- This builder for chaining.
-
hasCfname
public boolean hasCfname()Column family Starting with Yamcs 5.9.0 the following column families are used: _metadata_ Stores information about tables, partitions rt_data Stores the tm, pp and events tables parameter_archive Stores the parameter archive default Stores everything else: cmdhistory, alarms, completeness indices, timeline, activities, users, buckets, ...
optional string cfname = 3;
- Specified by:
hasCfname
in interfaceCompactDatabaseRequestOrBuilder
- Returns:
- Whether the cfname field is set.
-
getCfname
Column family Starting with Yamcs 5.9.0 the following column families are used: _metadata_ Stores information about tables, partitions rt_data Stores the tm, pp and events tables parameter_archive Stores the parameter archive default Stores everything else: cmdhistory, alarms, completeness indices, timeline, activities, users, buckets, ...
optional string cfname = 3;
- Specified by:
getCfname
in interfaceCompactDatabaseRequestOrBuilder
- Returns:
- The cfname.
-
getCfnameBytes
public com.google.protobuf.ByteString getCfnameBytes()Column family Starting with Yamcs 5.9.0 the following column families are used: _metadata_ Stores information about tables, partitions rt_data Stores the tm, pp and events tables parameter_archive Stores the parameter archive default Stores everything else: cmdhistory, alarms, completeness indices, timeline, activities, users, buckets, ...
optional string cfname = 3;
- Specified by:
getCfnameBytes
in interfaceCompactDatabaseRequestOrBuilder
- Returns:
- The bytes for cfname.
-
setCfname
Column family Starting with Yamcs 5.9.0 the following column families are used: _metadata_ Stores information about tables, partitions rt_data Stores the tm, pp and events tables parameter_archive Stores the parameter archive default Stores everything else: cmdhistory, alarms, completeness indices, timeline, activities, users, buckets, ...
optional string cfname = 3;
- Parameters:
value
- The cfname to set.- Returns:
- This builder for chaining.
-
clearCfname
Column family Starting with Yamcs 5.9.0 the following column families are used: _metadata_ Stores information about tables, partitions rt_data Stores the tm, pp and events tables parameter_archive Stores the parameter archive default Stores everything else: cmdhistory, alarms, completeness indices, timeline, activities, users, buckets, ...
optional string cfname = 3;
- Returns:
- This builder for chaining.
-
setCfnameBytes
Column family Starting with Yamcs 5.9.0 the following column families are used: _metadata_ Stores information about tables, partitions rt_data Stores the tm, pp and events tables parameter_archive Stores the parameter archive default Stores everything else: cmdhistory, alarms, completeness indices, timeline, activities, users, buckets, ...
optional string cfname = 3;
- Parameters:
value
- The bytes for cfname to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final CompactDatabaseRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<CompactDatabaseRequest.Builder>
-
mergeUnknownFields
public final CompactDatabaseRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<CompactDatabaseRequest.Builder>
-