Skip to content

Commit

Permalink
chore: escape * characters in comments
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 325528080

Source-Author: Google APIs <noreply@google.com>
Source-Date: Fri Aug 7 16:11:33 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 9b0c7b1a4665909bd18a0e0fd33004945b5c9c13
Source-Link: googleapis/googleapis@9b0c7b1
  • Loading branch information
yoshi-automation authored and jskeet committed Aug 8, 2020
1 parent 78063bb commit 4511a72
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ public sealed partial class ListVoicesRequest : pb::IMessage<ListVoicesRequest>
/// [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.
/// 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.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public string LanguageCode {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,10 @@ internal static TextToSpeechClient Create(grpccore::CallInvoker callInvoker, Tex
/// [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.
/// 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.
/// </param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
/// <returns>The RPC response.</returns>
Expand All @@ -278,10 +278,10 @@ internal static TextToSpeechClient Create(grpccore::CallInvoker callInvoker, Tex
/// [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.
/// 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.
/// </param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
/// <returns>A Task containing the RPC response.</returns>
Expand All @@ -299,10 +299,10 @@ internal static TextToSpeechClient Create(grpccore::CallInvoker callInvoker, Tex
/// [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.
/// 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.
/// </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
2 changes: 1 addition & 1 deletion apis/Google.Cloud.TextToSpeech.V1/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "07460951fc07dd2b3f172d01b04e2a5fefd13ccc"
"sha": "9b0c7b1a4665909bd18a0e0fd33004945b5c9c13"
}
}
]
Expand Down

0 comments on commit 4511a72

Please sign in to comment.