File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818namespace 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.
You can’t perform that action at this time.
0 commit comments