Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(generator/rust): add IAM RPCs to golden files #180

Merged

Conversation

coryan
Copy link
Contributor

@coryan coryan commented Nov 14, 2024

Include the IAM RPCs in the Rust golden files. We need one patch to
workaround the GetIamPolicy() query parameters.

Part of the work for #158

Include the IAM RPCs in the Rust golden files. We need one patch to
workaround the `GetIamPolicy()` query parameters.
@coryan coryan marked this pull request as ready for review November 14, 2024 22:11
@coryan coryan requested a review from codyoss November 14, 2024 22:11
option (google.api.http) = {
get: "/v1/{resource=projects/*/secrets/*}:getIamPolicy"
// TODO(#158) - this is not in the protos from GitHub
body: "*"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: per https://google.aip.dev/127 Gets don't have body.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Opened #181 to discuss. Merging.

@coryan coryan merged commit e6bc158 into googleapis:main Nov 15, 2024
10 checks passed
@coryan coryan deleted the impl-generator-support-external-packages-pr3 branch November 15, 2024 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants