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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-clouddeploy</artifactId >
25
- <version >v1-rev20250101 -2.0.0</version >
25
+ <version >v1-rev20250122 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
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'
39
39
}
40
40
```
41
41
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 {
82
82
private java .lang .String jobId ;
83
83
84
84
/**
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}`.
87
87
* The value may be {@code null}.
88
88
*/
89
89
@ com .google .api .client .util .Key
@@ -262,17 +262,17 @@ public JobRun setJobId(java.lang.String jobId) {
262
262
}
263
263
264
264
/**
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}`.
267
267
* @return value or {@code null} for none
268
268
*/
269
269
public java .lang .String getName () {
270
270
return name ;
271
271
}
272
272
273
273
/**
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}`.
276
276
* @param name name or {@code null} for none
277
277
*/
278
278
public JobRun setName (java .lang .String name ) {
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-clouddeploy</artifactId >
25
- <version >v1-rev20250101 -2.0.0</version >
25
+ <version >v1-rev20250122 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
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'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments