Chris Smith

Results 119 comments of Chris Smith

Correction, it appears that only `civil.Date` is used in the spanner library, but `civil.Time` is used in Datastore here in [load.go](https://github.com/googleapis/google-cloud-go/blob/main/datastore/load.go#L393). I suppose it's possible that the nanosecond precision could...

@anton-kstnk Thank you for pointing out this issue in the `idtoken` package. I agree that it appears the API should probably be expanded to accommodate multiple `audience` values. My preference...

@veggiemonk, Thank you for reporting this issue. > I couldn't find an example on how to query Google Managed Prometheus programmatically. I looked through the samples in https://github.com/GoogleCloudPlatform/golang-samples/tree/main/monitoring but couldn't...

@veggiemonk, Thank you for providing the manual workaround. Question: Can https://pkg.go.dev/cloud.google.com/go/monitoring be used for this use case? Unfortunately, due to the maintenance mode status of this project, I won't be...

@veggiemonk Thank you for the link to the incorrect type. This is helpful, I will continue to investigate.

I discussed this with @amanda-tarafa, who approves the addition to the snippets and will also review the PR.

I would say yes, for post-protoc file renaming.

See [googleapis pubsub/v1/BUILD.bazel](https://github.com/googleapis/googleapis/blob/master/google/pubsub/v1/BUILD.bazel) for configuration inputs to other generated clients.

@ribrdb The [apierror.APIError](https://github.com/googleapis/gax-go/blob/main/v2/apierror/apierror.go#L178-L185) type returned by `apierror.FromError` is intended to be used **either** with gRPC **or** HTTP. When used with HTTP, the `status` field should be ignored, and instead the...

Does the application code not have the context of whether the transport is gRPC or HTTP?