Skip to content

Commit 56c9ef7

Browse files
feat(appengine): update the api
#### appengine:v1 The following keys were added: - schemas.ResourceEvent (Total Keys: 5) #### appengine:v1alpha The following keys were added: - schemas.ResourceEvent (Total Keys: 5) #### appengine:v1beta The following keys were added: - schemas.ResourceEvent (Total Keys: 5)
1 parent 1c543a0 commit 56c9ef7

File tree

3 files changed

+60
-3
lines changed

3 files changed

+60
-3
lines changed

googleapiclient/discovery_cache/documents/appengine.v1.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1778,7 +1778,7 @@
17781778
}
17791779
}
17801780
},
1781-
"revision": "20241007",
1781+
"revision": "20241118",
17821782
"rootUrl": "https://appengine.googleapis.com/",
17831783
"schemas": {
17841784
"ApiConfigHandler": {
@@ -3617,6 +3617,25 @@ true
36173617
},
36183618
"type": "object"
36193619
},
3620+
"ResourceEvent": {
3621+
"description": "The request that is passed to CLH during per-resource events. The request will be sent with update semantics in all cases except for data governance purge events. These events will be sent with delete semantics and the CLH is expected to delete the resource receiving this event.",
3622+
"id": "ResourceEvent",
3623+
"properties": {
3624+
"eventId": {
3625+
"description": "The unique ID for this per-resource event. CLHs can use this value to dedup repeated calls. required",
3626+
"type": "string"
3627+
},
3628+
"name": {
3629+
"description": "The name of the resource for which this event is. required",
3630+
"type": "string"
3631+
},
3632+
"state": {
3633+
"$ref": "ContainerState",
3634+
"description": "The state of the project that led to this event."
3635+
}
3636+
},
3637+
"type": "object"
3638+
},
36203639
"ResourceRecord": {
36213640
"description": "A DNS resource record.",
36223641
"id": "ResourceRecord",

googleapiclient/discovery_cache/documents/appengine.v1alpha.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@
946946
}
947947
}
948948
},
949-
"revision": "20240906",
949+
"revision": "20241118",
950950
"rootUrl": "https://appengine.googleapis.com/",
951951
"schemas": {
952952
"AuthorizedCertificate": {
@@ -1702,6 +1702,25 @@ true
17021702
},
17031703
"type": "object"
17041704
},
1705+
"ResourceEvent": {
1706+
"description": "The request that is passed to CLH during per-resource events. The request will be sent with update semantics in all cases except for data governance purge events. These events will be sent with delete semantics and the CLH is expected to delete the resource receiving this event.",
1707+
"id": "ResourceEvent",
1708+
"properties": {
1709+
"eventId": {
1710+
"description": "The unique ID for this per-resource event. CLHs can use this value to dedup repeated calls. required",
1711+
"type": "string"
1712+
},
1713+
"name": {
1714+
"description": "The name of the resource for which this event is. required",
1715+
"type": "string"
1716+
},
1717+
"state": {
1718+
"$ref": "ContainerState",
1719+
"description": "The state of the project that led to this event."
1720+
}
1721+
},
1722+
"type": "object"
1723+
},
17051724
"ResourceRecord": {
17061725
"description": "A DNS resource record.",
17071726
"id": "ResourceRecord",

googleapiclient/discovery_cache/documents/appengine.v1beta.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1978,7 +1978,7 @@
19781978
}
19791979
}
19801980
},
1981-
"revision": "20241007",
1981+
"revision": "20241118",
19821982
"rootUrl": "https://appengine.googleapis.com/",
19831983
"schemas": {
19841984
"ApiConfigHandler": {
@@ -3868,6 +3868,25 @@ true
38683868
},
38693869
"type": "object"
38703870
},
3871+
"ResourceEvent": {
3872+
"description": "The request that is passed to CLH during per-resource events. The request will be sent with update semantics in all cases except for data governance purge events. These events will be sent with delete semantics and the CLH is expected to delete the resource receiving this event.",
3873+
"id": "ResourceEvent",
3874+
"properties": {
3875+
"eventId": {
3876+
"description": "The unique ID for this per-resource event. CLHs can use this value to dedup repeated calls. required",
3877+
"type": "string"
3878+
},
3879+
"name": {
3880+
"description": "The name of the resource for which this event is. required",
3881+
"type": "string"
3882+
},
3883+
"state": {
3884+
"$ref": "ContainerState",
3885+
"description": "The state of the project that led to this event."
3886+
}
3887+
},
3888+
"type": "object"
3889+
},
38713890
"ResourceRecord": {
38723891
"description": "A DNS resource record.",
38733892
"id": "ResourceRecord",

0 commit comments

Comments
 (0)