Connect Gateway v1 API - Class GatewayControl.GatewayControlBase (1.0.0-beta01)

[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

Inheritance

object > GatewayControl.GatewayControlBase

Namespace

Google.Cloud.GkeConnect.Gateway.V1

Assembly

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).