google-apis-firestore_v1 0.78.0 → 0.79.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: d1015bd464ddc72d0f2f0d4d5d2c58666d9edd64a33bc5935e8de3406052cf7d
4
- data.tar.gz: 19a21c1ada5adf4cda59c5bc8c4fa0471b09cee6c323505b24cf62d3d44cf941
3
+ metadata.gz: e1e5655428ad141e08b46252d0ee068fc170061088837664713a5cc5db366a67
4
+ data.tar.gz: 2fb6205cc11f7abf923ddfb7c9fe5a8384a9440ad00d750c31e9daa6df8ad41a
5
5
  SHA512:
6
- metadata.gz: 2c84c49f3d07ab9b8e1fc34c507cff56d0670d44250b453dcb7bd7e0010e03b1b74afba7c95ac29ef1cbbd8bc08a57da8c728e95093e412b57b44f28e36ae259
7
- data.tar.gz: 262bff697534f176cd1c462e80665adf06fcfdbdcc91873782216fcdb4b16072dee28b1f682736bc06c8551b67a50fc545705e159ae8056795f5f809d7c6f4de
6
+ metadata.gz: 1aaba31d0875303985f4ebcf13c9503727217efa9867992d376ef45b16adbd21d8c7836dcd58754c635fa80bdadf9d474aa90adf770b16d59c2a65002336f5cd
7
+ data.tar.gz: c114386cb58aab2bb29c7d75e1657eb96ece7a9268e11e58c004f962fa3a20723372db2e73383f8246152132d6c736137688532997e079a8cb834ab991247a4b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firestore_v1
2
2
 
3
+ ### v0.79.0 (2025-08-24)
4
+
5
+ * Regenerated from discovery document revision 20250811
6
+
3
7
  ### v0.78.0 (2025-06-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20250618
@@ -2292,6 +2292,13 @@ module Google
2292
2292
  # @return [String]
2293
2293
  attr_accessor :state
2294
2294
 
2295
+ # Optional. Whether it is an unique index. Unique index ensures all values for
2296
+ # the indexed field(s) are unique across documents.
2297
+ # Corresponds to the JSON property `unique`
2298
+ # @return [Boolean]
2299
+ attr_accessor :unique
2300
+ alias_method :unique?, :unique
2301
+
2295
2302
  def initialize(**args)
2296
2303
  update!(**args)
2297
2304
  end
@@ -2306,6 +2313,7 @@ module Google
2306
2313
  @query_scope = args[:query_scope] if args.key?(:query_scope)
2307
2314
  @shard_count = args[:shard_count] if args.key?(:shard_count)
2308
2315
  @state = args[:state] if args.key?(:state)
2316
+ @unique = args[:unique] if args.key?(:unique)
2309
2317
  end
2310
2318
  end
2311
2319
 
@@ -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.78.0"
19
+ GEM_VERSION = "0.79.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 = "20250618"
25
+ REVISION = "20250811"
26
26
  end
27
27
  end
28
28
  end
@@ -1391,6 +1391,7 @@ module Google
1391
1391
  property :query_scope, as: 'queryScope'
1392
1392
  property :shard_count, as: 'shardCount'
1393
1393
  property :state, as: 'state'
1394
+ property :unique, as: 'unique'
1394
1395
  end
1395
1396
  end
1396
1397
 
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.78.0
4
+ version: 0.79.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.78.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1/v0.79.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: