Skip to content

Commit f74daa2

Browse files
feat(cloudbuild): update the api
#### cloudbuild:v2 The following keys were deleted: - schemas.TaskSpec.properties.stepTemplate.items.$ref (Total Keys: 1) - schemas.TaskSpec.properties.stepTemplate.type (Total Keys: 1) The following keys were added: - schemas.TaskSpec.properties.stepTemplate.$ref (Total Keys: 1)
1 parent 00f336d commit f74daa2

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

googleapiclient/discovery_cache/documents/cloudbuild.v1.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2319,7 +2319,7 @@
23192319
}
23202320
}
23212321
},
2322-
"revision": "20231109",
2322+
"revision": "20231127",
23232323
"rootUrl": "https://cloudbuild.googleapis.com/",
23242324
"schemas": {
23252325
"ApprovalConfig": {
@@ -3759,14 +3759,16 @@
37593759
"CLOUD_SOURCE_REPOSITORIES",
37603760
"GITHUB",
37613761
"BITBUCKET_SERVER",
3762-
"GITLAB"
3762+
"GITLAB",
3763+
"BITBUCKET_CLOUD"
37633764
],
37643765
"enumDescriptions": [
37653766
"The default, unknown repo type. Don't use it, instead use one of the other repo types.",
37663767
"A Google Cloud Source Repositories-hosted repo.",
37673768
"A GitHub-hosted repo not necessarily on \"github.com\" (i.e. GitHub Enterprise).",
37683769
"A Bitbucket Server-hosted repo.",
3769-
"A GitLab-hosted repo."
3770+
"A GitLab-hosted repo.",
3771+
"A Bitbucket Cloud-hosted repo."
37703772
],
37713773
"type": "string"
37723774
},
@@ -4105,14 +4107,16 @@
41054107
"CLOUD_SOURCE_REPOSITORIES",
41064108
"GITHUB",
41074109
"BITBUCKET_SERVER",
4108-
"GITLAB"
4110+
"GITLAB",
4111+
"BITBUCKET_CLOUD"
41094112
],
41104113
"enumDescriptions": [
41114114
"The default, unknown repo type. Don't use it, instead use one of the other repo types.",
41124115
"A Google Cloud Source Repositories-hosted repo.",
41134116
"A GitHub-hosted repo not necessarily on \"github.com\" (i.e. GitHub Enterprise).",
41144117
"A Bitbucket Server-hosted repo.",
4115-
"A GitLab-hosted repo."
4118+
"A GitLab-hosted repo.",
4119+
"A Bitbucket Cloud-hosted repo."
41164120
],
41174121
"type": "string"
41184122
},
@@ -4754,14 +4758,16 @@
47544758
"GITHUB",
47554759
"GITHUB_ENTERPRISE",
47564760
"GITLAB_ENTERPRISE",
4757-
"BITBUCKET_DATA_CENTER"
4761+
"BITBUCKET_DATA_CENTER",
4762+
"BITBUCKET_CLOUD"
47584763
],
47594764
"enumDescriptions": [
47604765
"If unspecified, RepositoryType defaults to GITHUB.",
47614766
"The SCM repo is GITHUB.",
47624767
"The SCM repo is GITHUB Enterprise.",
47634768
"The SCM repo is GITLAB Enterprise.",
4764-
"The SCM repo is BITBUCKET Data Center."
4769+
"The SCM repo is BITBUCKET Data Center.",
4770+
"The SCM repo is BITBUCKET Cloud."
47654771
],
47664772
"readOnly": true,
47674773
"type": "string"

googleapiclient/discovery_cache/documents/cloudbuild.v2.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@
844844
}
845845
}
846846
},
847-
"revision": "20231109",
847+
"revision": "20231127",
848848
"rootUrl": "https://cloudbuild.googleapis.com/",
849849
"schemas": {
850850
"AuditConfig": {
@@ -2592,11 +2592,8 @@
25922592
"type": "array"
25932593
},
25942594
"stepTemplate": {
2595-
"description": "Optional. StepTemplate can be used as the basis for all step containers within the Task, so that the steps inherit settings on the base container.",
2596-
"items": {
2597-
"$ref": "StepTemplate"
2598-
},
2599-
"type": "array"
2595+
"$ref": "StepTemplate",
2596+
"description": "Optional. StepTemplate can be used as the basis for all step containers within the Task, so that the steps inherit settings on the base container."
26002597
},
26012598
"steps": {
26022599
"description": "Steps of the task.",

0 commit comments

Comments
 (0)