We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
add-iam-methods
The add-iam-methods option and corresponding nox session showcase_unit_add_iam_methods should be removed from the codebase as it is redundant code.
showcase_unit_add_iam_methods
gapic-generator-python/gapic/utils/options.py
Line 57 in 515dc8a
gapic-generator-python/gapic/templates/%namespace/%name_%version/%sub/services/%service/client.py.j2
Line 627 in 515dc8a
gapic-generator-python/noxfile.py
Line 513 in 515dc8a
Before it can be removed, we need to remove usage of it here: https://github.com/search?q=repo%3Agoogleapis%2Fgoogleapis%20add-iam-methods&type=code
We shouldn't need the add-iam-methods as mentioned in #1240
The text was updated successfully, but these errors were encountered:
vchudnov-g
No branches or pull requests
The
add-iam-methods
option and corresponding nox sessionshowcase_unit_add_iam_methods
should be removed from the codebase as it is redundant code.gapic-generator-python/gapic/utils/options.py
Line 57 in 515dc8a
gapic-generator-python/gapic/templates/%namespace/%name_%version/%sub/services/%service/client.py.j2
Line 627 in 515dc8a
gapic-generator-python/noxfile.py
Line 513 in 515dc8a
Before it can be removed, we need to remove usage of it here:
https://github.com/search?q=repo%3Agoogleapis%2Fgoogleapis%20add-iam-methods&type=code
We shouldn't need the
add-iam-methods
as mentioned in #1240The text was updated successfully, but these errors were encountered: