Class ClientGatewaysServiceGrpc.ClientGatewaysServiceFutureStub (0.25.0)

public static final class ClientGatewaysServiceGrpc.ClientGatewaysServiceFutureStub extends AbstractFutureStub<ClientGatewaysServiceGrpc.ClientGatewaysServiceFutureStub>

A stub to allow clients to do ListenableFuture-style rpc calls to service ClientGatewaysService.

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}.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > ClientGatewaysServiceGrpc.ClientGatewaysServiceFutureStub

Methods

build(Channel channel, CallOptions callOptions)

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

createClientGateway(CreateClientGatewayRequest request)

public ListenableFuture<Operation> createClientGateway(CreateClientGatewayRequest request)

Creates a new ClientGateway in a given project and location.

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

deleteClientGateway(DeleteClientGatewayRequest request)

public ListenableFuture<Operation> deleteClientGateway(DeleteClientGatewayRequest request)

Deletes a single ClientGateway.

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

getClientGateway(GetClientGatewayRequest request)

public ListenableFuture<ClientGateway> getClientGateway(GetClientGatewayRequest request)

Gets details of a single ClientGateway.

Parameter
NameDescription
requestGetClientGatewayRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<ClientGateway>

listClientGateways(ListClientGatewaysRequest request)

public ListenableFuture<ListClientGatewaysResponse> listClientGateways(ListClientGatewaysRequest request)

Lists ClientGateways in a given project and location.

Parameter
NameDescription
requestListClientGatewaysRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<ListClientGatewaysResponse>