Skip to content

Commit ad5f56d

Browse files
feat(cloudbuild): update the api
#### cloudbuild:v2 The following keys were deleted: - schemas.SecretVolumeSource.properties.secretVersion.readOnly (Total Keys: 1) The following keys were added: - schemas.Security.properties.privilegeMode.deprecated (Total Keys: 1)
1 parent 544d82f commit ad5f56d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

googleapiclient/discovery_cache/documents/cloudbuild.v2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@
844844
}
845845
}
846846
},
847-
"revision": "20240704",
847+
"revision": "20240720",
848848
"rootUrl": "https://cloudbuild.googleapis.com/",
849849
"schemas": {
850850
"AuditConfig": {
@@ -2513,8 +2513,7 @@
25132513
"type": "string"
25142514
},
25152515
"secretVersion": {
2516-
"description": "Output only. Resource name of the SecretVersion. In format: projects/*/secrets/*/versions/*",
2517-
"readOnly": true,
2516+
"description": "Optional. Resource name of the SecretVersion. In format: projects/*/secrets/*/versions/*",
25182517
"type": "string"
25192518
}
25202519
},
@@ -2525,6 +2524,7 @@
25252524
"id": "Security",
25262525
"properties": {
25272526
"privilegeMode": {
2527+
"deprecated": true,
25282528
"description": "Optional. Privilege mode.",
25292529
"enum": [
25302530
"PRIVILEGE_MODE_UNSPECIFIED",

0 commit comments

Comments
 (0)