Interface ClientGatewaysServiceGrpc.AsyncService

  • All Known Implementing Classes:
    ClientGatewaysServiceGrpc.ClientGatewaysServiceImplBase
    Enclosing class:
    ClientGatewaysServiceGrpc

    public static interface ClientGatewaysServiceGrpc.AsyncService
     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}`.
     
    • Method Detail

      • getClientGateway

        default void getClientGateway​(GetClientGatewayRequest request,
                                      io.grpc.stub.StreamObserver<ClientGateway> responseObserver)
         Gets details of a single ClientGateway.
         
      • createClientGateway

        default void createClientGateway​(CreateClientGatewayRequest request,
                                         io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
         Creates a new ClientGateway in a given project and location.
         
      • deleteClientGateway

        default void deleteClientGateway​(DeleteClientGatewayRequest request,
                                         io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
         Deletes a single ClientGateway.