@@ -287,7 +287,7 @@ public void readObject(
|
287 | 287 | * each following call to `Create`. If there is an error or the connection is
|
288 | 288 | * broken during the resumable `Create()`, the client should check the status
|
289 | 289 | * 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 |
291 | 291 | * client previously sent.
|
292 | 292 | * The service will not view the object as complete until the client has
|
293 | 293 | * sent a `WriteObjectRequest` with `finish_write` set to `true`. Sending any
|
@@ -324,7 +324,7 @@ public void startResumableWrite(
|
324 | 324 | *
|
325 | 325 | *
|
326 | 326 | * <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 |
328 | 328 | * can then be used as the `write_offset` for the next `Write()` call.
|
329 | 329 | * If the object does not exist (i.e., the object has been deleted, or the
|
330 | 330 | * first `Write()` has not yet reached the service), this method returns the
|
@@ -333,7 +333,7 @@ public void startResumableWrite(
|
333 | 333 | * much data has been processed for this object. This is useful if the
|
334 | 334 | * client is buffering data and needs to know which data can be safely
|
335 | 335 | * 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 |
337 | 337 | * non-decreasing.
|
338 | 338 | * </pre>
|
339 | 339 | */
|
@@ -426,7 +426,7 @@ public void readObject(
|
426 | 426 | * each following call to `Create`. If there is an error or the connection is
|
427 | 427 | * broken during the resumable `Create()`, the client should check the status
|
428 | 428 | * 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 |
430 | 430 | * client previously sent.
|
431 | 431 | * The service will not view the object as complete until the client has
|
432 | 432 | * sent a `WriteObjectRequest` with `finish_write` set to `true`. Sending any
|
@@ -465,7 +465,7 @@ public void startResumableWrite(
|
465 | 465 | *
|
466 | 466 | *
|
467 | 467 | * <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 |
469 | 469 | * can then be used as the `write_offset` for the next `Write()` call.
|
470 | 470 | * If the object does not exist (i.e., the object has been deleted, or the
|
471 | 471 | * first `Write()` has not yet reached the service), this method returns the
|
@@ -474,7 +474,7 @@ public void startResumableWrite(
|
474 | 474 | * much data has been processed for this object. This is useful if the
|
475 | 475 | * client is buffering data and needs to know which data can be safely
|
476 | 476 | * 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 |
478 | 478 | * non-decreasing.
|
479 | 479 | * </pre>
|
480 | 480 | */
|
@@ -539,7 +539,7 @@ public com.google.storage.v2.StartResumableWriteResponse startResumableWrite(
|
539 | 539 | *
|
540 | 540 | *
|
541 | 541 | * <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 |
543 | 543 | * can then be used as the `write_offset` for the next `Write()` call.
|
544 | 544 | * If the object does not exist (i.e., the object has been deleted, or the
|
545 | 545 | * first `Write()` has not yet reached the service), this method returns the
|
@@ -548,7 +548,7 @@ public com.google.storage.v2.StartResumableWriteResponse startResumableWrite(
|
548 | 548 | * much data has been processed for this object. This is useful if the
|
549 | 549 | * client is buffering data and needs to know which data can be safely
|
550 | 550 | * 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 |
552 | 552 | * non-decreasing.
|
553 | 553 | * </pre>
|
554 | 554 | */
|
@@ -597,7 +597,7 @@ protected StorageFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions c
|
597 | 597 | *
|
598 | 598 | *
|
599 | 599 | * <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 |
601 | 601 | * can then be used as the `write_offset` for the next `Write()` call.
|
602 | 602 | * If the object does not exist (i.e., the object has been deleted, or the
|
603 | 603 | * 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
|
606 | 606 | * much data has been processed for this object. This is useful if the
|
607 | 607 | * client is buffering data and needs to know which data can be safely
|
608 | 608 | * 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 |
610 | 610 | * non-decreasing.
|
611 | 611 | * </pre>
|
612 | 612 | */
|
|
0 commit comments