3131public final class AdminSdkConfig extends com .google .api .client .json .GenericJson {
3232
3333 /**
34- * **DEPRECATED.** _Instead, find the default Firebase Realtime Database instance name using the
34+ * **DEPRECATED.** _Instead, find the URL of the default Realtime Database instance using the
3535 * [list endpoint](https://firebase.google.com/docs/reference/rest/database/database-
3636 * management/rest/v1beta/projects.locations.instances/list) within the Firebase Realtime Database
37- * REST API. Note that the default instance for the Project might not yet be provisioned, so the
38- * return might not contain a default instance._ The default Firebase Realtime Database URL.
37+ * REST API. If the default instance for the Project has not yet been provisioned, the return
38+ * might not contain a default instance. Note that the config that's generated for the Firebase
39+ * console or the Firebase CLI uses the Realtime Database endpoint to populate this value for that
40+ * config._ The URL of the default Firebase Realtime Database instance.
3941 * The value may be {@code null}.
4042 */
4143 @ com .google .api .client .util .Key
4244 private java .lang .String databaseURL ;
4345
4446 /**
45- * **DEPRECATED.** _Instead, use product-specific REST APIs to find the location of resources._
46- * The ID of the Project's default GCP resource location. The location is one of the available
47- * [GCP resource locations](https://firebase.google.com/docs/projects/locations). This field is
48- * omitted if the default GCP resource location has not been finalized yet. To set a Project's
49- * default GCP resource location, call
50- * [`FinalizeDefaultLocation`](../projects.defaultLocation/finalize) after you add Firebase
51- * resources to the Project .
47+ * **DEPRECATED.** _Instead, use product-specific REST APIs to find the location of each resource
48+ * in a Project. This field may not be populated, especially for newly provisioned projects after
49+ * October 30, 2024._ The ID of the Project's ["location for default Google Cloud
50+ * resources"](https://firebase.google.com/docs/projects/locations# default-cloud- location), which
51+ * are resources associated with Google App Engine. The location is one of the available [App
52+ * Engine locations](https://cloud.google.com/about/locations#region). This field is omitted if
53+ * the location for default Google Cloud resources has not been set .
5254 * The value may be {@code null}.
5355 */
5456 @ com .google .api .client .util .Key
@@ -64,34 +66,40 @@ public final class AdminSdkConfig extends com.google.api.client.json.GenericJson
6466 private java .lang .String projectId ;
6567
6668 /**
67- * **DEPRECATED.** _Instead, find the default Cloud Storage for Firebase bucket using the [list en
68- * dpoint](https://firebase.google.com/docs/reference/rest/storage/rest/v1beta/projects.buckets/li
69- * st) within the Cloud Storage for Firebase REST API. Note that the default bucket for the
70- * Project might not yet be provisioned, so the return might not contain a default bucket._ The
71- * default Cloud Storage for Firebase storage bucket name.
69+ * **DEPRECATED.** _Instead, find the name of the default Cloud Storage for Firebase bucket using
70+ * the [list endpoint](https://firebase.google.com/docs/reference/rest/storage/rest/v1beta/project
71+ * s.buckets/list) within the Cloud Storage for Firebase REST API. If the default bucket for the
72+ * Project has not yet been provisioned, the return might not contain a default bucket. Note that
73+ * the config that's generated for the Firebase console or the Firebase CLI uses the Cloud Storage
74+ * for Firebase endpoint to populate this value for that config._ The name of the default Cloud
75+ * Storage for Firebase bucket.
7276 * The value may be {@code null}.
7377 */
7478 @ com .google .api .client .util .Key
7579 private java .lang .String storageBucket ;
7680
7781 /**
78- * **DEPRECATED.** _Instead, find the default Firebase Realtime Database instance name using the
82+ * **DEPRECATED.** _Instead, find the URL of the default Realtime Database instance using the
7983 * [list endpoint](https://firebase.google.com/docs/reference/rest/database/database-
8084 * management/rest/v1beta/projects.locations.instances/list) within the Firebase Realtime Database
81- * REST API. Note that the default instance for the Project might not yet be provisioned, so the
82- * return might not contain a default instance._ The default Firebase Realtime Database URL.
85+ * REST API. If the default instance for the Project has not yet been provisioned, the return
86+ * might not contain a default instance. Note that the config that's generated for the Firebase
87+ * console or the Firebase CLI uses the Realtime Database endpoint to populate this value for that
88+ * config._ The URL of the default Firebase Realtime Database instance.
8389 * @return value or {@code null} for none
8490 */
8591 public java .lang .String getDatabaseURL () {
8692 return databaseURL ;
8793 }
8894
8995 /**
90- * **DEPRECATED.** _Instead, find the default Firebase Realtime Database instance name using the
96+ * **DEPRECATED.** _Instead, find the URL of the default Realtime Database instance using the
9197 * [list endpoint](https://firebase.google.com/docs/reference/rest/database/database-
9298 * management/rest/v1beta/projects.locations.instances/list) within the Firebase Realtime Database
93- * REST API. Note that the default instance for the Project might not yet be provisioned, so the
94- * return might not contain a default instance._ The default Firebase Realtime Database URL.
99+ * REST API. If the default instance for the Project has not yet been provisioned, the return
100+ * might not contain a default instance. Note that the config that's generated for the Firebase
101+ * console or the Firebase CLI uses the Realtime Database endpoint to populate this value for that
102+ * config._ The URL of the default Firebase Realtime Database instance.
95103 * @param databaseURL databaseURL or {@code null} for none
96104 */
97105 public AdminSdkConfig setDatabaseURL (java .lang .String databaseURL ) {
@@ -100,27 +108,27 @@ public AdminSdkConfig setDatabaseURL(java.lang.String databaseURL) {
100108 }
101109
102110 /**
103- * **DEPRECATED.** _Instead, use product-specific REST APIs to find the location of resources._
104- * The ID of the Project's default GCP resource location. The location is one of the available
105- * [GCP resource locations](https://firebase.google.com/docs/projects/locations). This field is
106- * omitted if the default GCP resource location has not been finalized yet. To set a Project's
107- * default GCP resource location, call
108- * [`FinalizeDefaultLocation`](../projects.defaultLocation/finalize) after you add Firebase
109- * resources to the Project .
111+ * **DEPRECATED.** _Instead, use product-specific REST APIs to find the location of each resource
112+ * in a Project. This field may not be populated, especially for newly provisioned projects after
113+ * October 30, 2024._ The ID of the Project's ["location for default Google Cloud
114+ * resources"](https://firebase.google.com/docs/projects/locations# default-cloud- location), which
115+ * are resources associated with Google App Engine. The location is one of the available [App
116+ * Engine locations](https://cloud.google.com/about/locations#region). This field is omitted if
117+ * the location for default Google Cloud resources has not been set .
110118 * @return value or {@code null} for none
111119 */
112120 public java .lang .String getLocationId () {
113121 return locationId ;
114122 }
115123
116124 /**
117- * **DEPRECATED.** _Instead, use product-specific REST APIs to find the location of resources._
118- * The ID of the Project's default GCP resource location. The location is one of the available
119- * [GCP resource locations](https://firebase.google.com/docs/projects/locations). This field is
120- * omitted if the default GCP resource location has not been finalized yet. To set a Project's
121- * default GCP resource location, call
122- * [`FinalizeDefaultLocation`](../projects.defaultLocation/finalize) after you add Firebase
123- * resources to the Project .
125+ * **DEPRECATED.** _Instead, use product-specific REST APIs to find the location of each resource
126+ * in a Project. This field may not be populated, especially for newly provisioned projects after
127+ * October 30, 2024._ The ID of the Project's ["location for default Google Cloud
128+ * resources"](https://firebase.google.com/docs/projects/locations# default-cloud- location), which
129+ * are resources associated with Google App Engine. The location is one of the available [App
130+ * Engine locations](https://cloud.google.com/about/locations#region). This field is omitted if
131+ * the location for default Google Cloud resources has not been set .
124132 * @param locationId locationId or {@code null} for none
125133 */
126134 public AdminSdkConfig setLocationId (java .lang .String locationId ) {
@@ -150,23 +158,27 @@ public AdminSdkConfig setProjectId(java.lang.String projectId) {
150158 }
151159
152160 /**
153- * **DEPRECATED.** _Instead, find the default Cloud Storage for Firebase bucket using the [list en
154- * dpoint](https://firebase.google.com/docs/reference/rest/storage/rest/v1beta/projects.buckets/li
155- * st) within the Cloud Storage for Firebase REST API. Note that the default bucket for the
156- * Project might not yet be provisioned, so the return might not contain a default bucket._ The
157- * default Cloud Storage for Firebase storage bucket name.
161+ * **DEPRECATED.** _Instead, find the name of the default Cloud Storage for Firebase bucket using
162+ * the [list endpoint](https://firebase.google.com/docs/reference/rest/storage/rest/v1beta/project
163+ * s.buckets/list) within the Cloud Storage for Firebase REST API. If the default bucket for the
164+ * Project has not yet been provisioned, the return might not contain a default bucket. Note that
165+ * the config that's generated for the Firebase console or the Firebase CLI uses the Cloud Storage
166+ * for Firebase endpoint to populate this value for that config._ The name of the default Cloud
167+ * Storage for Firebase bucket.
158168 * @return value or {@code null} for none
159169 */
160170 public java .lang .String getStorageBucket () {
161171 return storageBucket ;
162172 }
163173
164174 /**
165- * **DEPRECATED.** _Instead, find the default Cloud Storage for Firebase bucket using the [list en
166- * dpoint](https://firebase.google.com/docs/reference/rest/storage/rest/v1beta/projects.buckets/li
167- * st) within the Cloud Storage for Firebase REST API. Note that the default bucket for the
168- * Project might not yet be provisioned, so the return might not contain a default bucket._ The
169- * default Cloud Storage for Firebase storage bucket name.
175+ * **DEPRECATED.** _Instead, find the name of the default Cloud Storage for Firebase bucket using
176+ * the [list endpoint](https://firebase.google.com/docs/reference/rest/storage/rest/v1beta/project
177+ * s.buckets/list) within the Cloud Storage for Firebase REST API. If the default bucket for the
178+ * Project has not yet been provisioned, the return might not contain a default bucket. Note that
179+ * the config that's generated for the Firebase console or the Firebase CLI uses the Cloud Storage
180+ * for Firebase endpoint to populate this value for that config._ The name of the default Cloud
181+ * Storage for Firebase bucket.
170182 * @param storageBucket storageBucket or {@code null} for none
171183 */
172184 public AdminSdkConfig setStorageBucket (java .lang .String storageBucket ) {
0 commit comments