|
1655 | 1655 | }
|
1656 | 1656 | }
|
1657 | 1657 | },
|
1658 |
| - "revision": "20250124", |
| 1658 | + "revision": "20250207", |
1659 | 1659 | "rootUrl": "https://containeranalysis.googleapis.com/",
|
1660 | 1660 | "schemas": {
|
1661 | 1661 | "AliasContext": {
|
|
2942 | 2942 | "readOnly": true,
|
2943 | 2943 | "type": "string"
|
2944 | 2944 | },
|
| 2945 | + "dependencies": { |
| 2946 | + "description": "Optional. Dependencies that the Cloud Build worker will fetch before executing user steps.", |
| 2947 | + "items": { |
| 2948 | + "$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1Dependency" |
| 2949 | + }, |
| 2950 | + "type": "array" |
| 2951 | + }, |
2945 | 2952 | "failureInfo": {
|
2946 | 2953 | "$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1BuildFailureInfo",
|
2947 | 2954 | "description": "Output only. Contains information about the build when status=FAILURE.",
|
|
3292 | 3299 | "$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptionsPoolOption",
|
3293 | 3300 | "description": "Optional. Specification for execution on a `WorkerPool`. See [running builds in a private pool](https://cloud.google.com/build/docs/private-pools/run-builds-in-private-pool) for more information."
|
3294 | 3301 | },
|
| 3302 | + "pubsubTopic": { |
| 3303 | + "description": "Optional. Option to specify the Pub/Sub topic to receive build status updates.", |
| 3304 | + "type": "string" |
| 3305 | + }, |
3295 | 3306 | "requestedVerifyOption": {
|
3296 | 3307 | "description": "Requested verifiability options.",
|
3297 | 3308 | "enum": [
|
|
3564 | 3575 | },
|
3565 | 3576 | "type": "object"
|
3566 | 3577 | },
|
| 3578 | + "ContaineranalysisGoogleDevtoolsCloudbuildV1Dependency": { |
| 3579 | + "description": "A dependency that the Cloud Build worker will fetch before executing user steps.", |
| 3580 | + "id": "ContaineranalysisGoogleDevtoolsCloudbuildV1Dependency", |
| 3581 | + "properties": { |
| 3582 | + "empty": { |
| 3583 | + "description": "If set to true disable all dependency fetching (ignoring the default source as well).", |
| 3584 | + "type": "boolean" |
| 3585 | + }, |
| 3586 | + "gitSource": { |
| 3587 | + "$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceDependency", |
| 3588 | + "description": "Represents a git repository as a build dependency." |
| 3589 | + } |
| 3590 | + }, |
| 3591 | + "type": "object" |
| 3592 | + }, |
| 3593 | + "ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceDependency": { |
| 3594 | + "description": "Represents a git repository as a build dependency.", |
| 3595 | + "id": "ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceDependency", |
| 3596 | + "properties": { |
| 3597 | + "depth": { |
| 3598 | + "description": "Optional. How much history should be fetched for the build (default 1, -1 for all history).", |
| 3599 | + "format": "int64", |
| 3600 | + "type": "string" |
| 3601 | + }, |
| 3602 | + "destPath": { |
| 3603 | + "description": "Required. Where should the files be placed on the worker.", |
| 3604 | + "type": "string" |
| 3605 | + }, |
| 3606 | + "recurseSubmodules": { |
| 3607 | + "description": "Optional. True if submodules should be fetched too (default false).", |
| 3608 | + "type": "boolean" |
| 3609 | + }, |
| 3610 | + "repository": { |
| 3611 | + "$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceRepository", |
| 3612 | + "description": "Required. The kind of repo (url or dev connect)." |
| 3613 | + }, |
| 3614 | + "revision": { |
| 3615 | + "description": "Required. The revision that we will fetch the repo at.", |
| 3616 | + "type": "string" |
| 3617 | + } |
| 3618 | + }, |
| 3619 | + "type": "object" |
| 3620 | + }, |
| 3621 | + "ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceRepository": { |
| 3622 | + "description": "A repository for a git source.", |
| 3623 | + "id": "ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceRepository", |
| 3624 | + "properties": { |
| 3625 | + "developerConnect": { |
| 3626 | + "description": "The Developer Connect Git repository link or the url that matches a repository link in the current project, formatted as `projects/*/locations/*/connections/*/gitRepositoryLink/*`", |
| 3627 | + "type": "string" |
| 3628 | + }, |
| 3629 | + "url": { |
| 3630 | + "description": "Location of the Git repository.", |
| 3631 | + "type": "string" |
| 3632 | + } |
| 3633 | + }, |
| 3634 | + "type": "object" |
| 3635 | + }, |
3567 | 3636 | "ContaineranalysisGoogleDevtoolsCloudbuildV1DeveloperConnectConfig": {
|
3568 | 3637 | "description": "This config defines the location of a source through Developer Connect.",
|
3569 | 3638 | "id": "ContaineranalysisGoogleDevtoolsCloudbuildV1DeveloperConnectConfig",
|
|
4472 | 4541 | "properties": {
|
4473 | 4542 | "cloudStorageLocation": {
|
4474 | 4543 | "$ref": "CloudStorageLocation",
|
4475 |
| - "description": "Empty placeholder to denote that this is a Google Cloud Storage export request." |
| 4544 | + "description": "Optional. Empty placeholder to denote that this is a Google Cloud Storage export request." |
4476 | 4545 | }
|
4477 | 4546 | },
|
4478 | 4547 | "type": "object"
|
|
0 commit comments