Anthonios Partheniou
Anthonios Partheniou
## Description Fixes # Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google. ## Checklist - [ ] I have...
REST snippets are currently being excluded. This issue tracks adding support for REST snippets. See the TODO comment below. https://github.com/googleapis/gapic-generator-python/blob/119a3f18d671664309efbf1aee7bafc94b401eed/gapic/generator/generator.py#L156-L160
AIP-191 states `The version must not be used as a filename, because this creates bizarre imports in client libraries. Filenames such as v3.proto or v1beta1.proto are prohibited.` but the linter...
See the code snippet below which has a missing backtick. This can cause issue in client library documentation and a linter rule would help prevent issues from being introduced upstream....
# Summary This issue is related to https://github.com/pytest-dev/pytest-cov/issues/557 which is closed. The `rsyncdir` argument is deprecated and will be removed in pytest-xdist 4.0. It's currently used in the line below:...
[An issue](https://github.com/googleapis/google-cloud-python/issues/12334) was filed in `google-cloud-python` related to usability issues with the `google-cloud-speech` sample located [here](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/HEAD/speech/snippets/transcribe_streaming_v2.py). Currently there are 2 imports in `speech/snippets/transcribe_streaming_v2.py` with similar names. `SpeechClient` and `cloud_speech` could...
When[ jinja-filters.map](https://jinja.palletsprojects.com/en/3.0.x/templates/#jinja-filters.map) is used to look up an attribute, the `default` argument should be set in case an object in the list does not have the given attribute.
Protobuf 5.x is not currently supported in generated clients. See blocking issue https://github.com/googleapis/proto-plus-python/issues/431 https://github.com/googleapis/gapic-generator-python/blob/24a23a1ab885246e447c0010b2e5602209dfbb8d/setup.py#L27-L35 and https://github.com/googleapis/gapic-generator-python/blob/24a23a1ab885246e447c0010b2e5602209dfbb8d/gapic/templates/setup.py.j2#L32-L39 As part of this upgrade, we should drop support for protobuf 3.x, and deprecate...