google-apis-firebase_v1beta1 0.49.0 → 0.51.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/firebase_v1beta1/classes.rb +18 -4
- data/lib/google/apis/firebase_v1beta1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a9e9cff77cccebd890bc594b05caf1a8307d7f1801fba2252194e9dd185215ae
|
4
|
+
data.tar.gz: 3c601b3eb74df6f5c4b76528cec08351a9bede5834872fd92ee3851453579d8c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 14f580a4990d4262c98ebc1984b8c59c4ac27925740e38374b3b0ff5bc43c09f83afb4d7de8e18b9e137d85a49ef42651c4bfdd8275b57886cf143239ce2466f
|
7
|
+
data.tar.gz: b954e242a535168fcf1671b7efba0ec5860e67681846581f66a49932a5bd511d8a94ec08b0859635a56216010928d71372f030bbfddcc74c35c4bddfac59989d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-firebase_v1beta1
|
2
2
|
|
3
|
+
### v0.51.0 (2025-04-06)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250331
|
6
|
+
|
7
|
+
### v0.50.0 (2025-03-30)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250321
|
10
|
+
|
3
11
|
### v0.49.0 (2025-03-23)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250319
|
@@ -1016,8 +1016,15 @@ module Google
|
|
1016
1016
|
end
|
1017
1017
|
end
|
1018
1018
|
|
1019
|
-
#
|
1020
|
-
#
|
1019
|
+
# This is proto2's version of MessageSet. DEPRECATED: DO NOT USE FOR NEW FIELDS.
|
1020
|
+
# If you are using editions or proto2, please make your own extendable messages
|
1021
|
+
# for your use case. If you are using proto3, please use `Any` instead.
|
1022
|
+
# MessageSet was the implementation of extensions for proto1. When proto2 was
|
1023
|
+
# introduced, extensions were implemented as a first-class feature. This schema
|
1024
|
+
# for MessageSet was meant to be a "bridge" solution to migrate MessageSet-
|
1025
|
+
# bearing messages from proto1 to proto2. This schema has been open-sourced only
|
1026
|
+
# to facilitate the migration of Google products with MessageSet-bearing
|
1027
|
+
# messages to open-source environments.
|
1021
1028
|
class MessageSet
|
1022
1029
|
include Google::Apis::Core::Hashable
|
1023
1030
|
|
@@ -1462,8 +1469,15 @@ module Google
|
|
1462
1469
|
# @return [String]
|
1463
1470
|
attr_accessor :message
|
1464
1471
|
|
1465
|
-
#
|
1466
|
-
#
|
1472
|
+
# This is proto2's version of MessageSet. DEPRECATED: DO NOT USE FOR NEW FIELDS.
|
1473
|
+
# If you are using editions or proto2, please make your own extendable messages
|
1474
|
+
# for your use case. If you are using proto3, please use `Any` instead.
|
1475
|
+
# MessageSet was the implementation of extensions for proto1. When proto2 was
|
1476
|
+
# introduced, extensions were implemented as a first-class feature. This schema
|
1477
|
+
# for MessageSet was meant to be a "bridge" solution to migrate MessageSet-
|
1478
|
+
# bearing messages from proto1 to proto2. This schema has been open-sourced only
|
1479
|
+
# to facilitate the migration of Google products with MessageSet-bearing
|
1480
|
+
# messages to open-source environments.
|
1467
1481
|
# Corresponds to the JSON property `messageSet`
|
1468
1482
|
# @return [Google::Apis::FirebaseV1beta1::MessageSet]
|
1469
1483
|
attr_accessor :message_set
|
@@ -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.51.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 = "20250331"
|
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.51.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-04-16 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.51.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:
|