You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-cloudfunctions/v2/2.0.0/com/google/api/services/cloudfunctions/v2/CloudFunctions.java
Copy file name to clipboardExpand all lines: clients/google-api-services-cloudfunctions/v2/2.0.0/com/google/api/services/cloudfunctions/v2/model/BuildConfig.java
+15-9Lines changed: 15 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,11 @@ public final class BuildConfig extends com.google.api.client.json.GenericJson {
44
44
45
45
/**
46
46
* 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. If unspecified, it defaults to
48
-
* `ARTIFACT_REGISTRY`. If `docker_repository` field is specified, this field should either be
49
-
* left unspecified or set to `ARTIFACT_REGISTRY`.
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`.
50
52
* The value may be {@code null}.
51
53
*/
52
54
@com.google.api.client.util.Key
@@ -173,9 +175,11 @@ public BuildConfig setBuild(java.lang.String build) {
173
175
174
176
/**
175
177
* Docker Registry to use for this deployment. This configuration is only applicable to 1st Gen
176
-
* functions, 2nd Gen functions can only use Artifact Registry. If unspecified, it defaults to
177
-
* `ARTIFACT_REGISTRY`. If `docker_repository` field is specified, this field should either be
178
-
* left unspecified or set to `ARTIFACT_REGISTRY`.
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
183
* @return value or {@code null} for none
180
184
*/
181
185
publicjava.lang.StringgetDockerRegistry() {
@@ -184,9 +188,11 @@ public java.lang.String getDockerRegistry() {
184
188
185
189
/**
186
190
* Docker Registry to use for this deployment. This configuration is only applicable to 1st Gen
187
-
* functions, 2nd Gen functions can only use Artifact Registry. If unspecified, it defaults to
188
-
* `ARTIFACT_REGISTRY`. If `docker_repository` field is specified, this field should either be
189
-
* left unspecified or set to `ARTIFACT_REGISTRY`.
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`.
190
196
* @param dockerRegistry dockerRegistry or {@code null} for none
0 commit comments