google-apis-firestore_v1 0.82.0 → 0.83.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: 53716e8f68240c401028ccd69b7402b1d2d7b477b0ccc5b43dd527a15685daf8
4
- data.tar.gz: 0e38006a265f4b18efa94cf063c378184afe83662efab865695968b8597f6953
3
+ metadata.gz: 1093811b044c3294360a3f7af1193acacdaddb66ae16961a194df9124b9d875f
4
+ data.tar.gz: 0fc4b37443f343020decabb2ce14b632a7585f3b03a66848b35bc3e980939934
5
5
  SHA512:
6
- metadata.gz: 69e0cabc2a27abb088365ca855afc3cbb604a31c6d57361c5977228dc3ceeb7f1519310a107c56587a29a5aac56794bb312276dd4ba48053035f78d36bf8aad0
7
- data.tar.gz: 937706e2807fe88bf6bbd1cd9b37d231e3631720f8457bbac629f60553eb04f9f03c8b968c2f4444f2f5b5bb1946ff42446d35de1fcf5b6890ce97e3d408bc4a
6
+ metadata.gz: 3ccc5998a45f1e6ba7d7e6d9ed244b3a896fba94d05723cdf19c95d6caba3bd90158139a84abf16749d8ace32cfb6628e8cef6cf8f29da3e54175e59c0b9d707
7
+ data.tar.gz: 5e6cfd041213eee01739aa164ee2fe618879030a191dfb19428825591bf28ef9452c32129ab35ddd01d4995536ec318a432ac8427ec9c8ac29a0a01a5225702f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firestore_v1
2
2
 
3
+ ### v0.83.0 (2025-10-12)
4
+
5
+ * Regenerated from discovery document revision 20251001
6
+
3
7
  ### v0.82.0 (2025-09-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20250918
@@ -3122,6 +3122,13 @@ module Google
3122
3122
  # @return [Array<Google::Apis::FirestoreV1::GoogleLongrunningOperation>]
3123
3123
  attr_accessor :operations
3124
3124
 
3125
+ # Unordered list. Unreachable resources. Populated when the request sets `
3126
+ # ListOperationsRequest.return_partial_success` and reads across collections e.g.
3127
+ # when attempting to list all resources across all supported locations.
3128
+ # Corresponds to the JSON property `unreachable`
3129
+ # @return [Array<String>]
3130
+ attr_accessor :unreachable
3131
+
3125
3132
  def initialize(**args)
3126
3133
  update!(**args)
3127
3134
  end
@@ -3130,6 +3137,7 @@ module Google
3130
3137
  def update!(**args)
3131
3138
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
3132
3139
  @operations = args[:operations] if args.key?(:operations)
3140
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
3133
3141
  end
3134
3142
  end
3135
3143
 
@@ -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.82.0"
19
+ GEM_VERSION = "0.83.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250918"
25
+ REVISION = "20251001"
26
26
  end
27
27
  end
28
28
  end
@@ -1640,6 +1640,7 @@ module Google
1640
1640
  property :next_page_token, as: 'nextPageToken'
1641
1641
  collection :operations, as: 'operations', class: Google::Apis::FirestoreV1::GoogleLongrunningOperation, decorator: Google::Apis::FirestoreV1::GoogleLongrunningOperation::Representation
1642
1642
 
1643
+ collection :unreachable, as: 'unreachable'
1643
1644
  end
1644
1645
  end
1645
1646
 
@@ -1710,6 +1710,13 @@ module Google
1710
1710
  # The standard list page size.
1711
1711
  # @param [String] page_token
1712
1712
  # The standard list page token.
1713
+ # @param [Boolean] return_partial_success
1714
+ # When set to `true`, operations that are reachable are returned as normal, and
1715
+ # those that are unreachable are returned in the [ListOperationsResponse.
1716
+ # unreachable] field. This can only be `true` when reading across collections e.
1717
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
1718
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
1719
+ # explicitly documented otherwise in service or product specific documentation.
1713
1720
  # @param [String] fields
1714
1721
  # Selector specifying which fields to include in a partial response.
1715
1722
  # @param [String] quota_user
@@ -1727,7 +1734,7 @@ module Google
1727
1734
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1728
1735
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1729
1736
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1730
- def list_project_database_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1737
+ def list_project_database_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
1731
1738
  command = make_simple_command(:get, 'v1/{+name}/operations', options)
1732
1739
  command.response_representation = Google::Apis::FirestoreV1::GoogleLongrunningListOperationsResponse::Representation
1733
1740
  command.response_class = Google::Apis::FirestoreV1::GoogleLongrunningListOperationsResponse
@@ -1735,6 +1742,7 @@ module Google
1735
1742
  command.query['filter'] = filter unless filter.nil?
1736
1743
  command.query['pageSize'] = page_size unless page_size.nil?
1737
1744
  command.query['pageToken'] = page_token unless page_token.nil?
1745
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
1738
1746
  command.query['fields'] = fields unless fields.nil?
1739
1747
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1740
1748
  execute_or_queue_command(command, &block)
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.82.0
4
+ version: 0.83.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.82.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1/v0.83.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: