Anthonios Partheniou

Results 207 issues of Anthonios Partheniou

Migrating existing resource manager samples to use the v3 gapic client from https://pypi.org/project/google-cloud-resource-manager instead of googleapiclient. https://github.com/GoogleCloudPlatform/python-docs-samples/search?q=cloudresourcemanager

type: docs
api: cloudresourcemanager
samples

**Is your feature request related to a problem? Please describe.** It's tedious when I have to manually click the "Update Branch" button on PRs in order to merge the code...

type: feature request
priority: p3

If I try to set `enable_flow_logs` using the code provided in https://github.com/googleapis/python-compute/issues/207, I get http error 400 `If enable flow logging and enable in LogConfig are both set, they must...

type: bug
priority: p2

The following code is failing the mypy test in https://github.com/googleapis/python-datastore/pull/306 ``` metadata = tuple(metadata) + ( gapic_v1.routing_header.to_grpc_metadata((("project_id", ""),)), ) ``` The error is ``` nox > mypy google/ tests/ tests/unit/gapic/datastore_admin_v1/test_datastore_admin.py:1817:...

type: bug
priority: p2

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [ ] Make sure...

size: l

This PR adds a version module to allow users to query the version of the GAPIC. ``` (py39) partheniou@partheniou-vm-2:~/git/python-monitoring$ python3 Python 3.9.10 (main, Feb 22 2022, 13:54:07) [GCC 11.2.0] on...

size: l

The generated unit tests for google/cloud/dataform/v1alpha2 fail with `google.cloud.dataform.v1alpha2.CompilationResult.CodeCompilationConfig.vars_: map_entry should not be set explicitly. Use map instead.` ``` ============================================================================== ERRORS =============================================================================== _______________________________________________ ERROR collecting tests/unit/gapic/dataform_v1alpha2/test_dataform.py ________________________________________________ tests/unit/gapic/dataform_v1alpha2/test_dataform.py:40: in from...

type: bug
priority: p2

PR https://github.com/googleapis/gapic-generator-python/pull/1312 added a new parameter `api_audience` however the parameter is not documented in the templates/generated code here: https://github.com/googleapis/gapic-generator-python/blob/main/gapic/templates/%25namespace/%25name_%25version/%25sub/services/%25service/transports/grpc.py.j2#L106

type: bug
priority: p2

The generated client for google/cloud/gkebackup/v1 contains a docstring with a list which is not formatted correctly resulting in the following errors: ``` sphinx.errors.SphinxWarning: /usr/local/google/home/partheniou/git/python-gke-backup/google/cloud/gke_backup_v1/services/backup_for_gke/async_client.py:docstring of google.cloud.gke_backup_v1.services.backup_for_gke.async_client.BackupForGKEAsyncClient.create_backup:44:Block quote ends without a...

type: bug
priority: p2

During review of https://github.com/googleapis/python-aiplatform/pull/777, @nicain found that function `test_dataset_path` is defined 3 times in file `test_dataset_path.py` [here](https://github.com/googleapis/python-aiplatform/blob/main/tests/unit/gapic/aiplatform_v1/test_migration_service.py#L1686), [here](https://github.com/googleapis/python-aiplatform/blob/main/tests/unit/gapic/aiplatform_v1/test_migration_service.py#L1710) and [here](https://github.com/googleapis/python-aiplatform/blob/main/tests/unit/gapic/aiplatform_v1/test_migration_service.py#L1734).

type: bug
priority: p3