google-apis-firestore_v1beta1 0.52.0 → 0.54.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: fa7c9a29cbf5547c66f113bd8a8e9dd99d747a6f1678b8702eb953819713eed0
4
- data.tar.gz: f4f3cf316c84ad2ac098ca9d197a6cdc29d83ecf45699baff2c42f818f4aca03
3
+ metadata.gz: 555e8a4a8fb4ff8efcc9420646f4aa93cad25a5392a857d6c2e104f2c669f0cd
4
+ data.tar.gz: 1c67d79fb89424cfd528091a3ff1ce59da25f02d1331e955c262ae3b33a280b8
5
5
  SHA512:
6
- metadata.gz: 95c9694e65d678af56069f6d3fa3a9005053d69a416c7724c33ba95aa05d74a755ce3be08a4e5ea605d1e728504503b662d85db78fd91f41e5794df930b4777f
7
- data.tar.gz: 66e4d3b5d6164fe9d519f5baf4d9eb9348b4291682a3b3df8f2403d3bbd12ae6797e4ec81f1e9b22a003cd0d1b932f132636b39db7e82c5851c0d19f9198ccc2
6
+ metadata.gz: c360598486059444ac6812ddb448c579adbe164c2f2370f2763de72411fd5facc1c0ced6466fa1d2825c37bbdb2057a5955526db2bc157c5589d6e4b9230e49f
7
+ data.tar.gz: 76ba6654116ef1e3cf4cfad510b174876bcbea7092afa203522180a5ee7bdba584ed35002f21efbfa639f4a2af572ad68db3cdd87a437de6db52fb4dc81a2534
data/CHANGELOG.md CHANGED
@@ -1,7 +1,16 @@
1
1
  # Release history for google-apis-firestore_v1beta1
2
2
 
3
- ### v0.52.0 (2026-06-14)
3
+ ### v0.54.0 (2026-07-19)
4
4
 
5
+ * Regenerated from discovery document revision 20260706
6
+
7
+ ### v0.53.0 (2026-07-12)
8
+
9
+ * Regenerated from discovery document revision 20260702
10
+
11
+ ### v0.52.0 (2026-06-21)
12
+
13
+ * Regenerated from discovery document revision 20260608
5
14
  * Regenerated using generator version 0.19.0
6
15
 
7
16
  ### v0.51.0 (2026-05-10)
@@ -830,6 +830,14 @@ module Google
830
830
  class ExecutePipelineRequest
831
831
  include Google::Apis::Core::Hashable
832
832
 
833
+ # Optional. Automatically commits the transaction after the pipeline has been
834
+ # executed. Only permitted in combination with `transaction` or `new_transaction`
835
+ # .
836
+ # Corresponds to the JSON property `autoCommitTransaction`
837
+ # @return [Boolean]
838
+ attr_accessor :auto_commit_transaction
839
+ alias_method :auto_commit_transaction?, :auto_commit_transaction
840
+
833
841
  # Options for creating a new transaction.
834
842
  # Corresponds to the JSON property `newTransaction`
835
843
  # @return [Google::Apis::FirestoreV1beta1::TransactionOptions]
@@ -864,6 +872,7 @@ module Google
864
872
 
865
873
  # Update properties of this object
866
874
  def update!(**args)
875
+ @auto_commit_transaction = args[:auto_commit_transaction] if args.key?(:auto_commit_transaction)
867
876
  @new_transaction = args[:new_transaction] if args.key?(:new_transaction)
868
877
  @read_time = args[:read_time] if args.key?(:read_time)
869
878
  @structured_pipeline = args[:structured_pipeline] if args.key?(:structured_pipeline)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FirestoreV1beta1
18
18
  # Version of the google-apis-firestore_v1beta1 gem
19
- GEM_VERSION = "0.52.0"
19
+ GEM_VERSION = "0.54.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 = "20260427"
25
+ REVISION = "20260706"
26
26
  end
27
27
  end
28
28
  end
@@ -832,6 +832,7 @@ module Google
832
832
  class ExecutePipelineRequest
833
833
  # @private
834
834
  class Representation < Google::Apis::Core::JsonRepresentation
835
+ property :auto_commit_transaction, as: 'autoCommitTransaction'
835
836
  property :new_transaction, as: 'newTransaction', class: Google::Apis::FirestoreV1beta1::TransactionOptions, decorator: Google::Apis::FirestoreV1beta1::TransactionOptions::Representation
836
837
 
837
838
  property :read_time, as: 'readTime'
@@ -466,6 +466,13 @@ module Google
466
466
  # Perform the read at the provided time. This must be a microsecond precision
467
467
  # timestamp within the past one hour, or if Point-in-Time Recovery is enabled,
468
468
  # can additionally be a whole minute timestamp within the past 7 days.
469
+ # @param [Boolean] recursive
470
+ # Optional. If the list should recursively include all documents nested under
471
+ # the parent at any level. If the request specifies a `collection_id`, then the
472
+ # list will include all nested documents in the collection under the parent.
473
+ # This is optional, and when not provided, Firestore will only list documents
474
+ # nested immediately under the parent. Requests with `recursive` may not specify
475
+ # `show_missing`.
469
476
  # @param [Boolean] show_missing
470
477
  # If the list should show missing documents. A document is missing if it does
471
478
  # not exist, but there are sub-documents nested underneath it. When true, such
@@ -491,7 +498,7 @@ module Google
491
498
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
492
499
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
493
500
  # @raise [Google::Apis::AuthorizationError] Authorization is required
494
- def list_project_database_documents(parent, collection_id, mask_field_paths: nil, order_by: nil, page_size: nil, page_token: nil, read_time: nil, show_missing: nil, transaction: nil, fields: nil, quota_user: nil, options: nil, &block)
501
+ def list_project_database_documents(parent, collection_id, mask_field_paths: nil, order_by: nil, page_size: nil, page_token: nil, read_time: nil, recursive: nil, show_missing: nil, transaction: nil, fields: nil, quota_user: nil, options: nil, &block)
495
502
  command = make_simple_command(:get, 'v1beta1/{+parent}/{collectionId}', options)
496
503
  command.response_representation = Google::Apis::FirestoreV1beta1::ListDocumentsResponse::Representation
497
504
  command.response_class = Google::Apis::FirestoreV1beta1::ListDocumentsResponse
@@ -502,6 +509,7 @@ module Google
502
509
  command.query['pageSize'] = page_size unless page_size.nil?
503
510
  command.query['pageToken'] = page_token unless page_token.nil?
504
511
  command.query['readTime'] = read_time unless read_time.nil?
512
+ command.query['recursive'] = recursive unless recursive.nil?
505
513
  command.query['showMissing'] = show_missing unless show_missing.nil?
506
514
  command.query['transaction'] = transaction unless transaction.nil?
507
515
  command.query['fields'] = fields unless fields.nil?
@@ -576,6 +584,13 @@ module Google
576
584
  # Perform the read at the provided time. This must be a microsecond precision
577
585
  # timestamp within the past one hour, or if Point-in-Time Recovery is enabled,
578
586
  # can additionally be a whole minute timestamp within the past 7 days.
587
+ # @param [Boolean] recursive
588
+ # Optional. If the list should recursively include all documents nested under
589
+ # the parent at any level. If the request specifies a `collection_id`, then the
590
+ # list will include all nested documents in the collection under the parent.
591
+ # This is optional, and when not provided, Firestore will only list documents
592
+ # nested immediately under the parent. Requests with `recursive` may not specify
593
+ # `show_missing`.
579
594
  # @param [Boolean] show_missing
580
595
  # If the list should show missing documents. A document is missing if it does
581
596
  # not exist, but there are sub-documents nested underneath it. When true, such
@@ -601,7 +616,7 @@ module Google
601
616
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
602
617
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
603
618
  # @raise [Google::Apis::AuthorizationError] Authorization is required
604
- def list_project_database_document_documents(parent, collection_id, mask_field_paths: nil, order_by: nil, page_size: nil, page_token: nil, read_time: nil, show_missing: nil, transaction: nil, fields: nil, quota_user: nil, options: nil, &block)
619
+ def list_project_database_document_documents(parent, collection_id, mask_field_paths: nil, order_by: nil, page_size: nil, page_token: nil, read_time: nil, recursive: nil, show_missing: nil, transaction: nil, fields: nil, quota_user: nil, options: nil, &block)
605
620
  command = make_simple_command(:get, 'v1beta1/{+parent}/{collectionId}', options)
606
621
  command.response_representation = Google::Apis::FirestoreV1beta1::ListDocumentsResponse::Representation
607
622
  command.response_class = Google::Apis::FirestoreV1beta1::ListDocumentsResponse
@@ -612,6 +627,7 @@ module Google
612
627
  command.query['pageSize'] = page_size unless page_size.nil?
613
628
  command.query['pageToken'] = page_token unless page_token.nil?
614
629
  command.query['readTime'] = read_time unless read_time.nil?
630
+ command.query['recursive'] = recursive unless recursive.nil?
615
631
  command.query['showMissing'] = show_missing unless show_missing.nil?
616
632
  command.query['transaction'] = transaction unless transaction.nil?
617
633
  command.query['fields'] = fields unless fields.nil?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firestore_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.52.0
4
+ version: 0.54.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_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1beta1/v0.52.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1beta1/v0.54.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firestore_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths: