google-apis-firestore_v1beta2 0.28.0 → 0.30.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: 5c3cb3fc1e7c47c3ad9e4880b00776d87c418dc1325292943ca6455736e5b4c6
4
- data.tar.gz: 7871569326183724195c9f829c9b1cb2e62bfbb0161314aad401eb74060b4d08
3
+ metadata.gz: eb7bfdc1411ee5275a4a279f17977da5dbafdba80af81cc57de34f13ee33ecaa
4
+ data.tar.gz: ff72db1a77729774686b4984aca5012cf2a2cbb1aa374af9097ae762a7261fd0
5
5
  SHA512:
6
- metadata.gz: 5080738891385902875ec9003f90ba1dbf8ad3fbdc0e46f41ecf82717e1485bea10859a30438a7c3a39a14ab21e387b187bdf5d40bdd405e845762a37d04f1fd
7
- data.tar.gz: 3098aa8a0d0f08f2f9c6dc228273bd713e571ebbf4e82fc789dd1dea56c37b37b3358664eaa62e30909f14ef2a64c420dbcd7e372b412fd408aab285b857f162
6
+ metadata.gz: 936d33f1e73d37a50db03d567accb3a59deb80e7695b6bd4512724ef38a2df146be71bfb2ca8029dddcebdd2308bc034689bd1ea767288c8cd931697b64f544a
7
+ data.tar.gz: 3472b52ab2f61deb796eb34d45a8bea870174c818877ef3e75e0c714171d11d6a26a5a216271641b54db7a67c6f9a9be8d12e07df11353d9da3aa0797a77e73a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-firestore_v1beta2
2
2
 
3
+ ### v0.30.0 (2026-08-23)
4
+
5
+ * Regenerated from discovery document revision 20260810
6
+
7
+ ### v0.29.0 (2026-06-14)
8
+
9
+ * Regenerated from discovery document revision 20260323
10
+ * Regenerated using generator version 0.19.0
11
+
3
12
  ### v0.28.0 (2025-06-29)
4
13
 
5
14
  * Regenerated from discovery document revision 20250618
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
 
@@ -302,12 +302,31 @@ module Google
302
302
  class GoogleFirestoreAdminV1UpdateDatabaseMetadata
303
303
  include Google::Apis::Core::Hashable
304
304
 
305
+ # The time this operation completed. Will be unset if operation still in
306
+ # progress.
307
+ # Corresponds to the JSON property `endTime`
308
+ # @return [String]
309
+ attr_accessor :end_time
310
+
311
+ # The time this operation started.
312
+ # Corresponds to the JSON property `startTime`
313
+ # @return [String]
314
+ attr_accessor :start_time
315
+
316
+ # The state of the operation.
317
+ # Corresponds to the JSON property `state`
318
+ # @return [String]
319
+ attr_accessor :state
320
+
305
321
  def initialize(**args)
306
322
  update!(**args)
307
323
  end
308
324
 
309
325
  # Update properties of this object
310
326
  def update!(**args)
327
+ @end_time = args[:end_time] if args.key?(:end_time)
328
+ @start_time = args[:start_time] if args.key?(:start_time)
329
+ @state = args[:state] if args.key?(:state)
311
330
  end
312
331
  end
313
332
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FirestoreV1beta2
18
18
  # Version of the google-apis-firestore_v1beta2 gem
19
- GEM_VERSION = "0.28.0"
19
+ GEM_VERSION = "0.30.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 = "20250618"
25
+ REVISION = "20260810"
26
26
  end
27
27
  end
28
28
  end
@@ -259,6 +259,9 @@ module Google
259
259
  class GoogleFirestoreAdminV1UpdateDatabaseMetadata
260
260
  # @private
261
261
  class Representation < Google::Apis::Core::JsonRepresentation
262
+ property :end_time, as: 'endTime'
263
+ property :start_time, as: 'startTime'
264
+ property :state, as: 'state'
262
265
  end
263
266
  end
264
267
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firestore_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.30.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_v1beta2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1beta2/v0.28.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1beta2/v0.30.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firestore_v1beta2
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
  - - ">="