google-apis-firestore_v1 0.64.0 → 0.65.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: 28a6c296849b8cb47ea74c00ea548841d79a639b0b86318252e2df480b1e7ea3
4
- data.tar.gz: 9f229c8da59eb9e1fcaff2c221019516c6d94bd8b65a76ff7a325862cd82c954
3
+ metadata.gz: d7b832b4851d47d963cc19239084b1f456107a22c145d4aca569ff4a8eaee4e3
4
+ data.tar.gz: eb82f21be31b9ac64975973b97de4aa1af9046971ee686a6c519d922a4a4fdc7
5
5
  SHA512:
6
- metadata.gz: ffaf940574d370de8039581022087fd0201416fb1ec4236f71405322a7755c87496bb9fbc0e665818edc9666e97d2e4a57842b86ef806f50201a5bea99c04b93
7
- data.tar.gz: f5e4554d41e0acfbe5ebda0305ffa9831708b2ff0d13f5b1c59caa4460684e587637438356f2e03f265d5e2254554d8a00011064da9882b1f48e65e31bf52d7d
6
+ metadata.gz: 75a98dcb4fb777db56328a761ba12d0ea4ac8f48c292ab9a84bc628266f331360a9323369054099f468f2e7b7cf977096da0e81b2d86c8b1e32f62abf0074e1f
7
+ data.tar.gz: b0909cf1b143399b1769361f250ed8c2915def7f1349e789ccf05adca647970db4d9c2f28ff178f72f59173aebafa56ccfc535f1f8a3a024934b67af8c55ae58
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firestore_v1
2
2
 
3
+ ### v0.65.0 (2024-04-28)
4
+
5
+ * Regenerated from discovery document revision 20240420
6
+
3
7
  ### v0.64.0 (2024-03-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20240324
@@ -637,7 +637,10 @@ module Google
637
637
  # A Document has changed. May be the result of multiple writes, including
638
638
  # deletes, that ultimately resulted in a new value for the Document. Multiple
639
639
  # DocumentChange messages may be returned for the same logical change, if
640
- # multiple targets are affected.
640
+ # multiple targets are affected. For PipelineQueryTargets, `document` will be in
641
+ # the new pipeline format, For a Listen stream with both QueryTargets and
642
+ # PipelineQueryTargets present, if a document matches both types of queries,
643
+ # then a separate DocumentChange messages will be sent out one for each set.
641
644
  class DocumentChange
642
645
  include Google::Apis::Core::Hashable
643
646
 
@@ -1101,7 +1104,7 @@ module Google
1101
1104
  class FindNearest
1102
1105
  include Google::Apis::Core::Hashable
1103
1106
 
1104
- # Required. The Distance Measure to use, required.
1107
+ # Required. The distance measure to use, required.
1105
1108
  # Corresponds to the JSON property `distanceMeasure`
1106
1109
  # @return [String]
1107
1110
  attr_accessor :distance_measure
@@ -1207,8 +1210,7 @@ module Google
1207
1210
  # @return [String]
1208
1211
  attr_accessor :create_time
1209
1212
 
1210
- # Represents a recurring schedule that runs at a specific time every day. The
1211
- # time zone is UTC.
1213
+ # Represents a recurring schedule that runs every day. The time zone is UTC.
1212
1214
  # Corresponds to the JSON property `dailyRecurrence`
1213
1215
  # @return [Google::Apis::FirestoreV1::GoogleFirestoreAdminV1DailyRecurrence]
1214
1216
  attr_accessor :daily_recurrence
@@ -1303,8 +1305,7 @@ module Google
1303
1305
  end
1304
1306
  end
1305
1307
 
1306
- # Represents a recurring schedule that runs at a specific time every day. The
1307
- # time zone is UTC.
1308
+ # Represents a recurring schedule that runs every day. The time zone is UTC.
1308
1309
  class GoogleFirestoreAdminV1DailyRecurrence
1309
1310
  include Google::Apis::Core::Hashable
1310
1311
 
@@ -2760,7 +2761,10 @@ module Google
2760
2761
  # A Document has changed. May be the result of multiple writes, including
2761
2762
  # deletes, that ultimately resulted in a new value for the Document. Multiple
2762
2763
  # DocumentChange messages may be returned for the same logical change, if
2763
- # multiple targets are affected.
2764
+ # multiple targets are affected. For PipelineQueryTargets, `document` will be in
2765
+ # the new pipeline format, For a Listen stream with both QueryTargets and
2766
+ # PipelineQueryTargets present, if a document matches both types of queries,
2767
+ # then a separate DocumentChange messages will be sent out one for each set.
2764
2768
  # Corresponds to the JSON property `documentChange`
2765
2769
  # @return [Google::Apis::FirestoreV1::DocumentChange]
2766
2770
  attr_accessor :document_change
@@ -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.64.0"
19
+ GEM_VERSION = "0.65.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240324"
25
+ REVISION = "20240420"
26
26
  end
27
27
  end
28
28
  end
@@ -347,8 +347,8 @@ module Google
347
347
  end
348
348
 
349
349
  # Creates a backup schedule on a database. At most two backup schedules can be
350
- # configured on a database, one daily backup schedule with retention up to 7
351
- # days and one weekly backup schedule with retention up to 14 weeks.
350
+ # configured on a database, one daily backup schedule and one weekly backup
351
+ # schedule.
352
352
  # @param [String] parent
353
353
  # Required. The parent database. Format `projects/`project`/databases/`database``
354
354
  # @param [Google::Apis::FirestoreV1::GoogleFirestoreAdminV1BackupSchedule] google_firestore_admin_v1_backup_schedule_object
@@ -554,7 +554,7 @@ module Google
554
554
  # The filter to apply to list results. Currently, FirestoreAdmin.ListFields only
555
555
  # supports listing fields that have been explicitly overridden. To issue this
556
556
  # query, call FirestoreAdmin.ListFields with a filter that includes `indexConfig.
557
- # usesAncestorConfig:false` .
557
+ # usesAncestorConfig:false` or `ttlConfig:*`.
558
558
  # @param [Fixnum] page_size
559
559
  # The number of results to return.
560
560
  # @param [String] page_token
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firestore_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.64.0
4
+ version: 0.65.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-31 00:00:00.000000000 Z
11
+ date: 2024-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firestore_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1/v0.64.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1/v0.65.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firestore_v1
63
63
  post_install_message:
64
64
  rdoc_options: []