Skip to content

Commit c740899

Browse files
docs: Document thread safety of library (#1566)
* Document thread safety of library * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 0015563 commit c740899

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

google-cloud-storage/src/main/java/com/google/cloud/storage/package-info.java

+6
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@
5050
* ID</a> and <a href="https://github.com/googleapis/google-cloud-java#authentication">provide
5151
* credentials</a>.
5252
*
53+
* <p>Operations in this library are generally thread safe, except for the use of <a
54+
* href="https://github.com/googleapis/java-storage/blob/main/google-cloud-storage/src/main/java/com/google/cloud/storage/BlobReadChannel.java">
55+
* BlobReadChannel</a> and <a
56+
* href="https://github.com/googleapis/java-storage/blob/main/google-cloud-storage/src/main/java/com/google/cloud/storage/BlobWriteChannel.java">
57+
* BlobWriteChannel</a>.
58+
*
5359
* @see <a href="https://cloud.google.com/storage/">Google Cloud Storage</a>
5460
*/
5561
package com.google.cloud.storage;

0 commit comments

Comments
 (0)