google-cloud-python
google-cloud-python copied to clipboard
Google Cloud Client Library for Python
#### Environment details - OS type and version: Mac OS Monterry 12.4 - Python version: Python 3.9.13 - pip version: pip 22.0.4 from /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pip (python 3.9) - `google-cloud-asset` version: `pip...
It would be convenient to pass (and parse) the `self_link` property to get to the `name` without having to construct the latter. It just requires stripping the endpoint URL (and...
The flag `--properties-file=PROPERTIES_FILE` from `gcloud dataproc jobs submit pyspark` [[doc](https://cloud.google.com/sdk/gcloud/reference/dataproc/jobs/submit/pyspark#--properties)] does not seem available through the `PySparkJob` [python class](https://github.com/googleapis/python-dataproc/blob/2107cf8bc54096b7bb14b4de38a9abef5eeada59/google/cloud/dataproc_v1/types/jobs.py#L300). This flag is very handy to add properties that depend on...
Hi, In gcloud command I can set properties like : ``` gcloud dataproc batches submit job_name --properties ^~^spark.jars.packages=org.apache.spark:spark-avro_2.12:3.2.1~spark.executor.instances=4 ``` But in this client there is no method to set it...
I want to automate creation of workflows in dataproc. I manually created a workflow and got its equivalent rest api request (POST) from the GCP console UI. I want its...
**Is your feature request related to a problem? Please describe.** It would be amazing to also save the transcription generated into a .srt like object then we would be able...
Hi, I have been trying to run this code on a 3-4 min audio but it is not returning any translated text. Please find a screenshot of the output below,...
I asked a question in Stack Overflow but still can't find a solution: https://stackoverflow.com/questions/73796128/error-denied-permission-artifactregistry-repositories-downloadartifacts-deni The content of the question: I am new in [`Python`][1]. I am deploying [`Python`][1] code to...
Thanks for stopping by to let us know something could be better! **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/)...
#### Environment details - OS type and version: Ubuntu 20.04 - Python version: `python --version` 3.8.10 - pip version: `pip --version` 20.0.2 - `google-cloud-dialogflow-cx` version: `pip show google-cloud-dialogflow-cx` 1.10.0 -...