Skip to content

Commit

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

Source-Link: googleapis/googleapis@8ce1934

Source-Link: googleapis/googleapis-gen@40dbea3
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuVGV4dFRvU3BlZWNoLlYxLy5Pd2xCb3QueWFtbCIsImgiOiI0MGRiZWEzNDI1NGFhZWRiZTJmOGM0ODNhNTRlMzJkMDc1ZDVmZWQ5In0=
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Jan 28, 2022
1 parent 6e089e6 commit 479ddef
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,13 +208,13 @@ public sealed partial class ListVoicesRequest : pb::IMessage<ListVoicesRequest>
private string languageCode_ = "";
/// <summary>
/// Optional. Recommended.
/// [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. 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-\*"` 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-\*"` voices.
/// [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. 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 @@ -284,13 +284,13 @@ internal static TextToSpeechClient Create(grpccore::CallInvoker callInvoker, Tex
/// </summary>
/// <param name="languageCode">
/// Optional. Recommended.
/// [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. 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-\*"` 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-\*"` voices.
/// [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. 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 @@ -305,13 +305,13 @@ internal static TextToSpeechClient Create(grpccore::CallInvoker callInvoker, Tex
/// </summary>
/// <param name="languageCode">
/// Optional. Recommended.
/// [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. 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-\*"` 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-\*"` voices.
/// [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. 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 @@ -326,13 +326,13 @@ internal static TextToSpeechClient Create(grpccore::CallInvoker callInvoker, Tex
/// </summary>
/// <param name="languageCode">
/// Optional. Recommended.
/// [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. 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-\*"` 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-\*"` voices.
/// [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. 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 479ddef

Please sign in to comment.