googleapis / googleapis/google-cloud-node
feat: add back helper for generating "parent" path
Open
library: google-cloud-node-core
type: feature request
- Dominant language
- TypeScript
- Stars
- 3.2k
- Forks
- 712
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 99
Description
In `v3` of the translate API, we are requiring that folks generate a full parent path when interacting with the API:
```
parent: `projects/${projectId}/locations/${location}`,
```
This is fairly unwieldy, and we should reintroduce a helper for this.
CC: @alexander-fenster, @nnegrey
Contributor guide
Assessment
This issue has not been assessed yet.