Uses of Class
org.yamcs.studio.spell.api.ExecutorInfo
-
Uses of ExecutorInfo in org.yamcs.studio.spell.api
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<ExecutorInfo>
ExecutorInfo.PARSER
Deprecated.Modifier and TypeMethodDescriptionExecutorInfo.Builder.build()
ExecutorInfo.Builder.buildPartial()
static ExecutorInfo
ExecutorInfo.getDefaultInstance()
ExecutorInfo.Builder.getDefaultInstanceForType()
ExecutorInfo.getDefaultInstanceForType()
static ExecutorInfo
ExecutorInfo.parseDelimitedFrom
(InputStream input) static ExecutorInfo
ExecutorInfo.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExecutorInfo
ExecutorInfo.parseFrom
(byte[] data) static ExecutorInfo
ExecutorInfo.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExecutorInfo
ExecutorInfo.parseFrom
(com.google.protobuf.ByteString data) static ExecutorInfo
ExecutorInfo.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExecutorInfo
ExecutorInfo.parseFrom
(com.google.protobuf.CodedInputStream input) static ExecutorInfo
ExecutorInfo.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExecutorInfo
ExecutorInfo.parseFrom
(InputStream input) static ExecutorInfo
ExecutorInfo.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExecutorInfo
ExecutorInfo.parseFrom
(ByteBuffer data) static ExecutorInfo
ExecutorInfo.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<ExecutorInfo>
ExecutorInfo.getParserForType()
static com.google.protobuf.Parser<ExecutorInfo>
ExecutorInfo.parser()
Modifier and TypeMethodDescriptionExecutorInfo.Builder.mergeFrom
(ExecutorInfo other) static ExecutorInfo.Builder
ExecutorInfo.newBuilder
(ExecutorInfo prototype) Modifier and TypeMethodDescriptionabstract void
AbstractStudioSpellApi.startProcedure
(T ctx, StartProcedureRequest request, Observer<ExecutorInfo> observer) final void
StudioSpellApiClient.startProcedure
(Void ctx, StartProcedureRequest request, Observer<ExecutorInfo> observer)