Class AppGatewaysServiceGrpc.AppGatewaysServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<AppGatewaysServiceGrpc.AppGatewaysServiceStub>
-
- com.google.cloud.beyondcorp.appgateways.v1.AppGatewaysServiceGrpc.AppGatewaysServiceStub
-
- Enclosing class:
- AppGatewaysServiceGrpc
public static final class AppGatewaysServiceGrpc.AppGatewaysServiceStub extends io.grpc.stub.AbstractAsyncStub<AppGatewaysServiceGrpc.AppGatewaysServiceStub>
A stub to allow clients to do asynchronous rpc calls to 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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AppGatewaysServiceGrpc.AppGatewaysServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidcreateAppGateway(CreateAppGatewayRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Creates a new AppGateway in a given project and location.voiddeleteAppGateway(DeleteAppGatewayRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Deletes a single AppGateway.voidgetAppGateway(GetAppGatewayRequest request, io.grpc.stub.StreamObserver<AppGateway> responseObserver)Gets details of a single AppGateway.voidlistAppGateways(ListAppGatewaysRequest request, io.grpc.stub.StreamObserver<ListAppGatewaysResponse> responseObserver)Lists AppGateways in a given project and location.
-
-
-
Method Detail
-
build
protected AppGatewaysServiceGrpc.AppGatewaysServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<AppGatewaysServiceGrpc.AppGatewaysServiceStub>
-
listAppGateways
public void listAppGateways(ListAppGatewaysRequest request, io.grpc.stub.StreamObserver<ListAppGatewaysResponse> responseObserver)
Lists AppGateways in a given project and location.
-
getAppGateway
public void getAppGateway(GetAppGatewayRequest request, io.grpc.stub.StreamObserver<AppGateway> responseObserver)
Gets details of a single AppGateway.
-
createAppGateway
public void createAppGateway(CreateAppGatewayRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a new AppGateway in a given project and location.
-
deleteAppGateway
public void deleteAppGateway(DeleteAppGatewayRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes a single AppGateway.
-
-