@@ -287,7 +287,7 @@ public void readObject(
287287 * each following call to `Create`. If there is an error or the connection is
288288 * broken during the resumable `Create()`, the client should check the status
289289 * of the `Create()` by calling `QueryWriteStatus()` and continue writing from
290- * the returned `committed_size `. This may be less than the amount of data the
290+ * the returned `persisted_size `. This may be less than the amount of data the
291291 * client previously sent.
292292 * The service will not view the object as complete until the client has
293293 * sent a `WriteObjectRequest` with `finish_write` set to `true`. Sending any
@@ -324,7 +324,7 @@ public void startResumableWrite(
324324 *
325325 *
326326 * <pre>
327- * Determines the `committed_size ` for an object that is being written, which
327+ * Determines the `persisted_size ` for an object that is being written, which
328328 * can then be used as the `write_offset` for the next `Write()` call.
329329 * If the object does not exist (i.e., the object has been deleted, or the
330330 * first `Write()` has not yet reached the service), this method returns the
@@ -333,7 +333,7 @@ public void startResumableWrite(
333333 * much data has been processed for this object. This is useful if the
334334 * client is buffering data and needs to know which data can be safely
335335 * evicted. For any sequence of `QueryWriteStatus()` calls for a given
336- * object name, the sequence of returned `committed_size ` values will be
336+ * object name, the sequence of returned `persisted_size ` values will be
337337 * non-decreasing.
338338 * </pre>
339339 */
@@ -426,7 +426,7 @@ public void readObject(
426426 * each following call to `Create`. If there is an error or the connection is
427427 * broken during the resumable `Create()`, the client should check the status
428428 * of the `Create()` by calling `QueryWriteStatus()` and continue writing from
429- * the returned `committed_size `. This may be less than the amount of data the
429+ * the returned `persisted_size `. This may be less than the amount of data the
430430 * client previously sent.
431431 * The service will not view the object as complete until the client has
432432 * sent a `WriteObjectRequest` with `finish_write` set to `true`. Sending any
@@ -465,7 +465,7 @@ public void startResumableWrite(
465465 *
466466 *
467467 * <pre>
468- * Determines the `committed_size ` for an object that is being written, which
468+ * Determines the `persisted_size ` for an object that is being written, which
469469 * can then be used as the `write_offset` for the next `Write()` call.
470470 * If the object does not exist (i.e., the object has been deleted, or the
471471 * first `Write()` has not yet reached the service), this method returns the
@@ -474,7 +474,7 @@ public void startResumableWrite(
474474 * much data has been processed for this object. This is useful if the
475475 * client is buffering data and needs to know which data can be safely
476476 * evicted. For any sequence of `QueryWriteStatus()` calls for a given
477- * object name, the sequence of returned `committed_size ` values will be
477+ * object name, the sequence of returned `persisted_size ` values will be
478478 * non-decreasing.
479479 * </pre>
480480 */
@@ -539,7 +539,7 @@ public com.google.storage.v2.StartResumableWriteResponse startResumableWrite(
539539 *
540540 *
541541 * <pre>
542- * Determines the `committed_size ` for an object that is being written, which
542+ * Determines the `persisted_size ` for an object that is being written, which
543543 * can then be used as the `write_offset` for the next `Write()` call.
544544 * If the object does not exist (i.e., the object has been deleted, or the
545545 * first `Write()` has not yet reached the service), this method returns the
@@ -548,7 +548,7 @@ public com.google.storage.v2.StartResumableWriteResponse startResumableWrite(
548548 * much data has been processed for this object. This is useful if the
549549 * client is buffering data and needs to know which data can be safely
550550 * evicted. For any sequence of `QueryWriteStatus()` calls for a given
551- * object name, the sequence of returned `committed_size ` values will be
551+ * object name, the sequence of returned `persisted_size ` values will be
552552 * non-decreasing.
553553 * </pre>
554554 */
@@ -597,7 +597,7 @@ protected StorageFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions c
597597 *
598598 *
599599 * <pre>
600- * Determines the `committed_size ` for an object that is being written, which
600+ * Determines the `persisted_size ` for an object that is being written, which
601601 * can then be used as the `write_offset` for the next `Write()` call.
602602 * If the object does not exist (i.e., the object has been deleted, or the
603603 * first `Write()` has not yet reached the service), this method returns the
@@ -606,7 +606,7 @@ protected StorageFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions c
606606 * much data has been processed for this object. This is useful if the
607607 * client is buffering data and needs to know which data can be safely
608608 * evicted. For any sequence of `QueryWriteStatus()` calls for a given
609- * object name, the sequence of returned `committed_size ` values will be
609+ * object name, the sequence of returned `persisted_size ` values will be
610610 * non-decreasing.
611611 * </pre>
612612 */
0 commit comments