Class AppGatewaysServiceGrpc.AppGatewaysServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<AppGatewaysServiceGrpc.AppGatewaysServiceFutureStub>
-
- com.google.cloud.beyondcorp.appgateways.v1.AppGatewaysServiceGrpc.AppGatewaysServiceFutureStub
-
- Enclosing class:
- AppGatewaysServiceGrpc
public static final class AppGatewaysServiceGrpc.AppGatewaysServiceFutureStub extends io.grpc.stub.AbstractFutureStub<AppGatewaysServiceGrpc.AppGatewaysServiceFutureStub>
A stub to allow clients to do ListenableFuture-style 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.AppGatewaysServiceFutureStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
createAppGateway(CreateAppGatewayRequest request)
Creates a new AppGateway in a given project and location.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
deleteAppGateway(DeleteAppGatewayRequest request)
Deletes a single AppGateway.com.google.common.util.concurrent.ListenableFuture<AppGateway>
getAppGateway(GetAppGatewayRequest request)
Gets details of a single AppGateway.com.google.common.util.concurrent.ListenableFuture<ListAppGatewaysResponse>
listAppGateways(ListAppGatewaysRequest request)
Lists AppGateways in a given project and location.
-
-
-
Method Detail
-
build
protected AppGatewaysServiceGrpc.AppGatewaysServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<AppGatewaysServiceGrpc.AppGatewaysServiceFutureStub>
-
listAppGateways
public com.google.common.util.concurrent.ListenableFuture<ListAppGatewaysResponse> listAppGateways(ListAppGatewaysRequest request)
Lists AppGateways in a given project and location.
-
getAppGateway
public com.google.common.util.concurrent.ListenableFuture<AppGateway> getAppGateway(GetAppGatewayRequest request)
Gets details of a single AppGateway.
-
createAppGateway
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> createAppGateway(CreateAppGatewayRequest request)
Creates a new AppGateway in a given project and location.
-
deleteAppGateway
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> deleteAppGateway(DeleteAppGatewayRequest request)
Deletes a single AppGateway.
-
-