Uses of Class
org.yamcs.studio.spell.api.ExecutorInfo
Packages that use ExecutorInfo
-
Uses of ExecutorInfo in org.yamcs.studio.spell.api
Fields in org.yamcs.studio.spell.api with type parameters of type ExecutorInfoModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<ExecutorInfo>
ExecutorInfo.PARSER
Deprecated.Methods in org.yamcs.studio.spell.api that return ExecutorInfoModifier 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) Methods in org.yamcs.studio.spell.api that return types with arguments of type ExecutorInfoModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ExecutorInfo>
ExecutorInfo.getParserForType()
static com.google.protobuf.Parser<ExecutorInfo>
ExecutorInfo.parser()
Methods in org.yamcs.studio.spell.api with parameters of type ExecutorInfoModifier and TypeMethodDescriptionExecutorInfo.Builder.mergeFrom
(ExecutorInfo other) static ExecutorInfo.Builder
ExecutorInfo.newBuilder
(ExecutorInfo prototype) Method parameters in org.yamcs.studio.spell.api with type arguments of type ExecutorInfoModifier and TypeMethodDescriptionabstract void
AbstractStudioSpellApi.startProcedure
(T ctx, StartProcedureRequest request, Observer<ExecutorInfo> observer) final void
StudioSpellApiClient.startProcedure
(Void ctx, StartProcedureRequest request, Observer<ExecutorInfo> observer)