Skip to content

Commit

Permalink
docs: fix minor docstring formatting
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 487300638
  • Loading branch information
Google APIs authored and Copybara-Service committed Nov 9, 2022
1 parent cac4b1e commit 91b1a9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions google/cloud/batch/v1/task.proto
Expand Up @@ -126,12 +126,12 @@ message Runnable {
bool block_external_network = 9;

// 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.
string username = 10;

// 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;
string password = 11;
}
Expand Down
4 changes: 2 additions & 2 deletions google/cloud/batch/v1alpha/task.proto
Expand Up @@ -131,12 +131,12 @@ message Runnable {
bool block_external_network = 9;

// 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.
string username = 10;

// 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;
string password = 11;
}
Expand Down

0 comments on commit 91b1a9b

Please sign in to comment.