google-apis-firestore_v1beta2 0.19.0 → 0.20.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8dbb42876c4d7573be637384ff5e9eadab1c64d0dd2d30785400fb832de804c8
|
|
4
|
+
data.tar.gz: adea3897b250559d2e6ca0edee8b97e484940f18003f50c365a0ee3513e62a25
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5231bf0cde89fb57c356d49525e5518bf9d64b6ddb41a30a732f699893cfa86a8051ba5eb43d28095b3f8fdde5e1395081ace518a9a9b58d57f9db10c7ba8071
|
|
7
|
+
data.tar.gz: 1a01307b2ee2897b63c72958f74723ee4f51ffa06484b2f28f23eb006f462281c83ca77ca2330b0d2af6de6e175c7860c5ae09ac675dbc8c9b6731a85a16fd30
|
data/CHANGELOG.md
CHANGED
|
@@ -759,13 +759,13 @@ module Google
|
|
|
759
759
|
# @return [String]
|
|
760
760
|
attr_accessor :name
|
|
761
761
|
|
|
762
|
-
# The normal response of the operation
|
|
763
|
-
#
|
|
764
|
-
#
|
|
765
|
-
#
|
|
766
|
-
#
|
|
767
|
-
#
|
|
768
|
-
#
|
|
762
|
+
# The normal, successful response of the operation. If the original method
|
|
763
|
+
# returns no data on success, such as `Delete`, the response is `google.protobuf.
|
|
764
|
+
# Empty`. If the original method is standard `Get`/`Create`/`Update`, the
|
|
765
|
+
# response should be the resource. For other methods, the response should have
|
|
766
|
+
# the type `XxxResponse`, where `Xxx` is the original method name. For example,
|
|
767
|
+
# if the original method name is `TakeSnapshot()`, the inferred response type is
|
|
768
|
+
# `TakeSnapshotResponse`.
|
|
769
769
|
# Corresponds to the JSON property `response`
|
|
770
770
|
# @return [Hash<String,Object>]
|
|
771
771
|
attr_accessor :response
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module FirestoreV1beta2
|
|
18
18
|
# Version of the google-apis-firestore_v1beta2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.20.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 = "
|
|
25
|
+
REVISION = "20230806"
|
|
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_v1beta2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.20.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-08-
|
|
11
|
+
date: 2023-08-20 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_v1beta2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1beta2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firestore_v1beta2/v0.20.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firestore_v1beta2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|