google-apis-firestore_v1 0.89.0 → 0.90.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 07720ac5103c58446787eb54d5433096285f4f0c2452b9d0bf747ea537c1397c
4
- data.tar.gz: e3c11d9d3e9a42503919eb8a329927863fb292c0edf239f26e307a3cc65a735b
3
+ metadata.gz: e2eaddcade267ac8be66501aa1459965bd1bfa8dc40c8517af8561c75acb0c68
4
+ data.tar.gz: 8c9c614351a03357c2c5045b5d34e70c9ab4a42deebd59ad365a6468ac5fff52
5
5
  SHA512:
6
- metadata.gz: dbd4eed81b1ba2348705a9df962bac3c3f01a6e6132e97c3c0ca595d3d4cf8b707f1818b4b541221bcc50481f68dce952f31d2bebc4687b803684774a5d01bf6
7
- data.tar.gz: a77701f186e8d348737fc438f37a452480ff95579913debb947dbe8b0aab5f07fcb07afc4c2cf2b48d18d874ab0e5635d5b214a187d95394275d8e22550d204a
6
+ metadata.gz: 4f3ea1773af11a7913552327cf3fb2701a7440b95501caf50d6aa147709594fb3842ef4592c6caecb66a8d17e63fb076641306e6a4e8e8839e2c65417f28b3da
7
+ data.tar.gz: 93e65c9aaf93490c96dd1227fa3687eeb5828e342f36ac3f55fe8585b6075a0b4df43db26ebce666472920a36bed1c912e5fcd5d946bc827dd4fb98c82425980
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firestore_v1
2
2
 
3
+ ### v0.90.0 (2026-02-22)
4
+
5
+ * Regenerated from discovery document revision 20260212
6
+
3
7
  ### v0.89.0 (2026-02-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20260130
@@ -1333,7 +1333,10 @@ module Google
1333
1333
  attr_accessor :expire_time
1334
1334
 
1335
1335
  # 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.
1337
1340
  # Corresponds to the JSON property `name`
1338
1341
  # @return [String]
1339
1342
  attr_accessor :name
@@ -2821,21 +2824,12 @@ module Google
2821
2824
  class GoogleFirestoreAdminV1LocationMetadata
2822
2825
  include Google::Apis::Core::Hashable
2823
2826
 
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
-
2832
2827
  def initialize(**args)
2833
2828
  update!(**args)
2834
2829
  end
2835
2830
 
2836
2831
  # Update properties of this object
2837
2832
  def update!(**args)
2838
- @available_storage_placements = args[:available_storage_placements] if args.key?(:available_storage_placements)
2839
2833
  end
2840
2834
  end
2841
2835
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FirestoreV1
18
18
  # Version of the google-apis-firestore_v1 gem
19
- GEM_VERSION = "0.89.0"
19
+ GEM_VERSION = "0.90.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260130"
25
+ REVISION = "20260212"
26
26
  end
27
27
  end
28
28
  end
@@ -1582,7 +1582,6 @@ module Google
1582
1582
  class GoogleFirestoreAdminV1LocationMetadata
1583
1583
  # @private
1584
1584
  class Representation < Google::Apis::Core::JsonRepresentation
1585
- collection :available_storage_placements, as: 'availableStoragePlacements'
1586
1585
  end
1587
1586
  end
1588
1587
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firestore_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.89.0
4
+ version: 0.90.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firestore_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1/v0.89.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1/v0.90.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firestore_v1
62
62
  rdoc_options: []
63
63
  require_paths: