File tree 1 file changed +54
-0
lines changed
1 file changed +54
-0
lines changed Original file line number Diff line number Diff line change @@ -51,10 +51,22 @@ class WebAppConfig extends \Google\Model
51
51
* @var string
52
52
*/
53
53
public $ projectId ;
54
+ /**
55
+ * @var string
56
+ */
57
+ public $ projectNumber ;
58
+ /**
59
+ * @var string
60
+ */
61
+ public $ realtimeDatabaseUrl ;
54
62
/**
55
63
* @var string
56
64
*/
57
65
public $ storageBucket ;
66
+ /**
67
+ * @var string
68
+ */
69
+ public $ version ;
58
70
59
71
/**
60
72
* @param string
@@ -168,6 +180,34 @@ public function getProjectId()
168
180
{
169
181
return $ this ->projectId ;
170
182
}
183
+ /**
184
+ * @param string
185
+ */
186
+ public function setProjectNumber ($ projectNumber )
187
+ {
188
+ $ this ->projectNumber = $ projectNumber ;
189
+ }
190
+ /**
191
+ * @return string
192
+ */
193
+ public function getProjectNumber ()
194
+ {
195
+ return $ this ->projectNumber ;
196
+ }
197
+ /**
198
+ * @param string
199
+ */
200
+ public function setRealtimeDatabaseUrl ($ realtimeDatabaseUrl )
201
+ {
202
+ $ this ->realtimeDatabaseUrl = $ realtimeDatabaseUrl ;
203
+ }
204
+ /**
205
+ * @return string
206
+ */
207
+ public function getRealtimeDatabaseUrl ()
208
+ {
209
+ return $ this ->realtimeDatabaseUrl ;
210
+ }
171
211
/**
172
212
* @param string
173
213
*/
@@ -182,6 +222,20 @@ public function getStorageBucket()
182
222
{
183
223
return $ this ->storageBucket ;
184
224
}
225
+ /**
226
+ * @param string
227
+ */
228
+ public function setVersion ($ version )
229
+ {
230
+ $ this ->version = $ version ;
231
+ }
232
+ /**
233
+ * @return string
234
+ */
235
+ public function getVersion ()
236
+ {
237
+ return $ this ->version ;
238
+ }
185
239
}
186
240
187
241
// Adding a class alias for backwards compatibility with the previous class name.
You can’t perform that action at this time.
0 commit comments