Uses of Class
org.yamcs.studio.spell.api.ExecutorInfo.Builder
Packages that use ExecutorInfo.Builder
-
Uses of ExecutorInfo.Builder in org.yamcs.studio.spell.api
Methods in org.yamcs.studio.spell.api that return ExecutorInfo.BuilderModifier and TypeMethodDescriptionExecutorInfo.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ExecutorInfo.Builder.clear()
ExecutorInfo.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) ExecutorInfo.Builder.clearId()
optional string id = 1;
ExecutorInfo.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) ExecutorInfo.Builder.clone()
ExecutorInfo.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ExecutorInfo.Builder.mergeFrom
(com.google.protobuf.Message other) ExecutorInfo.Builder.mergeFrom
(ExecutorInfo other) final ExecutorInfo.Builder
ExecutorInfo.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static ExecutorInfo.Builder
ExecutorInfo.newBuilder()
static ExecutorInfo.Builder
ExecutorInfo.newBuilder
(ExecutorInfo prototype) ExecutorInfo.newBuilderForType()
protected ExecutorInfo.Builder
ExecutorInfo.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) optional string id = 1;
ExecutorInfo.Builder.setIdBytes
(com.google.protobuf.ByteString value) optional string id = 1;
ExecutorInfo.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final ExecutorInfo.Builder
ExecutorInfo.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) ExecutorInfo.toBuilder()