[BindServiceMethod(typeof(GatewayControl), "BindService")]
public abstract class GatewayControl.GatewayControlBase
Reference documentation and code samples for the Connect Gateway v1 API class GatewayControl.GatewayControlBase.
Base class for server-side implementations of GatewayControl
Namespace
Google.Cloud.GkeConnect.Gateway.V1Assembly
Google.Cloud.GkeConnect.Gateway.V1.dll
Methods
GenerateCredentials(GenerateCredentialsRequest, ServerCallContext)
public virtual Task<GenerateCredentialsResponse> GenerateCredentials(GenerateCredentialsRequest request, ServerCallContext context)
GenerateCredentials provides connection information that allows a user to access the specified membership using Connect Gateway.
Parameters | |
---|---|
Name | Description |
request |
GenerateCredentialsRequest The request received from the client. |
context |
ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
TaskGenerateCredentialsResponse |
The response to send back to the client (wrapped by a task). |