Skip to content

Commit

Permalink
feat(cloudbuild): update the api
Browse files Browse the repository at this point in the history
#### cloudbuild:v1

The following keys were added:
- schemas.BuildTrigger.properties.includeBuildLogs.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed May 17, 2022
1 parent 0410feb commit fea82f6
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 34 deletions.
Expand Up @@ -128,7 +128,7 @@ <h3>Method Details</h3>
&quot;webhookKey&quot;: &quot;A String&quot;, # The key that should be attached to webhook calls to the ReceiveWebhook endpoint.
}

gheConfigId: string, Optional. The ID to use for the GithubEnterpriseConfig, which will become the final component of the GithubEnterpriseConfigs resource name. ghe_config_id must meet the following requirements: + They must contain only alphanumeric characters and dashes. + They can be 1-64 characters long. + They must begin and end with an alphanumeric character
gheConfigId: string, Optional. The ID to use for the GithubEnterpriseConfig, which will become the final component of the GithubEnterpriseConfig&#x27;s resource name. ghe_config_id must meet the following requirements: + They must contain only alphanumeric characters and dashes. + They can be 1-64 characters long. + They must begin and end with an alphanumeric character
projectId: string, ID of the project.
x__xgafv: string, V1 error format.
Allowed values
Expand Down
Expand Up @@ -128,7 +128,7 @@ <h3>Method Details</h3>
&quot;webhookKey&quot;: &quot;A String&quot;, # The key that should be attached to webhook calls to the ReceiveWebhook endpoint.
}

gheConfigId: string, Optional. The ID to use for the GithubEnterpriseConfig, which will become the final component of the GithubEnterpriseConfigs resource name. ghe_config_id must meet the following requirements: + They must contain only alphanumeric characters and dashes. + They can be 1-64 characters long. + They must begin and end with an alphanumeric character
gheConfigId: string, Optional. The ID to use for the GithubEnterpriseConfig, which will become the final component of the GithubEnterpriseConfig&#x27;s resource name. ghe_config_id must meet the following requirements: + They must contain only alphanumeric characters and dashes. + They can be 1-64 characters long. + They must begin and end with an alphanumeric character
projectId: string, ID of the project.
x__xgafv: string, V1 error format.
Allowed values
Expand Down
30 changes: 18 additions & 12 deletions docs/dyn/cloudbuild_v1.projects.locations.triggers.html

Large diffs are not rendered by default.

30 changes: 18 additions & 12 deletions docs/dyn/cloudbuild_v1.projects.triggers.html

Large diffs are not rendered by default.

22 changes: 17 additions & 5 deletions googleapiclient/discovery_cache/documents/cloudbuild.v1.json
Expand Up @@ -423,7 +423,7 @@
],
"parameters": {
"gheConfigId": {
"description": "Optional. The ID to use for the GithubEnterpriseConfig, which will become the final component of the GithubEnterpriseConfig\u2019s resource name. ghe_config_id must meet the following requirements: + They must contain only alphanumeric characters and dashes. + They can be 1-64 characters long. + They must begin and end with an alphanumeric character",
"description": "Optional. The ID to use for the GithubEnterpriseConfig, which will become the final component of the GithubEnterpriseConfig's resource name. ghe_config_id must meet the following requirements: + They must contain only alphanumeric characters and dashes. + They can be 1-64 characters long. + They must begin and end with an alphanumeric character",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -1062,7 +1062,7 @@
],
"parameters": {
"gheConfigId": {
"description": "Optional. The ID to use for the GithubEnterpriseConfig, which will become the final component of the GithubEnterpriseConfig\u2019s resource name. ghe_config_id must meet the following requirements: + They must contain only alphanumeric characters and dashes. + They can be 1-64 characters long. + They must begin and end with an alphanumeric character",
"description": "Optional. The ID to use for the GithubEnterpriseConfig, which will become the final component of the GithubEnterpriseConfig's resource name. ghe_config_id must meet the following requirements: + They must contain only alphanumeric characters and dashes. + They can be 1-64 characters long. + They must begin and end with an alphanumeric character",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -2011,7 +2011,7 @@
}
}
},
"revision": "20220428",
"revision": "20220505",
"rootUrl": "https://cloudbuild.googleapis.com/",
"schemas": {
"ApprovalConfig": {
Expand Down Expand Up @@ -2338,7 +2338,7 @@
"type": "string"
},
"projectKey": {
"description": "Required. Key of the project that the repo is in. For example: The key for http://mybitbucket.server/projects/TEST/repos/test-repo is \"TEST\".",
"description": "Required. Key of the project that the repo is in. For example: The key for https://mybitbucket.server/projects/TEST/repos/test-repo is \"TEST\".",
"type": "string"
},
"pullRequest": {
Expand All @@ -2350,7 +2350,7 @@
"description": "Filter to match changes in refs like branches, tags."
},
"repoSlug": {
"description": "Required. Slug of the repository. A repository slug is a URL-friendly version of a repository name, automatically generated by Bitbucket for use in the URL. For example, if the repository name is 'test repo', in the URL it would become 'test-repo' as in http://mybitbucket.server/projects/TEST/repos/test-repo.",
"description": "Required. Slug of the repository. A repository slug is a URL-friendly version of a repository name, automatically generated by Bitbucket for use in the URL. For example, if the repository name is 'test repo', in the URL it would become 'test-repo' as in https://mybitbucket.server/projects/TEST/repos/test-repo.",
"type": "string"
}
},
Expand Down Expand Up @@ -2916,6 +2916,18 @@
},
"type": "array"
},
"includeBuildLogs": {
"description": "If set to INCLUDE_BUILD_LOGS_WITH_STATUS, log url will be shown on GitHub page when build status is final. Setting this field to INCLUDE_BUILD_LOGS_WITH_STATUS for non GitHub triggers results in INVALID_ARGUMENT error.",
"enum": [
"INCLUDE_BUILD_LOGS_UNSPECIFIED",
"INCLUDE_BUILD_LOGS_WITH_STATUS"
],
"enumDescriptions": [
"Build logs will not be shown on GitHub.",
"Build logs will be shown on GitHub."
],
"type": "string"
},
"includedFiles": {
"description": "If any of the files altered in the commit pass the ignored_files filter and included_files is empty, then as far as this filter is concerned, we should trigger the build. If any of the files altered in the commit pass the ignored_files filter and included_files is not empty, then we make sure that at least one of those files matches a included_files glob. If not, then we do not trigger a build.",
"items": {
Expand Down
Expand Up @@ -306,7 +306,7 @@
}
}
},
"revision": "20220428",
"revision": "20220505",
"rootUrl": "https://cloudbuild.googleapis.com/",
"schemas": {
"ApprovalConfig": {
Expand Down
Expand Up @@ -317,7 +317,7 @@
}
}
},
"revision": "20220428",
"revision": "20220505",
"rootUrl": "https://cloudbuild.googleapis.com/",
"schemas": {
"ApprovalConfig": {
Expand Down
Expand Up @@ -322,7 +322,7 @@
}
}
},
"revision": "20220428",
"revision": "20220505",
"rootUrl": "https://cloudbuild.googleapis.com/",
"schemas": {
"ApprovalConfig": {
Expand Down

0 comments on commit fea82f6

Please sign in to comment.