Skip to content

Commit abff890

Browse files
1 parent c8678f5 commit abff890

File tree

4 files changed

+21
-15
lines changed

4 files changed

+21
-15
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-rev20240905-2.0.0</version>
25+
<version>v1-rev20250102-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-rev20240905-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudfunctions:v1-rev20250102-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: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,11 @@ 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. If unspecified, it defaults to `ARTIFACT_REGISTRY`.
97-
* If `docker_repository` field is specified, this field should either be left unspecified or set
98-
* to `ARTIFACT_REGISTRY`.
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`.
99101
* The value may be {@code null}.
100102
*/
101103
@com.google.api.client.util.Key
@@ -480,19 +482,23 @@ public CloudFunction setDescription(java.lang.String description) {
480482
}
481483

482484
/**
483-
* Docker Registry to use for this deployment. If unspecified, it defaults to `ARTIFACT_REGISTRY`.
484-
* If `docker_repository` field is specified, this field should either be left unspecified or set
485-
* to `ARTIFACT_REGISTRY`.
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`.
486490
* @return value or {@code null} for none
487491
*/
488492
public java.lang.String getDockerRegistry() {
489493
return dockerRegistry;
490494
}
491495

492496
/**
493-
* Docker Registry to use for this deployment. If unspecified, it defaults to `ARTIFACT_REGISTRY`.
494-
* If `docker_repository` field is specified, this field should either be left unspecified or set
495-
* to `ARTIFACT_REGISTRY`.
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`.
496502
* @param dockerRegistry dockerRegistry or {@code null} for none
497503
*/
498504
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-rev20240905-2.0.0</version>
12-
<name>Cloud Functions API v1-rev20240905-2.0.0</name>
11+
<version>v1-rev20250102-2.0.0</version>
12+
<name>Cloud Functions API v1-rev20250102-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-rev20240905-2.0.0</version>
25+
<version>v1-rev20250102-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-rev20240905-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudfunctions:v1-rev20250102-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)