google-apis-firestore_v1beta1 0.27.0 → 0.28.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8b051ed356505e83527c97f48e600ee2c03685d044b9a747895228c145fbd4b7
4
- data.tar.gz: 49122a4234ac837a14c3e1bea1c99c7c9aa74090458cbb07cc06cb73646cd8a9
3
+ metadata.gz: 9d46a7ee90a7847f2c5f32271c67028abf2ca9eac626d807140ac952bbdd791c
4
+ data.tar.gz: a9fc91505b6a9513ea973db0be965a5342f70826a6d22d7824043c89f87e13ca
5
5
  SHA512:
6
- metadata.gz: d63d4cd960300c7f9eb0a344895d3fd108bf16beea0a0ed7ebadad37fb535c5042d2dfa24321482eeeb4227b6c67c4076339a736ab8b9f167f914ae21764eaae
7
- data.tar.gz: e18fdce2d2b00c6456043133ef12394b021b85f6f223d10d8d8f906d5238a59cc9ff509ef55b695cabd0d64ceccb892db6a28a38a310bcd78e5d931f4f50b28b
6
+ metadata.gz: 70302a932a6e774894087a779cae938bee94be6e2c4a4ecf8ac0a581d31189d5ca8b47575e7baac407eb4fc6bcb1ef48ba88f4d11986df5de35c764b2d6c1112
7
+ data.tar.gz: d374c6bbe836a0f4df9b50a551cf14e737e8bdb6b81962a047925598ea54b5c3d377bf08cceacb98a97c8ce1af1a2e4f3803cc284a604c5153427c19127548f6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firestore_v1beta1
2
2
 
3
+ ### v0.28.0 (2023-06-18)
4
+
5
+ * Regenerated from discovery document revision 20230611
6
+
3
7
  ### v0.27.0 (2023-05-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20230508
@@ -779,7 +779,8 @@ module Google
779
779
 
780
780
  # The total count of documents that match target_id. If different from the count
781
781
  # of documents in the client that match, the client must manually determine
782
- # which documents no longer match the target.
782
+ # which documents no longer match the target. The client can use the `
783
+ # unchanged_names` bloom filter to assist with this determination.
783
784
  # Corresponds to the JSON property `count`
784
785
  # @return [Fixnum]
785
786
  attr_accessor :count
@@ -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.27.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230508"
25
+ REVISION = "20230611"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firestore_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.27.0
4
+ version: 0.28.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: 2023-05-14 00:00:00.000000000 Z
11
+ date: 2023-06-18 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1beta1/v0.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1beta1/v0.28.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firestore_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []