Package codegen
Class LoaderGrpc.LoaderStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<LoaderGrpc.LoaderStub>
-
- codegen.LoaderGrpc.LoaderStub
-
- Enclosing class:
- LoaderGrpc
public static final class LoaderGrpc.LoaderStub extends io.grpc.stub.AbstractAsyncStub<LoaderGrpc.LoaderStub>
A stub to allow clients to do asynchronous rpc calls to service Loader.Loader is a service for getting schemas from the Pulumi engine for use in code generators and other tools. This is currently unstable and experimental.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LoaderGrpc.LoaderStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
void
getSchema(LoaderOuterClass.GetSchemaRequest request, io.grpc.stub.StreamObserver<LoaderOuterClass.GetSchemaResponse> responseObserver)
GetSchema tries to find a schema for the given package and version.
-
-
-
Method Detail
-
build
protected LoaderGrpc.LoaderStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<LoaderGrpc.LoaderStub>
-
getSchema
public void getSchema(LoaderOuterClass.GetSchemaRequest request, io.grpc.stub.StreamObserver<LoaderOuterClass.GetSchemaResponse> responseObserver)
GetSchema tries to find a schema for the given package and version.
-
-