Skip to content

Commit

Permalink
docs: update comments for ListVoicesRequest
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 417752787

Source-Link: googleapis/googleapis@3e58417

Source-Link: googleapis/googleapis-gen@e9ad9d6
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuVGV4dFRvU3BlZWNoLlYxQmV0YTEvLk93bEJvdC55YW1sIiwiaCI6ImU5YWQ5ZDYzODYwMDYzOGEwMGIwNzJmZmE4ZDQxOGE3ODk4ZjJkNDYifQ==
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Dec 22, 2021
1 parent b56182a commit d517082
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,10 @@ public sealed partial class ListVoicesRequest : pb::IMessage<ListVoicesRequest>
/// [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.
/// If not specified, the API will return all supported voices.
/// If specified, the ListVoices call will only return voices that can be used
/// to synthesize this language_code. E.g. when specifying `"en-NZ"`, you will
/// get supported `"en-NZ"` voices; when specifying `"no"`, you will get
/// supported `"no-\*"` (Norwegian) and `"nb-\*"` (Norwegian Bokmal) voices;
/// specifying `"zh"` will also get supported `"cmn-\*"` voices; specifying
/// `"zh-hk"` will also get supported `"yue-hk"` voices.
/// to synthesize this language_code. For example, if you specify `"en-NZ"`,
/// all `"en-NZ"` voices will be returned. If you specify `"no"`, both
/// `"no-\*"` (Norwegian) and `"nb-\*"` (Norwegian Bokmal) voices will be
/// returned.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,11 +287,10 @@ internal static TextToSpeechClient Create(grpccore::CallInvoker callInvoker, Tex
/// [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.
/// If not specified, the API will return all supported voices.
/// If specified, the ListVoices call will only return voices that can be used
/// to synthesize this language_code. E.g. when specifying `"en-NZ"`, you will
/// get supported `"en-NZ"` voices; when specifying `"no"`, you will get
/// supported `"no-\*"` (Norwegian) and `"nb-\*"` (Norwegian Bokmal) voices;
/// specifying `"zh"` will also get supported `"cmn-\*"` voices; specifying
/// `"zh-hk"` will also get supported `"yue-hk"` voices.
/// to synthesize this language_code. For example, if you specify `"en-NZ"`,
/// all `"en-NZ"` voices will be returned. If you specify `"no"`, both
/// `"no-\*"` (Norwegian) and `"nb-\*"` (Norwegian Bokmal) voices will be
/// returned.
/// </param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
/// <returns>The RPC response.</returns>
Expand All @@ -309,11 +308,10 @@ internal static TextToSpeechClient Create(grpccore::CallInvoker callInvoker, Tex
/// [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.
/// If not specified, the API will return all supported voices.
/// If specified, the ListVoices call will only return voices that can be used
/// to synthesize this language_code. E.g. when specifying `"en-NZ"`, you will
/// get supported `"en-NZ"` voices; when specifying `"no"`, you will get
/// supported `"no-\*"` (Norwegian) and `"nb-\*"` (Norwegian Bokmal) voices;
/// specifying `"zh"` will also get supported `"cmn-\*"` voices; specifying
/// `"zh-hk"` will also get supported `"yue-hk"` voices.
/// to synthesize this language_code. For example, if you specify `"en-NZ"`,
/// all `"en-NZ"` voices will be returned. If you specify `"no"`, both
/// `"no-\*"` (Norwegian) and `"nb-\*"` (Norwegian Bokmal) voices will be
/// returned.
/// </param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
/// <returns>A Task containing the RPC response.</returns>
Expand All @@ -331,11 +329,10 @@ internal static TextToSpeechClient Create(grpccore::CallInvoker callInvoker, Tex
/// [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag.
/// If not specified, the API will return all supported voices.
/// If specified, the ListVoices call will only return voices that can be used
/// to synthesize this language_code. E.g. when specifying `"en-NZ"`, you will
/// get supported `"en-NZ"` voices; when specifying `"no"`, you will get
/// supported `"no-\*"` (Norwegian) and `"nb-\*"` (Norwegian Bokmal) voices;
/// specifying `"zh"` will also get supported `"cmn-\*"` voices; specifying
/// `"zh-hk"` will also get supported `"yue-hk"` voices.
/// to synthesize this language_code. For example, if you specify `"en-NZ"`,
/// all `"en-NZ"` voices will be returned. If you specify `"no"`, both
/// `"no-\*"` (Norwegian) and `"nb-\*"` (Norwegian Bokmal) voices will be
/// returned.
/// </param>
/// <param name="cancellationToken">A <see cref="st::CancellationToken"/> to use for this RPC.</param>
/// <returns>A Task containing the RPC response.</returns>
Expand Down

0 comments on commit d517082

Please sign in to comment.