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 typeyamcs.protobuf.mdb.ListAlgorithmsRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Mdb.ListAlgorithmsRequest.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Mdb.ListAlgorithmsRequestbuild()Mdb.ListAlgorithmsRequestbuildPartial()Mdb.ListAlgorithmsRequest.Builderclear()Mdb.ListAlgorithmsRequest.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Mdb.ListAlgorithmsRequest.BuilderclearInstance()optional string instance = 1;Mdb.ListAlgorithmsRequest.BuilderclearLimit()optional int32 limit = 9;Mdb.ListAlgorithmsRequest.BuilderclearNext()optional string next = 7;Mdb.ListAlgorithmsRequest.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Mdb.ListAlgorithmsRequest.BuilderclearPos()optional int32 pos = 8;Mdb.ListAlgorithmsRequest.BuilderclearQ()optional string q = 2;Mdb.ListAlgorithmsRequest.BuilderclearSystem()optional string system = 10;Mdb.ListAlgorithmsRequest.Builderclone()Mdb.ListAlgorithmsRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetInstance()optional string instance = 1;com.google.protobuf.ByteStringgetInstanceBytes()optional string instance = 1;intgetLimit()optional int32 limit = 9;StringgetNext()optional string next = 7;com.google.protobuf.ByteStringgetNextBytes()optional string next = 7;intgetPos()optional int32 pos = 8;StringgetQ()optional string q = 2;com.google.protobuf.ByteStringgetQBytes()optional string q = 2;StringgetSystem()optional string system = 10;com.google.protobuf.ByteStringgetSystemBytes()optional string system = 10;booleanhasInstance()optional string instance = 1;booleanhasLimit()optional int32 limit = 9;booleanhasNext()optional string next = 7;booleanhasPos()optional int32 pos = 8;booleanhasQ()optional string q = 2;booleanhasSystem()optional string system = 10;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Mdb.ListAlgorithmsRequest.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Mdb.ListAlgorithmsRequest.BuildermergeFrom(com.google.protobuf.Message other)Mdb.ListAlgorithmsRequest.BuildermergeFrom(Mdb.ListAlgorithmsRequest other)Mdb.ListAlgorithmsRequest.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Mdb.ListAlgorithmsRequest.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Mdb.ListAlgorithmsRequest.BuildersetInstance(String value)optional string instance = 1;Mdb.ListAlgorithmsRequest.BuildersetInstanceBytes(com.google.protobuf.ByteString value)optional string instance = 1;Mdb.ListAlgorithmsRequest.BuildersetLimit(int value)optional int32 limit = 9;Mdb.ListAlgorithmsRequest.BuildersetNext(String value)optional string next = 7;Mdb.ListAlgorithmsRequest.BuildersetNextBytes(com.google.protobuf.ByteString value)optional string next = 7;Mdb.ListAlgorithmsRequest.BuildersetPos(int value)optional int32 pos = 8;Mdb.ListAlgorithmsRequest.BuildersetQ(String value)optional string q = 2;Mdb.ListAlgorithmsRequest.BuildersetQBytes(com.google.protobuf.ByteString value)optional string q = 2;Mdb.ListAlgorithmsRequest.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Mdb.ListAlgorithmsRequest.BuildersetSystem(String value)optional string system = 10;Mdb.ListAlgorithmsRequest.BuildersetSystemBytes(com.google.protobuf.ByteString value)optional string system = 10;Mdb.ListAlgorithmsRequest.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.ListAlgorithmsRequest.Builder>
-
clear
public Mdb.ListAlgorithmsRequest.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.ListAlgorithmsRequest.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.ListAlgorithmsRequest.Builder>
-
getDefaultInstanceForType
public Mdb.ListAlgorithmsRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Mdb.ListAlgorithmsRequest build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Mdb.ListAlgorithmsRequest buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Mdb.ListAlgorithmsRequest.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.ListAlgorithmsRequest.Builder>
-
setField
public Mdb.ListAlgorithmsRequest.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.ListAlgorithmsRequest.Builder>
-
clearField
public Mdb.ListAlgorithmsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListAlgorithmsRequest.Builder>
-
clearOneof
public Mdb.ListAlgorithmsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin 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:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListAlgorithmsRequest.Builder>
-
addRepeatedField
public Mdb.ListAlgorithmsRequest.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.ListAlgorithmsRequest.Builder>
-
mergeFrom
public Mdb.ListAlgorithmsRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Mdb.ListAlgorithmsRequest.Builder>
-
mergeFrom
public Mdb.ListAlgorithmsRequest.Builder mergeFrom(Mdb.ListAlgorithmsRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin 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:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Mdb.ListAlgorithmsRequest.Builder>- Throws:
IOException
-
hasInstance
public boolean hasInstance()
optional string instance = 1;- Specified by:
hasInstancein interfaceMdb.ListAlgorithmsRequestOrBuilder
-
getInstance
public String getInstance()
optional string instance = 1;- Specified by:
getInstancein interfaceMdb.ListAlgorithmsRequestOrBuilder
-
getInstanceBytes
public com.google.protobuf.ByteString getInstanceBytes()
optional string instance = 1;- Specified by:
getInstanceBytesin interfaceMdb.ListAlgorithmsRequestOrBuilder
-
setInstance
public Mdb.ListAlgorithmsRequest.Builder setInstance(String value)
optional string instance = 1;
-
clearInstance
public Mdb.ListAlgorithmsRequest.Builder clearInstance()
optional string instance = 1;
-
setInstanceBytes
public Mdb.ListAlgorithmsRequest.Builder setInstanceBytes(com.google.protobuf.ByteString value)
optional string instance = 1;
-
hasQ
public boolean hasQ()
optional string q = 2;- Specified by:
hasQin interfaceMdb.ListAlgorithmsRequestOrBuilder
-
getQ
public String getQ()
optional string q = 2;- Specified by:
getQin interfaceMdb.ListAlgorithmsRequestOrBuilder
-
getQBytes
public com.google.protobuf.ByteString getQBytes()
optional string q = 2;- Specified by:
getQBytesin interfaceMdb.ListAlgorithmsRequestOrBuilder
-
setQ
public Mdb.ListAlgorithmsRequest.Builder setQ(String value)
optional string q = 2;
-
clearQ
public Mdb.ListAlgorithmsRequest.Builder clearQ()
optional string q = 2;
-
setQBytes
public Mdb.ListAlgorithmsRequest.Builder setQBytes(com.google.protobuf.ByteString value)
optional string q = 2;
-
hasSystem
public boolean hasSystem()
optional string system = 10;- Specified by:
hasSystemin interfaceMdb.ListAlgorithmsRequestOrBuilder
-
getSystem
public String getSystem()
optional string system = 10;- Specified by:
getSystemin interfaceMdb.ListAlgorithmsRequestOrBuilder
-
getSystemBytes
public com.google.protobuf.ByteString getSystemBytes()
optional string system = 10;- Specified by:
getSystemBytesin interfaceMdb.ListAlgorithmsRequestOrBuilder
-
setSystem
public Mdb.ListAlgorithmsRequest.Builder setSystem(String value)
optional string system = 10;
-
clearSystem
public Mdb.ListAlgorithmsRequest.Builder clearSystem()
optional string system = 10;
-
setSystemBytes
public Mdb.ListAlgorithmsRequest.Builder setSystemBytes(com.google.protobuf.ByteString value)
optional string system = 10;
-
hasNext
public boolean hasNext()
optional string next = 7;- Specified by:
hasNextin interfaceMdb.ListAlgorithmsRequestOrBuilder
-
getNext
public String getNext()
optional string next = 7;- Specified by:
getNextin interfaceMdb.ListAlgorithmsRequestOrBuilder
-
getNextBytes
public com.google.protobuf.ByteString getNextBytes()
optional string next = 7;- Specified by:
getNextBytesin interfaceMdb.ListAlgorithmsRequestOrBuilder
-
setNext
public Mdb.ListAlgorithmsRequest.Builder setNext(String value)
optional string next = 7;
-
clearNext
public Mdb.ListAlgorithmsRequest.Builder clearNext()
optional string next = 7;
-
setNextBytes
public Mdb.ListAlgorithmsRequest.Builder setNextBytes(com.google.protobuf.ByteString value)
optional string next = 7;
-
hasPos
public boolean hasPos()
optional int32 pos = 8;- Specified by:
hasPosin interfaceMdb.ListAlgorithmsRequestOrBuilder
-
getPos
public int getPos()
optional int32 pos = 8;- Specified by:
getPosin interfaceMdb.ListAlgorithmsRequestOrBuilder
-
setPos
public Mdb.ListAlgorithmsRequest.Builder setPos(int value)
optional int32 pos = 8;
-
clearPos
public Mdb.ListAlgorithmsRequest.Builder clearPos()
optional int32 pos = 8;
-
hasLimit
public boolean hasLimit()
optional int32 limit = 9;- Specified by:
hasLimitin interfaceMdb.ListAlgorithmsRequestOrBuilder
-
getLimit
public int getLimit()
optional int32 limit = 9;- Specified by:
getLimitin interfaceMdb.ListAlgorithmsRequestOrBuilder
-
setLimit
public Mdb.ListAlgorithmsRequest.Builder setLimit(int value)
optional int32 limit = 9;
-
clearLimit
public Mdb.ListAlgorithmsRequest.Builder clearLimit()
optional int32 limit = 9;
-
setUnknownFields
public final Mdb.ListAlgorithmsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListAlgorithmsRequest.Builder>
-
mergeUnknownFields
public final Mdb.ListAlgorithmsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListAlgorithmsRequest.Builder>
-
-