Skip to content

Commit

Permalink
docs: fix minor docstring formatting (#3747)
Browse files Browse the repository at this point in the history
- [ ] 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
  • Loading branch information
gcf-owl-bot[bot] authored Dec 15, 2022
1 parent 9c8e56d commit ec112ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec112ff

Please sign in to comment.