Class AppGatewaysServiceGrpc.AppGatewaysServiceFutureStub (0.27.0)

public static final class AppGatewaysServiceGrpc.AppGatewaysServiceFutureStub extends 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.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > AppGatewaysServiceGrpc.AppGatewaysServiceFutureStub

Methods

build(Channel channel, CallOptions callOptions)

protected AppGatewaysServiceGrpc.AppGatewaysServiceFutureStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
AppGatewaysServiceGrpc.AppGatewaysServiceFutureStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

createAppGateway(CreateAppGatewayRequest request)

public ListenableFuture<Operation> createAppGateway(CreateAppGatewayRequest request)

Creates a new AppGateway in a given project and location.

Parameter
NameDescription
requestCreateAppGatewayRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<Operation>

deleteAppGateway(DeleteAppGatewayRequest request)

public ListenableFuture<Operation> deleteAppGateway(DeleteAppGatewayRequest request)

Deletes a single AppGateway.

Parameter
NameDescription
requestDeleteAppGatewayRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<Operation>

getAppGateway(GetAppGatewayRequest request)

public ListenableFuture<AppGateway> getAppGateway(GetAppGatewayRequest request)

Gets details of a single AppGateway.

Parameter
NameDescription
requestGetAppGatewayRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<AppGateway>

listAppGateways(ListAppGatewaysRequest request)

public ListenableFuture<ListAppGatewaysResponse> listAppGateways(ListAppGatewaysRequest request)

Lists AppGateways in a given project and location.

Parameter
NameDescription
requestListAppGatewaysRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<ListAppGatewaysResponse>