Class AppGatewaysServiceGrpc.AppGatewaysServiceBlockingStub (0.21.0)

public static final class AppGatewaysServiceGrpc.AppGatewaysServiceBlockingStub extends AbstractBlockingStub<AppGatewaysServiceGrpc.AppGatewaysServiceBlockingStub>

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

Methods

build(Channel channel, CallOptions callOptions)

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

createAppGateway(CreateAppGatewayRequest request)

public Operation createAppGateway(CreateAppGatewayRequest request)

Creates a new AppGateway in a given project and location.

Parameter
NameDescription
requestCreateAppGatewayRequest
Returns
TypeDescription
Operation

deleteAppGateway(DeleteAppGatewayRequest request)

public Operation deleteAppGateway(DeleteAppGatewayRequest request)

Deletes a single AppGateway.

Parameter
NameDescription
requestDeleteAppGatewayRequest
Returns
TypeDescription
Operation

getAppGateway(GetAppGatewayRequest request)

public AppGateway getAppGateway(GetAppGatewayRequest request)

Gets details of a single AppGateway.

Parameter
NameDescription
requestGetAppGatewayRequest
Returns
TypeDescription
AppGateway

listAppGateways(ListAppGatewaysRequest request)

public ListAppGatewaysResponse listAppGateways(ListAppGatewaysRequest request)

Lists AppGateways in a given project and location.

Parameter
NameDescription
requestListAppGatewaysRequest
Returns
TypeDescription
ListAppGatewaysResponse