google-apis-firestore_v1 0.94.0 → 0.95.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: e6d13d0aa1bc10cfd709da246fe8499cd94052f4a0f6e283062f1df4a0cffeaa
4
- data.tar.gz: 5deeb4e4d21e3a1154fd5c670af13fd99056f9bf772c96128f20f46d55bfa945
3
+ metadata.gz: f519f3747b453aa5447933eec60dfe09ec890bca2dda610daf3c80b00ff96476
4
+ data.tar.gz: 03a8809efdc3894310019438c2f283590bb14c24ed4788c6679304d9f2da58fa
5
5
  SHA512:
6
- metadata.gz: 618a73fcf1cea72a72a38e09628747dfd638afc9da0248bd2351b05b79ed4f7528efcc38a754eb1ad672b27ca9eb05716b2c3d91ad2c9c9c6ae4334da798f1d5
7
- data.tar.gz: d71e17906011e14b4795b87b70d21e43d8c267bdf9d98cc8e49da08280fdd98721c9024e23fdbc9f097d4a0498c364b6b16bfef2459c50d533b9a4b6ff60450f
6
+ metadata.gz: 38bd79ce45f26b29adf65aec2a98bc6d6a781dc351892a9a8d0e7c7d380dcf943e25669e372ae3188a4060b00aba422c2c19288994540807189a26c0cee7c4f7
7
+ data.tar.gz: a82654d302cab79a02160f1c1fd9aa896c7f970523a2df0b5b6695442655d53abab8bc6333ac3008d67b1008aa5d8e16291f8139a70aa550e836ad4085034d2a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-firestore_v1
2
2
 
3
+ ### v0.95.0 (2026-06-14)
4
+
5
+ * Regenerated from discovery document revision 20260529
6
+ * Regenerated using generator version 0.19.0
7
+
3
8
  ### v0.94.0 (2026-05-17)
4
9
 
5
10
  * Regenerated from discovery document revision 20260507
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/firestore) may provide guid
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -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. Firestore GeoPoints are indexed regardless of this value.
3079
+ # are indexed.
3080
3080
  # Corresponds to the JSON property `geoJsonIndexingDisabled`
3081
3081
  # @return [Boolean]
3082
3082
  attr_accessor :geo_json_indexing_disabled
@@ -3107,8 +3107,9 @@ 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. If unspecified, the language is taken from the "
3111
- # language" field if it exists or from `text_language` if it does not.
3110
+ # that specific document. For indexes with MONGODB_COMPATIBLE_API ApiScope: if
3111
+ # unspecified, the language is taken from the "language" field if it exists or
3112
+ # from `text_language` if it does not.
3112
3113
  # Corresponds to the JSON property `textLanguageOverrideFieldPath`
3113
3114
  # @return [String]
3114
3115
  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.94.0"
19
+ GEM_VERSION = "0.95.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260507"
25
+ REVISION = "20260529"
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.94.0
4
+ version: 0.95.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.94.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1/v0.95.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:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="