Class AppConnectionsServiceGrpc.AppConnectionsServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<AppConnectionsServiceGrpc.AppConnectionsServiceBlockingStub>
-
- com.google.cloud.beyondcorp.appconnections.v1.AppConnectionsServiceGrpc.AppConnectionsServiceBlockingStub
-
- Enclosing class:
- AppConnectionsServiceGrpc
public static final class AppConnectionsServiceGrpc.AppConnectionsServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<AppConnectionsServiceGrpc.AppConnectionsServiceBlockingStub>
A stub to allow clients to do synchronous rpc calls to service AppConnectionsService.API Overview: The `beyondcorp.googleapis.com` service implements the Google Cloud BeyondCorp API. Data Model: The AppConnectionsService exposes the following resources: * AppConnections, named as follows: `projects/{project_id}/locations/{location_id}/appConnections/{app_connection_id}`. The AppConnectionsService service provides methods to manage (create/read/update/delete) BeyondCorp AppConnections.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AppConnectionsServiceGrpc.AppConnectionsServiceBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.longrunning.Operation
createAppConnection(CreateAppConnectionRequest request)
Creates a new AppConnection in a given project and location.com.google.longrunning.Operation
deleteAppConnection(DeleteAppConnectionRequest request)
Deletes a single AppConnection.AppConnection
getAppConnection(GetAppConnectionRequest request)
Gets details of a single AppConnection.ListAppConnectionsResponse
listAppConnections(ListAppConnectionsRequest request)
Lists AppConnections in a given project and location.ResolveAppConnectionsResponse
resolveAppConnections(ResolveAppConnectionsRequest request)
Resolves AppConnections details for a given AppConnector.com.google.longrunning.Operation
updateAppConnection(UpdateAppConnectionRequest request)
Updates the parameters of a single AppConnection.
-
-
-
Method Detail
-
build
protected AppConnectionsServiceGrpc.AppConnectionsServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<AppConnectionsServiceGrpc.AppConnectionsServiceBlockingStub>
-
listAppConnections
public ListAppConnectionsResponse listAppConnections(ListAppConnectionsRequest request)
Lists AppConnections in a given project and location.
-
getAppConnection
public AppConnection getAppConnection(GetAppConnectionRequest request)
Gets details of a single AppConnection.
-
createAppConnection
public com.google.longrunning.Operation createAppConnection(CreateAppConnectionRequest request)
Creates a new AppConnection in a given project and location.
-
updateAppConnection
public com.google.longrunning.Operation updateAppConnection(UpdateAppConnectionRequest request)
Updates the parameters of a single AppConnection.
-
deleteAppConnection
public com.google.longrunning.Operation deleteAppConnection(DeleteAppConnectionRequest request)
Deletes a single AppConnection.
-
resolveAppConnections
public ResolveAppConnectionsResponse resolveAppConnections(ResolveAppConnectionsRequest request)
Resolves AppConnections details for a given AppConnector. An internal method called by a connector to find AppConnections to connect to.
-
-