| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Sorry, something went wrong.
|
Sorry, something went wrong.
|
Do you need to add in iam/logging to the proto_path for generation_config.yaml? sdk-platform-java/generation_config.yaml Lines 40 to 43 in f587541 Or is that only for protos with services/ GAPICs. Not too familiar with hermetic build, going to default to Blake's review. |
Sorry, something went wrong.
No need to add a proto_path because logging is a nested directory in google/iam/v1 and all protos inside the proto_path should be generated by default. I removed the special case in generate_library.sh so that this falls to the default case. |
Sorry, something went wrong.
| "client_documentation": "https://cloud.google.com/java/docs/reference/proto-google-iam-v1/latest/overview", | ||
| "release_level": "stable", | ||
| "transport": "grpc", | ||
| "transport": "both", |
There was a problem hiding this comment.
Do we know why the transport changed? Is it because this PR #2890?
Sorry, something went wrong.
There was a problem hiding this comment.
Yes, now iam/v2 is used to get the transport.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
In this PR: