You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Missing or otherwise invalid argument | 3 INVALID_ARGUMENT | Indicates that a required argument field was not specified or an argument value is invalid | The caller should correct the error and resubmit the call. |
676
-
| Invalid `volume_id` or `snapshot`| 5 NOT_FOUND | Indicates that the volume or snapshot specified were not found. | The caller should re-check that these objects exist. |
671
+
| Invalid `snapshot`| 5 NOT_FOUND | Indicates that the snapshot specified was not found. | The caller should re-check that this object exists. |
677
672
| Invalid `starting_offset`| 11 OUT_OF_RANGE | The starting offset exceeds the volume size. | The caller should specify a `starting_offset` less than the volume's size. |
678
673
| Invalid `security_token`| 16 UNAUTHENTICATED | The specified authentication token is invalid or has expired. | The caller should obtain a new security token. |
679
674
@@ -696,16 +691,13 @@ The fields of the `GetDeltaRequest` message are defined as follows:
696
691
This is the object namespace in the CO system.
697
692
The SP plugins implementation shall ignore this value.
698
693
699
-
-`volume_id`<br>
700
-
The identifier of the volume in the nomenclature of the plugins.
701
-
702
-
-`base_snapshot`<br>
694
+
-`base_snapshot_id`<br>
703
695
The identifier of a snapshot of the specified volume, in the nomenclature of the plugins.
704
696
705
-
-`target_snapshot`<br>
697
+
-`target_snapshot_id`<br>
706
698
The identifier of a second snapshot of the specified volume, in the nomenclature of the plugins.
707
-
This snapshot should have been created after the `base_snapshot`, and the RPC will return the changes
708
-
made since the `base_snapshot` was created.
699
+
This snapshot should have been created after the base snapshot, and the RPC will return the changes
700
+
made since the base snapshot was created.
709
701
710
702
-`starting_offset`<br>
711
703
This specifies the 0 based starting byte position in the `target_snapshot` from which the result should be computed.
@@ -746,7 +738,7 @@ The following conditions are well defined:
| Missing or otherwise invalid argument | 3 INVALID_ARGUMENT | Indicates that a required argument field was not specified or an argument value is invalid | The caller should correct the error and resubmit the call. |
749
-
| Invalid `volume_id`, `base_snapshot` or `target_snapshot`| 5 NOT_FOUND | Indicates that the volume or snapshots specified were not found. | The caller should re-check that these objects exist. |
741
+
| Invalid `base_snapshot` or `target_snapshot`| 5 NOT_FOUND | Indicates that the snapshots specified were not found. | The caller should re-check that these objects exist. |
750
742
| Invalid `starting_offset`| 11 OUT_OF_RANGE | The starting offset exceeds the volume size. | The caller should specify a `starting_offset` less than the volume's size. |
751
743
| Invalid `security_token`| 16 UNAUTHENTICATED | The specified authentication token is invalid or has expired. | The caller should obtain a new security token. |
0 commit comments