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