diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/Runnable.java b/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/Runnable.java index c1a4d78d2c38..831e9499b001 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/Runnable.java +++ b/java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/Runnable.java @@ -286,7 +286,7 @@ public interface ContainerOrBuilder * *
      * 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.
      * 
* @@ -300,7 +300,7 @@ public interface ContainerOrBuilder * *
      * 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.
      * 
* @@ -315,7 +315,7 @@ public interface ContainerOrBuilder * *
      * 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;
      * 
* @@ -329,7 +329,7 @@ public interface ContainerOrBuilder * *
      * 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;
      * 
* @@ -708,7 +708,7 @@ public boolean getBlockExternalNetwork() { * *
      * 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.
      * 
* @@ -733,7 +733,7 @@ public java.lang.String getUsername() { * *
      * 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.
      * 
* @@ -761,7 +761,7 @@ public com.google.protobuf.ByteString getUsernameBytes() { * *
      * 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;
      * 
* @@ -786,7 +786,7 @@ public java.lang.String getPassword() { * *
      * 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;
      * 
* @@ -2091,7 +2091,7 @@ public Builder clearBlockExternalNetwork() { * *
        * 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.
        * 
* @@ -2115,7 +2115,7 @@ public java.lang.String getUsername() { * *
        * 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.
        * 
* @@ -2139,7 +2139,7 @@ public com.google.protobuf.ByteString getUsernameBytes() { * *
        * 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.
        * 
* @@ -2162,7 +2162,7 @@ public Builder setUsername(java.lang.String value) { * *
        * 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.
        * 
* @@ -2181,7 +2181,7 @@ public Builder clearUsername() { * *
        * 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.
        * 
* @@ -2207,7 +2207,7 @@ public Builder setUsernameBytes(com.google.protobuf.ByteString value) { * *
        * 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;
        * 
* @@ -2231,7 +2231,7 @@ public java.lang.String getPassword() { * *
        * 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;
        * 
* @@ -2255,7 +2255,7 @@ public com.google.protobuf.ByteString getPasswordBytes() { * *
        * 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;
        * 
* @@ -2278,7 +2278,7 @@ public Builder setPassword(java.lang.String value) { * *
        * 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;
        * 
* @@ -2297,7 +2297,7 @@ public Builder clearPassword() { * *
        * 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;
        * 
* diff --git a/java-batch/proto-google-cloud-batch-v1/src/main/proto/google/cloud/batch/v1/task.proto b/java-batch/proto-google-cloud-batch-v1/src/main/proto/google/cloud/batch/v1/task.proto index bc4dbfea3717..bec3531475e1 100644 --- a/java-batch/proto-google-cloud-batch-v1/src/main/proto/google/cloud/batch/v1/task.proto +++ b/java-batch/proto-google-cloud-batch-v1/src/main/proto/google/cloud/batch/v1/task.proto @@ -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; } diff --git a/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/Runnable.java b/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/Runnable.java index bbacb2de352e..95f13f97984b 100644 --- a/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/Runnable.java +++ b/java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/Runnable.java @@ -297,7 +297,7 @@ public interface ContainerOrBuilder * *
      * 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.
      * 
* @@ -311,7 +311,7 @@ public interface ContainerOrBuilder * *
      * 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.
      * 
* @@ -326,7 +326,7 @@ public interface ContainerOrBuilder * *
      * 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;
      * 
* @@ -340,7 +340,7 @@ public interface ContainerOrBuilder * *
      * 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;
      * 
* @@ -719,7 +719,7 @@ public boolean getBlockExternalNetwork() { * *
      * 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.
      * 
* @@ -744,7 +744,7 @@ public java.lang.String getUsername() { * *
      * 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.
      * 
* @@ -772,7 +772,7 @@ public com.google.protobuf.ByteString getUsernameBytes() { * *
      * 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;
      * 
* @@ -797,7 +797,7 @@ public java.lang.String getPassword() { * *
      * 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;
      * 
* @@ -2103,7 +2103,7 @@ public Builder clearBlockExternalNetwork() { * *
        * 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.
        * 
* @@ -2127,7 +2127,7 @@ public java.lang.String getUsername() { * *
        * 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.
        * 
* @@ -2151,7 +2151,7 @@ public com.google.protobuf.ByteString getUsernameBytes() { * *
        * 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.
        * 
* @@ -2174,7 +2174,7 @@ public Builder setUsername(java.lang.String value) { * *
        * 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.
        * 
* @@ -2193,7 +2193,7 @@ public Builder clearUsername() { * *
        * 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.
        * 
* @@ -2219,7 +2219,7 @@ public Builder setUsernameBytes(com.google.protobuf.ByteString value) { * *
        * 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;
        * 
* @@ -2243,7 +2243,7 @@ public java.lang.String getPassword() { * *
        * 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;
        * 
* @@ -2267,7 +2267,7 @@ public com.google.protobuf.ByteString getPasswordBytes() { * *
        * 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;
        * 
* @@ -2290,7 +2290,7 @@ public Builder setPassword(java.lang.String value) { * *
        * 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;
        * 
* @@ -2309,7 +2309,7 @@ public Builder clearPassword() { * *
        * 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;
        * 
* diff --git a/java-batch/proto-google-cloud-batch-v1alpha/src/main/proto/google/cloud/batch/v1alpha/task.proto b/java-batch/proto-google-cloud-batch-v1alpha/src/main/proto/google/cloud/batch/v1alpha/task.proto index 6b69165bf557..42b085685342 100644 --- a/java-batch/proto-google-cloud-batch-v1alpha/src/main/proto/google/cloud/batch/v1alpha/task.proto +++ b/java-batch/proto-google-cloud-batch-v1alpha/src/main/proto/google/cloud/batch/v1alpha/task.proto @@ -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; }