From 5b492211b2d1a9cd7c9955aa108bb356a0298bb5 Mon Sep 17 00:00:00 2001 From: Seth Hollyman Date: Fri, 22 Feb 2019 09:36:36 -0800 Subject: [PATCH] bigquerystorage: address doc nits -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 a84e25c1550c..90ed1318d23e 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