Package codegen
Class LoaderGrpc.LoaderFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<LoaderGrpc.LoaderFutureStub>
-
- codegen.LoaderGrpc.LoaderFutureStub
-
- Enclosing class:
- LoaderGrpc
public static final class LoaderGrpc.LoaderFutureStub extends io.grpc.stub.AbstractFutureStub<LoaderGrpc.LoaderFutureStub>
A stub to allow clients to do ListenableFuture-style 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.LoaderFutureStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.common.util.concurrent.ListenableFuture<LoaderOuterClass.GetSchemaResponse>
getSchema(LoaderOuterClass.GetSchemaRequest request)
GetSchema tries to find a schema for the given package and version.
-
-
-
Method Detail
-
build
protected LoaderGrpc.LoaderFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<LoaderGrpc.LoaderFutureStub>
-
getSchema
public com.google.common.util.concurrent.ListenableFuture<LoaderOuterClass.GetSchemaResponse> getSchema(LoaderOuterClass.GetSchemaRequest request)
GetSchema tries to find a schema for the given package and version.
-
-