Skip to content

Commit 9284dd7

Browse files
1 parent f934ec7 commit 9284dd7

File tree

12 files changed

+90
-18
lines changed

12 files changed

+90
-18
lines changed

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

clients/google-api-services-cloudfunctions/v2/2.0.0/com/google/api/services/cloudfunctions/v2/model/GoogleCloudFunctionsV2OperationMetadata.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ public final class GoogleCloudFunctionsV2OperationMetadata extends com.google.ap
5959
@com.google.api.client.util.Key
6060
private String createTime;
6161

62+
/**
63+
* Output only. Whether a custom IAM role binding was detected during the upgrade.
64+
* The value may be {@code null}.
65+
*/
66+
@com.google.api.client.util.Key
67+
private java.lang.Boolean customIamRoleDetected;
68+
6269
/**
6370
* The time the operation finished running.
6471
* The value may be {@code null}.
@@ -188,6 +195,23 @@ public GoogleCloudFunctionsV2OperationMetadata setCreateTime(String createTime)
188195
return this;
189196
}
190197

198+
/**
199+
* Output only. Whether a custom IAM role binding was detected during the upgrade.
200+
* @return value or {@code null} for none
201+
*/
202+
public java.lang.Boolean getCustomIamRoleDetected() {
203+
return customIamRoleDetected;
204+
}
205+
206+
/**
207+
* Output only. Whether a custom IAM role binding was detected during the upgrade.
208+
* @param customIamRoleDetected customIamRoleDetected or {@code null} for none
209+
*/
210+
public GoogleCloudFunctionsV2OperationMetadata setCustomIamRoleDetected(java.lang.Boolean customIamRoleDetected) {
211+
this.customIamRoleDetected = customIamRoleDetected;
212+
return this;
213+
}
214+
191215
/**
192216
* The time the operation finished running.
193217
* @return value or {@code null} for none

clients/google-api-services-cloudfunctions/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-cloudfunctions</artifactId>
11-
<version>v2-rev20250130-2.0.0</version>
12-
<name>Cloud Functions API v2-rev20250130-2.0.0</name>
11+
<version>v2-rev20250228-2.0.0</version>
12+
<name>Cloud Functions API v2-rev20250228-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

clients/google-api-services-cloudfunctions/v2alpha/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-cloudfunctions</artifactId>
25-
<version>v2alpha-rev20250130-2.0.0</version>
25+
<version>v2alpha-rev20250228-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-cloudfunctions:v2alpha-rev20250130-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudfunctions:v2alpha-rev20250228-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudfunctions/v2alpha/2.0.0/com/google/api/services/cloudfunctions/v2alpha/model/GoogleCloudFunctionsV2alphaOperationMetadata.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ public final class GoogleCloudFunctionsV2alphaOperationMetadata extends com.goog
5959
@com.google.api.client.util.Key
6060
private String createTime;
6161

62+
/**
63+
* Output only. Whether a custom IAM role binding was detected during the upgrade.
64+
* The value may be {@code null}.
65+
*/
66+
@com.google.api.client.util.Key
67+
private java.lang.Boolean customIamRoleDetected;
68+
6269
/**
6370
* The time the operation finished running.
6471
* The value may be {@code null}.
@@ -188,6 +195,23 @@ public GoogleCloudFunctionsV2alphaOperationMetadata setCreateTime(String createT
188195
return this;
189196
}
190197

198+
/**
199+
* Output only. Whether a custom IAM role binding was detected during the upgrade.
200+
* @return value or {@code null} for none
201+
*/
202+
public java.lang.Boolean getCustomIamRoleDetected() {
203+
return customIamRoleDetected;
204+
}
205+
206+
/**
207+
* Output only. Whether a custom IAM role binding was detected during the upgrade.
208+
* @param customIamRoleDetected customIamRoleDetected or {@code null} for none
209+
*/
210+
public GoogleCloudFunctionsV2alphaOperationMetadata setCustomIamRoleDetected(java.lang.Boolean customIamRoleDetected) {
211+
this.customIamRoleDetected = customIamRoleDetected;
212+
return this;
213+
}
214+
191215
/**
192216
* The time the operation finished running.
193217
* @return value or {@code null} for none

clients/google-api-services-cloudfunctions/v2alpha/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-cloudfunctions</artifactId>
11-
<version>v2alpha-rev20250130-2.0.0</version>
12-
<name>Cloud Functions API v2alpha-rev20250130-2.0.0</name>
11+
<version>v2alpha-rev20250228-2.0.0</version>
12+
<name>Cloud Functions API v2alpha-rev20250228-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-cloudfunctions/v2alpha/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-cloudfunctions</artifactId>
25-
<version>v2alpha-rev20250130-2.0.0</version>
25+
<version>v2alpha-rev20250228-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-cloudfunctions:v2alpha-rev20250130-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudfunctions:v2alpha-rev20250228-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudfunctions/v2beta/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-cloudfunctions</artifactId>
25-
<version>v2beta-rev20250130-2.0.0</version>
25+
<version>v2beta-rev20250228-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-cloudfunctions:v2beta-rev20250130-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudfunctions:v2beta-rev20250228-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudfunctions/v2beta/2.0.0/com/google/api/services/cloudfunctions/v2beta/model/GoogleCloudFunctionsV2betaOperationMetadata.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ public final class GoogleCloudFunctionsV2betaOperationMetadata extends com.googl
5959
@com.google.api.client.util.Key
6060
private String createTime;
6161

62+
/**
63+
* Output only. Whether a custom IAM role binding was detected during the upgrade.
64+
* The value may be {@code null}.
65+
*/
66+
@com.google.api.client.util.Key
67+
private java.lang.Boolean customIamRoleDetected;
68+
6269
/**
6370
* The time the operation finished running.
6471
* The value may be {@code null}.
@@ -188,6 +195,23 @@ public GoogleCloudFunctionsV2betaOperationMetadata setCreateTime(String createTi
188195
return this;
189196
}
190197

198+
/**
199+
* Output only. Whether a custom IAM role binding was detected during the upgrade.
200+
* @return value or {@code null} for none
201+
*/
202+
public java.lang.Boolean getCustomIamRoleDetected() {
203+
return customIamRoleDetected;
204+
}
205+
206+
/**
207+
* Output only. Whether a custom IAM role binding was detected during the upgrade.
208+
* @param customIamRoleDetected customIamRoleDetected or {@code null} for none
209+
*/
210+
public GoogleCloudFunctionsV2betaOperationMetadata setCustomIamRoleDetected(java.lang.Boolean customIamRoleDetected) {
211+
this.customIamRoleDetected = customIamRoleDetected;
212+
return this;
213+
}
214+
191215
/**
192216
* The time the operation finished running.
193217
* @return value or {@code null} for none

0 commit comments

Comments
 (0)