google-apis-firebase_v1beta1 0.47.0 → 0.49.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c81c569c3edbca7a1cb94c2053e4e35948f57358c8d0ef1ea6b9ab3b3224b0a2
|
4
|
+
data.tar.gz: ac09030bede2d1566c8c9486d90e219e429d9a8563c50b706a41e40938276263
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a92371bac4442fcf00800b7cb27f0435750f34b6fec42f62a94649481e6ef650cdbb04731b808cf6843e112b2c90f0e46c3ef0e8a4362a94f6ad732bc66b8759
|
7
|
+
data.tar.gz: 8c1fd0f5b9e02f43ce354e6e66558266855927411384dbbf846c101dde506e1e6fca382c9aea8153f98a571d7ad70533cf393e57ea8120294886e6e5fe80d8e4
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-firebase_v1beta1
|
2
2
|
|
3
|
+
### v0.49.0 (2025-03-23)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250319
|
6
|
+
|
7
|
+
### v0.48.0 (2025-03-09)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250303
|
10
|
+
|
3
11
|
### v0.47.0 (2025-01-19)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250113
|
@@ -1016,7 +1016,8 @@ module Google
|
|
1016
1016
|
end
|
1017
1017
|
end
|
1018
1018
|
|
1019
|
-
#
|
1019
|
+
# LINT.ThenChange( //depot/google3/third_party/protobuf/github/src/google/
|
1020
|
+
# protobuf/bridge/message_set.proto ) This is proto2's version of MessageSet.
|
1020
1021
|
class MessageSet
|
1021
1022
|
include Google::Apis::Core::Hashable
|
1022
1023
|
|
@@ -1441,10 +1442,8 @@ module Google
|
|
1441
1442
|
class StatusProto
|
1442
1443
|
include Google::Apis::Core::Hashable
|
1443
1444
|
|
1444
|
-
#
|
1445
|
-
#
|
1446
|
-
# it definitely will be. copybara:strip_begin(b/383363683) copybara:
|
1447
|
-
# strip_end_and_replace optional int32 canonical_code = 6;
|
1445
|
+
# copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional
|
1446
|
+
# int32 canonical_code = 6;
|
1448
1447
|
# Corresponds to the JSON property `canonicalCode`
|
1449
1448
|
# @return [Fixnum]
|
1450
1449
|
attr_accessor :canonical_code
|
@@ -1463,14 +1462,15 @@ module Google
|
|
1463
1462
|
# @return [String]
|
1464
1463
|
attr_accessor :message
|
1465
1464
|
|
1466
|
-
#
|
1465
|
+
# LINT.ThenChange( //depot/google3/third_party/protobuf/github/src/google/
|
1466
|
+
# protobuf/bridge/message_set.proto ) This is proto2's version of MessageSet.
|
1467
1467
|
# Corresponds to the JSON property `messageSet`
|
1468
1468
|
# @return [Google::Apis::FirebaseV1beta1::MessageSet]
|
1469
1469
|
attr_accessor :message_set
|
1470
1470
|
|
1471
|
-
#
|
1472
|
-
#
|
1473
|
-
#
|
1471
|
+
# copybara:strip_begin(b/383363683) Space to which this status belongs copybara:
|
1472
|
+
# strip_end_and_replace optional string space = 2; // Space to which this status
|
1473
|
+
# belongs
|
1474
1474
|
# Corresponds to the JSON property `space`
|
1475
1475
|
# @return [String]
|
1476
1476
|
attr_accessor :space
|
@@ -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.49.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250319"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,13 +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.49.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-23 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.49.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:
|