File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
clients/google-api-services-clouddeploy/v1
com/google/api/services/clouddeploy/v1/model Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff 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-rev20250101 -2.0.0</version >
25+ <version >v1-rev20250122 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-clouddeploy:v1-rev20250101 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-clouddeploy:v1-rev20250122 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ public final class JobRun extends com.google.api.client.json.GenericJson {
8282 private java .lang .String jobId ;
8383
8484 /**
85- * Identifier . Name of the `JobRun`. Format is `projects/{project}/locations/{location}/deliveryPi
86- * pelines /{deliveryPipeline}/releases/{releases}/rollouts/{rollouts}/jobRuns/{uuid}`.
85+ * Output only . Name of the `JobRun`. Format is `projects/{project}/locations/{location}/deliveryP
86+ * ipelines /{deliveryPipeline}/releases/{releases}/rollouts/{rollouts}/jobRuns/{uuid}`.
8787 * The value may be {@code null}.
8888 */
8989 @ com .google .api .client .util .Key
@@ -262,17 +262,17 @@ public JobRun setJobId(java.lang.String jobId) {
262262 }
263263
264264 /**
265- * Identifier . Name of the `JobRun`. Format is `projects/{project}/locations/{location}/deliveryPi
266- * pelines /{deliveryPipeline}/releases/{releases}/rollouts/{rollouts}/jobRuns/{uuid}`.
265+ * Output only . Name of the `JobRun`. Format is `projects/{project}/locations/{location}/deliveryP
266+ * ipelines /{deliveryPipeline}/releases/{releases}/rollouts/{rollouts}/jobRuns/{uuid}`.
267267 * @return value or {@code null} for none
268268 */
269269 public java .lang .String getName () {
270270 return name ;
271271 }
272272
273273 /**
274- * Identifier . Name of the `JobRun`. Format is `projects/{project}/locations/{location}/deliveryPi
275- * pelines /{deliveryPipeline}/releases/{releases}/rollouts/{rollouts}/jobRuns/{uuid}`.
274+ * Output only . Name of the `JobRun`. Format is `projects/{project}/locations/{location}/deliveryP
275+ * ipelines /{deliveryPipeline}/releases/{releases}/rollouts/{rollouts}/jobRuns/{uuid}`.
276276 * @param name name or {@code null} for none
277277 */
278278 public JobRun setName (java .lang .String name ) {
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-clouddeploy</artifactId >
11- <version >v1-rev20250101 -2.0.0</version >
12- <name >Cloud Deploy API v1-rev20250101 -2.0.0</name >
11+ <version >v1-rev20250122 -2.0.0</version >
12+ <name >Cloud Deploy API v1-rev20250122 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff 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-rev20250101 -2.0.0</version >
25+ <version >v1-rev20250122 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-clouddeploy:v1-rev20250101 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-clouddeploy:v1-rev20250122 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments