Package org.yamcs.protobuf
Class Mdb.ListAlgorithmsRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListAlgorithmsRequest.Builder>
org.yamcs.protobuf.Mdb.ListAlgorithmsRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
,Mdb.ListAlgorithmsRequestOrBuilder
- Enclosing class:
- Mdb.ListAlgorithmsRequest
public static final class Mdb.ListAlgorithmsRequest.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListAlgorithmsRequest.Builder>
implements Mdb.ListAlgorithmsRequestOrBuilder
Protobuf type
yamcs.protobuf.mdb.ListAlgorithmsRequest
-
Method Summary
Modifier and TypeMethodDescriptionaddRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()
clear()
clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Yamcs instance name.The maximum number of returned algorithms per page.Continuation token returned by a previous page response.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) clearPos()
The zero-based row number at which to start outputting results.clearQ()
The search keywords.Include only algorithms of the specified scopeList only direct child sub-systems or algorithms of the specified system.clone()
static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Yamcs instance name.com.google.protobuf.ByteString
Yamcs instance name.int
getLimit()
The maximum number of returned algorithms per page.getNext()
Continuation token returned by a previous page response.com.google.protobuf.ByteString
Continuation token returned by a previous page response.int
getPos()
The zero-based row number at which to start outputting results.getQ()
The search keywords.com.google.protobuf.ByteString
The search keywords.getScope()
Include only algorithms of the specified scopeList only direct child sub-systems or algorithms of the specified system.com.google.protobuf.ByteString
List only direct child sub-systems or algorithms of the specified system.boolean
Yamcs instance name.boolean
hasLimit()
The maximum number of returned algorithms per page.boolean
hasNext()
Continuation token returned by a previous page response.boolean
hasPos()
The zero-based row number at which to start outputting results.boolean
hasQ()
The search keywords.boolean
hasScope()
Include only algorithms of the specified scopeboolean
List only direct child sub-systems or algorithms of the specified system.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) mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) setInstance
(String value) Yamcs instance name.setInstanceBytes
(com.google.protobuf.ByteString value) Yamcs instance name.setLimit
(int value) The maximum number of returned algorithms per page.Continuation token returned by a previous page response.setNextBytes
(com.google.protobuf.ByteString value) Continuation token returned by a previous page response.setPos
(int value) The zero-based row number at which to start outputting results.The search keywords.setQBytes
(com.google.protobuf.ByteString value) The search keywords.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setScope
(Mdb.AlgorithmInfo.Scope value) Include only algorithms of the specified scopeList only direct child sub-systems or algorithms of the specified system.setSystemBytes
(com.google.protobuf.ByteString value) List only direct child sub-systems or algorithms of the specified system.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<Mdb.ListAlgorithmsRequest.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<Mdb.ListAlgorithmsRequest.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<Mdb.ListAlgorithmsRequest.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<Mdb.ListAlgorithmsRequest.Builder>
-
setField
public Mdb.ListAlgorithmsRequest.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<Mdb.ListAlgorithmsRequest.Builder>
-
clearField
public Mdb.ListAlgorithmsRequest.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<Mdb.ListAlgorithmsRequest.Builder>
-
clearOneof
public Mdb.ListAlgorithmsRequest.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<Mdb.ListAlgorithmsRequest.Builder>
-
setRepeatedField
public Mdb.ListAlgorithmsRequest.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<Mdb.ListAlgorithmsRequest.Builder>
-
addRepeatedField
public Mdb.ListAlgorithmsRequest.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<Mdb.ListAlgorithmsRequest.Builder>
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Mdb.ListAlgorithmsRequest.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListAlgorithmsRequest.Builder>
-
mergeFrom
public Mdb.ListAlgorithmsRequest.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<Mdb.ListAlgorithmsRequest.Builder>
- Throws:
IOException
-
hasInstance
public boolean hasInstance()Yamcs instance name.
optional string instance = 1;
- Specified by:
hasInstance
in interfaceMdb.ListAlgorithmsRequestOrBuilder
- Returns:
- Whether the instance field is set.
-
getInstance
Yamcs instance name.
optional string instance = 1;
- Specified by:
getInstance
in interfaceMdb.ListAlgorithmsRequestOrBuilder
- Returns:
- The instance.
-
getInstanceBytes
public com.google.protobuf.ByteString getInstanceBytes()Yamcs instance name.
optional string instance = 1;
- Specified by:
getInstanceBytes
in interfaceMdb.ListAlgorithmsRequestOrBuilder
- Returns:
- The bytes for instance.
-
setInstance
Yamcs instance name.
optional string instance = 1;
- Parameters:
value
- The instance to set.- Returns:
- This builder for chaining.
-
clearInstance
Yamcs instance name.
optional string instance = 1;
- Returns:
- This builder for chaining.
-
setInstanceBytes
Yamcs instance name.
optional string instance = 1;
- Parameters:
value
- The bytes for instance to set.- Returns:
- This builder for chaining.
-
hasQ
public boolean hasQ()The search keywords. This supports searching on qualified name or alias.
optional string q = 2;
- Specified by:
hasQ
in interfaceMdb.ListAlgorithmsRequestOrBuilder
- Returns:
- Whether the q field is set.
-
getQ
The search keywords. This supports searching on qualified name or alias.
optional string q = 2;
- Specified by:
getQ
in interfaceMdb.ListAlgorithmsRequestOrBuilder
- Returns:
- The q.
-
getQBytes
public com.google.protobuf.ByteString getQBytes()The search keywords. This supports searching on qualified name or alias.
optional string q = 2;
- Specified by:
getQBytes
in interfaceMdb.ListAlgorithmsRequestOrBuilder
- Returns:
- The bytes for q.
-
setQ
The search keywords. This supports searching on qualified name or alias.
optional string q = 2;
- Parameters:
value
- The q to set.- Returns:
- This builder for chaining.
-
clearQ
The search keywords. This supports searching on qualified name or alias.
optional string q = 2;
- Returns:
- This builder for chaining.
-
setQBytes
The search keywords. This supports searching on qualified name or alias.
optional string q = 2;
- Parameters:
value
- The bytes for q to set.- Returns:
- This builder for chaining.
-
hasSystem
public boolean hasSystem()List only direct child sub-systems or algorithms of the specified system. For example when querying the system "/a" against an MDB with algorithms "/a/b/c" and "/a/c", the result returns the sub system "/a/b" and the algorithm "/a/c". When ``system`` and ``q`` are used together, matching algorithms at any depth are returned, starting from the specified space system.
optional string system = 10;
- Specified by:
hasSystem
in interfaceMdb.ListAlgorithmsRequestOrBuilder
- Returns:
- Whether the system field is set.
-
getSystem
List only direct child sub-systems or algorithms of the specified system. For example when querying the system "/a" against an MDB with algorithms "/a/b/c" and "/a/c", the result returns the sub system "/a/b" and the algorithm "/a/c". When ``system`` and ``q`` are used together, matching algorithms at any depth are returned, starting from the specified space system.
optional string system = 10;
- Specified by:
getSystem
in interfaceMdb.ListAlgorithmsRequestOrBuilder
- Returns:
- The system.
-
getSystemBytes
public com.google.protobuf.ByteString getSystemBytes()List only direct child sub-systems or algorithms of the specified system. For example when querying the system "/a" against an MDB with algorithms "/a/b/c" and "/a/c", the result returns the sub system "/a/b" and the algorithm "/a/c". When ``system`` and ``q`` are used together, matching algorithms at any depth are returned, starting from the specified space system.
optional string system = 10;
- Specified by:
getSystemBytes
in interfaceMdb.ListAlgorithmsRequestOrBuilder
- Returns:
- The bytes for system.
-
setSystem
List only direct child sub-systems or algorithms of the specified system. For example when querying the system "/a" against an MDB with algorithms "/a/b/c" and "/a/c", the result returns the sub system "/a/b" and the algorithm "/a/c". When ``system`` and ``q`` are used together, matching algorithms at any depth are returned, starting from the specified space system.
optional string system = 10;
- Parameters:
value
- The system to set.- Returns:
- This builder for chaining.
-
clearSystem
List only direct child sub-systems or algorithms of the specified system. For example when querying the system "/a" against an MDB with algorithms "/a/b/c" and "/a/c", the result returns the sub system "/a/b" and the algorithm "/a/c". When ``system`` and ``q`` are used together, matching algorithms at any depth are returned, starting from the specified space system.
optional string system = 10;
- Returns:
- This builder for chaining.
-
setSystemBytes
List only direct child sub-systems or algorithms of the specified system. For example when querying the system "/a" against an MDB with algorithms "/a/b/c" and "/a/c", the result returns the sub system "/a/b" and the algorithm "/a/c". When ``system`` and ``q`` are used together, matching algorithms at any depth are returned, starting from the specified space system.
optional string system = 10;
- Parameters:
value
- The bytes for system to set.- Returns:
- This builder for chaining.
-
hasNext
public boolean hasNext()Continuation token returned by a previous page response.
optional string next = 7;
- Specified by:
hasNext
in interfaceMdb.ListAlgorithmsRequestOrBuilder
- Returns:
- Whether the next field is set.
-
getNext
Continuation token returned by a previous page response.
optional string next = 7;
- Specified by:
getNext
in interfaceMdb.ListAlgorithmsRequestOrBuilder
- Returns:
- The next.
-
getNextBytes
public com.google.protobuf.ByteString getNextBytes()Continuation token returned by a previous page response.
optional string next = 7;
- Specified by:
getNextBytes
in interfaceMdb.ListAlgorithmsRequestOrBuilder
- Returns:
- The bytes for next.
-
setNext
Continuation token returned by a previous page response.
optional string next = 7;
- Parameters:
value
- The next to set.- Returns:
- This builder for chaining.
-
clearNext
Continuation token returned by a previous page response.
optional string next = 7;
- Returns:
- This builder for chaining.
-
setNextBytes
Continuation token returned by a previous page response.
optional string next = 7;
- Parameters:
value
- The bytes for next to set.- Returns:
- This builder for chaining.
-
hasPos
public boolean hasPos()The zero-based row number at which to start outputting results. Default: ``0``
optional int32 pos = 8;
- Specified by:
hasPos
in interfaceMdb.ListAlgorithmsRequestOrBuilder
- Returns:
- Whether the pos field is set.
-
getPos
public int getPos()The zero-based row number at which to start outputting results. Default: ``0``
optional int32 pos = 8;
- Specified by:
getPos
in interfaceMdb.ListAlgorithmsRequestOrBuilder
- Returns:
- The pos.
-
setPos
The zero-based row number at which to start outputting results. Default: ``0``
optional int32 pos = 8;
- Parameters:
value
- The pos to set.- Returns:
- This builder for chaining.
-
clearPos
The zero-based row number at which to start outputting results. Default: ``0``
optional int32 pos = 8;
- Returns:
- This builder for chaining.
-
hasLimit
public boolean hasLimit()The maximum number of returned algorithms 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:
hasLimit
in interfaceMdb.ListAlgorithmsRequestOrBuilder
- Returns:
- Whether the limit field is set.
-
getLimit
public int getLimit()The maximum number of returned algorithms 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:
getLimit
in interfaceMdb.ListAlgorithmsRequestOrBuilder
- Returns:
- The limit.
-
setLimit
The maximum number of returned algorithms 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;
- Parameters:
value
- The limit to set.- Returns:
- This builder for chaining.
-
clearLimit
The maximum number of returned algorithms 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;
- Returns:
- This builder for chaining.
-
hasScope
public boolean hasScope()Include only algorithms of the specified scope
optional .yamcs.protobuf.mdb.AlgorithmInfo.Scope scope = 11;
- Specified by:
hasScope
in interfaceMdb.ListAlgorithmsRequestOrBuilder
- Returns:
- Whether the scope field is set.
-
getScope
Include only algorithms of the specified scope
optional .yamcs.protobuf.mdb.AlgorithmInfo.Scope scope = 11;
- Specified by:
getScope
in interfaceMdb.ListAlgorithmsRequestOrBuilder
- Returns:
- The scope.
-
setScope
Include only algorithms of the specified scope
optional .yamcs.protobuf.mdb.AlgorithmInfo.Scope scope = 11;
- Parameters:
value
- The scope to set.- Returns:
- This builder for chaining.
-
clearScope
Include only algorithms of the specified scope
optional .yamcs.protobuf.mdb.AlgorithmInfo.Scope scope = 11;
- Returns:
- This builder for chaining.
-
setUnknownFields
public final Mdb.ListAlgorithmsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListAlgorithmsRequest.Builder>
-
mergeUnknownFields
public final Mdb.ListAlgorithmsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListAlgorithmsRequest.Builder>
-