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/v1/2.0.0/com/google/api/services/cloudfunctions/v1/model/CloudFunction.java
+15-9Lines changed: 15 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -93,9 +93,11 @@ public final class CloudFunction extends com.google.api.client.json.GenericJson
93
93
privatejava.lang.Stringdescription;
94
94
95
95
/**
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`.
99
101
* The value may be {@code null}.
100
102
*/
101
103
@com.google.api.client.util.Key
@@ -480,19 +482,23 @@ public CloudFunction setDescription(java.lang.String description) {
480
482
}
481
483
482
484
/**
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`.
486
490
* @return value or {@code null} for none
487
491
*/
488
492
publicjava.lang.StringgetDockerRegistry() {
489
493
returndockerRegistry;
490
494
}
491
495
492
496
/**
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`.
496
502
* @param dockerRegistry dockerRegistry or {@code null} for none
0 commit comments