google-apis-firebasedataconnect_v1beta 0.21.0 → 0.22.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: 1d81edcc32021d464f393ca1546153820bc5643a961a8966019335ade90a966a
|
|
4
|
+
data.tar.gz: 1f48ae0a720ed5c676769e23dabbc97b719b929f0faf408e8b4f80c714159fe8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 00dde4882be02ccc631ece5f6477f2ef11ced25d3b9eb8805a99fed24c1e888ae78a535d294e6cbc99c2156a06302c3c276eba197e634e6852287e9442e1ef2d
|
|
7
|
+
data.tar.gz: dd7547e0e63f0c02b0d3936ba297b2b98fd8dc9931f0ab55a89a0699e046e10a046c0243d2f63729aa03bf34d9119a1140bbfeb8eec04a80e67144e9d30b9432
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-firebasedataconnect_v1beta
|
|
2
2
|
|
|
3
|
+
### v0.22.0 (2026-06-14)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260531
|
|
6
|
+
* Regenerated using generator version 0.19.0
|
|
7
|
+
|
|
3
8
|
### v0.21.0 (2026-05-17)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20260502
|
data/OVERVIEW.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Simple REST client for version V1beta of the Firebase
|
|
1
|
+
# Simple REST client for version V1beta of the Firebase SQL Connect API
|
|
2
2
|
|
|
3
|
-
This is a simple client library for version V1beta of the Firebase
|
|
3
|
+
This is a simple client library for version V1beta of the Firebase SQL Connect API. It provides:
|
|
4
4
|
|
|
5
5
|
* A client object that connects to the HTTP/JSON REST endpoint for the service.
|
|
6
6
|
* Ruby objects for data structures related to the service.
|
|
@@ -65,7 +65,7 @@ More detailed descriptions of the Google simple REST clients are available in tw
|
|
|
65
65
|
|
|
66
66
|
(Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Firebasedataconnect service in particular.)
|
|
67
67
|
|
|
68
|
-
For reference information on specific calls in the Firebase
|
|
68
|
+
For reference information on specific calls in the Firebase SQL Connect API, see the {Google::Apis::FirebasedataconnectV1beta::FirebaseDataConnectService class reference docs}.
|
|
69
69
|
|
|
70
70
|
## Which client should I use?
|
|
71
71
|
|
|
@@ -83,7 +83,7 @@ The [product documentation](https://firebase.google.com/docs/data-connect) may p
|
|
|
83
83
|
|
|
84
84
|
## Supported Ruby versions
|
|
85
85
|
|
|
86
|
-
This library is supported on Ruby 3.
|
|
86
|
+
This library is supported on Ruby 3.2+.
|
|
87
87
|
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
|
89
89
|
|
|
@@ -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.22.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260531"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -20,7 +20,7 @@ require 'google/apis/errors'
|
|
|
20
20
|
module Google
|
|
21
21
|
module Apis
|
|
22
22
|
module FirebasedataconnectV1beta
|
|
23
|
-
# Firebase
|
|
23
|
+
# Firebase SQL Connect API
|
|
24
24
|
#
|
|
25
25
|
# Firebase SQL Connect is a relational database service for mobile and web apps
|
|
26
26
|
# that lets you build and scale using a fully-managed PostgreSQL database
|
|
@@ -19,7 +19,7 @@ require 'google/apis/firebasedataconnect_v1beta/gem_version.rb'
|
|
|
19
19
|
|
|
20
20
|
module Google
|
|
21
21
|
module Apis
|
|
22
|
-
# Firebase
|
|
22
|
+
# Firebase SQL Connect API
|
|
23
23
|
#
|
|
24
24
|
# Firebase SQL Connect is a relational database service for mobile and web apps
|
|
25
25
|
# that lets you build and scale using a fully-managed PostgreSQL database
|
|
@@ -28,7 +28,7 @@ module Google
|
|
|
28
28
|
#
|
|
29
29
|
# @see https://firebase.google.com/docs/data-connect
|
|
30
30
|
module FirebasedataconnectV1beta
|
|
31
|
-
# Version of the Firebase
|
|
31
|
+
# Version of the Firebase SQL Connect API this client connects to.
|
|
32
32
|
# This is NOT the gem version.
|
|
33
33
|
VERSION = 'V1beta'
|
|
34
34
|
|
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.22.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -29,12 +29,12 @@ dependencies:
|
|
|
29
29
|
- - "<"
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
31
|
version: 2.a
|
|
32
|
-
description: This is the simple REST client for Firebase
|
|
33
|
-
|
|
34
|
-
|
|
32
|
+
description: This is the simple REST client for Firebase SQL Connect API V1beta. Simple
|
|
33
|
+
REST clients are Ruby client libraries that provide access to Google services via
|
|
34
|
+
their HTTP REST API endpoints. These libraries are generated and updated automatically
|
|
35
35
|
based on the discovery documents published by the service, and they handle most
|
|
36
36
|
concerns such as authentication, pagination, retry, timeouts, and logging. You can
|
|
37
|
-
use this client to access the Firebase
|
|
37
|
+
use this client to access the Firebase SQL Connect API, but note that some services
|
|
38
38
|
may provide a separate modern client that is easier to use.
|
|
39
39
|
email: googleapis-packages@google.com
|
|
40
40
|
executables: []
|
|
@@ -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.22.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:
|
|
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
requirements:
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '3.
|
|
69
|
+
version: '3.2'
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - ">="
|
|
@@ -75,5 +75,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
requirements: []
|
|
76
76
|
rubygems_version: 3.6.9
|
|
77
77
|
specification_version: 4
|
|
78
|
-
summary: Simple REST client for Firebase
|
|
78
|
+
summary: Simple REST client for Firebase SQL Connect API V1beta
|
|
79
79
|
test_files: []
|