google-cloud-firestore 2.6.4 → 2.6.5

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: 97eefcf8baff5191871034a5c72d3b1ab423717e87c8891d59c332c0c20c69f1
4
- data.tar.gz: 9d96c0d2ecb8e40e3270b1f70a3e06450bbe58ac2d2978f1ae111a170ffec298
3
+ metadata.gz: 8ce1f6d742ab22f8ae9048c2b32ee29066133c449a7ddcc6f1cc821a62f02151
4
+ data.tar.gz: 6818b31d6e877da83416f01494cd8034ba54ee99161ce443d7f6862ed65f1202
5
5
  SHA512:
6
- metadata.gz: f653a12215f410fbcc43aef9b51d4790a696967661b6e5e51f122ea1f86f840d5384ffec6e69753a936c65a06691d673c7c2ab7317b7124339f0856aab97ad3f
7
- data.tar.gz: 94d54e1fc6a4fbbeba256bd8397d6544cbeb4585e14510a58230979f5cb4fe74f591fd66a1abe8806b8ea0497cf564e328c91617a7a011804d29c2b53109934d
6
+ metadata.gz: a68a90e078451cade335996d3f7cb2545d1b275726ecfe8f417eeae480d42bf53cd181ad5ac53f42adbb516b9ccf9264172b038ef7c87843c8130617a35b2b90
7
+ data.tar.gz: 3535f4d765f78fd1da1cbc2808a974e9a0782d43e6cd3ed31c9f1ba33c4f31ea44142e3f66d28f27bd455eeae4cdea874c4e3953dc62da5871dd4c85b9aca5a4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 2.6.5 / 2021-10-25
4
+
5
+ #### Documentation
6
+
7
+ * Add documentation for quota_project Configuration attribute
8
+
3
9
  ### 2.6.4 / 2021-08-26
4
10
 
5
11
  #### Bug Fixes
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Firestore
19
- VERSION = "2.6.4".freeze
19
+ VERSION = "2.6.5".freeze
20
20
  end
21
21
  end
22
22
  end
@@ -122,6 +122,8 @@ module Google
122
122
  # parameter `keyfile` is considered deprecated, but may also be used.)
123
123
  # * `scope` - (String, Array<String>) The OAuth 2.0 scopes controlling
124
124
  # the set of resources and operations that the connection can access.
125
+ # * `quota_project` - (String) The project ID for a project that can be
126
+ # used by client libraries for quota and billing purposes.
125
127
  # * `timeout` - (Integer) Default timeout to use in requests.
126
128
  # * `endpoint` - (String) Override of the endpoint host name, or `nil`
127
129
  # to use the default endpoint.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-firestore
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.4
4
+ version: 2.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google Inc
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-26 00:00:00.000000000 Z
11
+ date: 2021-10-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core