Class AppConnectionsServiceGrpc.AppConnectionsServiceImplBase
- java.lang.Object
-
- com.google.cloud.beyondcorp.appconnections.v1.AppConnectionsServiceGrpc.AppConnectionsServiceImplBase
-
- All Implemented Interfaces:
AppConnectionsServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- AppConnectionsServiceGrpc
public abstract static class AppConnectionsServiceGrpc.AppConnectionsServiceImplBase extends Object implements io.grpc.BindableService, AppConnectionsServiceGrpc.AsyncService
Base class for the server implementation of the service AppConnectionsService.API Overview: The `beyondcorp.googleapis.com` service implements the Google Cloud BeyondCorp API. Data Model: The AppConnectionsService exposes the following resources: * AppConnections, named as follows: `projects/{project_id}/locations/{location_id}/appConnections/{app_connection_id}`. The AppConnectionsService service provides methods to manage (create/read/update/delete) BeyondCorp AppConnections.
-
-
Constructor Summary
Constructors Constructor Description AppConnectionsServiceImplBase()
-
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.appconnections.v1.AppConnectionsServiceGrpc.AsyncService
createAppConnection, deleteAppConnection, getAppConnection, listAppConnections, resolveAppConnections, updateAppConnection
-
-