Anthonios Partheniou

Results 300 comments of Anthonios Partheniou

The sample in https://github.com/googleapis/gapic-generator-python/issues/1912#issue-2091455570 is automatically generated using the code generator in this repository. See a [similar issue with the async samples](https://github.com/googleapis/gapic-generator-python/issues/1279 ) and [the corresponding fix](https://github.com/googleapis/gapic-generator-python/pull/1280/files) to get an...

@kitokirti I think the change will look something like this. ``` partheniou@partheniou-vm-3:~/git/gapic-generator-python$ git diff diff --git a/gapic/templates/examples/feature_fragments.j2 b/gapic/templates/examples/feature_fragments.j2 index aa1ae320..a68e6554 100644 --- a/gapic/templates/examples/feature_fragments.j2 +++ b/gapic/templates/examples/feature_fragments.j2 @@ -264,7 +264,7 @@ operation...

Yes, you could try https://github.com/googleapis/gapic-generator-python/issues/1795 first

Marking as draft as presubmits are failing

Hi @FirefighterBlu3, Please could you try out a similar request in the 'Try this API' interface on [this page](https://developers.google.com/drive/api/v3/reference/revisions/list) and check whether the issue still exists? This helps to confirm...

Hello @addiercv, See related issue in the issue tracker for Google Drive API here which states the API will return items from trash by default. https://issuetracker.google.com/issues/135861184 There is also a...

In version 2.x of this library, a new feature was added to build clients using a cached copy of [discovery artifacts](https://github.com/googleapis/google-api-python-client/tree/main/googleapiclient/discovery_cache/documents). The new feature is captured in the README (link...

Thanks for reporting this issue. As of [version 2.0](https://github.com/googleapis/google-api-python-client?tab=readme-ov-file#version-20-release), public discovery documents are shipped with each release of `google-api-python-client`. In the case of public discovery documents, they no longer need...

Please can you try to re-create the issue with the `Try It` section on [this page](https://developers.google.com/admin-sdk/directory/reference/rest/v1/groups/update) and check whether the issue still exists? This helps to confirm if this is...

PRs are welcome! We should ensure that when we retrieve the discovery artifact from the compressed file using `get_static_doc` that we only extract the file for the requested service and...