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-firebase/v1beta1/2.0.0/com/google/api/services/firebase/v1beta1/model/WebAppConfig.java
+90Lines changed: 90 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,26 @@ public final class WebAppConfig extends com.google.api.client.json.GenericJson {
110
110
@com.google.api.client.util.Key
111
111
privatejava.lang.StringprojectId;
112
112
113
+
/**
114
+
* Output only. Immutable. The globally unique, Google-assigned canonical identifier for the
115
+
* Project. Use this identifier when configuring integrations and/or making API calls to Google
116
+
* Cloud or third-party services.
117
+
* The value may be {@code null}.
118
+
*/
119
+
@com.google.api.client.util.Key
120
+
privatejava.lang.StringprojectNumber;
121
+
122
+
/**
123
+
* Optional. Duplicate field for the URL of the default RTDB instances (if there is one) that uses
124
+
* the same field name as the unified V2 config file format. We wanted to make a single config
125
+
* file format for all the app platforms (Android, iOS and web) and we had to pick consistent
126
+
* names for all the fields since there was some varience between the platforms. If the request
127
+
* asks for the V2 format we will populate this field instead of realtime_database_instance_uri.
128
+
* The value may be {@code null}.
129
+
*/
130
+
@com.google.api.client.util.Key
131
+
privatejava.lang.StringrealtimeDatabaseUrl;
132
+
113
133
/**
114
134
* **DEPRECATED.** _Instead, find the default Cloud Storage for Firebase bucket using the [list en
0 commit comments