File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
clients/google-api-services-cloudbuild/v2
com/google/api/services/cloudbuild/v2/model Expand file tree Collapse file tree 5 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-cloudbuild</artifactId >
25
- <version >v2-rev20240720 -2.0.0</version >
25
+ <version >v2-rev20240731 -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-cloudbuild:v2-rev20240720 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-cloudbuild:v2-rev20240731 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change 30
30
public final class PipelineRef extends com .google .api .client .json .GenericJson {
31
31
32
32
/**
33
- * Name of the Pipeline.
33
+ * Optional. Name of the Pipeline.
34
34
* The value may be {@code null}.
35
35
*/
36
36
@ com .google .api .client .util .Key
@@ -59,15 +59,15 @@ public final class PipelineRef extends com.google.api.client.json.GenericJson {
59
59
private java .lang .String resolver ;
60
60
61
61
/**
62
- * Name of the Pipeline.
62
+ * Optional. Name of the Pipeline.
63
63
* @return value or {@code null} for none
64
64
*/
65
65
public java .lang .String getName () {
66
66
return name ;
67
67
}
68
68
69
69
/**
70
- * Name of the Pipeline.
70
+ * Optional. Name of the Pipeline.
71
71
* @param name name or {@code null} for none
72
72
*/
73
73
public PipelineRef setName (java .lang .String name ) {
Original file line number Diff line number Diff line change 31
31
public final class TaskRef extends com .google .api .client .json .GenericJson {
32
32
33
33
/**
34
- * Name of the task.
34
+ * Optional. Name of the task.
35
35
* The value may be {@code null}.
36
36
*/
37
37
@ com .google .api .client .util .Key
@@ -60,15 +60,15 @@ public final class TaskRef extends com.google.api.client.json.GenericJson {
60
60
private java .lang .String resolver ;
61
61
62
62
/**
63
- * Name of the task.
63
+ * Optional. Name of the task.
64
64
* @return value or {@code null} for none
65
65
*/
66
66
public java .lang .String getName () {
67
67
return name ;
68
68
}
69
69
70
70
/**
71
- * Name of the task.
71
+ * Optional. Name of the task.
72
72
* @param name name or {@code null} for none
73
73
*/
74
74
public TaskRef 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-cloudbuild</artifactId >
11
- <version >v2-rev20240720 -2.0.0</version >
12
- <name >Cloud Build API v2-rev20240720 -2.0.0</name >
11
+ <version >v2-rev20240731 -2.0.0</version >
12
+ <name >Cloud Build API v2-rev20240731 -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-cloudbuild</artifactId >
25
- <version >v2-rev20240720 -2.0.0</version >
25
+ <version >v2-rev20240731 -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-cloudbuild:v2-rev20240720 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-cloudbuild:v2-rev20240731 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments