google-apis-firebase_v1beta1 0.52.0 → 0.53.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: b1f13bbf116d2ed9f934c7c1809ce81e9d948e440b5905d2f3ddccb1d32f96da
4
- data.tar.gz: b3ba55afe0a5b10be6625ee9bc687a61b7a51a2e7338a730e43a34ad2217e2b1
3
+ metadata.gz: 3055be202811f3fd6162b3371a0271109e9a306e23f5e233ec0c5c3fcaa29199
4
+ data.tar.gz: eb68220b10792c98c2e9d28a392d2284e386ed6a8689041b01f7cd95068cd2df
5
5
  SHA512:
6
- metadata.gz: eaa71033ab743292bff6955c63156ceb2f1c2d08d1daa341cb6681061a8639d021fdcca5fa318c141b704249b186cc7a6c05bde8dddab92e6afb8c20fb117ffa
7
- data.tar.gz: e1d94e0d95602b16ecff53940d0d0345701ade372453dc47f3291f251ca7dfe3e33d01329d8ed851f25e2c2d943f1abfa40a9e0734e7621bf0e8de4be52047c7
6
+ metadata.gz: febd699ca263c278c31be6b696b18a1e1e79fa92bb888cddcbffc43b4369a55941648fb6d7ac4c5f60d3993f93107e4a388f786e04679567df8bc45311819132
7
+ data.tar.gz: f8b40a22263cbf30f79bd46bf468c58328c211153b192670807a015cf9f39d43cb21ece33a90a8b20ecf69edd2a2f8d3707353403e2803f8000ec603dcd86864
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-firebase_v1beta1
2
2
 
3
+ ### v0.53.0 (2026-06-21)
4
+
5
+ * Regenerated from discovery document revision 20260615
6
+ * Regenerated using generator version 0.19.0
7
+
3
8
  ### v0.52.0 (2025-05-04)
4
9
 
5
10
  * Regenerated using generator version 0.17.0
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://firebase.google.com) may provide guidance re
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
 
@@ -1824,6 +1824,11 @@ module Google
1824
1824
  # @return [String]
1825
1825
  attr_accessor :realtime_database_url
1826
1826
 
1827
+ # Optional. Recaptcha Enterprise site key associated with the Firebase App.
1828
+ # Corresponds to the JSON property `recaptchaSiteKey`
1829
+ # @return [String]
1830
+ attr_accessor :recaptcha_site_key
1831
+
1827
1832
  # **DEPRECATED.** _Instead, find the name of the default Cloud Storage for
1828
1833
  # Firebase bucket using the [list endpoint](https://firebase.google.com/docs/
1829
1834
  # reference/rest/storage/rest/v1beta/projects.buckets/list) within the Cloud
@@ -1857,6 +1862,7 @@ module Google
1857
1862
  @project_id = args[:project_id] if args.key?(:project_id)
1858
1863
  @project_number = args[:project_number] if args.key?(:project_number)
1859
1864
  @realtime_database_url = args[:realtime_database_url] if args.key?(:realtime_database_url)
1865
+ @recaptcha_site_key = args[:recaptcha_site_key] if args.key?(:recaptcha_site_key)
1860
1866
  @storage_bucket = args[:storage_bucket] if args.key?(:storage_bucket)
1861
1867
  @version = args[:version] if args.key?(:version)
1862
1868
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module FirebaseV1beta1
18
18
  # Version of the google-apis-firebase_v1beta1 gem
19
- GEM_VERSION = "0.52.0"
19
+ GEM_VERSION = "0.53.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250331"
25
+ REVISION = "20260615"
26
26
  end
27
27
  end
28
28
  end
@@ -663,6 +663,7 @@ module Google
663
663
  property :project_id, as: 'projectId'
664
664
  property :project_number, as: 'projectNumber'
665
665
  property :realtime_database_url, as: 'realtimeDatabaseUrl'
666
+ property :recaptcha_site_key, as: 'recaptchaSiteKey'
666
667
  property :storage_bucket, as: 'storageBucket'
667
668
  property :version, as: 'version'
668
669
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firebase_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.52.0
4
+ version: 0.53.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-firebase_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.52.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.53.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebase_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,14 +66,14 @@ 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
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Firebase Management API V1beta1
79
79
  test_files: []