Skip to content

Commit

Permalink
feat(firebase): update the api
Browse files Browse the repository at this point in the history
#### firebase:v1beta1

The following keys were added:
- schemas.ProductMetadata (Total Keys: 4)
  • Loading branch information
yoshi-automation committed Jan 24, 2023
1 parent 8306819 commit d7a927b
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion googleapiclient/discovery_cache/documents/firebase.v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,7 @@
}
}
},
"revision": "20230113",
"revision": "20230120",
"rootUrl": "https://firebase.googleapis.com/",
"schemas": {
"AddFirebaseRequest": {
Expand Down Expand Up @@ -1925,6 +1925,20 @@
},
"type": "object"
},
"ProductMetadata": {
"description": "Metadata about a long-running Product operation.",
"id": "ProductMetadata",
"properties": {
"warningMessages": {
"description": "List of warnings related to the associated operation.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"ProjectInfo": {
"description": "A reference to a Google Cloud Platform (GCP) `Project`.",
"id": "ProjectInfo",
Expand Down

0 comments on commit d7a927b

Please sign in to comment.