Class ConnectionServiceGrpc.ConnectionServiceImplBase
- java.lang.Object
-
- com.google.cloud.bigquery.connection.v1beta1.ConnectionServiceGrpc.ConnectionServiceImplBase
-
- All Implemented Interfaces:
ConnectionServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- ConnectionServiceGrpc
public abstract static class ConnectionServiceGrpc.ConnectionServiceImplBase extends Object implements io.grpc.BindableService, ConnectionServiceGrpc.AsyncService
Base class for the server implementation of the service ConnectionService.Manages external data source connections and credentials.
-
-
Constructor Summary
Constructors Constructor Description ConnectionServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.bigquery.connection.v1beta1.ConnectionServiceGrpc.AsyncService
createConnection, deleteConnection, getConnection, getIamPolicy, listConnections, setIamPolicy, testIamPermissions, updateConnection, updateConnectionCredential
-
-