google-cloud-spanner
diff --git a/google-cloud-clients/google-cloud-spanner/src/main/java/com/google/cloud/spanner/DatabaseClient.java b/google-cloud-clients/google-cloud-spanner/src/main/java/com/google/cloud/spanner/DatabaseClient.java
index 969af0275fcf..372b0de3a6f2 100644
--- a/google-cloud-clients/google-cloud-spanner/src/main/java/com/google/cloud/spanner/DatabaseClient.java
+++ b/google-cloud-clients/google-cloud-spanner/src/main/java/com/google/cloud/spanner/DatabaseClient.java
@@ -288,9 +288,10 @@ public interface DatabaseClient {
* statements, such as an OLTP workload, should prefer using {@link
* TransactionContext#executeUpdate(Statement)} with {@link #readWriteTransaction()}.
*
+ * That said, Partitioned DML is not a drop-in replacement for standard DML used in {@link
+ * #readWriteTransaction()}.
+ *
*
- * That said, Partitioned DML is not a drop-in replacement for standard DML used in {@link
- * #readWriteTransaction()}.
* - The DML statement must be fully-partitionable. Specifically, the statement must be
* expressible as the union of many statements which each access only a single row of the
* table.
@@ -311,6 +312,7 @@ public interface DatabaseClient {
* due to schema constraints), then the operation is stopped at that point and an error is
* returned. It is possible that at this point, some partitions have been committed (or even
* committed multiple times), and other partitions have not been run at all.
+ *
*
* Given the above, Partitioned DML is good fit for large, database-wide, operations that are
* idempotent, such as deleting old rows from a very large table.
diff --git a/google-cloud-clients/google-cloud-spanner/src/main/java/com/google/cloud/spanner/ResultSet.java b/google-cloud-clients/google-cloud-spanner/src/main/java/com/google/cloud/spanner/ResultSet.java
index 23ac2e50d267..5d396d8ec730 100644
--- a/google-cloud-clients/google-cloud-spanner/src/main/java/com/google/cloud/spanner/ResultSet.java
+++ b/google-cloud-clients/google-cloud-spanner/src/main/java/com/google/cloud/spanner/ResultSet.java
@@ -16,6 +16,7 @@
package com.google.cloud.spanner;
+import com.google.cloud.spanner.Options.QueryOption;
import com.google.spanner.v1.ResultSetStats;
import javax.annotation.Nullable;
@@ -65,7 +66,7 @@ public interface ResultSet extends AutoCloseable, StructReader {
* Returns the {@link ResultSetStats} for the query only if the query was executed in either the
* {@code PLAN} or the {@code PROFILE} mode via the {@link ReadContext#analyzeQuery(Statement,
* com.google.cloud.spanner.ReadContext.QueryAnalyzeMode)} method or for DML statements in
- * {@link ReadContext#executeQuery(Statement, QueryOption)}. Attempts to call this method on
+ * {@link ReadContext#executeQuery(Statement, QueryOption...)}. Attempts to call this method on
* a {@code ResultSet} not obtained from {@code analyzeQuery} or {@code executeQuery} will return
* a {@code null} {@code ResultSetStats}. This method must be called after {@link #next()} has
* returned @{code false}. Calling it before that will result in {@code null}
diff --git a/google-cloud-clients/google-cloud-speech/README.md b/google-cloud-clients/google-cloud-speech/README.md
index bf1a72df88eb..addebccc5024 100644
--- a/google-cloud-clients/google-cloud-speech/README.md
+++ b/google-cloud-clients/google-cloud-speech/README.md
@@ -24,16 +24,16 @@ If you are using Maven, add this to your pom.xml file
com.google.cloud
google-cloud-speech
- 0.64.0-beta
+ 0.65.0-beta
```
If you are using Gradle, add this to your dependencies
```Groovy
-compile 'com.google.cloud:google-cloud-speech:0.64.0-beta'
+compile 'com.google.cloud:google-cloud-speech:0.65.0-beta'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "0.64.0-beta"
+libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "0.65.0-beta"
```
[//]: # ({x-version-update-end})
diff --git a/google-cloud-clients/google-cloud-speech/pom.xml b/google-cloud-clients/google-cloud-speech/pom.xml
index a507b0dd92c0..91e464e852e9 100644
--- a/google-cloud-clients/google-cloud-speech/pom.xml
+++ b/google-cloud-clients/google-cloud-speech/pom.xml
@@ -2,7 +2,7 @@
4.0.0
google-cloud-speech
- 0.64.1-beta-SNAPSHOT
+ 0.65.0-beta
jar
Google Cloud Speech
https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-clients/google-cloud-speech
@@ -12,7 +12,7 @@
com.google.cloud
google-cloud-clients
- 0.64.1-alpha-SNAPSHOT
+ 0.65.0-alpha
google-cloud-speech
diff --git a/google-cloud-clients/google-cloud-storage/README.md b/google-cloud-clients/google-cloud-storage/README.md
index 8ae997a2485b..bdb6b8be45e5 100644
--- a/google-cloud-clients/google-cloud-storage/README.md
+++ b/google-cloud-clients/google-cloud-storage/README.md
@@ -21,16 +21,16 @@ If you are using Maven, add this to your pom.xml file
com.google.cloud
google-cloud-storage
- 1.46.0
+ 1.47.0
```
If you are using Gradle, add this to your dependencies
```Groovy
-compile 'com.google.cloud:google-cloud-storage:1.46.0'
+compile 'com.google.cloud:google-cloud-storage:1.47.0'
```
If you are using SBT, add this to your dependencies
```Scala
-libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.46.0"
+libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "1.47.0"
```
[//]: # ({x-version-update-end})
diff --git a/google-cloud-clients/google-cloud-storage/pom.xml b/google-cloud-clients/google-cloud-storage/pom.xml
index 535d04316611..f9e0ce42f49c 100644
--- a/google-cloud-clients/google-cloud-storage/pom.xml
+++ b/google-cloud-clients/google-cloud-storage/pom.xml
@@ -2,7 +2,7 @@
4.0.0
google-cloud-storage
- 1.46.1-SNAPSHOT
+ 1.47.0
jar
Google Cloud Storage
https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master/google-cloud-clients/google-cloud-storage
@@ -12,7 +12,7 @@
com.google.cloud
google-cloud-clients
- 0.64.1-alpha-SNAPSHOT
+ 0.65.0-alpha
google-cloud-storage
diff --git a/google-cloud-clients/google-cloud-tasks/README.md b/google-cloud-clients/google-cloud-tasks/README.md
index 3715124094d8..d23b890eb15e 100644
--- a/google-cloud-clients/google-cloud-tasks/README.md
+++ b/google-cloud-clients/google-cloud-tasks/README.md
@@ -24,16 +24,16 @@ If you are using Maven, add this to your pom.xml file