Registry / cloud / google-api-services-bigquery

google-api-services-bigquery

JSON →
library2-rev20260429-2.0.0javamavenunverified

Client library for Google BigQuery API to manage and query large datasets.

<dependency> <groupId>com.google.apis</groupId> <artifactId>google-api-services-bigquery</artifactId> <version>2-rev20260429-2.0.0</version> </dependency>
INSTALL
IMPORT
SIG · GOOGLE-API-SERVICE
G
google-api-services-bigquery
cloudjavav2-rev20260429-2.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Bigquery
com.google.api.services.bigquery.Bigquery

Creates a BigQuery client and lists datasets.

import com.google.api.services.bigquery.Bigquery; import com.google.api.services.bigquery.model.*; public class BigQueryExample { public static void main(String[] args) throws Exception { Bigquery bigquery = new Bigquery.Builder( GoogleNetHttpTransport.newTrustedTransport(), JacksonFactory.getDefaultInstance(), null) .setApplicationName("MyApp") .build(); DatasetList datasets = bigquery.datasets().list("my-project").execute(); System.out.println(datasets); } }
Debug
Known issues
gotchaRequires OAuth 2.0 credentials; not suitable for simple API key usage.
fix
Set up Google Cloud service account and provide credentials via GOOGLE_APPLICATION_CREDENTIALS.
affects: *
Upgrade
Version history
2-rev20260429-2.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
18
Resources
google-api-services-bigquery — mvn dependency:get google-api-services-bigquery · libregistry