31
31
public final class AdminSdkConfig extends com .google .api .client .json .GenericJson {
32
32
33
33
/**
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
35
35
* [list endpoint](https://firebase.google.com/docs/reference/rest/database/database-
36
36
* 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.
39
41
* The value may be {@code null}.
40
42
*/
41
43
@ com .google .api .client .util .Key
42
44
private java .lang .String databaseURL ;
43
45
44
46
/**
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 .
52
54
* The value may be {@code null}.
53
55
*/
54
56
@ com .google .api .client .util .Key
@@ -64,34 +66,40 @@ public final class AdminSdkConfig extends com.google.api.client.json.GenericJson
64
66
private java .lang .String projectId ;
65
67
66
68
/**
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.
72
76
* The value may be {@code null}.
73
77
*/
74
78
@ com .google .api .client .util .Key
75
79
private java .lang .String storageBucket ;
76
80
77
81
/**
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
79
83
* [list endpoint](https://firebase.google.com/docs/reference/rest/database/database-
80
84
* 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.
83
89
* @return value or {@code null} for none
84
90
*/
85
91
public java .lang .String getDatabaseURL () {
86
92
return databaseURL ;
87
93
}
88
94
89
95
/**
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
91
97
* [list endpoint](https://firebase.google.com/docs/reference/rest/database/database-
92
98
* 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.
95
103
* @param databaseURL databaseURL or {@code null} for none
96
104
*/
97
105
public AdminSdkConfig setDatabaseURL (java .lang .String databaseURL ) {
@@ -100,27 +108,27 @@ public AdminSdkConfig setDatabaseURL(java.lang.String databaseURL) {
100
108
}
101
109
102
110
/**
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 .
110
118
* @return value or {@code null} for none
111
119
*/
112
120
public java .lang .String getLocationId () {
113
121
return locationId ;
114
122
}
115
123
116
124
/**
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 .
124
132
* @param locationId locationId or {@code null} for none
125
133
*/
126
134
public AdminSdkConfig setLocationId (java .lang .String locationId ) {
@@ -150,23 +158,27 @@ public AdminSdkConfig setProjectId(java.lang.String projectId) {
150
158
}
151
159
152
160
/**
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.
158
168
* @return value or {@code null} for none
159
169
*/
160
170
public java .lang .String getStorageBucket () {
161
171
return storageBucket ;
162
172
}
163
173
164
174
/**
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.
170
182
* @param storageBucket storageBucket or {@code null} for none
171
183
*/
172
184
public AdminSdkConfig setStorageBucket (java .lang .String storageBucket ) {
0 commit comments