Skip to content

Commit d7892db

Browse files
feat(firebase): update the API
#### firebase:v1beta1 The following keys were added: - schemas.MessageSet.deprecated - schemas.MessageSet.description
1 parent 126d66c commit d7892db

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

‎discovery/firebase-v1beta1.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1324,7 +1324,7 @@
13241324
}
13251325
}
13261326
},
1327-
"revision": "20250314",
1327+
"revision": "20250331",
13281328
"rootUrl": "https://firebase.googleapis.com/",
13291329
"schemas": {
13301330
"AddFirebaseRequest": {
@@ -1919,6 +1919,8 @@
19191919
"type": "object"
19201920
},
19211921
"MessageSet": {
1922+
"deprecated": true,
1923+
"description": "This is proto2's version of MessageSet. DEPRECATED: DO NOT USE FOR NEW FIELDS. If you are using editions or proto2, please make your own extendable messages for your use case. If you are using proto3, please use `Any` instead. MessageSet was the implementation of extensions for proto1. When proto2 was introduced, extensions were implemented as a first-class feature. This schema for MessageSet was meant to be a \"bridge\" solution to migrate MessageSet-bearing messages from proto1 to proto2. This schema has been open-sourced only to facilitate the migration of Google products with MessageSet-bearing messages to open-source environments.",
19221924
"id": "MessageSet",
19231925
"properties": {},
19241926
"type": "object"

‎src/apis/firebase/v1beta1.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,9 @@ export namespace firebase_v1beta1 {
504504
*/
505505
type?: string | null;
506506
}
507+
/**
508+
* This is proto2's version of MessageSet. DEPRECATED: DO NOT USE FOR NEW FIELDS. If you are using editions or proto2, please make your own extendable messages for your use case. If you are using proto3, please use `Any` instead. MessageSet was the implementation of extensions for proto1. When proto2 was introduced, extensions were implemented as a first-class feature. This schema for MessageSet was meant to be a "bridge" solution to migrate MessageSet-bearing messages from proto1 to proto2. This schema has been open-sourced only to facilitate the migration of Google products with MessageSet-bearing messages to open-source environments.
509+
*/
507510
export interface Schema$MessageSet {}
508511
/**
509512
* This resource represents a long-running operation that is the result of a network API call.

0 commit comments

Comments
 (0)