Chris Smith
Chris Smith
> Some google apis are returning errors wrapped with APIError. Client libraries (not APIs) return errors wrapped with APIError. If you can list some of the client libraries you are...
Thanks, I think your usage makes sense and is clear now. I'll see what can be done.
I'm going to change the title of this issue to indicate that [apierror.APIError](https://github.com/googleapis/gax-go/blob/main/v2/apierror/apierror.go#L178-L185) should support querying whether it wraps a gRPC `Status` error or a HTTP `googleapi.Error`. Let me know...
@ribrdb You're using [google.golang.org/api/classroom/v1](https://pkg.go.dev/google.golang.org/api/classroom/v1)?
The fix in #260 has been released in [2.7.1](https://pkg.go.dev/github.com/googleapis/gax-go/[email protected]).
``` ERROR: /home/runner/work/gapic-generator-go/gapic-generator-go/internal/grpc_service_config/BUILD.bazel:5:14: error loading package '@com_google_protobuf//': at /home/runner/.bazel/external/com_google_protobuf/protobuf.bzl:4:6: at /home/runner/.bazel/external/rules_python/python/defs.bzl:17:6: at /home/runner/.bazel/external/rules_python/python/py_binary.bzl:17:6: Unable to find package for @rules_python_internal//:rules_python_config.bzl: The repository '@rules_python_internal' could not be resolved: Repository '@rules_python_internal' is not...
I get the following error, am I doing something wrong? ```sh $ ./showcase-local.sh ./showcase-local.sh: line 74: `test-with-local-showcase': not a valid identifier ```
> There should be a sensible default for the gemname we can add to the gapic-generator-ruby to avoid this issue. I agree, it seems that we should be able to...
@MrPhantomT In your EC2 instance, will you obtain a short-lived OAuth 2.0 access token as described in [Workload Identity Federation - Service account impersonation](https://cloud.google.com/iam/docs/workload-identity-federation#impersonation)? If so, I recently added minimal...
Is this the relevant part of the guide? > To allow the use of AWS security credentials, you must configure the workload identity pool to trust your AWS account. Security...