Skip to content

Commit 858cb6f

Browse files
authored
---
yaml --- r: 17683 b: refs/heads/autosynth-texttospeech c: c8e0f2f h: refs/heads/master i: 17681: 96004b4 17679: cfe1af8
1 parent a546f28 commit 858cb6f

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
@@ -143,7 +143,7 @@ refs/heads/autosynth-securitycenter: 8e95447ccb176c3648880ee0cb926cd1f4065156
143143
refs/heads/autosynth-spanner: 9bff86d057df31e04c76d72865e8e073ac5794fb
144144
refs/heads/autosynth-speech: 75d6c62a9d07d3a3642980502a25d07fbde0f232
145145
refs/heads/autosynth-tasks: b0cdb991f3f75345151a3f68db1aab273dfc069b
146-
refs/heads/autosynth-texttospeech: c011130c0114ccdcde9bda60202f334722df331d
146+
refs/heads/autosynth-texttospeech: c8e0f2f97ffc116b43a682a9a026f9c70ca0b9f5
147147
refs/heads/autosynth-trace: 80c58aa2fb54b0a9c6876f2c21aa8d19cf55962e
148148
refs/heads/autosynth-websecurityscanner: d4febbffb6c648b74faec62fe90e20adadc9a7d3
149149
refs/heads/bigquerystorage: 06db74d123d7f8a3ef48755c2fcabed09faf8e64

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