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.RemoveAndroidAppRequest.properties.immediate.type (Total Keys: 1)
- schemas.RemoveIosAppRequest.properties.immediate.type (Total Keys: 1)
- schemas.RemoveWebAppRequest.properties.immediate.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Oct 18, 2022
1 parent 1e7db3e commit 569cb7e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/dyn/firebase_v1beta1.projects.androidApps.html
Expand Up @@ -333,6 +333,7 @@ <h3>Method Details</h3>
{
&quot;allowMissing&quot;: True or False, # If set to true, and the App is not found, the request will succeed but no action will be taken on the server.
&quot;etag&quot;: &quot;A String&quot;, # Checksum provided in the AndroidApp entity, which if provided ensures the client has an up-to-date value before proceeding.
&quot;immediate&quot;: True or False, # Determines whether to _immediately_ delete the App. If set to true, the App is immediately deleted from the Project and cannot be restored to the Project. If not set, defaults to false, which means that the App may be restored to the Project within 30 days using UndeleteAndroidApp.
&quot;validateOnly&quot;: True or False, # If set to true, the request is only validated. The App will _not_ be removed.
}

Expand Down
1 change: 1 addition & 0 deletions docs/dyn/firebase_v1beta1.projects.iosApps.html
Expand Up @@ -308,6 +308,7 @@ <h3>Method Details</h3>
{
&quot;allowMissing&quot;: True or False, # If set to true, and the App is not found, the request will succeed but no action will be taken on the server.
&quot;etag&quot;: &quot;A String&quot;, # Checksum provided in the IosApp entity, which if provided ensures the client has an up-to-date value before proceeding.
&quot;immediate&quot;: True or False, # Determines whether to _immediately_ delete the App. If set to true, the App is immediately deleted from the Project and cannot be restored to the Project. If not set, defaults to false, which means that the App may be restored to the Project within 30 days using UndeleteIosApp
&quot;validateOnly&quot;: True or False, # If set to true, the request is only validated. The App will _not_ be removed.
}

Expand Down
1 change: 1 addition & 0 deletions docs/dyn/firebase_v1beta1.projects.webApps.html
Expand Up @@ -320,6 +320,7 @@ <h3>Method Details</h3>
{
&quot;allowMissing&quot;: True or False, # If set to true, and the App is not found, the request will succeed but no action will be taken on the server.
&quot;etag&quot;: &quot;A String&quot;, # Checksum provided in the WebApp entity, which if provided ensures the client has an up-to-date value before proceeding.
&quot;immediate&quot;: True or False, # Determines whether to _immediately_ delete the App. If set to true, the App is immediately deleted from the Project and cannot be restored to the Project. If not set, defaults to false, which means that the App may be restored to the Project within 30 days using UndeleteWebApp
&quot;validateOnly&quot;: True or False, # If set to true, the request is only validated. The App will _not_ be removed.
}

Expand Down
14 changes: 13 additions & 1 deletion googleapiclient/discovery_cache/documents/firebase.v1beta1.json
Expand Up @@ -1320,7 +1320,7 @@
}
}
},
"revision": "20221006",
"revision": "20221012",
"rootUrl": "https://firebase.googleapis.com/",
"schemas": {
"AddFirebaseRequest": {
Expand Down Expand Up @@ -1957,6 +1957,10 @@
"description": "Checksum provided in the AndroidApp entity, which if provided ensures the client has an up-to-date value before proceeding.",
"type": "string"
},
"immediate": {
"description": "Determines whether to _immediately_ delete the App. If set to true, the App is immediately deleted from the Project and cannot be restored to the Project. If not set, defaults to false, which means that the App may be restored to the Project within 30 days using UndeleteAndroidApp.",
"type": "boolean"
},
"validateOnly": {
"description": "If set to true, the request is only validated. The App will _not_ be removed.",
"type": "boolean"
Expand All @@ -1975,6 +1979,10 @@
"description": "Checksum provided in the IosApp entity, which if provided ensures the client has an up-to-date value before proceeding.",
"type": "string"
},
"immediate": {
"description": "Determines whether to _immediately_ delete the App. If set to true, the App is immediately deleted from the Project and cannot be restored to the Project. If not set, defaults to false, which means that the App may be restored to the Project within 30 days using UndeleteIosApp",
"type": "boolean"
},
"validateOnly": {
"description": "If set to true, the request is only validated. The App will _not_ be removed.",
"type": "boolean"
Expand All @@ -1993,6 +2001,10 @@
"description": "Checksum provided in the WebApp entity, which if provided ensures the client has an up-to-date value before proceeding.",
"type": "string"
},
"immediate": {
"description": "Determines whether to _immediately_ delete the App. If set to true, the App is immediately deleted from the Project and cannot be restored to the Project. If not set, defaults to false, which means that the App may be restored to the Project within 30 days using UndeleteWebApp",
"type": "boolean"
},
"validateOnly": {
"description": "If set to true, the request is only validated. The App will _not_ be removed.",
"type": "boolean"
Expand Down

0 comments on commit 569cb7e

Please sign in to comment.