Skip to content

Commit

Permalink
Convenience functions to read service and message options #36
Browse files Browse the repository at this point in the history
  • Loading branch information
timostamm committed May 13, 2021
1 parent c559c0d commit b1c6136
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -955,12 +955,12 @@ console.log(AnnotatedService.options);
```json
{
"google.api.http": {
additionalBindings: [{
get: "xxx"
"additionalBindings": [{
"get": "xxx"
}, {
get: "yyy"
"get": "yyy"
}],
get: "/v1/{name=messages/*}"
"get": "/v1/{name=messages/*}"
}
}
```
Expand Down

0 comments on commit b1c6136

Please sign in to comment.