public static final class GatewayControlGrpc.GatewayControlStub extends AbstractAsyncStub<GatewayControlGrpc.GatewayControlStub>
A stub to allow clients to do asynchronous rpc calls to service GatewayControl.
GatewayControl is the control plane API for Connect Gateway.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > GatewayControlGrpc.GatewayControlStubMethods
build(Channel channel, CallOptions callOptions)
protected GatewayControlGrpc.GatewayControlStub build(Channel channel, CallOptions callOptions)
Parameters | |
---|---|
Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
Returns | |
---|---|
Type | Description |
GatewayControlGrpc.GatewayControlStub |
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
generateCredentials(GenerateCredentialsRequest request, StreamObserver<GenerateCredentialsResponse> responseObserver)
public void generateCredentials(GenerateCredentialsRequest request, StreamObserver<GenerateCredentialsResponse> responseObserver)
GenerateCredentials provides connection information that allows a user to access the specified membership using Connect Gateway.
Parameters | |
---|---|
Name | Description |
request |
GenerateCredentialsRequest |
responseObserver |
io.grpc.stub.StreamObserver<GenerateCredentialsResponse> |