Skip to content

Commit 7c16f79

Browse files
authored
---
yaml --- r: 14805 b: refs/heads/autosynth-asset c: c8e0f2f h: refs/heads/master i: 14803: a5cfb8b
1 parent 733fc75 commit 7c16f79

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
@@ -122,7 +122,7 @@ refs/heads/autosynth-vision: b8e47d76578b5f150ef530072ea7e485e2b02ca0
122122
refs/heads/spanner: b01127f885b4611bf1852abb0ce481eeb7fcc131
123123
refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b
124124
refs/tags/v0.69.0: 78f67a29e8b9c46ba01de566a2eae0fd1c03edea
125-
refs/heads/autosynth-asset: c011130c0114ccdcde9bda60202f334722df331d
125+
refs/heads/autosynth-asset: c8e0f2f97ffc116b43a682a9a026f9c70ca0b9f5
126126
refs/heads/autosynth-automl: d4315b3596bac160e3439432c54435f44b09953e
127127
refs/heads/autosynth-bigquerydatatransfer: 2a9f3938237f85a8919602d74011326580ff387f
128128
refs/heads/autosynth-bigquerystorage: 99aee05df348f39d98b6fb23c292006f1d2a6c28

branches/autosynth-asset/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-asset/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)