Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 090ca64

Browse filesBrowse files
docs: [batch] fix minor docstring formatting (#8761)
* docs: fix minor docstring formatting PiperOrigin-RevId: 487300638 Source-Link: googleapis/googleapis@91b1a9b Source-Link: https://github.com/googleapis/googleapis-gen/commit/b9328e5e89c2c5de0b6d74219c54c12bbcd7e1ae Copy-Tag: eyJwIjoiamF2YS1iYXRjaC8uT3dsQm90LnlhbWwiLCJoIjoiYjkzMjhlNWU4OWMyYzVkZTBiNmQ3NDIxOWM1NGMxMmJiY2Q3ZTFhZSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 6a84b71 commit 090ca64
Copy full SHA for 090ca64

File tree

Expand file treeCollapse file tree

4 files changed

+40
-40
lines changed
Filter options
  • java-batch
    • proto-google-cloud-batch-v1/src/main
    • proto-google-cloud-batch-v1alpha/src/main
Expand file treeCollapse file tree

4 files changed

+40
-40
lines changed

‎java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/Runnable.java

Copy file name to clipboardExpand all lines: java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/Runnable.java
+18-18Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ public interface ContainerOrBuilder
286286
*
287287
* <pre>
288288
* Optional username for logging in to a docker registry. If username
289-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
289+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
290290
* username from the Secret Manager.
291291
* </pre>
292292
*
@@ -300,7 +300,7 @@ public interface ContainerOrBuilder
300300
*
301301
* <pre>
302302
* Optional username for logging in to a docker registry. If username
303-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
303+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
304304
* username from the Secret Manager.
305305
* </pre>
306306
*
@@ -315,7 +315,7 @@ public interface ContainerOrBuilder
315315
*
316316
* <pre>
317317
* Optional password for logging in to a docker registry. If password
318-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
318+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
319319
* password from the Secret Manager;
320320
* </pre>
321321
*
@@ -329,7 +329,7 @@ public interface ContainerOrBuilder
329329
*
330330
* <pre>
331331
* Optional password for logging in to a docker registry. If password
332-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
332+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
333333
* password from the Secret Manager;
334334
* </pre>
335335
*
@@ -708,7 +708,7 @@ public boolean getBlockExternalNetwork() {
708708
*
709709
* <pre>
710710
* Optional username for logging in to a docker registry. If username
711-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
711+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
712712
* username from the Secret Manager.
713713
* </pre>
714714
*
@@ -733,7 +733,7 @@ public java.lang.String getUsername() {
733733
*
734734
* <pre>
735735
* Optional username for logging in to a docker registry. If username
736-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
736+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
737737
* username from the Secret Manager.
738738
* </pre>
739739
*
@@ -761,7 +761,7 @@ public com.google.protobuf.ByteString getUsernameBytes() {
761761
*
762762
* <pre>
763763
* Optional password for logging in to a docker registry. If password
764-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
764+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
765765
* password from the Secret Manager;
766766
* </pre>
767767
*
@@ -786,7 +786,7 @@ public java.lang.String getPassword() {
786786
*
787787
* <pre>
788788
* Optional password for logging in to a docker registry. If password
789-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
789+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
790790
* password from the Secret Manager;
791791
* </pre>
792792
*
@@ -2091,7 +2091,7 @@ public Builder clearBlockExternalNetwork() {
20912091
*
20922092
* <pre>
20932093
* Optional username for logging in to a docker registry. If username
2094-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
2094+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
20952095
* username from the Secret Manager.
20962096
* </pre>
20972097
*
@@ -2115,7 +2115,7 @@ public java.lang.String getUsername() {
21152115
*
21162116
* <pre>
21172117
* Optional username for logging in to a docker registry. If username
2118-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
2118+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
21192119
* username from the Secret Manager.
21202120
* </pre>
21212121
*
@@ -2139,7 +2139,7 @@ public com.google.protobuf.ByteString getUsernameBytes() {
21392139
*
21402140
* <pre>
21412141
* Optional username for logging in to a docker registry. If username
2142-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
2142+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
21432143
* username from the Secret Manager.
21442144
* </pre>
21452145
*
@@ -2162,7 +2162,7 @@ public Builder setUsername(java.lang.String value) {
21622162
*
21632163
* <pre>
21642164
* Optional username for logging in to a docker registry. If username
2165-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
2165+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
21662166
* username from the Secret Manager.
21672167
* </pre>
21682168
*
@@ -2181,7 +2181,7 @@ public Builder clearUsername() {
21812181
*
21822182
* <pre>
21832183
* Optional username for logging in to a docker registry. If username
2184-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
2184+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
21852185
* username from the Secret Manager.
21862186
* </pre>
21872187
*
@@ -2207,7 +2207,7 @@ public Builder setUsernameBytes(com.google.protobuf.ByteString value) {
22072207
*
22082208
* <pre>
22092209
* Optional password for logging in to a docker registry. If password
2210-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
2210+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
22112211
* password from the Secret Manager;
22122212
* </pre>
22132213
*
@@ -2231,7 +2231,7 @@ public java.lang.String getPassword() {
22312231
*
22322232
* <pre>
22332233
* Optional password for logging in to a docker registry. If password
2234-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
2234+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
22352235
* password from the Secret Manager;
22362236
* </pre>
22372237
*
@@ -2255,7 +2255,7 @@ public com.google.protobuf.ByteString getPasswordBytes() {
22552255
*
22562256
* <pre>
22572257
* Optional password for logging in to a docker registry. If password
2258-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
2258+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
22592259
* password from the Secret Manager;
22602260
* </pre>
22612261
*
@@ -2278,7 +2278,7 @@ public Builder setPassword(java.lang.String value) {
22782278
*
22792279
* <pre>
22802280
* Optional password for logging in to a docker registry. If password
2281-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
2281+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
22822282
* password from the Secret Manager;
22832283
* </pre>
22842284
*
@@ -2297,7 +2297,7 @@ public Builder clearPassword() {
22972297
*
22982298
* <pre>
22992299
* Optional password for logging in to a docker registry. If password
2300-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
2300+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
23012301
* password from the Secret Manager;
23022302
* </pre>
23032303
*

‎java-batch/proto-google-cloud-batch-v1/src/main/proto/google/cloud/batch/v1/task.proto

Copy file name to clipboardExpand all lines: java-batch/proto-google-cloud-batch-v1/src/main/proto/google/cloud/batch/v1/task.proto
+2-2Lines 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
}

‎java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/Runnable.java

Copy file name to clipboardExpand all lines: java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/Runnable.java
+18-18Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ public interface ContainerOrBuilder
297297
*
298298
* <pre>
299299
* Optional username for logging in to a docker registry. If username
300-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
300+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
301301
* username from the Secret Manager.
302302
* </pre>
303303
*
@@ -311,7 +311,7 @@ public interface ContainerOrBuilder
311311
*
312312
* <pre>
313313
* Optional username for logging in to a docker registry. If username
314-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
314+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
315315
* username from the Secret Manager.
316316
* </pre>
317317
*
@@ -326,7 +326,7 @@ public interface ContainerOrBuilder
326326
*
327327
* <pre>
328328
* Optional password for logging in to a docker registry. If password
329-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
329+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
330330
* password from the Secret Manager;
331331
* </pre>
332332
*
@@ -340,7 +340,7 @@ public interface ContainerOrBuilder
340340
*
341341
* <pre>
342342
* Optional password for logging in to a docker registry. If password
343-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
343+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
344344
* password from the Secret Manager;
345345
* </pre>
346346
*
@@ -719,7 +719,7 @@ public boolean getBlockExternalNetwork() {
719719
*
720720
* <pre>
721721
* Optional username for logging in to a docker registry. If username
722-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
722+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
723723
* username from the Secret Manager.
724724
* </pre>
725725
*
@@ -744,7 +744,7 @@ public java.lang.String getUsername() {
744744
*
745745
* <pre>
746746
* Optional username for logging in to a docker registry. If username
747-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
747+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
748748
* username from the Secret Manager.
749749
* </pre>
750750
*
@@ -772,7 +772,7 @@ public com.google.protobuf.ByteString getUsernameBytes() {
772772
*
773773
* <pre>
774774
* Optional password for logging in to a docker registry. If password
775-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
775+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
776776
* password from the Secret Manager;
777777
* </pre>
778778
*
@@ -797,7 +797,7 @@ public java.lang.String getPassword() {
797797
*
798798
* <pre>
799799
* Optional password for logging in to a docker registry. If password
800-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
800+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
801801
* password from the Secret Manager;
802802
* </pre>
803803
*
@@ -2103,7 +2103,7 @@ public Builder clearBlockExternalNetwork() {
21032103
*
21042104
* <pre>
21052105
* Optional username for logging in to a docker registry. If username
2106-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
2106+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
21072107
* username from the Secret Manager.
21082108
* </pre>
21092109
*
@@ -2127,7 +2127,7 @@ public java.lang.String getUsername() {
21272127
*
21282128
* <pre>
21292129
* Optional username for logging in to a docker registry. If username
2130-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
2130+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
21312131
* username from the Secret Manager.
21322132
* </pre>
21332133
*
@@ -2151,7 +2151,7 @@ public com.google.protobuf.ByteString getUsernameBytes() {
21512151
*
21522152
* <pre>
21532153
* Optional username for logging in to a docker registry. If username
2154-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
2154+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
21552155
* username from the Secret Manager.
21562156
* </pre>
21572157
*
@@ -2174,7 +2174,7 @@ public Builder setUsername(java.lang.String value) {
21742174
*
21752175
* <pre>
21762176
* Optional username for logging in to a docker registry. If username
2177-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
2177+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
21782178
* username from the Secret Manager.
21792179
* </pre>
21802180
*
@@ -2193,7 +2193,7 @@ public Builder clearUsername() {
21932193
*
21942194
* <pre>
21952195
* Optional username for logging in to a docker registry. If username
2196-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
2196+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
21972197
* username from the Secret Manager.
21982198
* </pre>
21992199
*
@@ -2219,7 +2219,7 @@ public Builder setUsernameBytes(com.google.protobuf.ByteString value) {
22192219
*
22202220
* <pre>
22212221
* Optional password for logging in to a docker registry. If password
2222-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
2222+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
22232223
* password from the Secret Manager;
22242224
* </pre>
22252225
*
@@ -2243,7 +2243,7 @@ public java.lang.String getPassword() {
22432243
*
22442244
* <pre>
22452245
* Optional password for logging in to a docker registry. If password
2246-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
2246+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
22472247
* password from the Secret Manager;
22482248
* </pre>
22492249
*
@@ -2267,7 +2267,7 @@ public com.google.protobuf.ByteString getPasswordBytes() {
22672267
*
22682268
* <pre>
22692269
* Optional password for logging in to a docker registry. If password
2270-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
2270+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
22712271
* password from the Secret Manager;
22722272
* </pre>
22732273
*
@@ -2290,7 +2290,7 @@ public Builder setPassword(java.lang.String value) {
22902290
*
22912291
* <pre>
22922292
* Optional password for logging in to a docker registry. If password
2293-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
2293+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
22942294
* password from the Secret Manager;
22952295
* </pre>
22962296
*
@@ -2309,7 +2309,7 @@ public Builder clearPassword() {
23092309
*
23102310
* <pre>
23112311
* Optional password for logging in to a docker registry. If password
2312-
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
2312+
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
23132313
* password from the Secret Manager;
23142314
* </pre>
23152315
*

‎java-batch/proto-google-cloud-batch-v1alpha/src/main/proto/google/cloud/batch/v1alpha/task.proto

Copy file name to clipboardExpand all lines: java-batch/proto-google-cloud-batch-v1alpha/src/main/proto/google/cloud/batch/v1alpha/task.proto
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.