Skip to content

Commit 10afe2a

Browse files
1 parent f4d48d0 commit 10afe2a

1 file changed

Lines changed: 31 additions & 1 deletion

File tree

src/Firestore/GoogleFirestoreAdminV1LocationMetadata.php

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,38 @@
1717

1818
namespace Google\Service\Firestore;
1919

20-
class GoogleFirestoreAdminV1LocationMetadata extends \Google\Model
20+
class GoogleFirestoreAdminV1LocationMetadata extends \Google\Collection
2121
{
22+
protected $collection_key = 'availableStoragePlacements';
23+
/**
24+
* The storage placements available in the location. When the location
25+
* represents a Standard Managed Multi-Region (SMMR) like "us", this field
26+
* lists the available Google-Managed Multi-Regions (GMMRs) within it, such as
27+
* "nam5" or "eur3".
28+
*
29+
* @var string[]
30+
*/
31+
public $availableStoragePlacements;
32+
33+
/**
34+
* The storage placements available in the location. When the location
35+
* represents a Standard Managed Multi-Region (SMMR) like "us", this field
36+
* lists the available Google-Managed Multi-Regions (GMMRs) within it, such as
37+
* "nam5" or "eur3".
38+
*
39+
* @param string[] $availableStoragePlacements
40+
*/
41+
public function setAvailableStoragePlacements($availableStoragePlacements)
42+
{
43+
$this->availableStoragePlacements = $availableStoragePlacements;
44+
}
45+
/**
46+
* @return string[]
47+
*/
48+
public function getAvailableStoragePlacements()
49+
{
50+
return $this->availableStoragePlacements;
51+
}
2252
}
2353

2454
// Adding a class alias for backwards compatibility with the previous class name.

0 commit comments

Comments
 (0)