We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1048db commit a5808fbCopy full SHA for a5808fb
spec.md
@@ -398,7 +398,7 @@ service Controller {
398
}
399
400
rpc DeleteVolumeGroup(DeleteVolumeGroupRequest)
401
- returns (DeleteVolumeGroupResponse) }
+ returns (DeleteVolumeGroupResponse) {
402
option (alpha_method) = true;
403
404
@@ -1848,7 +1848,7 @@ message ModifyVolumeGroupRequest {
1848
// If no volume_ids are provided, all existing volumes will
1849
// be removed from the group.
1850
// This field is OPTIONAL.
1851
- repeated string volume_ids = 3;
+ repeated string volume_ids = 2;
1852
1853
1854
message ModifyVolumeGroupResponse {
0 commit comments