google-apis-firestore_v1beta2 0.29.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: ced19c88aebe35a003e6ae81ce23b1b6c913382eb3478b7d9b9adbcfd98be7b0
4
- data.tar.gz: e1d617004a908d4bc3be7170e9a395236098638ae67a01ea9abb32b230924e58
3
+ metadata.gz: eb7bfdc1411ee5275a4a279f17977da5dbafdba80af81cc57de34f13ee33ecaa
4
+ data.tar.gz: ff72db1a77729774686b4984aca5012cf2a2cbb1aa374af9097ae762a7261fd0
5
5
  SHA512:
6
- metadata.gz: ca11c36220f05675f2833ebe8f4ca4308bca58c69511f5663e0cbcdaf594bf283b9c27bfa841c246532f44cacc4aeea1abc73f557c1b564f8575f35883fbc1a3
7
- data.tar.gz: 59ad70203a060d94f93e84ea9eab75a2f2190c5952904712240674da2f8d8af71f6d9095cecf3ab039b9cd01bf9f794da9b13de60415dba424f4f85456917609
6
+ metadata.gz: 936d33f1e73d37a50db03d567accb3a59deb80e7695b6bd4512724ef38a2df146be71bfb2ca8029dddcebdd2308bc034689bd1ea767288c8cd931697b64f544a
7
+ data.tar.gz: 3472b52ab2f61deb796eb34d45a8bea870174c818877ef3e75e0c714171d11d6a26a5a216271641b54db7a67c6f9a9be8d12e07df11353d9da3aa0797a77e73a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.29.0 (2026-06-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20260323
@@ -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.29.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260323"
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.29.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.29.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: