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 Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
createClientGateway(CreateClientGatewayRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a new ClientGateway in a given project and location.default void
deleteClientGateway(DeleteClientGatewayRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes a single ClientGateway.default void
getClientGateway(GetClientGatewayRequest request, io.grpc.stub.StreamObserver<ClientGateway> responseObserver)
Gets details of a single ClientGateway.default void
listClientGateways(ListClientGatewaysRequest request, io.grpc.stub.StreamObserver<ListClientGatewaysResponse> responseObserver)
Lists ClientGateways in a given project and location.
-
-
-
Method Detail
-
listClientGateways
default void listClientGateways(ListClientGatewaysRequest request, io.grpc.stub.StreamObserver<ListClientGatewaysResponse> responseObserver)
Lists ClientGateways in a given project and location.
-
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.
-
-