Uses of Class
org.yamcs.protobuf.Commanding.CommandHistoryEntry
-
Packages that use Commanding.CommandHistoryEntry Package Description org.yamcs.protobuf -
-
Uses of Commanding.CommandHistoryEntry in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type Commanding.CommandHistoryEntry Modifier and Type Field Description static com.google.protobuf.Parser<Commanding.CommandHistoryEntry>Commanding.CommandHistoryEntry. PARSERDeprecated.Methods in org.yamcs.protobuf that return Commanding.CommandHistoryEntry Modifier and Type Method Description Commanding.CommandHistoryEntryCommanding.CommandHistoryEntry.Builder. build()Commanding.CommandHistoryEntryCommanding.CommandHistoryEntry.Builder. buildPartial()static Commanding.CommandHistoryEntryCommanding.CommandHistoryEntry. getDefaultInstance()Commanding.CommandHistoryEntryCommanding.CommandHistoryEntry.Builder. getDefaultInstanceForType()Commanding.CommandHistoryEntryCommanding.CommandHistoryEntry. getDefaultInstanceForType()Commanding.CommandHistoryEntryListCommandsResponse.Builder. getEntry(int index)repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;Commanding.CommandHistoryEntryListCommandsResponse. getEntry(int index)repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;Commanding.CommandHistoryEntryListCommandsResponseOrBuilder. getEntry(int index)repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;static Commanding.CommandHistoryEntryCommanding.CommandHistoryEntry. parseDelimitedFrom(InputStream input)static Commanding.CommandHistoryEntryCommanding.CommandHistoryEntry. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Commanding.CommandHistoryEntryCommanding.CommandHistoryEntry. parseFrom(byte[] data)static Commanding.CommandHistoryEntryCommanding.CommandHistoryEntry. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Commanding.CommandHistoryEntryCommanding.CommandHistoryEntry. parseFrom(com.google.protobuf.ByteString data)static Commanding.CommandHistoryEntryCommanding.CommandHistoryEntry. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Commanding.CommandHistoryEntryCommanding.CommandHistoryEntry. parseFrom(com.google.protobuf.CodedInputStream input)static Commanding.CommandHistoryEntryCommanding.CommandHistoryEntry. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Commanding.CommandHistoryEntryCommanding.CommandHistoryEntry. parseFrom(InputStream input)static Commanding.CommandHistoryEntryCommanding.CommandHistoryEntry. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Commanding.CommandHistoryEntryCommanding.CommandHistoryEntry. parseFrom(ByteBuffer data)static Commanding.CommandHistoryEntryCommanding.CommandHistoryEntry. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type Commanding.CommandHistoryEntry Modifier and Type Method Description List<Commanding.CommandHistoryEntry>ListCommandsResponse.Builder. getEntryList()repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;List<Commanding.CommandHistoryEntry>ListCommandsResponse. getEntryList()repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;List<Commanding.CommandHistoryEntry>ListCommandsResponseOrBuilder. getEntryList()repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;com.google.protobuf.Parser<Commanding.CommandHistoryEntry>Commanding.CommandHistoryEntry. getParserForType()static com.google.protobuf.Parser<Commanding.CommandHistoryEntry>Commanding.CommandHistoryEntry. parser()Methods in org.yamcs.protobuf with parameters of type Commanding.CommandHistoryEntry Modifier and Type Method Description ListCommandsResponse.BuilderListCommandsResponse.Builder. addEntry(int index, Commanding.CommandHistoryEntry value)repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;ListCommandsResponse.BuilderListCommandsResponse.Builder. addEntry(Commanding.CommandHistoryEntry value)repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;Commanding.CommandHistoryEntry.BuilderCommanding.CommandHistoryEntry.Builder. mergeFrom(Commanding.CommandHistoryEntry other)static Commanding.CommandHistoryEntry.BuilderCommanding.CommandHistoryEntry. newBuilder(Commanding.CommandHistoryEntry prototype)ListCommandsResponse.BuilderListCommandsResponse.Builder. setEntry(int index, Commanding.CommandHistoryEntry value)repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;Method parameters in org.yamcs.protobuf with type arguments of type Commanding.CommandHistoryEntry Modifier and Type Method Description ListCommandsResponse.BuilderListCommandsResponse.Builder. addAllEntry(Iterable<? extends Commanding.CommandHistoryEntry> values)repeated .yamcs.protobuf.commanding.CommandHistoryEntry entry = 1;abstract voidAbstractCommandsApi. getCommand(T ctx, GetCommandRequest request, Observer<Commanding.CommandHistoryEntry> observer)Get a commandvoidCommandsApiClient. getCommand(Void ctx, GetCommandRequest request, Observer<Commanding.CommandHistoryEntry> observer)Get a commandabstract voidAbstractCommandsApi. streamCommands(T ctx, StreamCommandsRequest request, Observer<Commanding.CommandHistoryEntry> observer)Streams back commandsvoidCommandsApiClient. streamCommands(Void ctx, StreamCommandsRequest request, Observer<Commanding.CommandHistoryEntry> observer)Streams back commandsabstract voidAbstractCommandsApi. subscribeCommands(T ctx, SubscribeCommandsRequest request, Observer<Commanding.CommandHistoryEntry> observer)Receive updates on issued commandsvoidCommandsApiClient. subscribeCommands(Void ctx, SubscribeCommandsRequest request, Observer<Commanding.CommandHistoryEntry> observer)Receive updates on issued commands
-