Package codegen
Interface LoaderGrpc.AsyncService
-
- All Known Implementing Classes:
LoaderGrpc.LoaderImplBase
- Enclosing class:
- LoaderGrpc
public static interface LoaderGrpc.AsyncService
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 Default Methods Modifier and Type Method Description default 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
-
getSchema
default void getSchema(LoaderOuterClass.GetSchemaRequest request, io.grpc.stub.StreamObserver<LoaderOuterClass.GetSchemaResponse> responseObserver)
GetSchema tries to find a schema for the given package and version.
-
-