Skip to content

Commit d8428b1

Browse files
fix(AIP-2510): fix resource id name (#1106)
Fix the the value of `name` on get request to use the defined format by removing unwanted segment
1 parent a5a844b commit d8428b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aip/cloud/2510.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ message GetBookRequest {
127127
and if the value of `name` on such a request is,
128128

129129
```
130-
projects/my-project/libraries/67890/books/les-miserables
130+
projects/my-project/books/les-miserables
131131
```
132132

133133
then the value of the field, `name`, returned for the `Book`, should match: the

0 commit comments

Comments
 (0)