- 2.53.0 (latest)
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.6
- 2.4.0
- 2.2.4
- 2.1.11
public static final class ConnectionServiceGrpc.ConnectionServiceFutureStub extends AbstractFutureStub<ConnectionServiceGrpc.ConnectionServiceFutureStub>
Manages external data source connections and credentials.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > ConnectionServiceGrpc.ConnectionServiceFutureStubMethods
build(Channel channel, CallOptions callOptions)
protected ConnectionServiceGrpc.ConnectionServiceFutureStub build(Channel channel, CallOptions callOptions)
Name | Description |
channel | io.grpc.Channel |
callOptions | io.grpc.CallOptions |
Type | Description |
ConnectionServiceGrpc.ConnectionServiceFutureStub |
createConnection(CreateConnectionRequest request)
public ListenableFuture<Connection> createConnection(CreateConnectionRequest request)
Creates a new connection.
Name | Description |
request | CreateConnectionRequest |
Type | Description |
com.google.common.util.concurrent.ListenableFuture<Connection> |
deleteConnection(DeleteConnectionRequest request)
public ListenableFuture<Empty> deleteConnection(DeleteConnectionRequest request)
Deletes connection and associated credential.
Name | Description |
request | DeleteConnectionRequest |
Type | Description |
com.google.common.util.concurrent.ListenableFuture<Empty> |
getConnection(GetConnectionRequest request)
public ListenableFuture<Connection> getConnection(GetConnectionRequest request)
Returns specified connection.
Name | Description |
request | GetConnectionRequest |
Type | Description |
com.google.common.util.concurrent.ListenableFuture<Connection> |
getIamPolicy(GetIamPolicyRequest request)
public ListenableFuture<Policy> getIamPolicy(GetIamPolicyRequest request)
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
Name | Description |
request | com.google.iam.v1.GetIamPolicyRequest |
Type | Description |
com.google.common.util.concurrent.ListenableFuture<com.google.iam.v1.Policy> |
listConnections(ListConnectionsRequest request)
public ListenableFuture<ListConnectionsResponse> listConnections(ListConnectionsRequest request)
Returns a list of connections in the given project.
Name | Description |
request | ListConnectionsRequest |
Type | Description |
com.google.common.util.concurrent.ListenableFuture<ListConnectionsResponse> |
setIamPolicy(SetIamPolicyRequest request)
public ListenableFuture<Policy> setIamPolicy(SetIamPolicyRequest request)
Sets the access control policy on the specified resource. Replaces any
existing policy.
Can return NOT_FOUND
, INVALID_ARGUMENT
, and PERMISSION_DENIED
errors.
Name | Description |
request | com.google.iam.v1.SetIamPolicyRequest |
Type | Description |
com.google.common.util.concurrent.ListenableFuture<com.google.iam.v1.Policy> |
testIamPermissions(TestIamPermissionsRequest request)
public ListenableFuture<TestIamPermissionsResponse> testIamPermissions(TestIamPermissionsRequest request)
Returns permissions that a caller has on the specified resource.
If the resource does not exist, this will return an empty set of
permissions, not a NOT_FOUND
error.
Note: This operation is designed to be used for building permission-aware
UIs and command-line tools, not for authorization checking. This operation
may "fail open" without warning.
Name | Description |
request | com.google.iam.v1.TestIamPermissionsRequest |
Type | Description |
com.google.common.util.concurrent.ListenableFuture<com.google.iam.v1.TestIamPermissionsResponse> |
updateConnection(UpdateConnectionRequest request)
public ListenableFuture<Connection> updateConnection(UpdateConnectionRequest request)
Updates the specified connection. For security reasons, also resets credential if connection properties are in the update field mask.
Name | Description |
request | UpdateConnectionRequest |
Type | Description |
com.google.common.util.concurrent.ListenableFuture<Connection> |