Skip to content

Commit d3aae26

Browse files
authored
fix(storage): Update documentation for PersistedState (#15597)
1 parent 60befd1 commit d3aae26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

google/cloud/storage/async/writer.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ class AsyncWriter {
101101
* application should send the remaining data to upload, starting from this
102102
* point.
103103
*
104+
* In the case of an appendable object, this variant will be populated
105+
* with a `google::storage::v2::Object` on the first response.
106+
*
104107
* @note
105108
* Calling this function on a default-constructed or moved-from `AsyncWriter`
106109
* results in undefined behavior.

0 commit comments

Comments
 (0)