Skip to content

Commit 5bd542b

Browse files
1 parent 2f66a1c commit 5bd542b

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

src/Firestore/GoogleFirestoreAdminV1Database.php

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ class GoogleFirestoreAdminV1Database extends \Google\Model
5353
* @var string
5454
*/
5555
public $etag;
56+
/**
57+
* @var string
58+
*/
59+
public $firestoreDataAccessMode;
5660
/**
5761
* @var bool
5862
*/
@@ -65,6 +69,10 @@ class GoogleFirestoreAdminV1Database extends \Google\Model
6569
* @var string
6670
*/
6771
public $locationId;
72+
/**
73+
* @var string
74+
*/
75+
public $mongodbCompatibleDataAccessMode;
6876
/**
6977
* @var string
7078
*/
@@ -77,6 +85,10 @@ class GoogleFirestoreAdminV1Database extends \Google\Model
7785
* @var string
7886
*/
7987
public $previousId;
88+
/**
89+
* @var string
90+
*/
91+
public $realtimeUpdatesMode;
8092
protected $sourceInfoType = GoogleFirestoreAdminV1SourceInfo::class;
8193
protected $sourceInfoDataType = '';
8294
/**
@@ -226,6 +238,20 @@ public function getEtag()
226238
{
227239
return $this->etag;
228240
}
241+
/**
242+
* @param string
243+
*/
244+
public function setFirestoreDataAccessMode($firestoreDataAccessMode)
245+
{
246+
$this->firestoreDataAccessMode = $firestoreDataAccessMode;
247+
}
248+
/**
249+
* @return string
250+
*/
251+
public function getFirestoreDataAccessMode()
252+
{
253+
return $this->firestoreDataAccessMode;
254+
}
229255
/**
230256
* @param bool
231257
*/
@@ -268,6 +294,20 @@ public function getLocationId()
268294
{
269295
return $this->locationId;
270296
}
297+
/**
298+
* @param string
299+
*/
300+
public function setMongodbCompatibleDataAccessMode($mongodbCompatibleDataAccessMode)
301+
{
302+
$this->mongodbCompatibleDataAccessMode = $mongodbCompatibleDataAccessMode;
303+
}
304+
/**
305+
* @return string
306+
*/
307+
public function getMongodbCompatibleDataAccessMode()
308+
{
309+
return $this->mongodbCompatibleDataAccessMode;
310+
}
271311
/**
272312
* @param string
273313
*/
@@ -310,6 +350,20 @@ public function getPreviousId()
310350
{
311351
return $this->previousId;
312352
}
353+
/**
354+
* @param string
355+
*/
356+
public function setRealtimeUpdatesMode($realtimeUpdatesMode)
357+
{
358+
$this->realtimeUpdatesMode = $realtimeUpdatesMode;
359+
}
360+
/**
361+
* @return string
362+
*/
363+
public function getRealtimeUpdatesMode()
364+
{
365+
return $this->realtimeUpdatesMode;
366+
}
313367
/**
314368
* @param GoogleFirestoreAdminV1SourceInfo
315369
*/

0 commit comments

Comments
 (0)