Skip to content

Commit 8a6d600

Browse files
authored
---
yaml --- r: 15727 b: refs/heads/autosynth-datastore c: c8e0f2f h: refs/heads/master i: 15725: 48aab4e 15723: 9b32a14 15719: db1de29 15711: 47ebf6d
1 parent 76e57a5 commit 8a6d600

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
@@ -129,7 +129,7 @@ refs/heads/autosynth-bigquerystorage: 14ab055598b943ae3f33f484e9fb1653355d08e7
129129
refs/heads/autosynth-bigtable: 2fbcb15847e0e89e79d6dc07420e28d7dfcea894
130130
refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
131131
refs/heads/autosynth-containeranalysis: 039ca5b8db725c76c16a965ff26b2774322b8ef8
132-
refs/heads/autosynth-datastore: c011130c0114ccdcde9bda60202f334722df331d
132+
refs/heads/autosynth-datastore: c8e0f2f97ffc116b43a682a9a026f9c70ca0b9f5
133133
refs/heads/autosynth-dialogflow: ebdd13c445b9674ff9ad4601f78d7ecd6f9c3660
134134
refs/heads/autosynth-errorreporting: 3d0566d6bebcc187f148bbed463b5a8e75b1edf6
135135
refs/heads/autosynth-firestore: 92b27fbc8855c9902168695abb0a8f1f433b750b

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