grpc-google-cloud-bigquerystorage-v1alpha2

GRPC library for grpc-google-cloud-bigquerystorage-v1alpha2

License

License

Categories

Categories

gRPC Net Networking Google Cloud Container PaaS Providers
GroupId

GroupId

com.google.api.grpc
ArtifactId

ArtifactId

grpc-google-cloud-bigquerystorage-v1alpha2
Last Version

Last Version

0.118.1
Release Date

Release Date

Type

Type

jar
Description

Description

grpc-google-cloud-bigquerystorage-v1alpha2
GRPC library for grpc-google-cloud-bigquerystorage-v1alpha2
Project Organization

Project Organization

Google LLC

Download grpc-google-cloud-bigquerystorage-v1alpha2

How to add to project

<!-- https://jarcasting.com/artifacts/com.google.api.grpc/grpc-google-cloud-bigquerystorage-v1alpha2/ -->
<dependency>
    <groupId>com.google.api.grpc</groupId>
    <artifactId>grpc-google-cloud-bigquerystorage-v1alpha2</artifactId>
    <version>0.118.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.api.grpc/grpc-google-cloud-bigquerystorage-v1alpha2/
implementation 'com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1alpha2:0.118.1'
// https://jarcasting.com/artifacts/com.google.api.grpc/grpc-google-cloud-bigquerystorage-v1alpha2/
implementation ("com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1alpha2:0.118.1")
'com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1alpha2:jar:0.118.1'
<dependency org="com.google.api.grpc" name="grpc-google-cloud-bigquerystorage-v1alpha2" rev="0.118.1">
  <artifact name="grpc-google-cloud-bigquerystorage-v1alpha2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.api.grpc', module='grpc-google-cloud-bigquerystorage-v1alpha2', version='0.118.1')
)
libraryDependencies += "com.google.api.grpc" % "grpc-google-cloud-bigquerystorage-v1alpha2" % "0.118.1"
[com.google.api.grpc/grpc-google-cloud-bigquerystorage-v1alpha2 "0.118.1"]

Dependencies

compile (18)

Group / Artifact Type Version
io.grpc : grpc-api Optional jar 1.37.0
io.grpc : grpc-context Optional jar 1.37.0
com.google.code.findbugs : jsr305 Optional jar 3.0.2
io.grpc : grpc-stub Optional jar 1.37.0
com.google.errorprone : error_prone_annotations Optional jar 2.6.0
io.grpc : grpc-protobuf Optional jar 1.37.0
com.google.api.grpc : proto-google-common-protos Optional jar 2.1.0
io.grpc : grpc-protobuf-lite Optional jar 1.37.0
com.google.protobuf : protobuf-java Optional jar 3.15.8
com.google.api.grpc : proto-google-cloud-bigquerystorage-v1alpha2 Optional jar 0.118.1
com.google.api : api-common Optional jar 1.10.1
javax.annotation : javax.annotation-api Optional jar 1.3.2
com.google.auto.value : auto-value-annotations Optional jar 1.7.4
com.google.guava : guava Optional jar 30.1.1-android
com.google.guava : failureaccess Optional jar 1.0.1
com.google.guava : listenablefuture Optional jar 9999.0-empty-to-avoid-conflict-with-guava
org.checkerframework : checker-compat-qual Optional jar 2.5.5
com.google.j2objc : j2objc-annotations Optional jar 1.3

runtime (1)

Group / Artifact Type Version
org.codehaus.mojo : animal-sniffer-annotations Optional jar 1.20

Project Modules

There are no modules declared in this project.

Google BigQuery Storage Client for Java

Java idiomatic client for BigQuery Storage.

Maven Stability

Quickstart

If you are using Maven with BOM, add this to your pom.xml file

<dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>com.google.cloud</groupId>
      <artifactId>libraries-bom</artifactId>
      <version>20.2.0</version>
      <type>pom</type>
      <scope>import</scope>
    </dependency>
  </dependencies>
</dependencyManagement>

<dependencies>
  <dependency>
    <groupId>com.google.cloud</groupId>
    <artifactId>google-cloud-bigquerystorage</artifactId>
  </dependency>

If you are using Maven without BOM, add this to your dependencies:

<dependency>
  <groupId>com.google.cloud</groupId>
  <artifactId>google-cloud-bigquerystorage</artifactId>
  <version>1.20.2</version>
</dependency>

If you are using Gradle 5.x or later, add this to your dependencies

implementation platform('com.google.cloud:libraries-bom:20.2.0')

compile 'com.google.cloud:google-cloud-bigquerystorage'

If you are using Gradle without BOM, add this to your dependencies

compile 'com.google.cloud:google-cloud-bigquerystorage:1.20.2'

If you are using SBT, add this to your dependencies

libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "1.20.2"

Authentication

See the Authentication section in the base directory's README.

Getting Started

Prerequisites

You will need a Google Cloud Platform Console project with the BigQuery Storage API enabled. You will need to enable billing to use Google BigQuery Storage. Follow these instructions to get your project set up. You will also need to set up the local development environment by installing the Google Cloud SDK and running the following commands in command line: gcloud auth login and gcloud config set project [YOUR PROJECT ID].

Installation and setup

You'll need to obtain the google-cloud-bigquerystorage library. See the Quickstart section to add google-cloud-bigquerystorage as a dependency in your code.

About BigQuery Storage

BigQuery Storage is an API for reading data stored in BigQuery. This API provides direct, high-throughput read access to existing BigQuery tables, supports parallel access with automatic liquid sharding, and allows fine-grained control over what data is returned.

See the BigQuery Storage client library docs to learn how to use this BigQuery Storage Client Library.

Samples

Samples are in the samples/ directory. The samples' README.md has instructions for running the samples.

Sample Source Code Try it
Parallel Write Committed Stream source code Open in Cloud Shell
Storage Arrow Sample source code Open in Cloud Shell
Storage Sample source code Open in Cloud Shell
Write Committed Stream source code Open in Cloud Shell
Write Pending Stream source code Open in Cloud Shell
Write To Default Stream source code Open in Cloud Shell

Troubleshooting

To get help, follow the instructions in the shared Troubleshooting document.

Transport

BigQuery Storage uses gRPC for the transport layer.

Java Versions

Java 7 or above is required for using this client.

Versioning

This library follows Semantic Versioning.

Contributing

Contributions to this library are always welcome and highly encouraged.

See CONTRIBUTING for more information how to get started.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See Code of Conduct for more information.

License

Apache 2.0 - See LICENSE for more information.

CI Status

Java Version Status
Java 7 Kokoro CI
Java 8 Kokoro CI
Java 8 OSX Kokoro CI
Java 8 Windows Kokoro CI
Java 11 Kokoro CI

Java is a registered trademark of Oracle and/or its affiliates.

com.google.api.grpc

Google APIs

Clients for Google APIs and tools that help produce them.

Versions

Version
0.118.1
0.118.0
0.117.0
0.116.1
0.116.0
0.115.1
0.115.0
0.114.0
0.113.0
0.112.0
0.111.0
0.110.0
0.109.1
0.109.0
0.108.5
0.108.4
0.108.3
0.108.2
0.108.1
0.108.0
0.107.2
0.107.0
0.106.7
0.106.5
0.106.4
0.106.3
0.106.2
0.106.1
0.106.0
0.105.6
0.105.5
0.105.4
0.105.3
0.105.2
0.105.1
0.105.0
0.104.1
0.104.0
0.103.1
0.102.1
0.102.0
0.101.1
0.101.0
0.100.0
0.99.1
0.99.0
0.98.4
0.98.3
0.98.2
0.98.1
0.98.0
0.97.0
0.96.2
0.96.1
0.96.0
0.95.0
0.94.0
0.93.1
0.93.0
0.92.0
0.91.0
0.90.0
0.89.0
0.88.0
0.87.0