Class AppGatewaysServiceGrpc.AppGatewaysServiceImplBase
- java.lang.Object
-
- com.google.cloud.beyondcorp.appgateways.v1.AppGatewaysServiceGrpc.AppGatewaysServiceImplBase
-
- All Implemented Interfaces:
AppGatewaysServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- AppGatewaysServiceGrpc
public abstract static class AppGatewaysServiceGrpc.AppGatewaysServiceImplBase extends Object implements io.grpc.BindableService, AppGatewaysServiceGrpc.AsyncService
Base class for the server implementation of the service AppGatewaysService.API Overview: The `beyondcorp.googleapis.com` service implements the Google Cloud BeyondCorp API. Data Model: The AppGatewaysService exposes the following resources: * AppGateways, named as follows: `projects/{project_id}/locations/{location_id}/appGateways/{app_gateway_id}`. The AppGatewaysService service provides methods to manage (create/read/update/delete) BeyondCorp AppGateways.
-
-
Constructor Summary
Constructors Constructor Description AppGatewaysServiceImplBase()
-
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.appgateways.v1.AppGatewaysServiceGrpc.AsyncService
createAppGateway, deleteAppGateway, getAppGateway, listAppGateways
-
-