google-cloud-python
google-cloud-python copied to clipboard
Google Cloud Client Library for Python
Steps to reproduce 1. Get an existing Job 2. Update the job without any changes ### Reproduction Code ```console $ python -
I already have Biglake table named "config" in the same region that created with stored procedure + big spark via Bigquery **"projects/dudledood-sql-project-1/locations/us/catalogs/iceberg_catalog/database/iceberg_warehouse/tables/config"** but I can't create another with ``` create_table_request...
As the title suggests, I am not able to get a changed table description text when I perform a translation of a HIVEQL ddl file. The original description text persists...
**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response. **NOTE**:...
1. Our current bug template says `Google Cloud Python client libraries are no longer maintained inside this repository. Please visit the python-API repository (e.g., https://github.com/googleapis/python-pubsub/issues) for faster response times.` That...
- What I am trying to do I am trying to transcode a video larger than 5 seconds. But the video or audio should be optional - What code I...
I'm cross-posting this from [googleapis/google-cloud-python #10643](https://github.com/googleapis/google-cloud-python/issues/10643), because it's not clear where's actually supposed to go... ---- Hi Googlers, I'm requesting the [Identity and Access Management IAM API](https://cloud.google.com/iam/docs/reference/rest) (e.g. `https://iam.googleapis.com`) be...
You have a problem with your .repo-metadata.json files: Result of scan 📈: * api_shortname 'card' invalid in .librarian/generator-input/packages/google-apps-card/.repo-metadata.json * api_shortname 'subscriptions' invalid in .librarian/generator-input/packages/google-apps-events-subscriptions/.repo-metadata.json * api_shortname 'type' invalid in .librarian/generator-input/packages/google-apps-script-type/.repo-metadata.json...
The discovery API (https://github.com/google/google-api-python-client) provides access to alpha and beta apis. THis implementation is being replaced by individual component implementations, for example https://github.com/googleapis/google-cloud-python. However the components do not provide access...
``` import logging import gevent from google.cloud import speech_v1 import queue import sentry_sdk from gevent import spawn # https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-speech/samples/generated_samples/speech_v1_generated_speech_streaming_recognize_async.py logger = logging.getLogger('streaming_session') class StreamingSession: END_OF_STREAM = object() def __init__(self, sample_rate=16000):...