class

MinknowApi::Ui::SequencingRun::Presets::PresetsService::Service

Inherits GRPC::Service < Reference < Object

Service is the generated abstract base class for server implementations. Subclass it and implement each RPC method, then register with GRPC::Server#handle.

Instance methods

check_preset(request : CheckPresetRequest, ctx : GRPC::ServerContext) : CheckPresetResponse
Source
delete_preset(request : DeletePresetRequest, ctx : GRPC::ServerContext) : DeletePresetResponse
Source
dispatch(method : String, body : Bytes, ctx : GRPC::ServerContext) : Tuple(Bytes, GRPC::Status)

dispatch routes an incoming unary RPC call to the correct method implementation. Returns {response_body : Bytes, status : Status}.

Source
get_preset(request : GetPresetRequest, ctx : GRPC::ServerContext) : GetPresetResponse
Source
get_start_protocol(request : GetStartProtocolRequest, ctx : GRPC::ServerContext) : GetStartProtocolResponse
Source
list_presets(request : ListPresetsRequest, ctx : GRPC::ServerContext) : ListPresetsResponse
Source
service_full_name

service_full_name returns the full gRPC service name (e.g. "helloworld.Greeter").

Source
store_preset(request : StorePresetRequest, ctx : GRPC::ServerContext) : StorePresetResponse
Source