Skip to content

Commit 7b742ae

Browse files
authored
---
yaml --- r: 18423 b: refs/heads/autosynth-compute c: c8e0f2f h: refs/heads/master i: 18421: b8b93bc 18419: 98c712d 18415: 3fa7845
1 parent d89dfd4 commit 7b742ae

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ refs/tags/v0.64.0: 456e8fbd129deced3ca025f239a2d8a82bde1d0a
112112
refs/tags/v0.65.0: 10939381ffe0b8da32db4fe3087c86e3aa7f3e55
113113
refs/tags/v0.66.0: ed6a3f57cbdaa20339a1995f7d7d53b172a5b8ef
114114
refs/tags/v0.67.0: 30b56f02092efc6f3c3667650ea8b8825003e0b7
115-
refs/heads/autosynth-compute: c011130c0114ccdcde9bda60202f334722df331d
115+
refs/heads/autosynth-compute: c8e0f2f97ffc116b43a682a9a026f9c70ca0b9f5
116116
refs/heads/autosynth-container: f6384095f50b31bfc8208542a49181e158d3681c
117117
refs/heads/autosynth-monitoring: e67db7395a868e5f6ecc3476eb4a91c47abd4234
118118
refs/heads/autosynth-pubsub: fd363d13793a853214eb8193c922b28c54e7a6b3

branches/autosynth-compute/google-cloud-clients/google-cloud-bigquerystorage/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ Add this to your pom.xml file
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>google-cloud-bigquerystorage</artifactId>
23-
<version>0.81.0-beta</version>
23+
<version>0.81.0-alpha</version>
2424
</dependency>
2525
```
2626
If you are using Gradle, add this to your dependencies
2727
```Groovy
28-
compile 'com.google.cloud:google-cloud-bigquerystorage:0.81.0-beta'
28+
compile 'com.google.cloud:google-cloud-bigquerystorage:0.81.0-alpha'
2929
```
3030
If you are using SBT, add this to your dependencies
3131
```Scala
32-
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "0.81.0-beta"
32+
libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "0.81.0-alpha"
3333
```
3434
[//]: # ({x-version-update-end})
3535

branches/autosynth-compute/google-cloud-clients/google-cloud-bigquerystorage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<name>Google Cloud Bigquery Storage</name>
88
<url>https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-bigquerystorage</url>
99
<description>
10-
bigquery storage fill in later
10+
BigQuery Storage API provides fast access to BigQuery table data.
1111
</description>
1212
<parent>
1313
<groupId>com.google.cloud</groupId>

0 commit comments

Comments
 (0)