File tree Expand file tree Collapse file tree 4 files changed +10
-13
lines changed
generated/google-apis-firestore_v1
lib/google/apis/firestore_v1 Expand file tree Collapse file tree 4 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 11# Release history for google-apis-firestore_v1
22
3+ ### v0.90.0 (2026-02-22)
4+
5+ * Regenerated from discovery document revision 20260212
6+
37### v0.89.0 (2026-02-08)
48
59* Regenerated from discovery document revision 20260130
Original file line number Diff line number Diff line change @@ -1333,7 +1333,10 @@ class GoogleFirestoreAdminV1Backup
13331333 attr_accessor :expire_time
13341334
13351335 # Output only. The unique resource name of the Backup. Format is `projects/`
1336- # project`/locations/`location`/backups/`backup``.
1336+ # project`/locations/`location`/backups/`backup``. The location in the name will
1337+ # be the Standard Managed Multi-Region (SMMR) location (e.g. `us`) if the backup
1338+ # was created with an SMMR location, or the Google Managed Multi-Region (GMMR)
1339+ # location (e.g. `nam5`) if the backup was created with a GMMR location.
13371340 # Corresponds to the JSON property `name`
13381341 # @return [String]
13391342 attr_accessor :name
@@ -2821,21 +2824,12 @@ def update!(**args)
28212824 class GoogleFirestoreAdminV1LocationMetadata
28222825 include Google ::Apis ::Core ::Hashable
28232826
2824- # The storage placements available in the location. When the location represents
2825- # a Standard Managed Multi-Region (SMMR) like "us", this field lists the
2826- # available Google-Managed Multi-Regions (GMMRs) within it, such as "nam5" or "
2827- # eur3".
2828- # Corresponds to the JSON property `availableStoragePlacements`
2829- # @return [Array<String>]
2830- attr_accessor :available_storage_placements
2831-
28322827 def initialize ( **args )
28332828 update! ( **args )
28342829 end
28352830
28362831 # Update properties of this object
28372832 def update! ( **args )
2838- @available_storage_placements = args [ :available_storage_placements ] if args . key? ( :available_storage_placements )
28392833 end
28402834 end
28412835
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module FirestoreV1
1818 # Version of the google-apis-firestore_v1 gem
19- GEM_VERSION = "0.89 .0"
19+ GEM_VERSION = "0.90 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.18.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20260130 "
25+ REVISION = "20260212 "
2626 end
2727 end
2828end
Original file line number Diff line number Diff line change @@ -1582,7 +1582,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
15821582 class GoogleFirestoreAdminV1LocationMetadata
15831583 # @private
15841584 class Representation < Google ::Apis ::Core ::JsonRepresentation
1585- collection :available_storage_placements , as : 'availableStoragePlacements'
15861585 end
15871586 end
15881587
You can’t perform that action at this time.
0 commit comments