Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d7a927b

Browse files
committedJan 24, 2023
feat(firebase): update the api
#### firebase:v1beta1 The following keys were added: - schemas.ProductMetadata (Total Keys: 4)
1 parent 8306819 commit d7a927b

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed
 

‎googleapiclient/discovery_cache/documents/firebase.v1beta1.json

+15-1
Original file line numberDiff line numberDiff line change
@@ -1320,7 +1320,7 @@
13201320
}
13211321
}
13221322
},
1323-
"revision": "20230113",
1323+
"revision": "20230120",
13241324
"rootUrl": "https://firebase.googleapis.com/",
13251325
"schemas": {
13261326
"AddFirebaseRequest": {
@@ -1925,6 +1925,20 @@
19251925
},
19261926
"type": "object"
19271927
},
1928+
"ProductMetadata": {
1929+
"description": "Metadata about a long-running Product operation.",
1930+
"id": "ProductMetadata",
1931+
"properties": {
1932+
"warningMessages": {
1933+
"description": "List of warnings related to the associated operation.",
1934+
"items": {
1935+
"type": "string"
1936+
},
1937+
"type": "array"
1938+
}
1939+
},
1940+
"type": "object"
1941+
},
19281942
"ProjectInfo": {
19291943
"description": "A reference to a Google Cloud Platform (GCP) `Project`.",
19301944
"id": "ProjectInfo",

0 commit comments

Comments
 (0)
Please sign in to comment.