diff --git a/librarian.yaml b/librarian.yaml index 7c0eb430af62..4be5e74d8a1b 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -3572,7 +3572,6 @@ libraries: - tests/system/__init__.py - tests/system/smoke_test.py - tests/unit/test_helpers.py - skip_generate: true python: library_type: GAPIC_COMBO name_pretty_override: Cloud Speech diff --git a/packages/google-cloud-speech/.repo-metadata.json b/packages/google-cloud-speech/.repo-metadata.json index 8c6c93d42987..f91fcfe41b3f 100644 --- a/packages/google-cloud-speech/.repo-metadata.json +++ b/packages/google-cloud-speech/.repo-metadata.json @@ -1,17 +1,16 @@ { - "api_description": "enables easy integration of Google speech recognition technologies into developer applications. Send audio and receive a text transcription from the Speech-to-Text API service.", - "api_id": "speech.googleapis.com", - "api_shortname": "speech", - "client_documentation": "https://cloud.google.com/python/docs/reference/speech/latest", - "default_version": "v1", - "distribution_name": "google-cloud-speech", - "issue_tracker": "https://issuetracker.google.com/savedsearches/559758", - "language": "python", - "library_type": "GAPIC_COMBO", - "name": "speech", - "name_pretty": "Cloud Speech", - "product_documentation": "https://cloud.google.com/speech-to-text/docs/", - "release_level": "stable", - "repo": "googleapis/google-cloud-python", - "requires_billing": false + "api_description": "enables easy integration of Google speech recognition technologies into developer applications. Send audio and receive a text transcription from the Speech-to-Text API service.", + "api_id": "speech.googleapis.com", + "api_shortname": "speech", + "client_documentation": "https://cloud.google.com/python/docs/reference/speech/latest", + "default_version": "v1", + "distribution_name": "google-cloud-speech", + "issue_tracker": "https://issuetracker.google.com/savedsearches/559758", + "language": "python", + "library_type": "GAPIC_COMBO", + "name": "speech", + "name_pretty": "Cloud Speech", + "product_documentation": "https://cloud.google.com/speech-to-text/docs/", + "release_level": "stable", + "repo": "googleapis/google-cloud-python" } \ No newline at end of file diff --git a/packages/google-cloud-speech/google/cloud/speech/__init__.py b/packages/google-cloud-speech/google/cloud/speech/__init__.py index 956f1b3e33af..6c130e32fd60 100644 --- a/packages/google-cloud-speech/google/cloud/speech/__init__.py +++ b/packages/google-cloud-speech/google/cloud/speech/__init__.py @@ -18,12 +18,12 @@ __version__ = package_version.__version__ +from google.cloud.speech_v1 import SpeechClient from google.cloud.speech_v1.services.adaptation.async_client import ( AdaptationAsyncClient, ) from google.cloud.speech_v1.services.adaptation.client import AdaptationClient from google.cloud.speech_v1.services.speech.async_client import SpeechAsyncClient -from google.cloud.speech_v1 import SpeechClient from google.cloud.speech_v1.types.cloud_speech import ( LongRunningRecognizeMetadata, LongRunningRecognizeRequest,