Package codegen
Interface MapperGrpc.AsyncService
-
- All Known Implementing Classes:
MapperGrpc.MapperImplBase
- Enclosing class:
- MapperGrpc
public static interface MapperGrpc.AsyncService
Mapper is a service for getting mappings from other ecosystems to Pulumi. This is currently unstable and experimental.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
getMapping(MapperOuterClass.GetMappingRequest request, io.grpc.stub.StreamObserver<MapperOuterClass.GetMappingResponse> responseObserver)
GetMapping tries to find a mapping for the given provider.
-
-
-
Method Detail
-
getMapping
default void getMapping(MapperOuterClass.GetMappingRequest request, io.grpc.stub.StreamObserver<MapperOuterClass.GetMappingResponse> responseObserver)
GetMapping tries to find a mapping for the given provider.
-
-