Skip to content

Commit 4b8f3ac

Browse files
feat: Automated regeneration of firestore v1 client (#25772)
Auto-created at 2026-02-22 09:38:20 +0000 using the toys pull request generator.
1 parent 811d13c commit 4b8f3ac

File tree

4 files changed

+10
-13
lines changed

4 files changed

+10
-13
lines changed

generated/google-apis-firestore_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

generated/google-apis-firestore_v1/lib/google/apis/firestore_v1/classes.rb

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff 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

generated/google-apis-firestore_v1/lib/google/apis/firestore_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2828
end

generated/google-apis-firestore_v1/lib/google/apis/firestore_v1/representations.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)