Package org.yamcs.protobuf
Class Mdb.ListContainersRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListContainersRequest.Builder>
-
- org.yamcs.protobuf.Mdb.ListContainersRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable,Mdb.ListContainersRequestOrBuilder
- Enclosing class:
- Mdb.ListContainersRequest
public static final class Mdb.ListContainersRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListContainersRequest.Builder> implements Mdb.ListContainersRequestOrBuilder
Protobuf typeyamcs.protobuf.mdb.ListContainersRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Mdb.ListContainersRequest.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Mdb.ListContainersRequestbuild()Mdb.ListContainersRequestbuildPartial()Mdb.ListContainersRequest.Builderclear()Mdb.ListContainersRequest.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Mdb.ListContainersRequest.BuilderclearInstance()Yamcs instance name.Mdb.ListContainersRequest.BuilderclearLimit()The maximum number of returned containers per page.Mdb.ListContainersRequest.BuilderclearNext()optional string next = 7;Mdb.ListContainersRequest.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Mdb.ListContainersRequest.BuilderclearPos()The zero-based row number at which to start outputting results.Mdb.ListContainersRequest.BuilderclearQ()The search keywords.Mdb.ListContainersRequest.BuilderclearSystem()List only direct child sub-systems or containers of the specified system.Mdb.ListContainersRequest.Builderclone()Mdb.ListContainersRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetInstance()Yamcs instance name.com.google.protobuf.ByteStringgetInstanceBytes()Yamcs instance name.intgetLimit()The maximum number of returned containers per page.StringgetNext()optional string next = 7;com.google.protobuf.ByteStringgetNextBytes()optional string next = 7;intgetPos()The zero-based row number at which to start outputting results.StringgetQ()The search keywords.com.google.protobuf.ByteStringgetQBytes()The search keywords.StringgetSystem()List only direct child sub-systems or containers of the specified system.com.google.protobuf.ByteStringgetSystemBytes()List only direct child sub-systems or containers of the specified system.booleanhasInstance()Yamcs instance name.booleanhasLimit()The maximum number of returned containers per page.booleanhasNext()optional string next = 7;booleanhasPos()The zero-based row number at which to start outputting results.booleanhasQ()The search keywords.booleanhasSystem()List only direct child sub-systems or containers of the specified system.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Mdb.ListContainersRequest.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Mdb.ListContainersRequest.BuildermergeFrom(com.google.protobuf.Message other)Mdb.ListContainersRequest.BuildermergeFrom(Mdb.ListContainersRequest other)Mdb.ListContainersRequest.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Mdb.ListContainersRequest.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Mdb.ListContainersRequest.BuildersetInstance(String value)Yamcs instance name.Mdb.ListContainersRequest.BuildersetInstanceBytes(com.google.protobuf.ByteString value)Yamcs instance name.Mdb.ListContainersRequest.BuildersetLimit(int value)The maximum number of returned containers per page.Mdb.ListContainersRequest.BuildersetNext(String value)optional string next = 7;Mdb.ListContainersRequest.BuildersetNextBytes(com.google.protobuf.ByteString value)optional string next = 7;Mdb.ListContainersRequest.BuildersetPos(int value)The zero-based row number at which to start outputting results.Mdb.ListContainersRequest.BuildersetQ(String value)The search keywords.Mdb.ListContainersRequest.BuildersetQBytes(com.google.protobuf.ByteString value)The search keywords.Mdb.ListContainersRequest.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Mdb.ListContainersRequest.BuildersetSystem(String value)List only direct child sub-systems or containers of the specified system.Mdb.ListContainersRequest.BuildersetSystemBytes(com.google.protobuf.ByteString value)List only direct child sub-systems or containers of the specified system.Mdb.ListContainersRequest.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<Mdb.ListContainersRequest.Builder>
-
clear
public Mdb.ListContainersRequest.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<Mdb.ListContainersRequest.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<Mdb.ListContainersRequest.Builder>
-
getDefaultInstanceForType
public Mdb.ListContainersRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Mdb.ListContainersRequest build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Mdb.ListContainersRequest buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Mdb.ListContainersRequest.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<Mdb.ListContainersRequest.Builder>
-
setField
public Mdb.ListContainersRequest.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<Mdb.ListContainersRequest.Builder>
-
clearField
public Mdb.ListContainersRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListContainersRequest.Builder>
-
clearOneof
public Mdb.ListContainersRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListContainersRequest.Builder>
-
setRepeatedField
public Mdb.ListContainersRequest.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<Mdb.ListContainersRequest.Builder>
-
addRepeatedField
public Mdb.ListContainersRequest.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<Mdb.ListContainersRequest.Builder>
-
mergeFrom
public Mdb.ListContainersRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Mdb.ListContainersRequest.Builder>
-
mergeFrom
public Mdb.ListContainersRequest.Builder mergeFrom(Mdb.ListContainersRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListContainersRequest.Builder>
-
mergeFrom
public Mdb.ListContainersRequest.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<Mdb.ListContainersRequest.Builder>- Throws:
IOException
-
hasInstance
public boolean hasInstance()
Yamcs instance name.
optional string instance = 1;- Specified by:
hasInstancein interfaceMdb.ListContainersRequestOrBuilder
-
getInstance
public String getInstance()
Yamcs instance name.
optional string instance = 1;- Specified by:
getInstancein interfaceMdb.ListContainersRequestOrBuilder
-
getInstanceBytes
public com.google.protobuf.ByteString getInstanceBytes()
Yamcs instance name.
optional string instance = 1;- Specified by:
getInstanceBytesin interfaceMdb.ListContainersRequestOrBuilder
-
setInstance
public Mdb.ListContainersRequest.Builder setInstance(String value)
Yamcs instance name.
optional string instance = 1;
-
clearInstance
public Mdb.ListContainersRequest.Builder clearInstance()
Yamcs instance name.
optional string instance = 1;
-
setInstanceBytes
public Mdb.ListContainersRequest.Builder setInstanceBytes(com.google.protobuf.ByteString value)
Yamcs instance name.
optional string instance = 1;
-
hasQ
public boolean hasQ()
The search keywords. This supports searching on the namespace or name.
optional string q = 2;- Specified by:
hasQin interfaceMdb.ListContainersRequestOrBuilder
-
getQ
public String getQ()
The search keywords. This supports searching on the namespace or name.
optional string q = 2;- Specified by:
getQin interfaceMdb.ListContainersRequestOrBuilder
-
getQBytes
public com.google.protobuf.ByteString getQBytes()
The search keywords. This supports searching on the namespace or name.
optional string q = 2;- Specified by:
getQBytesin interfaceMdb.ListContainersRequestOrBuilder
-
setQ
public Mdb.ListContainersRequest.Builder setQ(String value)
The search keywords. This supports searching on the namespace or name.
optional string q = 2;
-
clearQ
public Mdb.ListContainersRequest.Builder clearQ()
The search keywords. This supports searching on the namespace or name.
optional string q = 2;
-
setQBytes
public Mdb.ListContainersRequest.Builder setQBytes(com.google.protobuf.ByteString value)
The search keywords. This supports searching on the namespace or name.
optional string q = 2;
-
hasSystem
public boolean hasSystem()
List only direct child sub-systems or containers of the specified system. For example when querying the system "/a" against an MDB with containers "/a/b/c" and "/a/c", the result returns the sub system "/a/b" and the container "/a/c". When ``system`` and ``q`` are used together, matching containers at any depth are returned, starting from the specified space system.
optional string system = 10;- Specified by:
hasSystemin interfaceMdb.ListContainersRequestOrBuilder
-
getSystem
public String getSystem()
List only direct child sub-systems or containers of the specified system. For example when querying the system "/a" against an MDB with containers "/a/b/c" and "/a/c", the result returns the sub system "/a/b" and the container "/a/c". When ``system`` and ``q`` are used together, matching containers at any depth are returned, starting from the specified space system.
optional string system = 10;- Specified by:
getSystemin interfaceMdb.ListContainersRequestOrBuilder
-
getSystemBytes
public com.google.protobuf.ByteString getSystemBytes()
List only direct child sub-systems or containers of the specified system. For example when querying the system "/a" against an MDB with containers "/a/b/c" and "/a/c", the result returns the sub system "/a/b" and the container "/a/c". When ``system`` and ``q`` are used together, matching containers at any depth are returned, starting from the specified space system.
optional string system = 10;- Specified by:
getSystemBytesin interfaceMdb.ListContainersRequestOrBuilder
-
setSystem
public Mdb.ListContainersRequest.Builder setSystem(String value)
List only direct child sub-systems or containers of the specified system. For example when querying the system "/a" against an MDB with containers "/a/b/c" and "/a/c", the result returns the sub system "/a/b" and the container "/a/c". When ``system`` and ``q`` are used together, matching containers at any depth are returned, starting from the specified space system.
optional string system = 10;
-
clearSystem
public Mdb.ListContainersRequest.Builder clearSystem()
List only direct child sub-systems or containers of the specified system. For example when querying the system "/a" against an MDB with containers "/a/b/c" and "/a/c", the result returns the sub system "/a/b" and the container "/a/c". When ``system`` and ``q`` are used together, matching containers at any depth are returned, starting from the specified space system.
optional string system = 10;
-
setSystemBytes
public Mdb.ListContainersRequest.Builder setSystemBytes(com.google.protobuf.ByteString value)
List only direct child sub-systems or containers of the specified system. For example when querying the system "/a" against an MDB with containers "/a/b/c" and "/a/c", the result returns the sub system "/a/b" and the container "/a/c". When ``system`` and ``q`` are used together, matching containers at any depth are returned, starting from the specified space system.
optional string system = 10;
-
hasNext
public boolean hasNext()
optional string next = 7;- Specified by:
hasNextin interfaceMdb.ListContainersRequestOrBuilder
-
getNext
public String getNext()
optional string next = 7;- Specified by:
getNextin interfaceMdb.ListContainersRequestOrBuilder
-
getNextBytes
public com.google.protobuf.ByteString getNextBytes()
optional string next = 7;- Specified by:
getNextBytesin interfaceMdb.ListContainersRequestOrBuilder
-
setNext
public Mdb.ListContainersRequest.Builder setNext(String value)
optional string next = 7;
-
clearNext
public Mdb.ListContainersRequest.Builder clearNext()
optional string next = 7;
-
setNextBytes
public Mdb.ListContainersRequest.Builder setNextBytes(com.google.protobuf.ByteString value)
optional string next = 7;
-
hasPos
public boolean hasPos()
The zero-based row number at which to start outputting results. Default: ``0``
optional int32 pos = 8;- Specified by:
hasPosin interfaceMdb.ListContainersRequestOrBuilder
-
getPos
public int getPos()
The zero-based row number at which to start outputting results. Default: ``0``
optional int32 pos = 8;- Specified by:
getPosin interfaceMdb.ListContainersRequestOrBuilder
-
setPos
public Mdb.ListContainersRequest.Builder setPos(int value)
The zero-based row number at which to start outputting results. Default: ``0``
optional int32 pos = 8;
-
clearPos
public Mdb.ListContainersRequest.Builder clearPos()
The zero-based row number at which to start outputting results. Default: ``0``
optional int32 pos = 8;
-
hasLimit
public boolean hasLimit()
The maximum number of returned containers per page. Choose this value too high and you risk hitting the maximum response size limit enforced by the server. Default: ``100``
optional int32 limit = 9;- Specified by:
hasLimitin interfaceMdb.ListContainersRequestOrBuilder
-
getLimit
public int getLimit()
The maximum number of returned containers per page. Choose this value too high and you risk hitting the maximum response size limit enforced by the server. Default: ``100``
optional int32 limit = 9;- Specified by:
getLimitin interfaceMdb.ListContainersRequestOrBuilder
-
setLimit
public Mdb.ListContainersRequest.Builder setLimit(int value)
The maximum number of returned containers per page. Choose this value too high and you risk hitting the maximum response size limit enforced by the server. Default: ``100``
optional int32 limit = 9;
-
clearLimit
public Mdb.ListContainersRequest.Builder clearLimit()
The maximum number of returned containers per page. Choose this value too high and you risk hitting the maximum response size limit enforced by the server. Default: ``100``
optional int32 limit = 9;
-
setUnknownFields
public final Mdb.ListContainersRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListContainersRequest.Builder>
-
mergeUnknownFields
public final Mdb.ListContainersRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListContainersRequest.Builder>
-
-