Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#3021)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Feb 17, 2025
1 parent f6aa2a4 commit 24ae542
Show file tree
Hide file tree
Showing 18 changed files with 2,872 additions and 694 deletions.
73 changes: 71 additions & 2 deletions containeranalysis/v1/containeranalysis-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,7 @@
}
}
},
"revision": "20250124",
"revision": "20250207",
"rootUrl": "https://containeranalysis.googleapis.com/",
"schemas": {
"AliasContext": {
Expand Down Expand Up @@ -2942,6 +2942,13 @@
"readOnly": true,
"type": "string"
},
"dependencies": {
"description": "Optional. Dependencies that the Cloud Build worker will fetch before executing user steps.",
"items": {
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1Dependency"
},
"type": "array"
},
"failureInfo": {
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1BuildFailureInfo",
"description": "Output only. Contains information about the build when status=FAILURE.",
Expand Down Expand Up @@ -3292,6 +3299,10 @@
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptionsPoolOption",
"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."
},
"pubsubTopic": {
"description": "Optional. Option to specify the Pub/Sub topic to receive build status updates.",
"type": "string"
},
"requestedVerifyOption": {
"description": "Requested verifiability options.",
"enum": [
Expand Down Expand Up @@ -3564,6 +3575,64 @@
},
"type": "object"
},
"ContaineranalysisGoogleDevtoolsCloudbuildV1Dependency": {
"description": "A dependency that the Cloud Build worker will fetch before executing user steps.",
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1Dependency",
"properties": {
"empty": {
"description": "If set to true disable all dependency fetching (ignoring the default source as well).",
"type": "boolean"
},
"gitSource": {
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceDependency",
"description": "Represents a git repository as a build dependency."
}
},
"type": "object"
},
"ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceDependency": {
"description": "Represents a git repository as a build dependency.",
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceDependency",
"properties": {
"depth": {
"description": "Optional. How much history should be fetched for the build (default 1, -1 for all history).",
"format": "int64",
"type": "string"
},
"destPath": {
"description": "Required. Where should the files be placed on the worker.",
"type": "string"
},
"recurseSubmodules": {
"description": "Optional. True if submodules should be fetched too (default false).",
"type": "boolean"
},
"repository": {
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceRepository",
"description": "Required. The kind of repo (url or dev connect)."
},
"revision": {
"description": "Required. The revision that we will fetch the repo at.",
"type": "string"
}
},
"type": "object"
},
"ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceRepository": {
"description": "A repository for a git source.",
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceRepository",
"properties": {
"developerConnect": {
"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/*`",
"type": "string"
},
"url": {
"description": "Location of the Git repository.",
"type": "string"
}
},
"type": "object"
},
"ContaineranalysisGoogleDevtoolsCloudbuildV1DeveloperConnectConfig": {
"description": "This config defines the location of a source through Developer Connect.",
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1DeveloperConnectConfig",
Expand Down Expand Up @@ -4472,7 +4541,7 @@
"properties": {
"cloudStorageLocation": {
"$ref": "CloudStorageLocation",
"description": "Empty placeholder to denote that this is a Google Cloud Storage export request."
"description": "Optional. Empty placeholder to denote that this is a Google Cloud Storage export request."
}
},
"type": "object"
Expand Down
96 changes: 94 additions & 2 deletions containeranalysis/v1/containeranalysis-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

71 changes: 70 additions & 1 deletion containeranalysis/v1alpha1/containeranalysis-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1420,7 +1420,7 @@
}
}
},
"revision": "20250124",
"revision": "20250207",
"rootUrl": "https://containeranalysis.googleapis.com/",
"schemas": {
"AnalysisCompleted": {
Expand Down Expand Up @@ -2513,6 +2513,13 @@
"readOnly": true,
"type": "string"
},
"dependencies": {
"description": "Optional. Dependencies that the Cloud Build worker will fetch before executing user steps.",
"items": {
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1Dependency"
},
"type": "array"
},
"failureInfo": {
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1BuildFailureInfo",
"description": "Output only. Contains information about the build when status=FAILURE.",
Expand Down Expand Up @@ -2863,6 +2870,10 @@
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptionsPoolOption",
"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."
},
"pubsubTopic": {
"description": "Optional. Option to specify the Pub/Sub topic to receive build status updates.",
"type": "string"
},
"requestedVerifyOption": {
"description": "Requested verifiability options.",
"enum": [
Expand Down Expand Up @@ -3135,6 +3146,64 @@
},
"type": "object"
},
"ContaineranalysisGoogleDevtoolsCloudbuildV1Dependency": {
"description": "A dependency that the Cloud Build worker will fetch before executing user steps.",
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1Dependency",
"properties": {
"empty": {
"description": "If set to true disable all dependency fetching (ignoring the default source as well).",
"type": "boolean"
},
"gitSource": {
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceDependency",
"description": "Represents a git repository as a build dependency."
}
},
"type": "object"
},
"ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceDependency": {
"description": "Represents a git repository as a build dependency.",
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceDependency",
"properties": {
"depth": {
"description": "Optional. How much history should be fetched for the build (default 1, -1 for all history).",
"format": "int64",
"type": "string"
},
"destPath": {
"description": "Required. Where should the files be placed on the worker.",
"type": "string"
},
"recurseSubmodules": {
"description": "Optional. True if submodules should be fetched too (default false).",
"type": "boolean"
},
"repository": {
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceRepository",
"description": "Required. The kind of repo (url or dev connect)."
},
"revision": {
"description": "Required. The revision that we will fetch the repo at.",
"type": "string"
}
},
"type": "object"
},
"ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceRepository": {
"description": "A repository for a git source.",
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1DependencyGitSourceRepository",
"properties": {
"developerConnect": {
"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/*`",
"type": "string"
},
"url": {
"description": "Location of the Git repository.",
"type": "string"
}
},
"type": "object"
},
"ContaineranalysisGoogleDevtoolsCloudbuildV1DeveloperConnectConfig": {
"description": "This config defines the location of a source through Developer Connect.",
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1DeveloperConnectConfig",
Expand Down
Loading

0 comments on commit 24ae542

Please sign in to comment.