public static final class ModelGrpc.ModelStub extends io.grpc.stub.AbstractAsyncStub<ModelGrpc.ModelStub>
| Modifier and Type | Method and Description |
|---|---|
protected ModelGrpc.ModelStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
deleteManifest(DeleteManifestRequest request,
io.grpc.stub.StreamObserver<DeleteManifestResponse> responseObserver)
delete manifest instance
|
void |
getManifest(GetManifestRequest request,
io.grpc.stub.StreamObserver<GetManifestResponse> responseObserver)
get manifest instance
|
io.grpc.stub.StreamObserver<SetManifestRequest> |
setManifest(io.grpc.stub.StreamObserver<SetManifestResponse> responseObserver)
set manifest instance
|
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReadyprotected ModelGrpc.ModelStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ModelGrpc.ModelStub>public void getManifest(GetManifestRequest request, io.grpc.stub.StreamObserver<GetManifestResponse> responseObserver)
get manifest instance
public io.grpc.stub.StreamObserver<SetManifestRequest> setManifest(io.grpc.stub.StreamObserver<SetManifestResponse> responseObserver)
set manifest instance
public void deleteManifest(DeleteManifestRequest request, io.grpc.stub.StreamObserver<DeleteManifestResponse> responseObserver)
delete manifest instance
Copyright © 2024. All rights reserved.