public static class ApiGatewayServiceThe API Gateway Service is the interface for managing API Gateways.
Namespace
Google.Cloud.ApiGateway.V1Assembly
Google.Cloud.ApiGateway.V1.dll
Methods
BindService(ApiGatewayService.ApiGatewayServiceBase)
public static ServerServiceDefinition BindService(ApiGatewayService.ApiGatewayServiceBase serviceImpl)Creates service definition that can be registered with a server
| Parameter | |
|---|---|
| Name | Description |
serviceImpl |
ApiGatewayService.ApiGatewayServiceBaseAn object implementing the server-side handling logic. |
| Returns | |
|---|---|
| Type | Description |
ServerServiceDefinition |
|
BindService(ServiceBinderBase, ApiGatewayService.ApiGatewayServiceBase)
public static void BindService(ServiceBinderBase serviceBinder, ApiGatewayService.ApiGatewayServiceBase serviceImpl)Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.
| Parameters | |
|---|---|
| Name | Description |
serviceBinder |
ServiceBinderBaseService methods will be bound by calling |
serviceImpl |
ApiGatewayService.ApiGatewayServiceBaseAn object implementing the server-side handling logic. |