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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e1e5655428ad141e08b46252d0ee068fc170061088837664713a5cc5db366a67
|
4
|
+
data.tar.gz: 2fb6205cc11f7abf923ddfb7c9fe5a8384a9440ad00d750c31e9daa6df8ad41a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1aaba31d0875303985f4ebcf13c9503727217efa9867992d376ef45b16adbd21d8c7836dcd58754c635fa80bdadf9d474aa90adf770b16d59c2a65002336f5cd
|
7
|
+
data.tar.gz: c114386cb58aab2bb29c7d75e1657eb96ece7a9268e11e58c004f962fa3a20723372db2e73383f8246152132d6c736137688532997e079a8cb834ab991247a4b
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
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 = "
|
25
|
+
REVISION = "20250811"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.
|
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.
|
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:
|