google-apis-firebasedatabase_v1beta 0.24.0 → 0.25.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7294ec6dd2e4935c81e9673a1cf600bf54e2bd6f584f63b55e052676b8f4ab62
|
4
|
+
data.tar.gz: 31eeb65467e228c64d2f6f57b99feeb6a7288a70917e7939588f64284573dd92
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86b8b023327627ffd56cc2d671cc8ce9392cb75e9d0047118aed40e7333a44ef034b2ccd5802f3d7b9ae691685d0659511d1f8aba188ee882ae3e5ebe1e02ff2
|
7
|
+
data.tar.gz: de45275765d12357e9c6422c3a2cb3f6d0a3871401c0c2ddf4d26ae623609ad22bdc9d49e7777ea4b5855bf1033bb6ff3f4e43610f64917f2a5de1dfc572c461
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-firebasedatabase_v1beta
|
2
2
|
|
3
|
+
### v0.25.0 (2024-12-08)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241202
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
3
8
|
### v0.24.0 (2024-05-19)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.15.0
|
data/OVERVIEW.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
# Simple REST client for version V1beta of the Firebase Realtime Database API
|
1
|
+
# Simple REST client for version V1beta of the Firebase Realtime Database Management API
|
2
2
|
|
3
|
-
This is a simple client library for version V1beta of the Firebase Realtime Database API. It provides:
|
3
|
+
This is a simple client library for version V1beta of the Firebase Realtime Database Management 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 Firebasedatabase service in particular.)
|
67
67
|
|
68
|
-
For reference information on specific calls in the Firebase Realtime Database API, see the {Google::Apis::FirebasedatabaseV1beta::FirebaseRealtimeDatabaseService class reference docs}.
|
68
|
+
For reference information on specific calls in the Firebase Realtime Database Management API, see the {Google::Apis::FirebasedatabaseV1beta::FirebaseRealtimeDatabaseService class reference docs}.
|
69
69
|
|
70
70
|
## Which client should I use?
|
71
71
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module FirebasedatabaseV1beta
|
18
18
|
# Version of the google-apis-firebasedatabase_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.25.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241202"
|
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 FirebasedatabaseV1beta
|
23
|
-
# Firebase Realtime Database API
|
23
|
+
# Firebase Realtime Database Management API
|
24
24
|
#
|
25
25
|
# The Firebase Realtime Database API enables programmatic provisioning and
|
26
26
|
# management of Realtime Database instances.
|
@@ -19,14 +19,14 @@ require 'google/apis/firebasedatabase_v1beta/gem_version.rb'
|
|
19
19
|
|
20
20
|
module Google
|
21
21
|
module Apis
|
22
|
-
# Firebase Realtime Database API
|
22
|
+
# Firebase Realtime Database Management API
|
23
23
|
#
|
24
24
|
# The Firebase Realtime Database API enables programmatic provisioning and
|
25
25
|
# management of Realtime Database instances.
|
26
26
|
#
|
27
27
|
# @see https://firebase.google.com/docs/reference/rest/database/database-management/rest/
|
28
28
|
module FirebasedatabaseV1beta
|
29
|
-
# Version of the Firebase Realtime Database API this client connects to.
|
29
|
+
# Version of the Firebase Realtime Database Management API this client connects to.
|
30
30
|
# This is NOT the gem version.
|
31
31
|
VERSION = 'V1beta'
|
32
32
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-firebasedatabase_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.25.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: 2024-
|
11
|
+
date: 2024-12-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -30,13 +30,14 @@ dependencies:
|
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
33
|
-
description: This is the simple REST client for Firebase Realtime Database
|
34
|
-
Simple REST clients are Ruby client libraries that provide access to
|
35
|
-
via their HTTP REST API endpoints. These libraries are generated
|
36
|
-
based on the discovery documents published by the service,
|
37
|
-
concerns such as authentication, pagination, retry, timeouts,
|
38
|
-
use this client to access the Firebase Realtime Database
|
39
|
-
services may provide a separate modern client that is easier
|
33
|
+
description: This is the simple REST client for Firebase Realtime Database Management
|
34
|
+
API V1beta. Simple REST clients are Ruby client libraries that provide access to
|
35
|
+
Google services via their HTTP REST API endpoints. These libraries are generated
|
36
|
+
and updated automatically based on the discovery documents published by the service,
|
37
|
+
and they handle most concerns such as authentication, pagination, retry, timeouts,
|
38
|
+
and logging. You can use this client to access the Firebase Realtime Database Management
|
39
|
+
API, but note that some services may provide a separate modern client that is easier
|
40
|
+
to use.
|
40
41
|
email: googleapis-packages@google.com
|
41
42
|
executables: []
|
42
43
|
extensions: []
|
@@ -58,7 +59,7 @@ licenses:
|
|
58
59
|
metadata:
|
59
60
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
61
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebasedatabase_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedatabase_v1beta/v0.
|
62
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedatabase_v1beta/v0.25.0
|
62
63
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebasedatabase_v1beta
|
63
64
|
post_install_message:
|
64
65
|
rdoc_options: []
|
@@ -75,8 +76,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
76
|
- !ruby/object:Gem::Version
|
76
77
|
version: '0'
|
77
78
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
79
|
+
rubygems_version: 3.5.23
|
79
80
|
signing_key:
|
80
81
|
specification_version: 4
|
81
|
-
summary: Simple REST client for Firebase Realtime Database API V1beta
|
82
|
+
summary: Simple REST client for Firebase Realtime Database Management API V1beta
|
82
83
|
test_files: []
|