Skip to content

Commit

Permalink
chore: use gapic-generator-python 0.65.1 (#284)
Browse files Browse the repository at this point in the history
* chore: use gapic-generator-python 0.65.1

PiperOrigin-RevId: 441524537

Source-Link: googleapis/googleapis@2a27391

Source-Link: googleapis/googleapis-gen@ab6756a
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYWI2NzU2YTQ4Yzg5YjViY2I5ZmI3MzQ0M2NiOGU1NWQ1NzRmNDY0MyJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Apr 14, 2022
1 parent 2e903f9 commit ece2d18
Show file tree
Hide file tree
Showing 2 changed files with 356 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,61 @@
{
"clientLibrary": {
"apis": [
{
"id": "google.cloud.texttospeech.v1",
"version": "v1"
}
],
"language": "PYTHON",
"name": "google-cloud-texttospeech"
},
"snippets": [
{
"canonical": true,
"clientMethod": {
"async": true,
"client": {
"fullName": "google.cloud.texttospeech_v1.TextToSpeechAsyncClient",
"shortName": "TextToSpeechAsyncClient"
},
"fullName": "google.cloud.texttospeech_v1.TextToSpeechAsyncClient.list_voices",
"method": {
"fullName": "google.cloud.texttospeech.v1.TextToSpeech.ListVoices",
"service": {
"fullName": "google.cloud.texttospeech.v1.TextToSpeech",
"shortName": "TextToSpeech"
},
"shortName": "ListVoices"
}
},
"parameters": [
{
"name": "request",
"type": "google.cloud.texttospeech_v1.types.ListVoicesRequest"
},
{
"name": "language_code",
"type": "str"
},
{
"name": "retry",
"type": "google.api_core.retry.Retry"
},
{
"name": "timeout",
"type": "float"
},
{
"name": "metadata",
"type": "Sequence[Tuple[str, str]"
}
],
"resultType": "google.cloud.texttospeech_v1.types.ListVoicesResponse",
"shortName": "list_voices"
},
"description": "Sample for ListVoices",
"file": "texttospeech_v1_generated_text_to_speech_list_voices_async.py",
"language": "PYTHON",
"origin": "API_DEFINITION",
"regionTag": "texttospeech_v1_generated_TextToSpeech_ListVoices_async",
"segments": [
{
Expand Down Expand Up @@ -43,18 +88,54 @@
"start": 41,
"type": "RESPONSE_HANDLING"
}
]
],
"title": "texttospeech_v1_generated_text_to_speech_list_voices_async.py"
},
{
"canonical": true,
"clientMethod": {
"client": {
"fullName": "google.cloud.texttospeech_v1.TextToSpeechClient",
"shortName": "TextToSpeechClient"
},
"fullName": "google.cloud.texttospeech_v1.TextToSpeechClient.list_voices",
"method": {
"fullName": "google.cloud.texttospeech.v1.TextToSpeech.ListVoices",
"service": {
"fullName": "google.cloud.texttospeech.v1.TextToSpeech",
"shortName": "TextToSpeech"
},
"shortName": "ListVoices"
}
},
"parameters": [
{
"name": "request",
"type": "google.cloud.texttospeech_v1.types.ListVoicesRequest"
},
{
"name": "language_code",
"type": "str"
},
{
"name": "retry",
"type": "google.api_core.retry.Retry"
},
{
"name": "timeout",
"type": "float"
},
{
"name": "metadata",
"type": "Sequence[Tuple[str, str]"
}
],
"resultType": "google.cloud.texttospeech_v1.types.ListVoicesResponse",
"shortName": "list_voices"
},
"description": "Sample for ListVoices",
"file": "texttospeech_v1_generated_text_to_speech_list_voices_sync.py",
"language": "PYTHON",
"origin": "API_DEFINITION",
"regionTag": "texttospeech_v1_generated_TextToSpeech_ListVoices_sync",
"segments": [
{
Expand Down Expand Up @@ -87,19 +168,63 @@
"start": 41,
"type": "RESPONSE_HANDLING"
}
]
],
"title": "texttospeech_v1_generated_text_to_speech_list_voices_sync.py"
},
{
"canonical": true,
"clientMethod": {
"async": true,
"client": {
"fullName": "google.cloud.texttospeech_v1.TextToSpeechAsyncClient",
"shortName": "TextToSpeechAsyncClient"
},
"fullName": "google.cloud.texttospeech_v1.TextToSpeechAsyncClient.synthesize_speech",
"method": {
"fullName": "google.cloud.texttospeech.v1.TextToSpeech.SynthesizeSpeech",
"service": {
"fullName": "google.cloud.texttospeech.v1.TextToSpeech",
"shortName": "TextToSpeech"
},
"shortName": "SynthesizeSpeech"
}
},
"parameters": [
{
"name": "request",
"type": "google.cloud.texttospeech_v1.types.SynthesizeSpeechRequest"
},
{
"name": "input",
"type": "google.cloud.texttospeech_v1.types.SynthesisInput"
},
{
"name": "voice",
"type": "google.cloud.texttospeech_v1.types.VoiceSelectionParams"
},
{
"name": "audio_config",
"type": "google.cloud.texttospeech_v1.types.AudioConfig"
},
{
"name": "retry",
"type": "google.api_core.retry.Retry"
},
{
"name": "timeout",
"type": "float"
},
{
"name": "metadata",
"type": "Sequence[Tuple[str, str]"
}
],
"resultType": "google.cloud.texttospeech_v1.types.SynthesizeSpeechResponse",
"shortName": "synthesize_speech"
},
"description": "Sample for SynthesizeSpeech",
"file": "texttospeech_v1_generated_text_to_speech_synthesize_speech_async.py",
"language": "PYTHON",
"origin": "API_DEFINITION",
"regionTag": "texttospeech_v1_generated_TextToSpeech_SynthesizeSpeech_async",
"segments": [
{
Expand Down Expand Up @@ -132,18 +257,62 @@
"start": 53,
"type": "RESPONSE_HANDLING"
}
]
],
"title": "texttospeech_v1_generated_text_to_speech_synthesize_speech_async.py"
},
{
"canonical": true,
"clientMethod": {
"client": {
"fullName": "google.cloud.texttospeech_v1.TextToSpeechClient",
"shortName": "TextToSpeechClient"
},
"fullName": "google.cloud.texttospeech_v1.TextToSpeechClient.synthesize_speech",
"method": {
"fullName": "google.cloud.texttospeech.v1.TextToSpeech.SynthesizeSpeech",
"service": {
"fullName": "google.cloud.texttospeech.v1.TextToSpeech",
"shortName": "TextToSpeech"
},
"shortName": "SynthesizeSpeech"
}
},
"parameters": [
{
"name": "request",
"type": "google.cloud.texttospeech_v1.types.SynthesizeSpeechRequest"
},
{
"name": "input",
"type": "google.cloud.texttospeech_v1.types.SynthesisInput"
},
{
"name": "voice",
"type": "google.cloud.texttospeech_v1.types.VoiceSelectionParams"
},
{
"name": "audio_config",
"type": "google.cloud.texttospeech_v1.types.AudioConfig"
},
{
"name": "retry",
"type": "google.api_core.retry.Retry"
},
{
"name": "timeout",
"type": "float"
},
{
"name": "metadata",
"type": "Sequence[Tuple[str, str]"
}
],
"resultType": "google.cloud.texttospeech_v1.types.SynthesizeSpeechResponse",
"shortName": "synthesize_speech"
},
"description": "Sample for SynthesizeSpeech",
"file": "texttospeech_v1_generated_text_to_speech_synthesize_speech_sync.py",
"language": "PYTHON",
"origin": "API_DEFINITION",
"regionTag": "texttospeech_v1_generated_TextToSpeech_SynthesizeSpeech_sync",
"segments": [
{
Expand Down Expand Up @@ -176,7 +345,8 @@
"start": 53,
"type": "RESPONSE_HANDLING"
}
]
],
"title": "texttospeech_v1_generated_text_to_speech_synthesize_speech_sync.py"
}
]
}
Loading

0 comments on commit ece2d18

Please sign in to comment.