google-apis-firebasedatabase_v1beta 0.24.0 → 0.26.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: 85ae9f34321a8fb625d8dad87c480e4ecc00b1d3718c66bedb780aa74ff65b5c
4
- data.tar.gz: 8989266daae71fd28bbad8eadb650846cbb5899c11a9a5db420d47d813063192
3
+ metadata.gz: 8170b8c4a84aa9f0b9d9089e90aaa493ebf7ccab798d069869784ea94611ab48
4
+ data.tar.gz: b8a190898f887b7bc27d806ec43f3c7363dc38e31235a464084c044a5b5a033b
5
5
  SHA512:
6
- metadata.gz: 92726820c2cc5c60ab479a7d2f374be7c9d83709b75fec3de301147233e047a65489bb4ac12700b99d508fdef02bb9d68479a818b967e1a528f33b2fc4a19c1e
7
- data.tar.gz: b19cbaa50165b7b6c49afdc72ea21672779b496293ff3cb6f17f9739e41cc17b6bb879b91007f6cb64f2e2301d2d929347c22716ab801577083b19dea9a531b2
6
+ metadata.gz: 43a8743abd3a1b5afcc4e541e945f544cf429b9011d6a241ec833fbf8922f87a21a045e777928108347afca7ffe9a27aec4f0abfaa07bb78c779eb55336e879c
7
+ data.tar.gz: '08ffe0deb099d7c7dc88c93c2070765bb0f7d0f1dc67707ef9a9937c8d37103d2b48eab71d16acc59a949f1ca0ddf5b060ced8f6e278d227eb3b59df63ec20bc'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-firebasedatabase_v1beta
2
2
 
3
+ ### v0.26.0 (2025-05-04)
4
+
5
+ * Regenerated using generator version 0.17.0
6
+
7
+ ### v0.25.0 (2024-12-08)
8
+
9
+ * Regenerated from discovery document revision 20241202
10
+ * Regenerated using generator version 0.15.1
11
+
3
12
  ### v0.24.0 (2024-05-19)
4
13
 
5
14
  * 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
 
@@ -83,7 +83,7 @@ The [product documentation](https://firebase.google.com/docs/reference/rest/data
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
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 FirebasedatabaseV1beta
18
18
  # Version of the google-apis-firebasedatabase_v1beta gem
19
- GEM_VERSION = "0.24.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221214"
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,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firebasedatabase_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.26.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-05-26 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -30,13 +29,14 @@ dependencies:
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
33
- description: This is the simple REST client for Firebase Realtime Database API V1beta.
34
- Simple REST clients are Ruby client libraries that provide access to Google services
35
- via their HTTP REST API endpoints. These libraries are generated and updated automatically
36
- based on the discovery documents published by the service, and they handle most
37
- concerns such as authentication, pagination, retry, timeouts, and logging. You can
38
- use this client to access the Firebase Realtime Database API, but note that some
39
- services may provide a separate modern client that is easier to use.
32
+ description: This is the simple REST client for Firebase Realtime Database Management
33
+ API V1beta. Simple REST clients are Ruby client libraries that provide access to
34
+ Google services via their HTTP REST API endpoints. These libraries are generated
35
+ and updated automatically based on the discovery documents published by the service,
36
+ and they handle most concerns such as authentication, pagination, retry, timeouts,
37
+ and logging. You can use this client to access the Firebase Realtime Database Management
38
+ API, but note that some services may provide a separate modern client that is easier
39
+ to use.
40
40
  email: googleapis-packages@google.com
41
41
  executables: []
42
42
  extensions: []
@@ -58,9 +58,8 @@ 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-firebasedatabase_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedatabase_v1beta/v0.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedatabase_v1beta/v0.26.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebasedatabase_v1beta
63
- post_install_message:
64
63
  rdoc_options: []
65
64
  require_paths:
66
65
  - lib
@@ -68,15 +67,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
67
  requirements:
69
68
  - - ">="
70
69
  - !ruby/object:Gem::Version
71
- version: '2.7'
70
+ version: '3.1'
72
71
  required_rubygems_version: !ruby/object:Gem::Requirement
73
72
  requirements:
74
73
  - - ">="
75
74
  - !ruby/object:Gem::Version
76
75
  version: '0'
77
76
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
77
+ rubygems_version: 3.6.8
80
78
  specification_version: 4
81
- summary: Simple REST client for Firebase Realtime Database API V1beta
79
+ summary: Simple REST client for Firebase Realtime Database Management API V1beta
82
80
  test_files: []