Skip to content

Commit 91b1a9b

Browse files
Google APIscopybara-github
authored andcommitted
docs: fix minor docstring formatting
PiperOrigin-RevId: 487300638
1 parent cac4b1e commit 91b1a9b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

google/cloud/batch/v1/task.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,12 @@ message Runnable {
126126
bool block_external_network = 9;
127127

128128
// Optional username for logging in to a docker registry. If username
129-
// matches "projects/*/secrets/*/versions/*" then Batch will read the
129+
// matches `projects/*/secrets/*/versions/*` then Batch will read the
130130
// username from the Secret Manager.
131131
string username = 10;
132132

133133
// Optional password for logging in to a docker registry. If password
134-
// matches "projects/*/secrets/*/versions/*" then Batch will read the
134+
// matches `projects/*/secrets/*/versions/*` then Batch will read the
135135
// password from the Secret Manager;
136136
string password = 11;
137137
}

google/cloud/batch/v1alpha/task.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ message Runnable {
131131
bool block_external_network = 9;
132132

133133
// Optional username for logging in to a docker registry. If username
134-
// matches "projects/*/secrets/*/versions/*" then Batch will read the
134+
// matches `projects/*/secrets/*/versions/*` then Batch will read the
135135
// username from the Secret Manager.
136136
string username = 10;
137137

138138
// Optional password for logging in to a docker registry. If password
139-
// matches "projects/*/secrets/*/versions/*" then Batch will read the
139+
// matches `projects/*/secrets/*/versions/*` then Batch will read the
140140
// password from the Secret Manager;
141141
string password = 11;
142142
}

0 commit comments

Comments
 (0)