Package codegen
Class MapperGrpc.MapperFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<MapperGrpc.MapperFutureStub>
-
- codegen.MapperGrpc.MapperFutureStub
-
- Enclosing class:
- MapperGrpc
public static final class MapperGrpc.MapperFutureStub extends io.grpc.stub.AbstractFutureStub<MapperGrpc.MapperFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service Mapper.Mapper is a service for getting mappings from other ecosystems to Pulumi. This is currently unstable and experimental.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MapperGrpc.MapperFutureStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.common.util.concurrent.ListenableFuture<MapperOuterClass.GetMappingResponse>
getMapping(MapperOuterClass.GetMappingRequest request)
GetMapping tries to find a mapping for the given provider.
-
-
-
Method Detail
-
build
protected MapperGrpc.MapperFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<MapperGrpc.MapperFutureStub>
-
getMapping
public com.google.common.util.concurrent.ListenableFuture<MapperOuterClass.GetMappingResponse> getMapping(MapperOuterClass.GetMappingRequest request)
GetMapping tries to find a mapping for the given provider.
-
-