Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: [batch] fix minor docstring formatting #8761

Merged
merged 2 commits into from
Nov 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ public interface ContainerOrBuilder
*
* <pre>
* Optional username for logging in to a docker registry. If username
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* username from the Secret Manager.
* </pre>
*
Expand All @@ -300,7 +300,7 @@ public interface ContainerOrBuilder
*
* <pre>
* Optional username for logging in to a docker registry. If username
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* username from the Secret Manager.
* </pre>
*
Expand All @@ -315,7 +315,7 @@ public interface ContainerOrBuilder
*
* <pre>
* Optional password for logging in to a docker registry. If password
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* password from the Secret Manager;
* </pre>
*
Expand All @@ -329,7 +329,7 @@ public interface ContainerOrBuilder
*
* <pre>
* Optional password for logging in to a docker registry. If password
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* password from the Secret Manager;
* </pre>
*
Expand Down Expand Up @@ -708,7 +708,7 @@ public boolean getBlockExternalNetwork() {
*
* <pre>
* Optional username for logging in to a docker registry. If username
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* username from the Secret Manager.
* </pre>
*
Expand All @@ -733,7 +733,7 @@ public java.lang.String getUsername() {
*
* <pre>
* Optional username for logging in to a docker registry. If username
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* username from the Secret Manager.
* </pre>
*
Expand Down Expand Up @@ -761,7 +761,7 @@ public com.google.protobuf.ByteString getUsernameBytes() {
*
* <pre>
* Optional password for logging in to a docker registry. If password
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* password from the Secret Manager;
* </pre>
*
Expand All @@ -786,7 +786,7 @@ public java.lang.String getPassword() {
*
* <pre>
* Optional password for logging in to a docker registry. If password
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* password from the Secret Manager;
* </pre>
*
Expand Down Expand Up @@ -2091,7 +2091,7 @@ public Builder clearBlockExternalNetwork() {
*
* <pre>
* Optional username for logging in to a docker registry. If username
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* username from the Secret Manager.
* </pre>
*
Expand All @@ -2115,7 +2115,7 @@ public java.lang.String getUsername() {
*
* <pre>
* Optional username for logging in to a docker registry. If username
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* username from the Secret Manager.
* </pre>
*
Expand All @@ -2139,7 +2139,7 @@ public com.google.protobuf.ByteString getUsernameBytes() {
*
* <pre>
* Optional username for logging in to a docker registry. If username
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* username from the Secret Manager.
* </pre>
*
Expand All @@ -2162,7 +2162,7 @@ public Builder setUsername(java.lang.String value) {
*
* <pre>
* Optional username for logging in to a docker registry. If username
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* username from the Secret Manager.
* </pre>
*
Expand All @@ -2181,7 +2181,7 @@ public Builder clearUsername() {
*
* <pre>
* Optional username for logging in to a docker registry. If username
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* username from the Secret Manager.
* </pre>
*
Expand All @@ -2207,7 +2207,7 @@ public Builder setUsernameBytes(com.google.protobuf.ByteString value) {
*
* <pre>
* Optional password for logging in to a docker registry. If password
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* password from the Secret Manager;
* </pre>
*
Expand All @@ -2231,7 +2231,7 @@ public java.lang.String getPassword() {
*
* <pre>
* Optional password for logging in to a docker registry. If password
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* password from the Secret Manager;
* </pre>
*
Expand All @@ -2255,7 +2255,7 @@ public com.google.protobuf.ByteString getPasswordBytes() {
*
* <pre>
* Optional password for logging in to a docker registry. If password
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* password from the Secret Manager;
* </pre>
*
Expand All @@ -2278,7 +2278,7 @@ public Builder setPassword(java.lang.String value) {
*
* <pre>
* Optional password for logging in to a docker registry. If password
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* password from the Secret Manager;
* </pre>
*
Expand All @@ -2297,7 +2297,7 @@ public Builder clearPassword() {
*
* <pre>
* Optional password for logging in to a docker registry. If password
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* password from the Secret Manager;
* </pre>
*
Expand Down
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ public interface ContainerOrBuilder
*
* <pre>
* Optional username for logging in to a docker registry. If username
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* username from the Secret Manager.
* </pre>
*
Expand All @@ -311,7 +311,7 @@ public interface ContainerOrBuilder
*
* <pre>
* Optional username for logging in to a docker registry. If username
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* username from the Secret Manager.
* </pre>
*
Expand All @@ -326,7 +326,7 @@ public interface ContainerOrBuilder
*
* <pre>
* Optional password for logging in to a docker registry. If password
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* password from the Secret Manager;
* </pre>
*
Expand All @@ -340,7 +340,7 @@ public interface ContainerOrBuilder
*
* <pre>
* Optional password for logging in to a docker registry. If password
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* password from the Secret Manager;
* </pre>
*
Expand Down Expand Up @@ -719,7 +719,7 @@ public boolean getBlockExternalNetwork() {
*
* <pre>
* Optional username for logging in to a docker registry. If username
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* username from the Secret Manager.
* </pre>
*
Expand All @@ -744,7 +744,7 @@ public java.lang.String getUsername() {
*
* <pre>
* Optional username for logging in to a docker registry. If username
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* username from the Secret Manager.
* </pre>
*
Expand Down Expand Up @@ -772,7 +772,7 @@ public com.google.protobuf.ByteString getUsernameBytes() {
*
* <pre>
* Optional password for logging in to a docker registry. If password
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* password from the Secret Manager;
* </pre>
*
Expand All @@ -797,7 +797,7 @@ public java.lang.String getPassword() {
*
* <pre>
* Optional password for logging in to a docker registry. If password
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* password from the Secret Manager;
* </pre>
*
Expand Down Expand Up @@ -2103,7 +2103,7 @@ public Builder clearBlockExternalNetwork() {
*
* <pre>
* Optional username for logging in to a docker registry. If username
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* username from the Secret Manager.
* </pre>
*
Expand All @@ -2127,7 +2127,7 @@ public java.lang.String getUsername() {
*
* <pre>
* Optional username for logging in to a docker registry. If username
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* username from the Secret Manager.
* </pre>
*
Expand All @@ -2151,7 +2151,7 @@ public com.google.protobuf.ByteString getUsernameBytes() {
*
* <pre>
* Optional username for logging in to a docker registry. If username
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* username from the Secret Manager.
* </pre>
*
Expand All @@ -2174,7 +2174,7 @@ public Builder setUsername(java.lang.String value) {
*
* <pre>
* Optional username for logging in to a docker registry. If username
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* username from the Secret Manager.
* </pre>
*
Expand All @@ -2193,7 +2193,7 @@ public Builder clearUsername() {
*
* <pre>
* Optional username for logging in to a docker registry. If username
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* username from the Secret Manager.
* </pre>
*
Expand All @@ -2219,7 +2219,7 @@ public Builder setUsernameBytes(com.google.protobuf.ByteString value) {
*
* <pre>
* Optional password for logging in to a docker registry. If password
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* password from the Secret Manager;
* </pre>
*
Expand All @@ -2243,7 +2243,7 @@ public java.lang.String getPassword() {
*
* <pre>
* Optional password for logging in to a docker registry. If password
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* password from the Secret Manager;
* </pre>
*
Expand All @@ -2267,7 +2267,7 @@ public com.google.protobuf.ByteString getPasswordBytes() {
*
* <pre>
* Optional password for logging in to a docker registry. If password
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* password from the Secret Manager;
* </pre>
*
Expand All @@ -2290,7 +2290,7 @@ public Builder setPassword(java.lang.String value) {
*
* <pre>
* Optional password for logging in to a docker registry. If password
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* password from the Secret Manager;
* </pre>
*
Expand All @@ -2309,7 +2309,7 @@ public Builder clearPassword() {
*
* <pre>
* Optional password for logging in to a docker registry. If password
* matches "projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;" then Batch will read the
* matches `projects/&#42;&#47;secrets/&#42;&#47;versions/&#42;` then Batch will read the
* password from the Secret Manager;
* </pre>
*
Expand Down
Original file line number Diff line number Diff line change
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