google-apis-firestore_v1 0.93.0 → 0.94.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/firestore_v1/classes.rb +3 -4
- data/lib/google/apis/firestore_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e6d13d0aa1bc10cfd709da246fe8499cd94052f4a0f6e283062f1df4a0cffeaa
|
|
4
|
+
data.tar.gz: 5deeb4e4d21e3a1154fd5c670af13fd99056f9bf772c96128f20f46d55bfa945
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 618a73fcf1cea72a72a38e09628747dfd638afc9da0248bd2351b05b79ed4f7528efcc38a754eb1ad672b27ca9eb05716b2c3d91ad2c9c9c6ae4334da798f1d5
|
|
7
|
+
data.tar.gz: d71e17906011e14b4795b87b70d21e43d8c267bdf9d98cc8e49da08280fdd98721c9024e23fdbc9f097d4a0498c364b6b16bfef2459c50d533b9a4b6ff60450f
|
data/CHANGELOG.md
CHANGED
|
@@ -3076,7 +3076,7 @@ module Google
|
|
|
3076
3076
|
include Google::Apis::Core::Hashable
|
|
3077
3077
|
|
|
3078
3078
|
# Optional. Disables geoJSON indexing for the field. By default, geoJSON points
|
|
3079
|
-
# are indexed.
|
|
3079
|
+
# are indexed. Firestore GeoPoints are indexed regardless of this value.
|
|
3080
3080
|
# Corresponds to the JSON property `geoJsonIndexingDisabled`
|
|
3081
3081
|
# @return [Boolean]
|
|
3082
3082
|
attr_accessor :geo_json_indexing_disabled
|
|
@@ -3107,9 +3107,8 @@ module Google
|
|
|
3107
3107
|
attr_accessor :text_language
|
|
3108
3108
|
|
|
3109
3109
|
# Optional. The field in the document that specifies which language to use for
|
|
3110
|
-
# that specific document.
|
|
3111
|
-
#
|
|
3112
|
-
# from `text_language` if it does not.
|
|
3110
|
+
# that specific document. If unspecified, the language is taken from the "
|
|
3111
|
+
# language" field if it exists or from `text_language` if it does not.
|
|
3113
3112
|
# Corresponds to the JSON property `textLanguageOverrideFieldPath`
|
|
3114
3113
|
# @return [String]
|
|
3115
3114
|
attr_accessor :text_language_override_field_path
|
|
@@ -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.94.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 = "20260507"
|
|
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.94.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.94.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:
|