Skip to content

Commit 34a494c

Browse files
1 parent c2960cd commit 34a494c

File tree

19 files changed

+105
-33
lines changed

19 files changed

+105
-33
lines changed

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

clients/google-api-services-cloudfunctions/v1/2.0.0/com/google/api/services/cloudfunctions/v1/model/SecretEnvVar.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public final class SecretEnvVar extends com.google.api.client.json.GenericJson {
3838
private java.lang.String key;
3939

4040
/**
41-
* Project identifier (preferrably project number but can also be the project ID) of the project
41+
* Project identifier (preferably project number but can also be the project ID) of the project
4242
* that contains the secret. If not set, it will be populated with the function's project assuming
4343
* that the secret exists in the same project as of the function.
4444
* The value may be {@code null}.
@@ -80,7 +80,7 @@ public SecretEnvVar setKey(java.lang.String key) {
8080
}
8181

8282
/**
83-
* Project identifier (preferrably project number but can also be the project ID) of the project
83+
* Project identifier (preferably project number but can also be the project ID) of the project
8484
* that contains the secret. If not set, it will be populated with the function's project assuming
8585
* that the secret exists in the same project as of the function.
8686
* @return value or {@code null} for none
@@ -90,7 +90,7 @@ public java.lang.String getProjectId() {
9090
}
9191

9292
/**
93-
* Project identifier (preferrably project number but can also be the project ID) of the project
93+
* Project identifier (preferably project number but can also be the project ID) of the project
9494
* that contains the secret. If not set, it will be populated with the function's project assuming
9595
* that the secret exists in the same project as of the function.
9696
* @param projectId projectId or {@code null} for none

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

1515
<inceptionYear>2011</inceptionYear>

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

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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,13 @@ public final class Function extends com.google.api.client.json.GenericJson {
9191
@com.google.api.client.util.Key
9292
private java.lang.String name;
9393

94+
/**
95+
* Output only. Reserved for future use.
96+
* The value may be {@code null}.
97+
*/
98+
@com.google.api.client.util.Key
99+
private java.lang.Boolean satisfiesPzi;
100+
94101
/**
95102
* Output only. Reserved for future use.
96103
* The value may be {@code null}.
@@ -286,6 +293,23 @@ public Function setName(java.lang.String name) {
286293
return this;
287294
}
288295

296+
/**
297+
* Output only. Reserved for future use.
298+
* @return value or {@code null} for none
299+
*/
300+
public java.lang.Boolean getSatisfiesPzi() {
301+
return satisfiesPzi;
302+
}
303+
304+
/**
305+
* Output only. Reserved for future use.
306+
* @param satisfiesPzi satisfiesPzi or {@code null} for none
307+
*/
308+
public Function setSatisfiesPzi(java.lang.Boolean satisfiesPzi) {
309+
this.satisfiesPzi = satisfiesPzi;
310+
return this;
311+
}
312+
289313
/**
290314
* Output only. Reserved for future use.
291315
* @return value or {@code null} for none

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
package com.google.api.services.cloudfunctions.v2.model;
1818

1919
/**
20-
* Information related to: * A function's eligibility for 1st Gen to 2nd Gen migration and 2nd Gen
21-
* to CRf detach. * Current state of migration for function undergoing migration/detach.
20+
* Information related to: * A function's eligibility for 1st Gen to 2nd Gen migration. * Current
21+
* state of migration for function undergoing migration.
2222
*
2323
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2424
* transmitted over HTTP when working with the Cloud Functions API. For a detailed explanation see:

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-rev20250116-2.0.0</version>
12-
<name>Cloud Functions API v2-rev20250116-2.0.0</name>
11+
<version>v2-rev20250124-2.0.0</version>
12+
<name>Cloud Functions API v2-rev20250124-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-rev20250116-2.0.0</version>
25+
<version>v2-rev20250124-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-rev20250116-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudfunctions:v2-rev20250124-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-rev20250116-2.0.0</version>
25+
<version>v2alpha-rev20250124-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-rev20250116-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudfunctions:v2alpha-rev20250124-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)