Skip to content

Commit 7f1445b

Browse files
1 parent a9c9c2a commit 7f1445b

File tree

16 files changed

+96
-84
lines changed

16 files changed

+96
-84
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-rev20250320-2.0.0</version>
25+
<version>v1-rev20250424-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-rev20250320-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudfunctions:v1-rev20250424-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,12 @@ public final class CloudFunction extends com.google.api.client.json.GenericJson
9393
private java.lang.String description;
9494

9595
/**
96-
* Docker Registry to use for this deployment. Deprecated: Container Registry option will no
97-
* longer be available after March 2025: https://cloud.google.com/artifact-
98-
* registry/docs/transition/transition-from-gcr Please use Artifact Registry instead, which is the
99-
* default choice. If unspecified, it defaults to `ARTIFACT_REGISTRY`. If `docker_repository`
100-
* field is specified, this field should either be left unspecified or set to `ARTIFACT_REGISTRY`.
96+
* Docker Registry to use for this deployment. Deprecated: as of March 2025, `CONTAINER_REGISTRY`
97+
* option is no longer available in response to Container Registry's deprecation:
98+
* https://cloud.google.com/artifact-registry/docs/transition/transition-from-gcr Please use
99+
* Artifact Registry instead, which is the default choice. If unspecified, it defaults to
100+
* `ARTIFACT_REGISTRY`. If `docker_repository` field is specified, this field should either be
101+
* left unspecified or set to `ARTIFACT_REGISTRY`.
101102
* The value may be {@code null}.
102103
*/
103104
@com.google.api.client.util.Key
@@ -482,23 +483,25 @@ public CloudFunction setDescription(java.lang.String description) {
482483
}
483484

484485
/**
485-
* Docker Registry to use for this deployment. Deprecated: Container Registry option will no
486-
* longer be available after March 2025: https://cloud.google.com/artifact-
487-
* registry/docs/transition/transition-from-gcr Please use Artifact Registry instead, which is the
488-
* default choice. If unspecified, it defaults to `ARTIFACT_REGISTRY`. If `docker_repository`
489-
* field is specified, this field should either be left unspecified or set to `ARTIFACT_REGISTRY`.
486+
* Docker Registry to use for this deployment. Deprecated: as of March 2025, `CONTAINER_REGISTRY`
487+
* option is no longer available in response to Container Registry's deprecation:
488+
* https://cloud.google.com/artifact-registry/docs/transition/transition-from-gcr Please use
489+
* Artifact Registry instead, which is the default choice. If unspecified, it defaults to
490+
* `ARTIFACT_REGISTRY`. If `docker_repository` field is specified, this field should either be
491+
* left unspecified or set to `ARTIFACT_REGISTRY`.
490492
* @return value or {@code null} for none
491493
*/
492494
public java.lang.String getDockerRegistry() {
493495
return dockerRegistry;
494496
}
495497

496498
/**
497-
* Docker Registry to use for this deployment. Deprecated: Container Registry option will no
498-
* longer be available after March 2025: https://cloud.google.com/artifact-
499-
* registry/docs/transition/transition-from-gcr Please use Artifact Registry instead, which is the
500-
* default choice. If unspecified, it defaults to `ARTIFACT_REGISTRY`. If `docker_repository`
501-
* field is specified, this field should either be left unspecified or set to `ARTIFACT_REGISTRY`.
499+
* Docker Registry to use for this deployment. Deprecated: as of March 2025, `CONTAINER_REGISTRY`
500+
* option is no longer available in response to Container Registry's deprecation:
501+
* https://cloud.google.com/artifact-registry/docs/transition/transition-from-gcr Please use
502+
* Artifact Registry instead, which is the default choice. If unspecified, it defaults to
503+
* `ARTIFACT_REGISTRY`. If `docker_repository` field is specified, this field should either be
504+
* left unspecified or set to `ARTIFACT_REGISTRY`.
502505
* @param dockerRegistry dockerRegistry or {@code null} for none
503506
*/
504507
public CloudFunction setDockerRegistry(java.lang.String dockerRegistry) {

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

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

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,12 @@ public final class BuildConfig extends com.google.api.client.json.GenericJson {
4444

4545
/**
4646
* Docker Registry to use for this deployment. This configuration is only applicable to 1st Gen
47-
* functions, 2nd Gen functions can only use Artifact Registry. Deprecated: Container Registry
48-
* option will no longer be available after March 2025: https://cloud.google.com/artifact-
49-
* registry/docs/transition/transition-from-gcr Please use Artifact Registry instead, which is the
50-
* default choice. If unspecified, it defaults to `ARTIFACT_REGISTRY`. If `docker_repository`
51-
* field is specified, this field should either be left unspecified or set to `ARTIFACT_REGISTRY`.
47+
* functions, 2nd Gen functions can only use Artifact Registry. Deprecated: as of March 2025,
48+
* `CONTAINER_REGISTRY` option is no longer available in response to Container Registry's
49+
* deprecation: https://cloud.google.com/artifact-registry/docs/transition/transition-from-gcr
50+
* Please use Artifact Registry instead, which is the default choice. If unspecified, it defaults
51+
* to `ARTIFACT_REGISTRY`. If `docker_repository` field is specified, this field should either be
52+
* left unspecified or set to `ARTIFACT_REGISTRY`.
5253
* The value may be {@code null}.
5354
*/
5455
@com.google.api.client.util.Key
@@ -175,11 +176,12 @@ public BuildConfig setBuild(java.lang.String build) {
175176

176177
/**
177178
* Docker Registry to use for this deployment. This configuration is only applicable to 1st Gen
178-
* functions, 2nd Gen functions can only use Artifact Registry. Deprecated: Container Registry
179-
* option will no longer be available after March 2025: https://cloud.google.com/artifact-
180-
* registry/docs/transition/transition-from-gcr Please use Artifact Registry instead, which is the
181-
* default choice. If unspecified, it defaults to `ARTIFACT_REGISTRY`. If `docker_repository`
182-
* field is specified, this field should either be left unspecified or set to `ARTIFACT_REGISTRY`.
179+
* functions, 2nd Gen functions can only use Artifact Registry. Deprecated: as of March 2025,
180+
* `CONTAINER_REGISTRY` option is no longer available in response to Container Registry's
181+
* deprecation: https://cloud.google.com/artifact-registry/docs/transition/transition-from-gcr
182+
* Please use Artifact Registry instead, which is the default choice. If unspecified, it defaults
183+
* to `ARTIFACT_REGISTRY`. If `docker_repository` field is specified, this field should either be
184+
* left unspecified or set to `ARTIFACT_REGISTRY`.
183185
* @return value or {@code null} for none
184186
*/
185187
public java.lang.String getDockerRegistry() {
@@ -188,11 +190,12 @@ public java.lang.String getDockerRegistry() {
188190

189191
/**
190192
* Docker Registry to use for this deployment. This configuration is only applicable to 1st Gen
191-
* functions, 2nd Gen functions can only use Artifact Registry. Deprecated: Container Registry
192-
* option will no longer be available after March 2025: https://cloud.google.com/artifact-
193-
* registry/docs/transition/transition-from-gcr Please use Artifact Registry instead, which is the
194-
* default choice. If unspecified, it defaults to `ARTIFACT_REGISTRY`. If `docker_repository`
195-
* field is specified, this field should either be left unspecified or set to `ARTIFACT_REGISTRY`.
193+
* functions, 2nd Gen functions can only use Artifact Registry. Deprecated: as of March 2025,
194+
* `CONTAINER_REGISTRY` option is no longer available in response to Container Registry's
195+
* deprecation: https://cloud.google.com/artifact-registry/docs/transition/transition-from-gcr
196+
* Please use Artifact Registry instead, which is the default choice. If unspecified, it defaults
197+
* to `ARTIFACT_REGISTRY`. If `docker_repository` field is specified, this field should either be
198+
* left unspecified or set to `ARTIFACT_REGISTRY`.
196199
* @param dockerRegistry dockerRegistry or {@code null} for none
197200
*/
198201
public BuildConfig setDockerRegistry(java.lang.String dockerRegistry) {

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

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

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,12 @@ public final class BuildConfig extends com.google.api.client.json.GenericJson {
4444

4545
/**
4646
* Docker Registry to use for this deployment. This configuration is only applicable to 1st Gen
47-
* functions, 2nd Gen functions can only use Artifact Registry. Deprecated: Container Registry
48-
* option will no longer be available after March 2025: https://cloud.google.com/artifact-
49-
* registry/docs/transition/transition-from-gcr Please use Artifact Registry instead, which is the
50-
* default choice. If unspecified, it defaults to `ARTIFACT_REGISTRY`. If `docker_repository`
51-
* field is specified, this field should either be left unspecified or set to `ARTIFACT_REGISTRY`.
47+
* functions, 2nd Gen functions can only use Artifact Registry. Deprecated: as of March 2025,
48+
* `CONTAINER_REGISTRY` option is no longer available in response to Container Registry's
49+
* deprecation: https://cloud.google.com/artifact-registry/docs/transition/transition-from-gcr
50+
* Please use Artifact Registry instead, which is the default choice. If unspecified, it defaults
51+
* to `ARTIFACT_REGISTRY`. If `docker_repository` field is specified, this field should either be
52+
* left unspecified or set to `ARTIFACT_REGISTRY`.
5253
* The value may be {@code null}.
5354
*/
5455
@com.google.api.client.util.Key
@@ -175,11 +176,12 @@ public BuildConfig setBuild(java.lang.String build) {
175176

176177
/**
177178
* Docker Registry to use for this deployment. This configuration is only applicable to 1st Gen
178-
* functions, 2nd Gen functions can only use Artifact Registry. Deprecated: Container Registry
179-
* option will no longer be available after March 2025: https://cloud.google.com/artifact-
180-
* registry/docs/transition/transition-from-gcr Please use Artifact Registry instead, which is the
181-
* default choice. If unspecified, it defaults to `ARTIFACT_REGISTRY`. If `docker_repository`
182-
* field is specified, this field should either be left unspecified or set to `ARTIFACT_REGISTRY`.
179+
* functions, 2nd Gen functions can only use Artifact Registry. Deprecated: as of March 2025,
180+
* `CONTAINER_REGISTRY` option is no longer available in response to Container Registry's
181+
* deprecation: https://cloud.google.com/artifact-registry/docs/transition/transition-from-gcr
182+
* Please use Artifact Registry instead, which is the default choice. If unspecified, it defaults
183+
* to `ARTIFACT_REGISTRY`. If `docker_repository` field is specified, this field should either be
184+
* left unspecified or set to `ARTIFACT_REGISTRY`.
183185
* @return value or {@code null} for none
184186
*/
185187
public java.lang.String getDockerRegistry() {
@@ -188,11 +190,12 @@ public java.lang.String getDockerRegistry() {
188190

189191
/**
190192
* Docker Registry to use for this deployment. This configuration is only applicable to 1st Gen
191-
* functions, 2nd Gen functions can only use Artifact Registry. Deprecated: Container Registry
192-
* option will no longer be available after March 2025: https://cloud.google.com/artifact-
193-
* registry/docs/transition/transition-from-gcr Please use Artifact Registry instead, which is the
194-
* default choice. If unspecified, it defaults to `ARTIFACT_REGISTRY`. If `docker_repository`
195-
* field is specified, this field should either be left unspecified or set to `ARTIFACT_REGISTRY`.
193+
* functions, 2nd Gen functions can only use Artifact Registry. Deprecated: as of March 2025,
194+
* `CONTAINER_REGISTRY` option is no longer available in response to Container Registry's
195+
* deprecation: https://cloud.google.com/artifact-registry/docs/transition/transition-from-gcr
196+
* Please use Artifact Registry instead, which is the default choice. If unspecified, it defaults
197+
* to `ARTIFACT_REGISTRY`. If `docker_repository` field is specified, this field should either be
198+
* left unspecified or set to `ARTIFACT_REGISTRY`.
196199
* @param dockerRegistry dockerRegistry or {@code null} for none
197200
*/
198201
public BuildConfig setDockerRegistry(java.lang.String dockerRegistry) {

0 commit comments

Comments
 (0)