Uses of Class
org.yamcs.protobuf.Mdb.CommandInfo
-
Packages that use Mdb.CommandInfo Package Description org.yamcs.protobuf -
-
Uses of Mdb.CommandInfo in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type Mdb.CommandInfo Modifier and Type Field Description static com.google.protobuf.Parser<Mdb.CommandInfo>Mdb.CommandInfo. PARSERDeprecated.Methods in org.yamcs.protobuf that return Mdb.CommandInfo Modifier and Type Method Description Mdb.CommandInfoMdb.CommandInfo.Builder. build()Mdb.CommandInfoMdb.CommandInfo.Builder. buildPartial()Mdb.CommandInfoMdb.CommandInfo.Builder. getBaseCommand()optional .yamcs.protobuf.mdb.CommandInfo baseCommand = 6;Mdb.CommandInfoMdb.CommandInfo. getBaseCommand()optional .yamcs.protobuf.mdb.CommandInfo baseCommand = 6;Mdb.CommandInfoMdb.CommandInfoOrBuilder. getBaseCommand()optional .yamcs.protobuf.mdb.CommandInfo baseCommand = 6;Mdb.CommandInfoMdb.ListCommandsResponse.Builder. getCommands(int index)repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;Mdb.CommandInfoMdb.ListCommandsResponse. getCommands(int index)repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;Mdb.CommandInfoMdb.ListCommandsResponseOrBuilder. getCommands(int index)repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;static Mdb.CommandInfoMdb.CommandInfo. getDefaultInstance()Mdb.CommandInfoMdb.CommandInfo.Builder. getDefaultInstanceForType()Mdb.CommandInfoMdb.CommandInfo. getDefaultInstanceForType()static Mdb.CommandInfoMdb.CommandInfo. parseDelimitedFrom(InputStream input)static Mdb.CommandInfoMdb.CommandInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Mdb.CommandInfoMdb.CommandInfo. parseFrom(byte[] data)static Mdb.CommandInfoMdb.CommandInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Mdb.CommandInfoMdb.CommandInfo. parseFrom(com.google.protobuf.ByteString data)static Mdb.CommandInfoMdb.CommandInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Mdb.CommandInfoMdb.CommandInfo. parseFrom(com.google.protobuf.CodedInputStream input)static Mdb.CommandInfoMdb.CommandInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Mdb.CommandInfoMdb.CommandInfo. parseFrom(InputStream input)static Mdb.CommandInfoMdb.CommandInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Mdb.CommandInfoMdb.CommandInfo. parseFrom(ByteBuffer data)static Mdb.CommandInfoMdb.CommandInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type Mdb.CommandInfo Modifier and Type Method Description List<Mdb.CommandInfo>Mdb.ListCommandsResponse.Builder. getCommandsList()repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;List<Mdb.CommandInfo>Mdb.ListCommandsResponse. getCommandsList()repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;List<Mdb.CommandInfo>Mdb.ListCommandsResponseOrBuilder. getCommandsList()repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;com.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.CommandInfo Modifier and Type Method Description Mdb.ListCommandsResponse.BuilderMdb.ListCommandsResponse.Builder. addCommands(int index, Mdb.CommandInfo value)repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;Mdb.ListCommandsResponse.BuilderMdb.ListCommandsResponse.Builder. addCommands(Mdb.CommandInfo value)repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;Mdb.CommandInfo.BuilderMdb.CommandInfo.Builder. mergeBaseCommand(Mdb.CommandInfo value)optional .yamcs.protobuf.mdb.CommandInfo baseCommand = 6;Mdb.CommandInfo.BuilderMdb.CommandInfo.Builder. mergeFrom(Mdb.CommandInfo other)static Mdb.CommandInfo.BuilderMdb.CommandInfo. newBuilder(Mdb.CommandInfo prototype)Mdb.CommandInfo.BuilderMdb.CommandInfo.Builder. setBaseCommand(Mdb.CommandInfo value)optional .yamcs.protobuf.mdb.CommandInfo baseCommand = 6;Mdb.ListCommandsResponse.BuilderMdb.ListCommandsResponse.Builder. setCommands(int index, Mdb.CommandInfo value)repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;Method parameters in org.yamcs.protobuf with type arguments of type Mdb.CommandInfo Modifier and Type Method Description Mdb.ListCommandsResponse.BuilderMdb.ListCommandsResponse.Builder. addAllCommands(Iterable<? extends Mdb.CommandInfo> values)repeated .yamcs.protobuf.mdb.CommandInfo commands = 1;abstract voidAbstractMdbApi. getCommand(T ctx, Mdb.GetCommandRequest request, Observer<Mdb.CommandInfo> observer)Get a commandvoidMdbApiClient. getCommand(Void ctx, Mdb.GetCommandRequest request, Observer<Mdb.CommandInfo> observer)Get a command
-