Skip to content

Commit 839c2bc

Browse files
feat: Automated regeneration of firebase v1beta1 client (googleapis#22373)
Auto-created at 2025-04-06 10:12:52 +0000 using the toys pull request generator.
1 parent a80239d commit 839c2bc

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

generated/google-apis-firebase_v1beta1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-firebase_v1beta1
22

3+
### v0.51.0 (2025-04-06)
4+
5+
* Regenerated from discovery document revision 20250331
6+
37
### v0.50.0 (2025-03-30)
48

59
* Regenerated from discovery document revision 20250321

generated/google-apis-firebase_v1beta1/lib/google/apis/firebase_v1beta1/classes.rb

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,15 @@ def update!(**args)
10161016
end
10171017
end
10181018

1019-
# This is proto2's version of MessageSet.
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.
10201028
class MessageSet
10211029
include Google::Apis::Core::Hashable
10221030

@@ -1461,7 +1469,15 @@ class StatusProto
14611469
# @return [String]
14621470
attr_accessor :message
14631471

1464-
# This is proto2's version of MessageSet.
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.
14651481
# Corresponds to the JSON property `messageSet`
14661482
# @return [Google::Apis::FirebaseV1beta1::MessageSet]
14671483
attr_accessor :message_set

generated/google-apis-firebase_v1beta1/lib/google/apis/firebase_v1beta1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module FirebaseV1beta1
1818
# Version of the google-apis-firebase_v1beta1 gem
19-
GEM_VERSION = "0.50.0"
19+
GEM_VERSION = "0.51.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250321"
25+
REVISION = "20250331"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)