@@ -6704,8 +6704,8 @@ public class WorkerPools {
6704
6704
* parameters, call the {@link Create#execute()} method to invoke the remote operation.
6705
6705
*
6706
6706
* @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.
6709
6709
* @param content the {@link com.google.api.services.run.v2.model.GoogleCloudRunV2WorkerPool}
6710
6710
* @return the request
6711
6711
*/
@@ -6733,8 +6733,8 @@ public class Create extends CloudRunRequest<com.google.api.services.run.v2.model
6733
6733
* be called to initialize this instance immediately after invoking the constructor. </p>
6734
6734
*
6735
6735
* @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.
6738
6738
* @param content the {@link com.google.api.services.run.v2.model.GoogleCloudRunV2WorkerPool}
6739
6739
* @since 1.13
6740
6740
*/
@@ -6805,14 +6805,14 @@ public Create setUploadProtocol(java.lang.String uploadProtocol) {
6805
6805
6806
6806
/**
6807
6807
* 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.
6810
6810
*/
6811
6811
@ com .google .api .client .util .Key
6812
6812
private java .lang .String parent ;
6813
6813
6814
6814
/** 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
6816
6816
lowercase characters, digits, and hyphens.
6817
6817
*/
6818
6818
public java .lang .String getParent () {
@@ -6821,8 +6821,8 @@ public java.lang.String getParent() {
6821
6821
6822
6822
/**
6823
6823
* 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.
6826
6826
*/
6827
6827
public Create setParent (java .lang .String parent ) {
6828
6828
if (!getSuppressPatternChecks ()) {
@@ -6860,14 +6860,14 @@ public Create setValidateOnly(java.lang.Boolean validateOnly) {
6860
6860
/**
6861
6861
* Required. The unique identifier for the WorkerPool. It must begin with letter, and
6862
6862
* 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}` .
6864
6864
*/
6865
6865
@ com .google .api .client .util .Key
6866
6866
private java .lang .String workerPoolId ;
6867
6867
6868
6868
/** Required. The unique identifier for the WorkerPool. It must begin with letter, and cannot end with
6869
6869
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}` .
6871
6871
*/
6872
6872
public java .lang .String getWorkerPoolId () {
6873
6873
return workerPoolId ;
@@ -6876,7 +6876,7 @@ public java.lang.String getWorkerPoolId() {
6876
6876
/**
6877
6877
* Required. The unique identifier for the WorkerPool. It must begin with letter, and
6878
6878
* 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}` .
6880
6880
*/
6881
6881
public Create setWorkerPoolId (java .lang .String workerPoolId ) {
6882
6882
this .workerPoolId = workerPoolId ;
@@ -6897,8 +6897,8 @@ public Create set(String parameterName, Object value) {
6897
6897
* parameters, call the {@link Delete#execute()} method to invoke the remote operation.
6898
6898
*
6899
6899
* @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.
6902
6902
* @return the request
6903
6903
*/
6904
6904
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
6925
6925
* be called to initialize this instance immediately after invoking the constructor. </p>
6926
6926
*
6927
6927
* @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.
6930
6930
* @since 1.13
6931
6931
*/
6932
6932
protected Delete (java .lang .String name ) {
@@ -6996,24 +6996,24 @@ public Delete setUploadProtocol(java.lang.String uploadProtocol) {
6996
6996
6997
6997
/**
6998
6998
* 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.
7001
7001
*/
7002
7002
@ com .google .api .client .util .Key
7003
7003
private java .lang .String name ;
7004
7004
7005
7005
/** 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.
7008
7008
*/
7009
7009
public java .lang .String getName () {
7010
7010
return name ;
7011
7011
}
7012
7012
7013
7013
/**
7014
7014
* 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.
7017
7017
*/
7018
7018
public Delete setName (java .lang .String name ) {
7019
7019
if (!getSuppressPatternChecks ()) {
@@ -7084,8 +7084,8 @@ public Delete set(String parameterName, Object value) {
7084
7084
* parameters, call the {@link Get#execute()} method to invoke the remote operation.
7085
7085
*
7086
7086
* @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.
7089
7089
* @return the request
7090
7090
*/
7091
7091
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
7112
7112
* called to initialize this instance immediately after invoking the constructor. </p>
7113
7113
*
7114
7114
* @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.
7117
7117
* @since 1.13
7118
7118
*/
7119
7119
protected Get (java .lang .String name ) {
@@ -7193,24 +7193,24 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
7193
7193
7194
7194
/**
7195
7195
* 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.
7198
7198
*/
7199
7199
@ com .google .api .client .util .Key
7200
7200
private java .lang .String name ;
7201
7201
7202
7202
/** 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.
7205
7205
*/
7206
7206
public java .lang .String getName () {
7207
7207
return name ;
7208
7208
}
7209
7209
7210
7210
/**
7211
7211
* 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.
7214
7214
*/
7215
7215
public Get setName (java .lang .String name ) {
7216
7216
if (!getSuppressPatternChecks ()) {
@@ -7434,8 +7434,8 @@ public GetIamPolicy set(String parameterName, Object value) {
7434
7434
* parameters, call the {@link List#execute()} method to invoke the remote operation.
7435
7435
*
7436
7436
* @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.
7439
7439
* @return the request
7440
7440
*/
7441
7441
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
7462
7462
* called to initialize this instance immediately after invoking the constructor. </p>
7463
7463
*
7464
7464
* @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.
7467
7467
* @since 1.13
7468
7468
*/
7469
7469
protected List (java .lang .String parent ) {
@@ -7544,14 +7544,15 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
7544
7544
/**
7545
7545
* Required. The location and project to list resources on. Location must be a valid
7546
7546
* 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.
7548
7549
*/
7549
7550
@ com .google .api .client .util .Key
7550
7551
private java .lang .String parent ;
7551
7552
7552
7553
/** 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.
7555
7556
*/
7556
7557
public java .lang .String getParent () {
7557
7558
return parent ;
@@ -7560,7 +7561,8 @@ public java.lang.String getParent() {
7560
7561
/**
7561
7562
* Required. The location and project to list resources on. Location must be a valid
7562
7563
* 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.
7564
7566
*/
7565
7567
public List setParent (java .lang .String parent ) {
7566
7568
if (!getSuppressPatternChecks ()) {
@@ -7642,7 +7644,7 @@ public List set(String parameterName, Object value) {
7642
7644
* @param name The fully qualified name of this WorkerPool. In CreateWorkerPoolRequest, this field is ignored, and
7643
7645
* instead composed from CreateWorkerPoolRequest.parent and
7644
7646
* CreateWorkerPoolRequest.worker_id. Format:
7645
- * projects/{project}/locations/{location}/workerPools/{worker_id}
7647
+ * ` projects/{project}/locations/{location}/workerPools/{worker_id}`
7646
7648
* @param content the {@link com.google.api.services.run.v2.model.GoogleCloudRunV2WorkerPool}
7647
7649
* @return the request
7648
7650
*/
@@ -7672,7 +7674,7 @@ public class Patch extends CloudRunRequest<com.google.api.services.run.v2.model.
7672
7674
* @param name The fully qualified name of this WorkerPool. In CreateWorkerPoolRequest, this field is ignored, and
7673
7675
* instead composed from CreateWorkerPoolRequest.parent and
7674
7676
* CreateWorkerPoolRequest.worker_id. Format:
7675
- * projects/{project}/locations/{location}/workerPools/{worker_id}
7677
+ * ` projects/{project}/locations/{location}/workerPools/{worker_id}`
7676
7678
* @param content the {@link com.google.api.services.run.v2.model.GoogleCloudRunV2WorkerPool}
7677
7679
* @since 1.13
7678
7680
*/
@@ -7745,14 +7747,14 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
7745
7747
* The fully qualified name of this WorkerPool. In CreateWorkerPoolRequest, this field is
7746
7748
* ignored, and instead composed from CreateWorkerPoolRequest.parent and
7747
7749
* CreateWorkerPoolRequest.worker_id. Format:
7748
- * projects/{project}/locations/{location}/workerPools/{worker_id}
7750
+ * ` projects/{project}/locations/{location}/workerPools/{worker_id}`
7749
7751
*/
7750
7752
@ com .google .api .client .util .Key
7751
7753
private java .lang .String name ;
7752
7754
7753
7755
/** The fully qualified name of this WorkerPool. In CreateWorkerPoolRequest, this field is ignored, and
7754
7756
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}`
7756
7758
*/
7757
7759
public java .lang .String getName () {
7758
7760
return name ;
@@ -7762,7 +7764,7 @@ public java.lang.String getName() {
7762
7764
* The fully qualified name of this WorkerPool. In CreateWorkerPoolRequest, this field is
7763
7765
* ignored, and instead composed from CreateWorkerPoolRequest.parent and
7764
7766
* CreateWorkerPoolRequest.worker_id. Format:
7765
- * projects/{project}/locations/{location}/workerPools/{worker_id}
7767
+ * ` projects/{project}/locations/{location}/workerPools/{worker_id}`
7766
7768
*/
7767
7769
public Patch setName (java .lang .String name ) {
7768
7770
if (!getSuppressPatternChecks ()) {
0 commit comments