Package org.yamcs.protobuf
Class Mdb.ListCommandsResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListCommandsResponse.Builder>
-
- org.yamcs.protobuf.Mdb.ListCommandsResponse.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable,Mdb.ListCommandsResponseOrBuilder
- Enclosing class:
- Mdb.ListCommandsResponse
public static final class Mdb.ListCommandsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListCommandsResponse.Builder> implements Mdb.ListCommandsResponseOrBuilder
Protobuf typeyamcs.protobuf.mdb.ListCommandsResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Mdb.ListCommandsResponse.BuilderaddAllCommands(Iterable<? extends Mdb.CommandInfo> values)repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;Mdb.ListCommandsResponse.BuilderaddAllSpaceSystems(Iterable<String> values)repeated string spaceSystems = 4;Mdb.ListCommandsResponse.BuilderaddCommands(int index, Mdb.CommandInfo value)repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;Mdb.ListCommandsResponse.BuilderaddCommands(int index, Mdb.CommandInfo.Builder builderForValue)repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;Mdb.ListCommandsResponse.BuilderaddCommands(Mdb.CommandInfo value)repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;Mdb.ListCommandsResponse.BuilderaddCommands(Mdb.CommandInfo.Builder builderForValue)repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;Mdb.CommandInfo.BuilderaddCommandsBuilder()repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;Mdb.CommandInfo.BuilderaddCommandsBuilder(int index)repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;Mdb.ListCommandsResponse.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Mdb.ListCommandsResponse.BuilderaddSpaceSystems(String value)repeated string spaceSystems = 4;Mdb.ListCommandsResponse.BuilderaddSpaceSystemsBytes(com.google.protobuf.ByteString value)repeated string spaceSystems = 4;Mdb.ListCommandsResponsebuild()Mdb.ListCommandsResponsebuildPartial()Mdb.ListCommandsResponse.Builderclear()Mdb.ListCommandsResponse.BuilderclearCommands()repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;Mdb.ListCommandsResponse.BuilderclearContinuationToken()optional string continuationToken = 2;Mdb.ListCommandsResponse.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Mdb.ListCommandsResponse.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Mdb.ListCommandsResponse.BuilderclearSpaceSystems()repeated string spaceSystems = 4;Mdb.ListCommandsResponse.BuilderclearTotalSize()optional int32 totalSize = 3;Mdb.ListCommandsResponse.Builderclone()Mdb.CommandInfogetCommands(int index)repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;Mdb.CommandInfo.BuildergetCommandsBuilder(int index)repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;List<Mdb.CommandInfo.Builder>getCommandsBuilderList()repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;intgetCommandsCount()repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;List<Mdb.CommandInfo>getCommandsList()repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;Mdb.CommandInfoOrBuildergetCommandsOrBuilder(int index)repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;List<? extends Mdb.CommandInfoOrBuilder>getCommandsOrBuilderList()repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;StringgetContinuationToken()optional string continuationToken = 2;com.google.protobuf.ByteStringgetContinuationTokenBytes()optional string continuationToken = 2;Mdb.ListCommandsResponsegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetSpaceSystems(int index)repeated string spaceSystems = 4;com.google.protobuf.ByteStringgetSpaceSystemsBytes(int index)repeated string spaceSystems = 4;intgetSpaceSystemsCount()repeated string spaceSystems = 4;com.google.protobuf.ProtocolStringListgetSpaceSystemsList()repeated string spaceSystems = 4;intgetTotalSize()optional int32 totalSize = 3;booleanhasContinuationToken()optional string continuationToken = 2;booleanhasTotalSize()optional int32 totalSize = 3;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Mdb.ListCommandsResponse.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Mdb.ListCommandsResponse.BuildermergeFrom(com.google.protobuf.Message other)Mdb.ListCommandsResponse.BuildermergeFrom(Mdb.ListCommandsResponse other)Mdb.ListCommandsResponse.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Mdb.ListCommandsResponse.BuilderremoveCommands(int index)repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;Mdb.ListCommandsResponse.BuildersetCommands(int index, Mdb.CommandInfo value)repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;Mdb.ListCommandsResponse.BuildersetCommands(int index, Mdb.CommandInfo.Builder builderForValue)repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;Mdb.ListCommandsResponse.BuildersetContinuationToken(String value)optional string continuationToken = 2;Mdb.ListCommandsResponse.BuildersetContinuationTokenBytes(com.google.protobuf.ByteString value)optional string continuationToken = 2;Mdb.ListCommandsResponse.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Mdb.ListCommandsResponse.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Mdb.ListCommandsResponse.BuildersetSpaceSystems(int index, String value)repeated string spaceSystems = 4;Mdb.ListCommandsResponse.BuildersetTotalSize(int value)optional int32 totalSize = 3;Mdb.ListCommandsResponse.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.ListCommandsResponse.Builder>
-
clear
public Mdb.ListCommandsResponse.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.ListCommandsResponse.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.ListCommandsResponse.Builder>
-
getDefaultInstanceForType
public Mdb.ListCommandsResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Mdb.ListCommandsResponse build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Mdb.ListCommandsResponse buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Mdb.ListCommandsResponse.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.ListCommandsResponse.Builder>
-
setField
public Mdb.ListCommandsResponse.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.ListCommandsResponse.Builder>
-
clearField
public Mdb.ListCommandsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListCommandsResponse.Builder>
-
clearOneof
public Mdb.ListCommandsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListCommandsResponse.Builder>
-
setRepeatedField
public Mdb.ListCommandsResponse.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.ListCommandsResponse.Builder>
-
addRepeatedField
public Mdb.ListCommandsResponse.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.ListCommandsResponse.Builder>
-
mergeFrom
public Mdb.ListCommandsResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Mdb.ListCommandsResponse.Builder>
-
mergeFrom
public Mdb.ListCommandsResponse.Builder mergeFrom(Mdb.ListCommandsResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListCommandsResponse.Builder>
-
mergeFrom
public Mdb.ListCommandsResponse.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.ListCommandsResponse.Builder>- Throws:
IOException
-
getSpaceSystemsList
public com.google.protobuf.ProtocolStringList getSpaceSystemsList()
repeated string spaceSystems = 4;- Specified by:
getSpaceSystemsListin interfaceMdb.ListCommandsResponseOrBuilder
-
getSpaceSystemsCount
public int getSpaceSystemsCount()
repeated string spaceSystems = 4;- Specified by:
getSpaceSystemsCountin interfaceMdb.ListCommandsResponseOrBuilder
-
getSpaceSystems
public String getSpaceSystems(int index)
repeated string spaceSystems = 4;- Specified by:
getSpaceSystemsin interfaceMdb.ListCommandsResponseOrBuilder
-
getSpaceSystemsBytes
public com.google.protobuf.ByteString getSpaceSystemsBytes(int index)
repeated string spaceSystems = 4;- Specified by:
getSpaceSystemsBytesin interfaceMdb.ListCommandsResponseOrBuilder
-
setSpaceSystems
public Mdb.ListCommandsResponse.Builder setSpaceSystems(int index, String value)
repeated string spaceSystems = 4;
-
addSpaceSystems
public Mdb.ListCommandsResponse.Builder addSpaceSystems(String value)
repeated string spaceSystems = 4;
-
addAllSpaceSystems
public Mdb.ListCommandsResponse.Builder addAllSpaceSystems(Iterable<String> values)
repeated string spaceSystems = 4;
-
clearSpaceSystems
public Mdb.ListCommandsResponse.Builder clearSpaceSystems()
repeated string spaceSystems = 4;
-
addSpaceSystemsBytes
public Mdb.ListCommandsResponse.Builder addSpaceSystemsBytes(com.google.protobuf.ByteString value)
repeated string spaceSystems = 4;
-
getCommandsList
public List<Mdb.CommandInfo> getCommandsList()
repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;- Specified by:
getCommandsListin interfaceMdb.ListCommandsResponseOrBuilder
-
getCommandsCount
public int getCommandsCount()
repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;- Specified by:
getCommandsCountin interfaceMdb.ListCommandsResponseOrBuilder
-
getCommands
public Mdb.CommandInfo getCommands(int index)
repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;- Specified by:
getCommandsin interfaceMdb.ListCommandsResponseOrBuilder
-
setCommands
public Mdb.ListCommandsResponse.Builder setCommands(int index, Mdb.CommandInfo value)
repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;
-
setCommands
public Mdb.ListCommandsResponse.Builder setCommands(int index, Mdb.CommandInfo.Builder builderForValue)
repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;
-
addCommands
public Mdb.ListCommandsResponse.Builder addCommands(Mdb.CommandInfo value)
repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;
-
addCommands
public Mdb.ListCommandsResponse.Builder addCommands(int index, Mdb.CommandInfo value)
repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;
-
addCommands
public Mdb.ListCommandsResponse.Builder addCommands(Mdb.CommandInfo.Builder builderForValue)
repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;
-
addCommands
public Mdb.ListCommandsResponse.Builder addCommands(int index, Mdb.CommandInfo.Builder builderForValue)
repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;
-
addAllCommands
public Mdb.ListCommandsResponse.Builder addAllCommands(Iterable<? extends Mdb.CommandInfo> values)
repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;
-
clearCommands
public Mdb.ListCommandsResponse.Builder clearCommands()
repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;
-
removeCommands
public Mdb.ListCommandsResponse.Builder removeCommands(int index)
repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;
-
getCommandsBuilder
public Mdb.CommandInfo.Builder getCommandsBuilder(int index)
repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;
-
getCommandsOrBuilder
public Mdb.CommandInfoOrBuilder getCommandsOrBuilder(int index)
repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;- Specified by:
getCommandsOrBuilderin interfaceMdb.ListCommandsResponseOrBuilder
-
getCommandsOrBuilderList
public List<? extends Mdb.CommandInfoOrBuilder> getCommandsOrBuilderList()
repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;- Specified by:
getCommandsOrBuilderListin interfaceMdb.ListCommandsResponseOrBuilder
-
addCommandsBuilder
public Mdb.CommandInfo.Builder addCommandsBuilder()
repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;
-
addCommandsBuilder
public Mdb.CommandInfo.Builder addCommandsBuilder(int index)
repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;
-
getCommandsBuilderList
public List<Mdb.CommandInfo.Builder> getCommandsBuilderList()
repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;
-
hasContinuationToken
public boolean hasContinuationToken()
optional string continuationToken = 2;- Specified by:
hasContinuationTokenin interfaceMdb.ListCommandsResponseOrBuilder
-
getContinuationToken
public String getContinuationToken()
optional string continuationToken = 2;- Specified by:
getContinuationTokenin interfaceMdb.ListCommandsResponseOrBuilder
-
getContinuationTokenBytes
public com.google.protobuf.ByteString getContinuationTokenBytes()
optional string continuationToken = 2;- Specified by:
getContinuationTokenBytesin interfaceMdb.ListCommandsResponseOrBuilder
-
setContinuationToken
public Mdb.ListCommandsResponse.Builder setContinuationToken(String value)
optional string continuationToken = 2;
-
clearContinuationToken
public Mdb.ListCommandsResponse.Builder clearContinuationToken()
optional string continuationToken = 2;
-
setContinuationTokenBytes
public Mdb.ListCommandsResponse.Builder setContinuationTokenBytes(com.google.protobuf.ByteString value)
optional string continuationToken = 2;
-
hasTotalSize
public boolean hasTotalSize()
optional int32 totalSize = 3;- Specified by:
hasTotalSizein interfaceMdb.ListCommandsResponseOrBuilder
-
getTotalSize
public int getTotalSize()
optional int32 totalSize = 3;- Specified by:
getTotalSizein interfaceMdb.ListCommandsResponseOrBuilder
-
setTotalSize
public Mdb.ListCommandsResponse.Builder setTotalSize(int value)
optional int32 totalSize = 3;
-
clearTotalSize
public Mdb.ListCommandsResponse.Builder clearTotalSize()
optional int32 totalSize = 3;
-
setUnknownFields
public final Mdb.ListCommandsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListCommandsResponse.Builder>
-
mergeUnknownFields
public final Mdb.ListCommandsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Mdb.ListCommandsResponse.Builder>
-
-