Skip to content

Commit 2e6a052

Browse files
1 parent 4ed1e12 commit 2e6a052

File tree

13 files changed

+486
-429
lines changed

13 files changed

+486
-429
lines changed

clients/google-api-services-firebase/v1beta1/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-firebase</artifactId>
25-
<version>v1beta1-rev20241025-2.0.0</version>
25+
<version>v1beta1-rev20241107-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-firebase:v1beta1-rev20241025-2.0.0'
38+
implementation 'com.google.apis:google-api-services-firebase:v1beta1-rev20241107-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-firebase/v1beta1/2.0.0/com/google/api/services/firebase/v1beta1/FirebaseManagement.java

Lines changed: 165 additions & 146 deletions
Large diffs are not rendered by default.

clients/google-api-services-firebase/v1beta1/2.0.0/com/google/api/services/firebase/v1beta1/model/AddFirebaseRequest.java

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,34 +31,37 @@
3131
public final class AddFirebaseRequest extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Deprecated. Instead, to set a Project's default GCP resource location, call
35-
* [`FinalizeDefaultLocation`](../projects.defaultLocation/finalize) after you add Firebase
36-
* resources to the GCP `Project`. The ID of the Project's default GCP resource location. The
37-
* location must be one of the available [GCP resource
38-
* locations](https://firebase.google.com/docs/projects/locations).
34+
* **DEPRECATED.** _Instead, use product-specific REST APIs to work with the location of each
35+
* resource in a Project. This field may be ignored, especially for newly provisioned projects
36+
* after October 30, 2024._ The ID of the Project's ["location for default Google Cloud
37+
* resources"](https://firebase.google.com/docs/projects/locations#default-cloud-location), which
38+
* are resources associated with Google App Engine. The location must be one of the available
39+
* [Google App Engine locations](https://cloud.google.com/about/locations#region).
3940
* The value may be {@code null}.
4041
*/
4142
@com.google.api.client.util.Key
4243
private java.lang.String locationId;
4344

4445
/**
45-
* Deprecated. Instead, to set a Project's default GCP resource location, call
46-
* [`FinalizeDefaultLocation`](../projects.defaultLocation/finalize) after you add Firebase
47-
* resources to the GCP `Project`. The ID of the Project's default GCP resource location. The
48-
* location must be one of the available [GCP resource
49-
* locations](https://firebase.google.com/docs/projects/locations).
46+
* **DEPRECATED.** _Instead, use product-specific REST APIs to work with the location of each
47+
* resource in a Project. This field may be ignored, especially for newly provisioned projects
48+
* after October 30, 2024._ The ID of the Project's ["location for default Google Cloud
49+
* resources"](https://firebase.google.com/docs/projects/locations#default-cloud-location), which
50+
* are resources associated with Google App Engine. The location must be one of the available
51+
* [Google App Engine locations](https://cloud.google.com/about/locations#region).
5052
* @return value or {@code null} for none
5153
*/
5254
public java.lang.String getLocationId() {
5355
return locationId;
5456
}
5557

5658
/**
57-
* Deprecated. Instead, to set a Project's default GCP resource location, call
58-
* [`FinalizeDefaultLocation`](../projects.defaultLocation/finalize) after you add Firebase
59-
* resources to the GCP `Project`. The ID of the Project's default GCP resource location. The
60-
* location must be one of the available [GCP resource
61-
* locations](https://firebase.google.com/docs/projects/locations).
59+
* **DEPRECATED.** _Instead, use product-specific REST APIs to work with the location of each
60+
* resource in a Project. This field may be ignored, especially for newly provisioned projects
61+
* after October 30, 2024._ The ID of the Project's ["location for default Google Cloud
62+
* resources"](https://firebase.google.com/docs/projects/locations#default-cloud-location), which
63+
* are resources associated with Google App Engine. The location must be one of the available
64+
* [Google App Engine locations](https://cloud.google.com/about/locations#region).
6265
* @param locationId locationId or {@code null} for none
6366
*/
6467
public AddFirebaseRequest setLocationId(java.lang.String locationId) {

clients/google-api-services-firebase/v1beta1/2.0.0/com/google/api/services/firebase/v1beta1/model/AdminSdkConfig.java

Lines changed: 57 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,26 @@
3131
public 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

Comments
 (0)