Skip to content

Commit 66892aa

Browse files
1 parent e29ef12 commit 66892aa

File tree

8 files changed

+48
-18
lines changed

8 files changed

+48
-18
lines changed

clients/google-api-services-cloudbuild/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-cloudbuild</artifactId>
25-
<version>v1-rev20240627-2.0.0</version>
25+
<version>v1-rev20240704-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-cloudbuild:v1-rev20240627-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudbuild:v1-rev20240704-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudbuild/v1/2.0.0/com/google/api/services/cloudbuild/v1/model/HttpConfig.java

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,31 @@
3030
public final class HttpConfig extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* SecretVersion resource of the HTTP proxy URL. The Service Account should have accessor
34-
* permissions on this secret. The proxy URL should be in format protocol://@]proxyhost[:port].
33+
* SecretVersion resource of the HTTP proxy URL. The Service Account used in the build (either the
34+
* default Service Account or user-specified Service Account) should have
35+
* `secretmanager.versions.access` permissions on this secret. The proxy URL should be in format
36+
* `protocol://@]proxyhost[:port]`.
3537
* The value may be {@code null}.
3638
*/
3739
@com.google.api.client.util.Key
3840
private java.lang.String proxySecretVersionName;
3941

4042
/**
41-
* SecretVersion resource of the HTTP proxy URL. The Service Account should have accessor
42-
* permissions on this secret. The proxy URL should be in format protocol://@]proxyhost[:port].
43+
* SecretVersion resource of the HTTP proxy URL. The Service Account used in the build (either the
44+
* default Service Account or user-specified Service Account) should have
45+
* `secretmanager.versions.access` permissions on this secret. The proxy URL should be in format
46+
* `protocol://@]proxyhost[:port]`.
4347
* @return value or {@code null} for none
4448
*/
4549
public java.lang.String getProxySecretVersionName() {
4650
return proxySecretVersionName;
4751
}
4852

4953
/**
50-
* SecretVersion resource of the HTTP proxy URL. The Service Account should have accessor
51-
* permissions on this secret. The proxy URL should be in format protocol://@]proxyhost[:port].
54+
* SecretVersion resource of the HTTP proxy URL. The Service Account used in the build (either the
55+
* default Service Account or user-specified Service Account) should have
56+
* `secretmanager.versions.access` permissions on this secret. The proxy URL should be in format
57+
* `protocol://@]proxyhost[:port]`.
5258
* @param proxySecretVersionName proxySecretVersionName or {@code null} for none
5359
*/
5460
public HttpConfig setProxySecretVersionName(java.lang.String proxySecretVersionName) {

clients/google-api-services-cloudbuild/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-cloudbuild</artifactId>
11-
<version>v1-rev20240627-2.0.0</version>
12-
<name>Cloud Build API v1-rev20240627-2.0.0</name>
11+
<version>v1-rev20240704-2.0.0</version>
12+
<name>Cloud Build API v1-rev20240704-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-cloudbuild/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-cloudbuild</artifactId>
25-
<version>v1-rev20240627-2.0.0</version>
25+
<version>v1-rev20240704-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-cloudbuild:v1-rev20240627-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudbuild:v1-rev20240704-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudbuild/v2/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-cloudbuild</artifactId>
25-
<version>v2-rev20240616-2.0.0</version>
25+
<version>v2-rev20240704-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-cloudbuild:v2-rev20240616-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudbuild:v2-rev20240704-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudbuild/v2/2.0.0/com/google/api/services/cloudbuild/v2/model/ParamValue.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ public final class ParamValue extends com.google.api.client.json.GenericJson {
3636
@com.google.api.client.util.Key
3737
private java.util.List<java.lang.String> arrayVal;
3838

39+
/**
40+
* Optional. Value of the parameter if type is object.
41+
* The value may be {@code null}.
42+
*/
43+
@com.google.api.client.util.Key
44+
private java.util.Map<String, java.lang.String> objectVal;
45+
3946
/**
4047
* Value of the parameter if type is string.
4148
* The value may be {@code null}.
@@ -67,6 +74,23 @@ public ParamValue setArrayVal(java.util.List<java.lang.String> arrayVal) {
6774
return this;
6875
}
6976

77+
/**
78+
* Optional. Value of the parameter if type is object.
79+
* @return value or {@code null} for none
80+
*/
81+
public java.util.Map<String, java.lang.String> getObjectVal() {
82+
return objectVal;
83+
}
84+
85+
/**
86+
* Optional. Value of the parameter if type is object.
87+
* @param objectVal objectVal or {@code null} for none
88+
*/
89+
public ParamValue setObjectVal(java.util.Map<String, java.lang.String> objectVal) {
90+
this.objectVal = objectVal;
91+
return this;
92+
}
93+
7094
/**
7195
* Value of the parameter if type is string.
7296
* @return value or {@code null} for none

clients/google-api-services-cloudbuild/v2/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-cloudbuild</artifactId>
11-
<version>v2-rev20240616-2.0.0</version>
12-
<name>Cloud Build API v2-rev20240616-2.0.0</name>
11+
<version>v2-rev20240704-2.0.0</version>
12+
<name>Cloud Build API v2-rev20240704-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-cloudbuild/v2/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-cloudbuild</artifactId>
25-
<version>v2-rev20240616-2.0.0</version>
25+
<version>v2-rev20240704-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-cloudbuild:v2-rev20240616-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudbuild:v2-rev20240704-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)