google-apis-firebase_v1beta1 0.45.0 → 0.46.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: fbdefa8d127cafd0ade60f4bfc9374a2e39af7ba8e95ac763b9fafd716f2fc2e
4
- data.tar.gz: bd88a90c9d65788f536af39f0909396a43eb832f7be5096fa00548f88c85b4de
3
+ metadata.gz: dfa0cc9e386c4d9bb2833c97c089d8277c317017261ef18065b30506fc5842c7
4
+ data.tar.gz: 9257703e5e85116f7d9d048f3c772b2e8d291ed0f0b56f427772807221cd128f
5
5
  SHA512:
6
- metadata.gz: d57a695ec24599a2224f7429f58084884c502e91b707aa2949f147e7e21da4009b306ce4882f77c8de49499f2ede2b2fe98876fb3328c025c7b213f26cc29b23
7
- data.tar.gz: a28281efcdbe2136ce5a855c299315ec3e08b17fb119e02dbb8e90f0fb431a4406ff3ebaba05b21b3465fbedca2b45592e94520aa5f3f2f1228f764a7f57e5c2
6
+ metadata.gz: 51d6e338176fa7ddc43a2f4a45f05dbeebf6ac73e1b87fe0a39a40d6b1d1300ec69c2a6a27f6c616efa9a3222f08611d812103480319fac5963386b7f75b6218
7
+ data.tar.gz: 1c1d355839756e16fd07dfaa92dbb4296092c03e222b1287f32e97d36b3dd58ea0281d4a6ce6348e33e882b74d2949e3f915458993103959f76ad7efdadc0cb8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-firebase_v1beta1
2
2
 
3
+ ### v0.46.0 (2025-01-12)
4
+
5
+ * Regenerated from discovery document revision 20250107
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.45.0 (2024-12-22)
4
9
 
5
10
  * Regenerated from discovery document revision 20241217
@@ -1443,13 +1443,16 @@ module Google
1443
1443
 
1444
1444
  # The canonical error code (see codes.proto) that most closely corresponds to
1445
1445
  # this status. This may be missing, and in the common case of the generic space,
1446
- # it definitely will be.
1446
+ # it definitely will be. copybara:strip_begin(b/383363683) copybara:
1447
+ # strip_end_and_replace optional int32 canonical_code = 6;
1447
1448
  # Corresponds to the JSON property `canonicalCode`
1448
1449
  # @return [Fixnum]
1449
1450
  attr_accessor :canonical_code
1450
1451
 
1451
1452
  # Numeric code drawn from the space specified below. Often, this is the
1452
1453
  # canonical error space, and code is drawn from google3/util/task/codes.proto
1454
+ # copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional
1455
+ # int32 code = 1;
1453
1456
  # Corresponds to the JSON property `code`
1454
1457
  # @return [Fixnum]
1455
1458
  attr_accessor :code
@@ -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.45.0"
19
+ GEM_VERSION = "0.46.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241217"
25
+ REVISION = "20250107"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firebase_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.45.0
4
+ version: 0.46.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-01-05 00:00:00.000000000 Z
10
+ date: 2025-01-12 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebase_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.45.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.46.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebase_v1beta1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.23
79
- signing_key:
76
+ rubygems_version: 3.6.2
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Firebase Management API V1beta1
82
79
  test_files: []