From c8e0f2f97ffc116b43a682a9a026f9c70ca0b9f5 Mon Sep 17 00:00:00 2001 From: shollyman Date: Fri, 22 Feb 2019 14:55:14 -0800 Subject: [PATCH] bigquerystorage: address doc nits (#4544) -updates description in pom.xml for the api -updates the readme to reflect this is actually shipped with -alpha qualifier rather than beta. Caveat: I'm not familiar with how versions get revved for releases, so this may need addressed elsewhere or it may break for the next release. It looks like the readme and pom diverged for bigquerystorage at https://github.com/googleapis/google-cloud-java/pull/3978 --- google-cloud-clients/google-cloud-bigquerystorage/README.md | 6 +++--- google-cloud-clients/google-cloud-bigquerystorage/pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/google-cloud-clients/google-cloud-bigquerystorage/README.md b/google-cloud-clients/google-cloud-bigquerystorage/README.md index 43b787327fbb..612b4f6e91a6 100644 --- a/google-cloud-clients/google-cloud-bigquerystorage/README.md +++ b/google-cloud-clients/google-cloud-bigquerystorage/README.md @@ -20,16 +20,16 @@ Add this to your pom.xml file com.google.cloud google-cloud-bigquerystorage - 0.81.0-beta + 0.81.0-alpha ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-bigquerystorage:0.81.0-beta' +compile 'com.google.cloud:google-cloud-bigquerystorage:0.81.0-alpha' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "0.81.0-beta" +libraryDependencies += "com.google.cloud" % "google-cloud-bigquerystorage" % "0.81.0-alpha" ``` [//]: # ({x-version-update-end}) diff --git a/google-cloud-clients/google-cloud-bigquerystorage/pom.xml b/google-cloud-clients/google-cloud-bigquerystorage/pom.xml index 01534a9efd5e..235635afa82d 100644 --- a/google-cloud-clients/google-cloud-bigquerystorage/pom.xml +++ b/google-cloud-clients/google-cloud-bigquerystorage/pom.xml @@ -7,7 +7,7 @@ Google Cloud Bigquery Storage https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-bigquerystorage - bigquery storage fill in later + BigQuery Storage API provides fast access to BigQuery table data. com.google.cloud