Class ClientGatewaysServiceGrpc.ClientGatewaysServiceImplBase
- java.lang.Object
-
- com.google.cloud.beyondcorp.clientgateways.v1.ClientGatewaysServiceGrpc.ClientGatewaysServiceImplBase
-
- All Implemented Interfaces:
ClientGatewaysServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- ClientGatewaysServiceGrpc
public abstract static class ClientGatewaysServiceGrpc.ClientGatewaysServiceImplBase extends Object implements io.grpc.BindableService, ClientGatewaysServiceGrpc.AsyncService
Base class for the server implementation of the service ClientGatewaysService.API Overview: The `beyondcorp.googleapis.com` service implements the Google Cloud BeyondCorp API. Data Model: The ClientGatewaysService exposes the following resources: * Client Gateways, named as follows: `projects/{project_id}/locations/{location_id}/clientGateways/{client_gateway_id}`.
-
-
Constructor Summary
Constructors Constructor Description ClientGatewaysServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.beyondcorp.clientgateways.v1.ClientGatewaysServiceGrpc.AsyncService
createClientGateway, deleteClientGateway, getClientGateway, listClientGateways
-
-