Class ConnectionServiceGrpc.ConnectionServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<ConnectionServiceGrpc.ConnectionServiceStub>
-
- com.google.cloud.bigquery.connection.v1beta1.ConnectionServiceGrpc.ConnectionServiceStub
-
- Enclosing class:
- ConnectionServiceGrpc
public static final class ConnectionServiceGrpc.ConnectionServiceStub extends io.grpc.stub.AbstractAsyncStub<ConnectionServiceGrpc.ConnectionServiceStub>
A stub to allow clients to do asynchronous rpc calls to service ConnectionService.Manages external data source connections and credentials.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ConnectionServiceGrpc.ConnectionServiceStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
void
createConnection(ConnectionProto.CreateConnectionRequest request, io.grpc.stub.StreamObserver<ConnectionProto.Connection> responseObserver)
Creates a new connection.void
deleteConnection(ConnectionProto.DeleteConnectionRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes connection and associated credential.void
getConnection(ConnectionProto.GetConnectionRequest request, io.grpc.stub.StreamObserver<ConnectionProto.Connection> responseObserver)
Returns specified connection.void
getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request, io.grpc.stub.StreamObserver<com.google.iam.v1.Policy> responseObserver)
Gets the access control policy for a resource.void
listConnections(ConnectionProto.ListConnectionsRequest request, io.grpc.stub.StreamObserver<ConnectionProto.ListConnectionsResponse> responseObserver)
Returns a list of connections in the given project.void
setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request, io.grpc.stub.StreamObserver<com.google.iam.v1.Policy> responseObserver)
Sets the access control policy on the specified resource.void
testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request, io.grpc.stub.StreamObserver<com.google.iam.v1.TestIamPermissionsResponse> responseObserver)
Returns permissions that a caller has on the specified resource.void
updateConnection(ConnectionProto.UpdateConnectionRequest request, io.grpc.stub.StreamObserver<ConnectionProto.Connection> responseObserver)
Updates the specified connection.void
updateConnectionCredential(ConnectionProto.UpdateConnectionCredentialRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Sets the credential for the specified connection.
-
-
-
Method Detail
-
build
protected ConnectionServiceGrpc.ConnectionServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<ConnectionServiceGrpc.ConnectionServiceStub>
-
createConnection
public void createConnection(ConnectionProto.CreateConnectionRequest request, io.grpc.stub.StreamObserver<ConnectionProto.Connection> responseObserver)
Creates a new connection.
-
getConnection
public void getConnection(ConnectionProto.GetConnectionRequest request, io.grpc.stub.StreamObserver<ConnectionProto.Connection> responseObserver)
Returns specified connection.
-
listConnections
public void listConnections(ConnectionProto.ListConnectionsRequest request, io.grpc.stub.StreamObserver<ConnectionProto.ListConnectionsResponse> responseObserver)
Returns a list of connections in the given project.
-
updateConnection
public void updateConnection(ConnectionProto.UpdateConnectionRequest request, io.grpc.stub.StreamObserver<ConnectionProto.Connection> responseObserver)
Updates the specified connection. For security reasons, also resets credential if connection properties are in the update field mask.
-
updateConnectionCredential
public void updateConnectionCredential(ConnectionProto.UpdateConnectionCredentialRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Sets the credential for the specified connection.
-
deleteConnection
public void deleteConnection(ConnectionProto.DeleteConnectionRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes connection and associated credential.
-
getIamPolicy
public void getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request, io.grpc.stub.StreamObserver<com.google.iam.v1.Policy> responseObserver)
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
-
setIamPolicy
public void setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request, io.grpc.stub.StreamObserver<com.google.iam.v1.Policy> responseObserver)
Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.
-
testIamPermissions
public void testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request, io.grpc.stub.StreamObserver<com.google.iam.v1.TestIamPermissionsResponse> responseObserver)
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.
-
-