google-apis-firebase_v1beta1 0.45.0 → 0.46.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: dfa0cc9e386c4d9bb2833c97c089d8277c317017261ef18065b30506fc5842c7
|
4
|
+
data.tar.gz: 9257703e5e85116f7d9d048f3c772b2e8d291ed0f0b56f427772807221cd128f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
19
|
+
GEM_VERSION = "0.46.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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.
|
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-
|
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.
|
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.
|
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: []
|