Skip navigation links

@Generated(value="by gapic-generator")

Package com.google.cloud.bigquery.connection.v1beta1

A client to BigQuery Connection API.

See: Description

Package com.google.cloud.bigquery.connection.v1beta1 Description

A client to BigQuery Connection API.

The interfaces provided are listed below, along with usage samples.

======================= ConnectionServiceClient =======================

Service Description: Manages external data source connections and credentials.

Sample for ConnectionServiceClient:

 
 try (ConnectionServiceClient connectionServiceClient = ConnectionServiceClient.create()) {
   LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
   Connection connection = Connection.newBuilder().build();
   String connectionId = "";
   Connection response = connectionServiceClient.createConnection(parent, connection, connectionId);
 }
 
 
Skip navigation links

Copyright © 2020 Google LLC. All rights reserved.