Class AppGatewaysServiceGrpc.AppGatewaysServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<AppGatewaysServiceGrpc.AppGatewaysServiceBlockingStub>
-
- com.google.cloud.beyondcorp.appgateways.v1.AppGatewaysServiceGrpc.AppGatewaysServiceBlockingStub
-
- Enclosing class:
- AppGatewaysServiceGrpc
public static final class AppGatewaysServiceGrpc.AppGatewaysServiceBlockingStub extends io.grpc.stub.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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AppGatewaysServiceGrpc.AppGatewaysServiceBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.longrunning.Operation
createAppGateway(CreateAppGatewayRequest request)
Creates a new AppGateway in a given project and location.com.google.longrunning.Operation
deleteAppGateway(DeleteAppGatewayRequest request)
Deletes a single AppGateway.AppGateway
getAppGateway(GetAppGatewayRequest request)
Gets details of a single AppGateway.ListAppGatewaysResponse
listAppGateways(ListAppGatewaysRequest request)
Lists AppGateways in a given project and location.
-
-
-
Method Detail
-
build
protected AppGatewaysServiceGrpc.AppGatewaysServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<AppGatewaysServiceGrpc.AppGatewaysServiceBlockingStub>
-
listAppGateways
public ListAppGatewaysResponse listAppGateways(ListAppGatewaysRequest request)
Lists AppGateways in a given project and location.
-
getAppGateway
public AppGateway getAppGateway(GetAppGatewayRequest request)
Gets details of a single AppGateway.
-
createAppGateway
public com.google.longrunning.Operation createAppGateway(CreateAppGatewayRequest request)
Creates a new AppGateway in a given project and location.
-
deleteAppGateway
public com.google.longrunning.Operation deleteAppGateway(DeleteAppGatewayRequest request)
Deletes a single AppGateway.
-
-