google-apis-firestore_v1beta1 0.10.0 → 0.11.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: 4adc12463ffd3971bfed3d3550fd263a00706eeed7bf07cc3615cf0777ee68c8
4
- data.tar.gz: 8bb35ecb229d158f2e1e0a2614cb218d1d5d9ac2167ec9daf0baea7f418a3d36
3
+ metadata.gz: 83d1a20cf3c2a204c18a151eb75521cc0a308335f4915522b782bbfa3d2d9bdd
4
+ data.tar.gz: f593e28cdf2c7027d91fa0ea05715dd39f719dd9bdcf1ea2fa22ffda888ad5a2
5
5
  SHA512:
6
- metadata.gz: 3dbf3764ce963fcf2d67b2bc8c87bc7fbf236a8d95fe01547c5941fb523eb59a57ba50611dd8a7f1e63e2c2ff02616fdba9afdabba14fdc3627ba4017727cc80
7
- data.tar.gz: 29032b9e2a50002ff917c434cafe997d75a97407b17f2d3f716319d624e4a690b3e84acbe255a544c2e677f1b034bbd4a60aa10d9a066600e9f19a019a416acc
6
+ metadata.gz: 3adb6a1df73a2bd0de453956605983e6d2ca5caba62626b5355e69bdb3000f50a7628c0c888b70dae6e049cf7ffcb10c498d55f8e4d81df3cac29ddad5c756a8
7
+ data.tar.gz: dcfeb0d48c98f6141f321af5415278b628ed3774f4cb55c80c626dee1e37142aa8aacdfc4f35de3b274263e1c3fcfb718b43012a02be8af66825f71af8f128b2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firestore_v1beta1
2
2
 
3
+ ### v0.11.0 (2022-03-04)
4
+
5
+ * Regenerated from discovery document revision 20220221
6
+
3
7
  ### v0.10.0 (2022-01-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20220110
@@ -1706,7 +1706,8 @@ module Google
1706
1706
  # @return [Google::Apis::FirestoreV1beta1::StructuredQuery]
1707
1707
  attr_accessor :structured_query
1708
1708
 
1709
- # Reads documents in a transaction.
1709
+ # Run the query within an already active transaction. The value here is the
1710
+ # opaque transaction ID to execute the query in.
1710
1711
  # Corresponds to the JSON property `transaction`
1711
1712
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
1712
1713
  # @return [String]
@@ -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.10.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220110"
25
+ REVISION = "20220221"
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.10.0
4
+ version: 0.11.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: 2022-01-24 00:00:00.000000000 Z
11
+ date: 2022-03-07 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.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1beta1/v0.11.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: []