Skip to content

Commit e2712bd

Browse files
feat(cloudbuild): update the api
#### cloudbuild:v2 The following keys were deleted: - schemas.PipelineRef.properties.name.deprecated (Total Keys: 1) - schemas.TaskRef.properties.name.deprecated (Total Keys: 1)
1 parent 7c93393 commit e2712bd

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

googleapiclient/discovery_cache/documents/cloudbuild.v2.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@
844844
}
845845
}
846846
},
847-
"revision": "20240720",
847+
"revision": "20240731",
848848
"rootUrl": "https://cloudbuild.googleapis.com/",
849849
"schemas": {
850850
"AuditConfig": {
@@ -1866,8 +1866,7 @@
18661866
"id": "PipelineRef",
18671867
"properties": {
18681868
"name": {
1869-
"deprecated": true,
1870-
"description": "Name of the Pipeline.",
1869+
"description": "Optional. Name of the Pipeline.",
18711870
"type": "string"
18721871
},
18731872
"params": {
@@ -2852,8 +2851,7 @@
28522851
"id": "TaskRef",
28532852
"properties": {
28542853
"name": {
2855-
"deprecated": true,
2856-
"description": "Name of the task.",
2854+
"description": "Optional. Name of the task.",
28572855
"type": "string"
28582856
},
28592857
"params": {

0 commit comments

Comments
 (0)