From ec112ffb0dfce437ba65cf28622fa271483575e8 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 04:50:15 +0000 Subject: [PATCH] docs: fix minor docstring formatting (#3747) - [ ] Regenerate this pull request now. PiperOrigin-RevId: 495308712 Source-Link: https://togithub.com/googleapis/googleapis/commit/45c90e286e35a5210b6363c11f0ae60816d0ece8 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/61828bbdcf00aeabfed3f55ed0f9cb5252ef9d46 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXRleHR0b3NwZWVjaC8uT3dsQm90LnlhbWwiLCJoIjoiNjE4MjhiYmRjZjAwYWVhYmZlZDNmNTVlZDBmOWNiNTI1MmVmOWQ0NiJ9 --- .../google/cloud/texttospeech/v1beta1/cloud_tts_lrs.proto | 2 +- ...ext_to_speech_long_audio_synthesize.synthesize_long_audio.js | 2 +- .../src/v1beta1/text_to_speech_long_audio_synthesize_client.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/google-cloud-texttospeech/protos/google/cloud/texttospeech/v1beta1/cloud_tts_lrs.proto b/packages/google-cloud-texttospeech/protos/google/cloud/texttospeech/v1beta1/cloud_tts_lrs.proto index 9adcd6ae600..17bc9479f0b 100644 --- a/packages/google-cloud-texttospeech/protos/google/cloud/texttospeech/v1beta1/cloud_tts_lrs.proto +++ b/packages/google-cloud-texttospeech/protos/google/cloud/texttospeech/v1beta1/cloud_tts_lrs.proto @@ -56,7 +56,7 @@ service TextToSpeechLongAudioSynthesize { // `SynthesizeLongAudio` method. message SynthesizeLongAudioRequest { // The resource states of the request in the form of - // projects/*/locations/*/voices/*. + // `projects/*/locations/*/voices/*`. string parent = 1; // Required. The Synthesizer requires either plain text or SSML as input. diff --git a/packages/google-cloud-texttospeech/samples/generated/v1beta1/text_to_speech_long_audio_synthesize.synthesize_long_audio.js b/packages/google-cloud-texttospeech/samples/generated/v1beta1/text_to_speech_long_audio_synthesize.synthesize_long_audio.js index 6c71d6fdceb..5be501c5ecd 100644 --- a/packages/google-cloud-texttospeech/samples/generated/v1beta1/text_to_speech_long_audio_synthesize.synthesize_long_audio.js +++ b/packages/google-cloud-texttospeech/samples/generated/v1beta1/text_to_speech_long_audio_synthesize.synthesize_long_audio.js @@ -30,7 +30,7 @@ function main(input, audioConfig) { */ /** * The resource states of the request in the form of - * projects/* /locations/* /voices/*. + * `projects/* /locations/* /voices/*`. */ // const parent = 'abc123' /** diff --git a/packages/google-cloud-texttospeech/src/v1beta1/text_to_speech_long_audio_synthesize_client.ts b/packages/google-cloud-texttospeech/src/v1beta1/text_to_speech_long_audio_synthesize_client.ts index a3afd8cefa1..2d2953c56b4 100644 --- a/packages/google-cloud-texttospeech/src/v1beta1/text_to_speech_long_audio_synthesize_client.ts +++ b/packages/google-cloud-texttospeech/src/v1beta1/text_to_speech_long_audio_synthesize_client.ts @@ -346,7 +346,7 @@ export class TextToSpeechLongAudioSynthesizeClient { * The request object that will be sent. * @param {string} request.parent * The resource states of the request in the form of - * projects/* /locations/* /voices/*. + * `projects/* /locations/* /voices/*`. * @param {google.cloud.texttospeech.v1beta1.SynthesisInput} request.input * Required. The Synthesizer requires either plain text or SSML as input. * @param {google.cloud.texttospeech.v1beta1.AudioConfig} request.audioConfig