Skip to content

Commit 0e8d906

Browse files
chore: regenerate clouddeploy client
1 parent 5ec85f7 commit 0e8d906

6 files changed

Lines changed: 68 additions & 8 deletions

File tree

clients/google-api-services-clouddeploy/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-clouddeploy</artifactId>
25-
<version>v1-rev20260109-2.0.0</version>
25+
<version>v1-rev20260128-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-clouddeploy:v1-rev20260109-2.0.0'
38+
implementation 'com.google.apis:google-api-services-clouddeploy:v1-rev20260128-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-clouddeploy/v1/2.0.0/com/google/api/services/clouddeploy/v1/CloudDeploy.java

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,10 @@ public GetConfig set(String parameterName, Object value) {
451451
}
452452
}
453453
/**
454-
* Lists information about the supported locations for this service.
454+
* Lists information about the supported locations for this service. This method can be called in
455+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
456+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
457+
* public locations as well as private or other locations specifically visible to the project.
455458
*
456459
* Create a request for the method "locations.list".
457460
*
@@ -475,7 +478,10 @@ public class List extends CloudDeployRequest<com.google.api.services.clouddeploy
475478
java.util.regex.Pattern.compile("^projects/[^/]+$");
476479

477480
/**
478-
* Lists information about the supported locations for this service.
481+
* Lists information about the supported locations for this service. This method can be called in
482+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
483+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
484+
* public locations as well as private or other locations specifically visible to the project.
479485
*
480486
* Create a request for the method "locations.list".
481487
*

clients/google-api-services-clouddeploy/v1/2.0.0/com/google/api/services/clouddeploy/v1/model/CloudRunMetadata.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ public final class CloudRunMetadata extends com.google.api.client.json.GenericJs
5959
@com.google.api.client.util.Key
6060
private java.util.List<java.lang.String> serviceUrls;
6161

62+
/**
63+
* Output only. The Cloud Run worker pool associated with a `Rollout`. Format is
64+
* `projects/{project}/locations/{location}/workerPools/{worker_pool}`.
65+
* The value may be {@code null}.
66+
*/
67+
@com.google.api.client.util.Key
68+
private java.lang.String workerPool;
69+
6270
/**
6371
* Output only. The name of the Cloud Run job that is associated with a `Rollout`. Format is
6472
* `projects/{project}/locations/{location}/jobs/{job_name}`.
@@ -131,6 +139,25 @@ public CloudRunMetadata setServiceUrls(java.util.List<java.lang.String> serviceU
131139
return this;
132140
}
133141

142+
/**
143+
* Output only. The Cloud Run worker pool associated with a `Rollout`. Format is
144+
* `projects/{project}/locations/{location}/workerPools/{worker_pool}`.
145+
* @return value or {@code null} for none
146+
*/
147+
public java.lang.String getWorkerPool() {
148+
return workerPool;
149+
}
150+
151+
/**
152+
* Output only. The Cloud Run worker pool associated with a `Rollout`. Format is
153+
* `projects/{project}/locations/{location}/workerPools/{worker_pool}`.
154+
* @param workerPool workerPool or {@code null} for none
155+
*/
156+
public CloudRunMetadata setWorkerPool(java.lang.String workerPool) {
157+
this.workerPool = workerPool;
158+
return this;
159+
}
160+
134161
@Override
135162
public CloudRunMetadata set(String fieldName, Object value) {
136163
return (CloudRunMetadata) super.set(fieldName, value);

clients/google-api-services-clouddeploy/v1/2.0.0/com/google/api/services/clouddeploy/v1/model/CloudRunRenderMetadata.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ public final class CloudRunRenderMetadata extends com.google.api.client.json.Gen
3737
@com.google.api.client.util.Key
3838
private java.lang.String service;
3939

40+
/**
41+
* Output only. The name of the Cloud Run Worker Pool in the rendered manifest. Format is
42+
* `projects/{project}/locations/{location}/workerPools/{worker_pool}`.
43+
* The value may be {@code null}.
44+
*/
45+
@com.google.api.client.util.Key
46+
private java.lang.String workerPool;
47+
4048
/**
4149
* Output only. The name of the Cloud Run Service in the rendered manifest. Format is
4250
* `projects/{project}/locations/{location}/services/{service}`.
@@ -56,6 +64,25 @@ public CloudRunRenderMetadata setService(java.lang.String service) {
5664
return this;
5765
}
5866

67+
/**
68+
* Output only. The name of the Cloud Run Worker Pool in the rendered manifest. Format is
69+
* `projects/{project}/locations/{location}/workerPools/{worker_pool}`.
70+
* @return value or {@code null} for none
71+
*/
72+
public java.lang.String getWorkerPool() {
73+
return workerPool;
74+
}
75+
76+
/**
77+
* Output only. The name of the Cloud Run Worker Pool in the rendered manifest. Format is
78+
* `projects/{project}/locations/{location}/workerPools/{worker_pool}`.
79+
* @param workerPool workerPool or {@code null} for none
80+
*/
81+
public CloudRunRenderMetadata setWorkerPool(java.lang.String workerPool) {
82+
this.workerPool = workerPool;
83+
return this;
84+
}
85+
5986
@Override
6087
public CloudRunRenderMetadata set(String fieldName, Object value) {
6188
return (CloudRunRenderMetadata) super.set(fieldName, value);

clients/google-api-services-clouddeploy/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-clouddeploy</artifactId>
11-
<version>v1-rev20260109-2.0.0</version>
12-
<name>Cloud Deploy API v1-rev20260109-2.0.0</name>
11+
<version>v1-rev20260128-2.0.0</version>
12+
<name>Cloud Deploy API v1-rev20260128-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-clouddeploy/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-clouddeploy</artifactId>
25-
<version>v1-rev20260109-2.0.0</version>
25+
<version>v1-rev20260128-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-clouddeploy:v1-rev20260109-2.0.0'
38+
implementation 'com.google.apis:google-api-services-clouddeploy:v1-rev20260128-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)