Uses of Class
org.yamcs.protobuf.Mdb.CommandInfo
Packages that use Mdb.CommandInfo
-
Uses of Mdb.CommandInfo in org.yamcs.client.mdb
Methods in org.yamcs.client.mdb that return types with arguments of type Mdb.CommandInfoModifier and TypeMethodDescriptionMissionDatabaseClient.getCommand
(String name) MissionDatabaseClient.listCommands
(MissionDatabaseClient.ListOptions.ListOption... options) MissionDatabaseClient.listCommandsForSystem
(String system) -
Uses of Mdb.CommandInfo in org.yamcs.http.api
Methods in org.yamcs.http.api that return Mdb.CommandInfoModifier and TypeMethodDescriptionstatic Mdb.CommandInfo
XtceToGpbAssembler.toCommandInfo
(MetaCommand cmd, XtceToGpbAssembler.DetailLevel detail) Method parameters in org.yamcs.http.api with type arguments of type Mdb.CommandInfoModifier and TypeMethodDescriptionvoid
MdbApi.getCommand
(Context ctx, Mdb.GetCommandRequest request, Observer<Mdb.CommandInfo> observer) -
Uses of Mdb.CommandInfo in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type Mdb.CommandInfoModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<Mdb.CommandInfo>
Mdb.CommandInfo.PARSER
Deprecated.Methods in org.yamcs.protobuf that return Mdb.CommandInfoModifier and TypeMethodDescriptionMdb.CommandInfo.Builder.build()
Mdb.CommandInfo.Builder.buildPartial()
Mdb.CommandInfo.Builder.getBaseCommand()
optional .yamcs.protobuf.mdb.CommandInfo baseCommand = 6;
Mdb.CommandInfo.getBaseCommand()
optional .yamcs.protobuf.mdb.CommandInfo baseCommand = 6;
Mdb.CommandInfoOrBuilder.getBaseCommand()
optional .yamcs.protobuf.mdb.CommandInfo baseCommand = 6;
Mdb.MissionDatabaseItem.Builder.getCommand()
A commandMdb.MissionDatabaseItem.getCommand()
A commandMdb.MissionDatabaseItemOrBuilder.getCommand()
A commandMdb.ListCommandsResponse.Builder.getCommands
(int index) Matching commandsMdb.ListCommandsResponse.getCommands
(int index) Matching commandsMdb.ListCommandsResponseOrBuilder.getCommands
(int index) Matching commandsstatic Mdb.CommandInfo
Mdb.CommandInfo.getDefaultInstance()
Mdb.CommandInfo.Builder.getDefaultInstanceForType()
Mdb.CommandInfo.getDefaultInstanceForType()
static Mdb.CommandInfo
Mdb.CommandInfo.parseDelimitedFrom
(InputStream input) static Mdb.CommandInfo
Mdb.CommandInfo.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Mdb.CommandInfo
Mdb.CommandInfo.parseFrom
(byte[] data) static Mdb.CommandInfo
Mdb.CommandInfo.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Mdb.CommandInfo
Mdb.CommandInfo.parseFrom
(com.google.protobuf.ByteString data) static Mdb.CommandInfo
Mdb.CommandInfo.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Mdb.CommandInfo
Mdb.CommandInfo.parseFrom
(com.google.protobuf.CodedInputStream input) static Mdb.CommandInfo
Mdb.CommandInfo.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Mdb.CommandInfo
Mdb.CommandInfo.parseFrom
(InputStream input) static Mdb.CommandInfo
Mdb.CommandInfo.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Mdb.CommandInfo
Mdb.CommandInfo.parseFrom
(ByteBuffer data) static Mdb.CommandInfo
Mdb.CommandInfo.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.yamcs.protobuf that return types with arguments of type Mdb.CommandInfoModifier and TypeMethodDescriptionMdb.ListCommandsResponse.Builder.getCommandsList()
Matching commandsMdb.ListCommandsResponse.getCommandsList()
Matching commandsMdb.ListCommandsResponseOrBuilder.getCommandsList()
Matching commandscom.google.protobuf.Parser<Mdb.CommandInfo>
Mdb.CommandInfo.getParserForType()
static com.google.protobuf.Parser<Mdb.CommandInfo>
Mdb.CommandInfo.parser()
Methods in org.yamcs.protobuf with parameters of type Mdb.CommandInfoModifier and TypeMethodDescriptionMdb.ListCommandsResponse.Builder.addCommands
(int index, Mdb.CommandInfo value) Matching commandsMdb.ListCommandsResponse.Builder.addCommands
(Mdb.CommandInfo value) Matching commandsMdb.CommandInfo.Builder.mergeBaseCommand
(Mdb.CommandInfo value) optional .yamcs.protobuf.mdb.CommandInfo baseCommand = 6;
Mdb.MissionDatabaseItem.Builder.mergeCommand
(Mdb.CommandInfo value) A commandMdb.CommandInfo.Builder.mergeFrom
(Mdb.CommandInfo other) static Mdb.CommandInfo.Builder
Mdb.CommandInfo.newBuilder
(Mdb.CommandInfo prototype) Mdb.CommandInfo.Builder.setBaseCommand
(Mdb.CommandInfo value) optional .yamcs.protobuf.mdb.CommandInfo baseCommand = 6;
Mdb.MissionDatabaseItem.Builder.setCommand
(Mdb.CommandInfo value) A commandMdb.ListCommandsResponse.Builder.setCommands
(int index, Mdb.CommandInfo value) Matching commandsMethod parameters in org.yamcs.protobuf with type arguments of type Mdb.CommandInfoModifier and TypeMethodDescriptionMdb.ListCommandsResponse.Builder.addAllCommands
(Iterable<? extends Mdb.CommandInfo> values) Matching commandsabstract void
AbstractMdbApi.getCommand
(T ctx, Mdb.GetCommandRequest request, Observer<Mdb.CommandInfo> observer) Get a commandfinal void
MdbApiClient.getCommand
(Void ctx, Mdb.GetCommandRequest request, Observer<Mdb.CommandInfo> observer) Get a command