google-apis-firebasedataconnect_v1 0.16.0 → 0.17.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: 2580c6294a5efd7fcbeb13cbfff4e7af4f93cc4a295242a98f02a8dfaf93a816
4
- data.tar.gz: 94567e4bc2c1feaf7b9d42b9d9d20df033212fba0fc016c502415ef8b7de63ba
3
+ metadata.gz: 72c7ef360005e7de73c63b90cb435157b3276b0ce7f9c76b5951d2d630cb6eb5
4
+ data.tar.gz: 10e1fda6327bcfb703bc95a5d10f568310fd3deeb8baa373753f7afde4a68d59
5
5
  SHA512:
6
- metadata.gz: c105a86e89c3f43fefc4c50bb97a6e1d4d7dc5e75b6def9e1cd486334332c7c57c449b48f69ff20c7f036b07833c53b78e4f6e191aee5b86c9bde3fb33441d55
7
- data.tar.gz: 88230500a41e5697b297afccd49c185e65d68216d3b825e7d53f8a18d80cf704c18e6051b4a8e1f4eccd4874ebda3ae3ebfee486c1e2b2f04ffef4ec0a64a0f3
6
+ metadata.gz: a67812c13b19b692ccb053aeb813055afe11699d5bee278451d6e1c1df90b38486770042f450d02705b5aed48d0821e33059edca129ca1117ecd3749debd4f83
7
+ data.tar.gz: c66a7e22e5f4ee8fac1c57bd07aed1540d215df2332bb28d7397a9b24bd702fa905c96298113d8d00c8300738b68d636caed67a252e2a660ac1d2ba41f096b2c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-firebasedataconnect_v1
2
2
 
3
+ ### v0.17.0 (2026-06-14)
4
+
5
+ * Regenerated from discovery document revision 20260531
6
+ * Regenerated using generator version 0.19.0
7
+
3
8
  ### v0.16.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 V1 of the Firebase Data Connect API
1
+ # Simple REST client for version V1 of the Firebase SQL Connect API
2
2
 
3
- This is a simple client library for version V1 of the Firebase Data Connect API. It provides:
3
+ This is a simple client library for version V1 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 Data Connect API, see the {Google::Apis::FirebasedataconnectV1::FirebaseDataConnectService class reference docs}.
68
+ For reference information on specific calls in the Firebase SQL Connect API, see the {Google::Apis::FirebasedataconnectV1::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.1+.
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 FirebasedataconnectV1
18
18
  # Version of the google-apis-firebasedataconnect_v1 gem
19
- GEM_VERSION = "0.16.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260502"
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 FirebasedataconnectV1
23
- # Firebase Data Connect API
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_v1/gem_version.rb'
19
19
 
20
20
  module Google
21
21
  module Apis
22
- # Firebase Data Connect API
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 FirebasedataconnectV1
31
- # Version of the Firebase Data Connect API this client connects to.
31
+ # Version of the Firebase SQL Connect API this client connects to.
32
32
  # This is NOT the gem version.
33
33
  VERSION = 'V1'
34
34
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firebasedataconnect_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.17.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 Data Connect API V1. Simple
32
+ description: This is the simple REST client for Firebase SQL Connect API V1. Simple
33
33
  REST clients are Ruby client libraries that provide access to Google services via
34
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 Data Connect API, but note that some services
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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedataconnect_v1/v0.16.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebasedataconnect_v1/v0.17.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebasedataconnect_v1
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.1'
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 Data Connect API V1
78
+ summary: Simple REST client for Firebase SQL Connect API V1
79
79
  test_files: []