Skip to content

Commit

Permalink
docs: Document thread safety of library (#1566)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
JesseLovelace and gcf-owl-bot[bot] committed Aug 12, 2022
1 parent 0015563 commit c740899
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -50,6 +50,12 @@
* ID</a> and <a href="https://github.com/googleapis/google-cloud-java#authentication">provide
* credentials</a>.
*
* <p>Operations in this library are generally thread safe, except for the use of <a
* href="https://github.com/googleapis/java-storage/blob/main/google-cloud-storage/src/main/java/com/google/cloud/storage/BlobReadChannel.java">
* BlobReadChannel</a> and <a
* href="https://github.com/googleapis/java-storage/blob/main/google-cloud-storage/src/main/java/com/google/cloud/storage/BlobWriteChannel.java">
* BlobWriteChannel</a>.
*
* @see <a href="https://cloud.google.com/storage/">Google Cloud Storage</a>
*/
package com.google.cloud.storage;

0 comments on commit c740899

Please sign in to comment.