Uses of Class
org.yamcs.protobuf.SubscribeCommandsRequest
Packages that use SubscribeCommandsRequest
-
Uses of SubscribeCommandsRequest in org.yamcs.http.api
Methods in org.yamcs.http.api with parameters of type SubscribeCommandsRequestModifier and TypeMethodDescriptionvoid
CommandsApi.subscribeCommands
(Context ctx, SubscribeCommandsRequest request, Observer<Commanding.CommandHistoryEntry> observer) -
Uses of SubscribeCommandsRequest in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type SubscribeCommandsRequestModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<SubscribeCommandsRequest>
SubscribeCommandsRequest.PARSER
Deprecated.Methods in org.yamcs.protobuf that return SubscribeCommandsRequestModifier and TypeMethodDescriptionSubscribeCommandsRequest.Builder.build()
SubscribeCommandsRequest.Builder.buildPartial()
static SubscribeCommandsRequest
SubscribeCommandsRequest.getDefaultInstance()
SubscribeCommandsRequest.Builder.getDefaultInstanceForType()
SubscribeCommandsRequest.getDefaultInstanceForType()
static SubscribeCommandsRequest
SubscribeCommandsRequest.parseDelimitedFrom
(InputStream input) static SubscribeCommandsRequest
SubscribeCommandsRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubscribeCommandsRequest
SubscribeCommandsRequest.parseFrom
(byte[] data) static SubscribeCommandsRequest
SubscribeCommandsRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubscribeCommandsRequest
SubscribeCommandsRequest.parseFrom
(com.google.protobuf.ByteString data) static SubscribeCommandsRequest
SubscribeCommandsRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubscribeCommandsRequest
SubscribeCommandsRequest.parseFrom
(com.google.protobuf.CodedInputStream input) static SubscribeCommandsRequest
SubscribeCommandsRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubscribeCommandsRequest
SubscribeCommandsRequest.parseFrom
(InputStream input) static SubscribeCommandsRequest
SubscribeCommandsRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubscribeCommandsRequest
SubscribeCommandsRequest.parseFrom
(ByteBuffer data) static SubscribeCommandsRequest
SubscribeCommandsRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.yamcs.protobuf that return types with arguments of type SubscribeCommandsRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<SubscribeCommandsRequest>
SubscribeCommandsRequest.getParserForType()
static com.google.protobuf.Parser<SubscribeCommandsRequest>
SubscribeCommandsRequest.parser()
Methods in org.yamcs.protobuf with parameters of type SubscribeCommandsRequestModifier and TypeMethodDescriptionSubscribeCommandsRequest.Builder.mergeFrom
(SubscribeCommandsRequest other) SubscribeCommandsRequest.newBuilder
(SubscribeCommandsRequest prototype) abstract void
AbstractCommandsApi.subscribeCommands
(T ctx, SubscribeCommandsRequest request, Observer<Commanding.CommandHistoryEntry> observer) Receive updates on issued commandsfinal void
CommandsApiClient.subscribeCommands
(Void ctx, SubscribeCommandsRequest request, Observer<Commanding.CommandHistoryEntry> observer) Receive updates on issued commands