Skip to content

Commit

Permalink
docs: fix minor docstring formatting
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 487300638

Source-Link: googleapis/googleapis@91b1a9b

Source-Link: googleapis/googleapis-gen@b9328e5
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQmF0Y2guVjEvLk93bEJvdC55YW1sIiwiaCI6ImI5MzI4ZTVlODljMmM1ZGUwYjZkNzQyMTljNTRjMTJiYmNkN2UxYWUifQ==
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Nov 9, 2022
1 parent 454d398 commit 2069ee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apis/Google.Cloud.Batch.V1/Google.Cloud.Batch.V1/Task.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1907,7 +1907,7 @@ public bool BlockExternalNetwork {
private string username_ = "";
/// <summary>
/// Optional username for logging in to a docker registry. If username
/// matches "projects/*/secrets/*/versions/*" then Batch will read the
/// matches `projects/*/secrets/*/versions/*` then Batch will read the
/// username from the Secret Manager.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
Expand All @@ -1924,7 +1924,7 @@ public string Username {
private string password_ = "";
/// <summary>
/// Optional password for logging in to a docker registry. If password
/// matches "projects/*/secrets/*/versions/*" then Batch will read the
/// matches `projects/*/secrets/*/versions/*` then Batch will read the
/// password from the Secret Manager;
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
Expand Down

0 comments on commit 2069ee9

Please sign in to comment.