google-apis-firebasedataconnect_v1beta 0.14.0 → 0.15.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: 1ce60a0f855eda1f8cf5617f0e6aee72c3a6dfbd2e0098f9a6a0bb3a802bfdfa
|
|
4
|
+
data.tar.gz: 39feefb18fa3a35f77e8a302eba44c97607e8adaa43344c1869658379644a108
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bdd59538a8e64e9a037e93793e3ac7ba199b4d7033dd0f493a33c2b9c50bf9053fbc3fa306bbc01edc9837df2159f5bd8a974a587772090a24fcfb5d3d7e9b90
|
|
7
|
+
data.tar.gz: da04e4a63cba8fa16c83e34aa3aa8c287ddfdd59eb0ead6edf98de9c48c2d2f453a9c43f2cf45d2e2c25e91801c624ccc7ea8eeef6877cbcf5bc78f9e98e0d62
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module FirebasedataconnectV1beta
|
|
18
18
|
# Version of the google-apis-firebasedataconnect_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.15.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 = "
|
|
25
|
+
REVISION = "20251026"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1202,8 +1202,7 @@ module Google
|
|
|
1202
1202
|
execute_or_queue_command(command, &block)
|
|
1203
1203
|
end
|
|
1204
1204
|
|
|
1205
|
-
# Lists Schemas in a given project and location.
|
|
1206
|
-
# is supported, so this will always return at most one Schema.
|
|
1205
|
+
# Lists Schemas in a given project and location.
|
|
1207
1206
|
# @param [String] parent
|
|
1208
1207
|
# Required. Value of parent.
|
|
1209
1208
|
# @param [String] filter
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-firebasedataconnect_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.15.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-firebasedataconnect_v1beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedataconnect_v1beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedataconnect_v1beta/v0.15.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebasedataconnect_v1beta
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|