Brian J. Watson

Results 4 comments of Brian J. Watson

@garrettjonesgoogle How did you create this? Is everything in `google-cloud-compute-v1/src/main/java/com/google/cloud/compute/spi/v1` hand-written using an existing GAPIC template, and then everything else generated with `protoc` from the proto2 files?

This is really a https://github.com/googleapis/toolkit or https://github.com/googleapis/packman issue. We should decide which one, and create an issue there to track this.

The smallest possible action we can take for this quarter is to prepend CallSettings with an underscore: CallSettings -> _CallSettings. That way no one will consider this to be a...