@@ -6704,8 +6704,8 @@ public class WorkerPools {
67046704 * parameters, call the {@link Create#execute()} method to invoke the remote operation.
67056705 *
67066706 * @param parent Required. The location and project in which this worker pool should be created. Format:
6707- * projects/{project}/locations/{location}, where {project} can be project id or number. Only
6708- * lowercase characters, digits, and hyphens.
6707+ * ` projects/{project}/locations/{location}` , where ` {project}` can be project id or number.
6708+ * Only lowercase characters, digits, and hyphens.
67096709 * @param content the {@link com.google.api.services.run.v2.model.GoogleCloudRunV2WorkerPool}
67106710 * @return the request
67116711 */
@@ -6733,8 +6733,8 @@ public class Create extends CloudRunRequest<com.google.api.services.run.v2.model
67336733 * be called to initialize this instance immediately after invoking the constructor. </p>
67346734 *
67356735 * @param parent Required. The location and project in which this worker pool should be created. Format:
6736- * projects/{project}/locations/{location}, where {project} can be project id or number. Only
6737- * lowercase characters, digits, and hyphens.
6736+ * ` projects/{project}/locations/{location}` , where ` {project}` can be project id or number.
6737+ * Only lowercase characters, digits, and hyphens.
67386738 * @param content the {@link com.google.api.services.run.v2.model.GoogleCloudRunV2WorkerPool}
67396739 * @since 1.13
67406740 */
@@ -6805,14 +6805,14 @@ public Create setUploadProtocol(java.lang.String uploadProtocol) {
68056805
68066806 /**
68076807 * Required. The location and project in which this worker pool should be created. Format:
6808- * projects/{project}/locations/{location}, where {project} can be project id or number.
6809- * Only lowercase characters, digits, and hyphens.
6808+ * ` projects/{project}/locations/{location}` , where ` {project}` can be project id or
6809+ * number. Only lowercase characters, digits, and hyphens.
68106810 */
68116811 @ com .google .api .client .util .Key
68126812 private java .lang .String parent ;
68136813
68146814 /** Required. The location and project in which this worker pool should be created. Format:
6815- projects/{project}/locations/{location}, where {project} can be project id or number. Only
6815+ ` projects/{project}/locations/{location}` , where ` {project}` can be project id or number. Only
68166816 lowercase characters, digits, and hyphens.
68176817 */
68186818 public java .lang .String getParent () {
@@ -6821,8 +6821,8 @@ public java.lang.String getParent() {
68216821
68226822 /**
68236823 * Required. The location and project in which this worker pool should be created. Format:
6824- * projects/{project}/locations/{location}, where {project} can be project id or number.
6825- * Only lowercase characters, digits, and hyphens.
6824+ * ` projects/{project}/locations/{location}` , where ` {project}` can be project id or
6825+ * number. Only lowercase characters, digits, and hyphens.
68266826 */
68276827 public Create setParent (java .lang .String parent ) {
68286828 if (!getSuppressPatternChecks ()) {
@@ -6860,14 +6860,14 @@ public Create setValidateOnly(java.lang.Boolean validateOnly) {
68606860 /**
68616861 * Required. The unique identifier for the WorkerPool. It must begin with letter, and
68626862 * cannot end with hyphen; must contain fewer than 50 characters. The name of the worker
6863- * pool becomes {parent}/workerPools/{worker_pool_id}.
6863+ * pool becomes ` {parent}/workerPools/{worker_pool_id}` .
68646864 */
68656865 @ com .google .api .client .util .Key
68666866 private java .lang .String workerPoolId ;
68676867
68686868 /** Required. The unique identifier for the WorkerPool. It must begin with letter, and cannot end with
68696869 hyphen; must contain fewer than 50 characters. The name of the worker pool becomes
6870- {parent}/workerPools/{worker_pool_id}.
6870+ ` {parent}/workerPools/{worker_pool_id}` .
68716871 */
68726872 public java .lang .String getWorkerPoolId () {
68736873 return workerPoolId ;
@@ -6876,7 +6876,7 @@ public java.lang.String getWorkerPoolId() {
68766876 /**
68776877 * Required. The unique identifier for the WorkerPool. It must begin with letter, and
68786878 * cannot end with hyphen; must contain fewer than 50 characters. The name of the worker
6879- * pool becomes {parent}/workerPools/{worker_pool_id}.
6879+ * pool becomes ` {parent}/workerPools/{worker_pool_id}` .
68806880 */
68816881 public Create setWorkerPoolId (java .lang .String workerPoolId ) {
68826882 this .workerPoolId = workerPoolId ;
@@ -6897,8 +6897,8 @@ public Create set(String parameterName, Object value) {
68976897 * parameters, call the {@link Delete#execute()} method to invoke the remote operation.
68986898 *
68996899 * @param name Required. The full name of the WorkerPool. Format:
6900- * projects/{project}/locations/{location}/workerPools/{worker_pool}, where {project} can be
6901- * project id or number.
6900+ * ` projects/{project}/locations/{location}/workerPools/{worker_pool}` , where ` {project}` can
6901+ * be project id or number.
69026902 * @return the request
69036903 */
69046904 public Delete delete (java .lang .String name ) throws java .io .IOException {
@@ -6925,8 +6925,8 @@ public class Delete extends CloudRunRequest<com.google.api.services.run.v2.model
69256925 * be called to initialize this instance immediately after invoking the constructor. </p>
69266926 *
69276927 * @param name Required. The full name of the WorkerPool. Format:
6928- * projects/{project}/locations/{location}/workerPools/{worker_pool}, where {project} can be
6929- * project id or number.
6928+ * ` projects/{project}/locations/{location}/workerPools/{worker_pool}` , where ` {project}` can
6929+ * be project id or number.
69306930 * @since 1.13
69316931 */
69326932 protected Delete (java .lang .String name ) {
@@ -6996,24 +6996,24 @@ public Delete setUploadProtocol(java.lang.String uploadProtocol) {
69966996
69976997 /**
69986998 * Required. The full name of the WorkerPool. Format:
6999- * projects/{project}/locations/{location}/workerPools/{worker_pool}, where {project} can
7000- * be project id or number.
6999+ * ` projects/{project}/locations/{location}/workerPools/{worker_pool}` , where ` {project}`
7000+ * can be project id or number.
70017001 */
70027002 @ com .google .api .client .util .Key
70037003 private java .lang .String name ;
70047004
70057005 /** Required. The full name of the WorkerPool. Format:
7006- projects/{project}/locations/{location}/workerPools/{worker_pool}, where {project} can be project
7007- id or number.
7006+ ` projects/{project}/locations/{location}/workerPools/{worker_pool}` , where ` {project}` can be
7007+ project id or number.
70087008 */
70097009 public java .lang .String getName () {
70107010 return name ;
70117011 }
70127012
70137013 /**
70147014 * Required. The full name of the WorkerPool. Format:
7015- * projects/{project}/locations/{location}/workerPools/{worker_pool}, where {project} can
7016- * be project id or number.
7015+ * ` projects/{project}/locations/{location}/workerPools/{worker_pool}` , where ` {project}`
7016+ * can be project id or number.
70177017 */
70187018 public Delete setName (java .lang .String name ) {
70197019 if (!getSuppressPatternChecks ()) {
@@ -7084,8 +7084,8 @@ public Delete set(String parameterName, Object value) {
70847084 * parameters, call the {@link Get#execute()} method to invoke the remote operation.
70857085 *
70867086 * @param name Required. The full name of the WorkerPool. Format:
7087- * projects/{project}/locations/{location}/workerPools/{worker_pool}, where {project} can be
7088- * project id or number.
7087+ * ` projects/{project}/locations/{location}/workerPools/{worker_pool}` , where ` {project}` can
7088+ * be project id or number.
70897089 * @return the request
70907090 */
70917091 public Get get (java .lang .String name ) throws java .io .IOException {
@@ -7112,8 +7112,8 @@ public class Get extends CloudRunRequest<com.google.api.services.run.v2.model.Go
71127112 * called to initialize this instance immediately after invoking the constructor. </p>
71137113 *
71147114 * @param name Required. The full name of the WorkerPool. Format:
7115- * projects/{project}/locations/{location}/workerPools/{worker_pool}, where {project} can be
7116- * project id or number.
7115+ * ` projects/{project}/locations/{location}/workerPools/{worker_pool}` , where ` {project}` can
7116+ * be project id or number.
71177117 * @since 1.13
71187118 */
71197119 protected Get (java .lang .String name ) {
@@ -7193,24 +7193,24 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
71937193
71947194 /**
71957195 * Required. The full name of the WorkerPool. Format:
7196- * projects/{project}/locations/{location}/workerPools/{worker_pool}, where {project} can
7197- * be project id or number.
7196+ * ` projects/{project}/locations/{location}/workerPools/{worker_pool}` , where ` {project}`
7197+ * can be project id or number.
71987198 */
71997199 @ com .google .api .client .util .Key
72007200 private java .lang .String name ;
72017201
72027202 /** Required. The full name of the WorkerPool. Format:
7203- projects/{project}/locations/{location}/workerPools/{worker_pool}, where {project} can be project
7204- id or number.
7203+ ` projects/{project}/locations/{location}/workerPools/{worker_pool}` , where ` {project}` can be
7204+ project id or number.
72057205 */
72067206 public java .lang .String getName () {
72077207 return name ;
72087208 }
72097209
72107210 /**
72117211 * Required. The full name of the WorkerPool. Format:
7212- * projects/{project}/locations/{location}/workerPools/{worker_pool}, where {project} can
7213- * be project id or number.
7212+ * ` projects/{project}/locations/{location}/workerPools/{worker_pool}` , where ` {project}`
7213+ * can be project id or number.
72147214 */
72157215 public Get setName (java .lang .String name ) {
72167216 if (!getSuppressPatternChecks ()) {
@@ -7434,8 +7434,8 @@ public GetIamPolicy set(String parameterName, Object value) {
74347434 * parameters, call the {@link List#execute()} method to invoke the remote operation.
74357435 *
74367436 * @param parent Required. The location and project to list resources on. Location must be a valid Google Cloud
7437- * region, and cannot be the "-" wildcard. Format: projects/{project}/locations/{location},
7438- * where {project} can be project id or number.
7437+ * region, and cannot be the "-" wildcard. Format: ` projects/{project}/locations/{location}` ,
7438+ * where ` {project}` can be project id or number.
74397439 * @return the request
74407440 */
74417441 public List list (java .lang .String parent ) throws java .io .IOException {
@@ -7462,8 +7462,8 @@ public class List extends CloudRunRequest<com.google.api.services.run.v2.model.G
74627462 * called to initialize this instance immediately after invoking the constructor. </p>
74637463 *
74647464 * @param parent Required. The location and project to list resources on. Location must be a valid Google Cloud
7465- * region, and cannot be the "-" wildcard. Format: projects/{project}/locations/{location},
7466- * where {project} can be project id or number.
7465+ * region, and cannot be the "-" wildcard. Format: ` projects/{project}/locations/{location}` ,
7466+ * where ` {project}` can be project id or number.
74677467 * @since 1.13
74687468 */
74697469 protected List (java .lang .String parent ) {
@@ -7544,14 +7544,15 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
75447544 /**
75457545 * Required. The location and project to list resources on. Location must be a valid
75467546 * Google Cloud region, and cannot be the "-" wildcard. Format:
7547- * projects/{project}/locations/{location}, where {project} can be project id or number.
7547+ * `projects/{project}/locations/{location}`, where `{project}` can be project id or
7548+ * number.
75487549 */
75497550 @ com .google .api .client .util .Key
75507551 private java .lang .String parent ;
75517552
75527553 /** Required. The location and project to list resources on. Location must be a valid Google Cloud
7553- region, and cannot be the "-" wildcard. Format: projects/{project}/locations/{location}, where
7554- {project} can be project id or number.
7554+ region, and cannot be the "-" wildcard. Format: ` projects/{project}/locations/{location}` , where
7555+ ` {project}` can be project id or number.
75557556 */
75567557 public java .lang .String getParent () {
75577558 return parent ;
@@ -7560,7 +7561,8 @@ public java.lang.String getParent() {
75607561 /**
75617562 * Required. The location and project to list resources on. Location must be a valid
75627563 * Google Cloud region, and cannot be the "-" wildcard. Format:
7563- * projects/{project}/locations/{location}, where {project} can be project id or number.
7564+ * `projects/{project}/locations/{location}`, where `{project}` can be project id or
7565+ * number.
75647566 */
75657567 public List setParent (java .lang .String parent ) {
75667568 if (!getSuppressPatternChecks ()) {
@@ -7642,7 +7644,7 @@ public List set(String parameterName, Object value) {
76427644 * @param name The fully qualified name of this WorkerPool. In CreateWorkerPoolRequest, this field is ignored, and
76437645 * instead composed from CreateWorkerPoolRequest.parent and
76447646 * CreateWorkerPoolRequest.worker_id. Format:
7645- * projects/{project}/locations/{location}/workerPools/{worker_id}
7647+ * ` projects/{project}/locations/{location}/workerPools/{worker_id}`
76467648 * @param content the {@link com.google.api.services.run.v2.model.GoogleCloudRunV2WorkerPool}
76477649 * @return the request
76487650 */
@@ -7672,7 +7674,7 @@ public class Patch extends CloudRunRequest<com.google.api.services.run.v2.model.
76727674 * @param name The fully qualified name of this WorkerPool. In CreateWorkerPoolRequest, this field is ignored, and
76737675 * instead composed from CreateWorkerPoolRequest.parent and
76747676 * CreateWorkerPoolRequest.worker_id. Format:
7675- * projects/{project}/locations/{location}/workerPools/{worker_id}
7677+ * ` projects/{project}/locations/{location}/workerPools/{worker_id}`
76767678 * @param content the {@link com.google.api.services.run.v2.model.GoogleCloudRunV2WorkerPool}
76777679 * @since 1.13
76787680 */
@@ -7745,14 +7747,14 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
77457747 * The fully qualified name of this WorkerPool. In CreateWorkerPoolRequest, this field is
77467748 * ignored, and instead composed from CreateWorkerPoolRequest.parent and
77477749 * CreateWorkerPoolRequest.worker_id. Format:
7748- * projects/{project}/locations/{location}/workerPools/{worker_id}
7750+ * ` projects/{project}/locations/{location}/workerPools/{worker_id}`
77497751 */
77507752 @ com .google .api .client .util .Key
77517753 private java .lang .String name ;
77527754
77537755 /** The fully qualified name of this WorkerPool. In CreateWorkerPoolRequest, this field is ignored, and
77547756 instead composed from CreateWorkerPoolRequest.parent and CreateWorkerPoolRequest.worker_id. Format:
7755- projects/{project}/locations/{location}/workerPools/{worker_id}
7757+ ` projects/{project}/locations/{location}/workerPools/{worker_id}`
77567758 */
77577759 public java .lang .String getName () {
77587760 return name ;
@@ -7762,7 +7764,7 @@ public java.lang.String getName() {
77627764 * The fully qualified name of this WorkerPool. In CreateWorkerPoolRequest, this field is
77637765 * ignored, and instead composed from CreateWorkerPoolRequest.parent and
77647766 * CreateWorkerPoolRequest.worker_id. Format:
7765- * projects/{project}/locations/{location}/workerPools/{worker_id}
7767+ * ` projects/{project}/locations/{location}/workerPools/{worker_id}`
77667768 */
77677769 public Patch setName (java .lang .String name ) {
77687770 if (!getSuppressPatternChecks ()) {
0 commit comments