Igor Bernstein
Igor Bernstein
I'd say its a pretty low priority. I just want to get rid of this ugliness: https://github.com/GoogleCloudPlatform/google-cloud-java/blob/36409f5b1df89609eaef92d09cebea97931339bd/google-cloud-clients/google-cloud-bigtable-admin/src/main/java/com/google/cloud/bigtable/admin/v2/BigtableTableAdminClient.java#L439-L478
Ok, I'll update the docs
This would also fix this issue: https://github.com/googleapis/gapic-generator-java/issues/1306
@garrettjonesgoogle can you take a look at this?
I don't think this is possible. The base class's toBuilder return type would have to include a self referential parameter that includes its builder class, which will be an inner...
I don’t think it’s worth doing a major version bump for this, but I would argue that if a major version were to happen, this should be included. Maybe this...
There are a few aspects to this 1. Bug 1: currently AttemptCallable sets the rpc timeout from retry settings onto the call context as a timeout (which will be set...
Minor updates: Bug 1+2 were fixed in #592. When implementing the feature request, care should be taken to limit the rpc timeout to the remaining overall timeout. This will allow...
I think it would be nice to control retry behavior per call. However I'm not sure if the entirety of RetrySettings should be exposed. I think there are currently some...
In this repo. Specifically bigtable: https://github.com/googleapis/google-cloud-java/pull/6143 But it also applies to other clients in this repo that don't have explicit integration with opencensus. It would be very useful for customers...