Uses of Class
com.google.cloud.bigquery.connection.v1.Connection
-
Packages that use Connection Package Description com.google.cloud.bigquery.connection.v1 com.google.cloud.bigqueryconnection.v1 A client to BigQuery Connection APIcom.google.cloud.bigqueryconnection.v1.stub -
-
Uses of Connection in com.google.cloud.bigquery.connection.v1
Methods in com.google.cloud.bigquery.connection.v1 that return Connection Modifier and Type Method Description Connection
Connection.Builder. build()
Connection
Connection.Builder. buildPartial()
Connection
ConnectionServiceGrpc.ConnectionServiceBlockingStub. createConnection(CreateConnectionRequest request)
Creates a new connection.Connection
ConnectionServiceGrpc.ConnectionServiceBlockingStub. getConnection(GetConnectionRequest request)
Returns specified connection.Connection
CreateConnectionRequest.Builder. getConnection()
Required.Connection
CreateConnectionRequest. getConnection()
Required.Connection
CreateConnectionRequestOrBuilder. getConnection()
Required.Connection
UpdateConnectionRequest.Builder. getConnection()
Required.Connection
UpdateConnectionRequest. getConnection()
Required.Connection
UpdateConnectionRequestOrBuilder. getConnection()
Required.Connection
ListConnectionsResponse.Builder. getConnections(int index)
List of connections.Connection
ListConnectionsResponse. getConnections(int index)
List of connections.Connection
ListConnectionsResponseOrBuilder. getConnections(int index)
List of connections.static Connection
Connection. getDefaultInstance()
Connection
Connection.Builder. getDefaultInstanceForType()
Connection
Connection. getDefaultInstanceForType()
static Connection
Connection. parseDelimitedFrom(InputStream input)
static Connection
Connection. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Connection
Connection. parseFrom(byte[] data)
static Connection
Connection. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Connection
Connection. parseFrom(com.google.protobuf.ByteString data)
static Connection
Connection. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Connection
Connection. parseFrom(com.google.protobuf.CodedInputStream input)
static Connection
Connection. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Connection
Connection. parseFrom(InputStream input)
static Connection
Connection. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Connection
Connection. parseFrom(ByteBuffer data)
static Connection
Connection. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Connection
ConnectionServiceGrpc.ConnectionServiceBlockingStub. updateConnection(UpdateConnectionRequest request)
Updates the specified connection.Methods in com.google.cloud.bigquery.connection.v1 that return types with arguments of type Connection Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Connection>
ConnectionServiceGrpc.ConnectionServiceFutureStub. createConnection(CreateConnectionRequest request)
Creates a new connection.com.google.common.util.concurrent.ListenableFuture<Connection>
ConnectionServiceGrpc.ConnectionServiceFutureStub. getConnection(GetConnectionRequest request)
Returns specified connection.List<Connection>
ListConnectionsResponse.Builder. getConnectionsList()
List of connections.List<Connection>
ListConnectionsResponse. getConnectionsList()
List of connections.List<Connection>
ListConnectionsResponseOrBuilder. getConnectionsList()
List of connections.static io.grpc.MethodDescriptor<CreateConnectionRequest,Connection>
ConnectionServiceGrpc. getCreateConnectionMethod()
static io.grpc.MethodDescriptor<GetConnectionRequest,Connection>
ConnectionServiceGrpc. getGetConnectionMethod()
com.google.protobuf.Parser<Connection>
Connection. getParserForType()
static io.grpc.MethodDescriptor<UpdateConnectionRequest,Connection>
ConnectionServiceGrpc. getUpdateConnectionMethod()
static com.google.protobuf.Parser<Connection>
Connection. parser()
com.google.common.util.concurrent.ListenableFuture<Connection>
ConnectionServiceGrpc.ConnectionServiceFutureStub. updateConnection(UpdateConnectionRequest request)
Updates the specified connection.Methods in com.google.cloud.bigquery.connection.v1 with parameters of type Connection Modifier and Type Method Description ListConnectionsResponse.Builder
ListConnectionsResponse.Builder. addConnections(int index, Connection value)
List of connections.ListConnectionsResponse.Builder
ListConnectionsResponse.Builder. addConnections(Connection value)
List of connections.CreateConnectionRequest.Builder
CreateConnectionRequest.Builder. mergeConnection(Connection value)
Required.UpdateConnectionRequest.Builder
UpdateConnectionRequest.Builder. mergeConnection(Connection value)
Required.Connection.Builder
Connection.Builder. mergeFrom(Connection other)
static Connection.Builder
Connection. newBuilder(Connection prototype)
CreateConnectionRequest.Builder
CreateConnectionRequest.Builder. setConnection(Connection value)
Required.UpdateConnectionRequest.Builder
UpdateConnectionRequest.Builder. setConnection(Connection value)
Required.ListConnectionsResponse.Builder
ListConnectionsResponse.Builder. setConnections(int index, Connection value)
List of connections.Method parameters in com.google.cloud.bigquery.connection.v1 with type arguments of type Connection Modifier and Type Method Description ListConnectionsResponse.Builder
ListConnectionsResponse.Builder. addAllConnections(Iterable<? extends Connection> values)
List of connections.default void
ConnectionServiceGrpc.AsyncService. createConnection(CreateConnectionRequest request, io.grpc.stub.StreamObserver<Connection> responseObserver)
Creates a new connection.void
ConnectionServiceGrpc.ConnectionServiceStub. createConnection(CreateConnectionRequest request, io.grpc.stub.StreamObserver<Connection> responseObserver)
Creates a new connection.default void
ConnectionServiceGrpc.AsyncService. getConnection(GetConnectionRequest request, io.grpc.stub.StreamObserver<Connection> responseObserver)
Returns specified connection.void
ConnectionServiceGrpc.ConnectionServiceStub. getConnection(GetConnectionRequest request, io.grpc.stub.StreamObserver<Connection> responseObserver)
Returns specified connection.default void
ConnectionServiceGrpc.AsyncService. updateConnection(UpdateConnectionRequest request, io.grpc.stub.StreamObserver<Connection> responseObserver)
Updates the specified connection.void
ConnectionServiceGrpc.ConnectionServiceStub. updateConnection(UpdateConnectionRequest request, io.grpc.stub.StreamObserver<Connection> responseObserver)
Updates the specified connection. -
Uses of Connection in com.google.cloud.bigqueryconnection.v1
Methods in com.google.cloud.bigqueryconnection.v1 that return Connection Modifier and Type Method Description Connection
ConnectionServiceClient. createConnection(CreateConnectionRequest request)
Creates a new connection.Connection
ConnectionServiceClient. createConnection(LocationName parent, Connection connection, String connectionId)
Creates a new connection.Connection
ConnectionServiceClient. createConnection(String parent, Connection connection, String connectionId)
Creates a new connection.Connection
ConnectionServiceClient. getConnection(ConnectionName name)
Returns specified connection.Connection
ConnectionServiceClient. getConnection(GetConnectionRequest request)
Returns specified connection.Connection
ConnectionServiceClient. getConnection(String name)
Returns specified connection.Connection
ConnectionServiceClient. updateConnection(ConnectionName name, Connection connection, com.google.protobuf.FieldMask updateMask)
Updates the specified connection.Connection
ConnectionServiceClient. updateConnection(UpdateConnectionRequest request)
Updates the specified connection.Connection
ConnectionServiceClient. updateConnection(String name, Connection connection, com.google.protobuf.FieldMask updateMask)
Updates the specified connection.Methods in com.google.cloud.bigqueryconnection.v1 that return types with arguments of type Connection Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateConnectionRequest,Connection>
ConnectionServiceClient. createConnectionCallable()
Creates a new connection.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateConnectionRequest,Connection>
ConnectionServiceSettings.Builder. createConnectionSettings()
Returns the builder for the settings used for calls to createConnection.com.google.api.gax.rpc.UnaryCallSettings<CreateConnectionRequest,Connection>
ConnectionServiceSettings. createConnectionSettings()
Returns the object with the settings used for calls to createConnection.com.google.api.gax.rpc.UnaryCallable<GetConnectionRequest,Connection>
ConnectionServiceClient. getConnectionCallable()
Returns specified connection.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetConnectionRequest,Connection>
ConnectionServiceSettings.Builder. getConnectionSettings()
Returns the builder for the settings used for calls to getConnection.com.google.api.gax.rpc.UnaryCallSettings<GetConnectionRequest,Connection>
ConnectionServiceSettings. getConnectionSettings()
Returns the object with the settings used for calls to getConnection.com.google.api.gax.rpc.UnaryCallable<UpdateConnectionRequest,Connection>
ConnectionServiceClient. updateConnectionCallable()
Updates the specified connection.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateConnectionRequest,Connection>
ConnectionServiceSettings.Builder. updateConnectionSettings()
Returns the builder for the settings used for calls to updateConnection.com.google.api.gax.rpc.UnaryCallSettings<UpdateConnectionRequest,Connection>
ConnectionServiceSettings. updateConnectionSettings()
Returns the object with the settings used for calls to updateConnection.Methods in com.google.cloud.bigqueryconnection.v1 with parameters of type Connection Modifier and Type Method Description Connection
ConnectionServiceClient. createConnection(LocationName parent, Connection connection, String connectionId)
Creates a new connection.Connection
ConnectionServiceClient. createConnection(String parent, Connection connection, String connectionId)
Creates a new connection.Connection
ConnectionServiceClient. updateConnection(ConnectionName name, Connection connection, com.google.protobuf.FieldMask updateMask)
Updates the specified connection.Connection
ConnectionServiceClient. updateConnection(String name, Connection connection, com.google.protobuf.FieldMask updateMask)
Updates the specified connection.Method parameters in com.google.cloud.bigqueryconnection.v1 with type arguments of type Connection Modifier and Type Method Description static com.google.api.core.ApiFuture<ConnectionServiceClient.ListConnectionsPagedResponse>
ConnectionServiceClient.ListConnectionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListConnectionsRequest,ListConnectionsResponse,Connection> context, com.google.api.core.ApiFuture<ListConnectionsResponse> futureResponse)
protected ConnectionServiceClient.ListConnectionsPage
ConnectionServiceClient.ListConnectionsPage. createPage(com.google.api.gax.rpc.PageContext<ListConnectionsRequest,ListConnectionsResponse,Connection> context, ListConnectionsResponse response)
com.google.api.core.ApiFuture<ConnectionServiceClient.ListConnectionsPage>
ConnectionServiceClient.ListConnectionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListConnectionsRequest,ListConnectionsResponse,Connection> context, com.google.api.core.ApiFuture<ListConnectionsResponse> futureResponse)
-
Uses of Connection in com.google.cloud.bigqueryconnection.v1.stub
Methods in com.google.cloud.bigqueryconnection.v1.stub that return types with arguments of type Connection Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateConnectionRequest,Connection>
ConnectionServiceStub. createConnectionCallable()
com.google.api.gax.rpc.UnaryCallable<CreateConnectionRequest,Connection>
GrpcConnectionServiceStub. createConnectionCallable()
com.google.api.gax.rpc.UnaryCallable<CreateConnectionRequest,Connection>
HttpJsonConnectionServiceStub. createConnectionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateConnectionRequest,Connection>
ConnectionServiceStubSettings.Builder. createConnectionSettings()
Returns the builder for the settings used for calls to createConnection.com.google.api.gax.rpc.UnaryCallSettings<CreateConnectionRequest,Connection>
ConnectionServiceStubSettings. createConnectionSettings()
Returns the object with the settings used for calls to createConnection.com.google.api.gax.rpc.UnaryCallable<GetConnectionRequest,Connection>
ConnectionServiceStub. getConnectionCallable()
com.google.api.gax.rpc.UnaryCallable<GetConnectionRequest,Connection>
GrpcConnectionServiceStub. getConnectionCallable()
com.google.api.gax.rpc.UnaryCallable<GetConnectionRequest,Connection>
HttpJsonConnectionServiceStub. getConnectionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetConnectionRequest,Connection>
ConnectionServiceStubSettings.Builder. getConnectionSettings()
Returns the builder for the settings used for calls to getConnection.com.google.api.gax.rpc.UnaryCallSettings<GetConnectionRequest,Connection>
ConnectionServiceStubSettings. getConnectionSettings()
Returns the object with the settings used for calls to getConnection.com.google.api.gax.rpc.UnaryCallable<UpdateConnectionRequest,Connection>
ConnectionServiceStub. updateConnectionCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateConnectionRequest,Connection>
GrpcConnectionServiceStub. updateConnectionCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateConnectionRequest,Connection>
HttpJsonConnectionServiceStub. updateConnectionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateConnectionRequest,Connection>
ConnectionServiceStubSettings.Builder. updateConnectionSettings()
Returns the builder for the settings used for calls to updateConnection.com.google.api.gax.rpc.UnaryCallSettings<UpdateConnectionRequest,Connection>
ConnectionServiceStubSettings. updateConnectionSettings()
Returns the object with the settings used for calls to updateConnection.
-