Class ClientGatewaysServiceGrpc.ClientGatewaysServiceBlockingStub (0.25.0)

public static final class ClientGatewaysServiceGrpc.ClientGatewaysServiceBlockingStub extends AbstractBlockingStub<ClientGatewaysServiceGrpc.ClientGatewaysServiceBlockingStub>

A stub to allow clients to do synchronous 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.AbstractBlockingStub > ClientGatewaysServiceGrpc.ClientGatewaysServiceBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

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

createClientGateway(CreateClientGatewayRequest request)

public Operation createClientGateway(CreateClientGatewayRequest request)

Creates a new ClientGateway in a given project and location.

Parameter
NameDescription
requestCreateClientGatewayRequest
Returns
TypeDescription
Operation

deleteClientGateway(DeleteClientGatewayRequest request)

public Operation deleteClientGateway(DeleteClientGatewayRequest request)

Deletes a single ClientGateway.

Parameter
NameDescription
requestDeleteClientGatewayRequest
Returns
TypeDescription
Operation

getClientGateway(GetClientGatewayRequest request)

public ClientGateway getClientGateway(GetClientGatewayRequest request)

Gets details of a single ClientGateway.

Parameter
NameDescription
requestGetClientGatewayRequest
Returns
TypeDescription
ClientGateway

listClientGateways(ListClientGatewaysRequest request)

public ListClientGatewaysResponse listClientGateways(ListClientGatewaysRequest request)

Lists ClientGateways in a given project and location.

Parameter
NameDescription
requestListClientGatewaysRequest
Returns
TypeDescription
ListClientGatewaysResponse