-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add back helper for generating "parent" path #873
Comments
Will be later this week. This will be a compatible change (just adding a few methods). @xiaozhenliu-gg5 is working on it in the generator. |
When I look at my project storage bucket in the gcp (or if I query the bucket's metadata from the command line) the value for the location field just says "us (multiple regions in United States)" (or "US") Am I supposed to assume that it should be "us-central1"? |
@arcman77, feel free to open a separate issues for this as that is a little different, but there are different types of cloud storage buckets. The translation api currently supports two regions ( But the bucket location is only required if you are trying to use custom resources, if you are not, then |
Moving this over to gax since I suspect this would need to be fixed there? |
I guess it's the gapic-generator-typescript and maybe it's just a dup of googleapis/gapic-generator-typescript#570, but I'll take a look anyway. |
In
v3
of the translate API, we are requiring that folks generate a full parent path when interacting with the API:This is fairly unwieldy, and we should reintroduce a helper for this.
CC: @alexander-fenster, @nnegrey
The text was updated successfully, but these errors were encountered: