Skip to content

Commit 997c613

Browse files
feat(all): auto-regenerate discovery clients (#3366)
1 parent d7491ba commit 997c613

28 files changed

+879
-149
lines changed

containeranalysis/v1/containeranalysis-api.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1715,7 +1715,7 @@
17151715
}
17161716
}
17171717
},
1718-
"revision": "20251004",
1718+
"revision": "20251030",
17191719
"rootUrl": "https://containeranalysis.googleapis.com/",
17201720
"schemas": {
17211721
"AliasContext": {
@@ -3640,6 +3640,11 @@
36403640
"description": "An image built by the pipeline.",
36413641
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage",
36423642
"properties": {
3643+
"artifactRegistryPackage": {
3644+
"description": "Output only. Path to the artifact in Artifact Registry.",
3645+
"readOnly": true,
3646+
"type": "string"
3647+
},
36433648
"digest": {
36443649
"description": "Docker Registry 2.0 digest.",
36453650
"type": "string"
@@ -4166,6 +4171,11 @@
41664171
"description": "A Go module artifact uploaded to Artifact Registry using the GoModule directive.",
41674172
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule",
41684173
"properties": {
4174+
"artifactRegistryPackage": {
4175+
"description": "Output only. Path to the artifact in Artifact Registry.",
4176+
"readOnly": true,
4177+
"type": "string"
4178+
},
41694179
"fileHashes": {
41704180
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes",
41714181
"description": "Hash types and values of the Go Module Artifact."
@@ -4186,6 +4196,11 @@
41864196
"description": "A Maven artifact uploaded using the MavenArtifact directive.",
41874197
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact",
41884198
"properties": {
4199+
"artifactRegistryPackage": {
4200+
"description": "Output only. Path to the artifact in Artifact Registry.",
4201+
"readOnly": true,
4202+
"type": "string"
4203+
},
41894204
"fileHashes": {
41904205
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes",
41914206
"description": "Hash types and values of the Maven Artifact."
@@ -4206,6 +4221,11 @@
42064221
"description": "An npm package uploaded to Artifact Registry using the NpmPackage directive.",
42074222
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage",
42084223
"properties": {
4224+
"artifactRegistryPackage": {
4225+
"description": "Output only. Path to the artifact in Artifact Registry.",
4226+
"readOnly": true,
4227+
"type": "string"
4228+
},
42094229
"fileHashes": {
42104230
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes",
42114231
"description": "Hash types and values of the npm package."
@@ -4226,6 +4246,11 @@
42264246
"description": "Artifact uploaded using the PythonPackage directive.",
42274247
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage",
42284248
"properties": {
4249+
"artifactRegistryPackage": {
4250+
"description": "Output only. Path to the artifact in Artifact Registry.",
4251+
"readOnly": true,
4252+
"type": "string"
4253+
},
42294254
"fileHashes": {
42304255
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes",
42314256
"description": "Hash types and values of the Python Artifact."

containeranalysis/v1/containeranalysis-gen.go

Lines changed: 37 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

containeranalysis/v1alpha1/containeranalysis-api.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1452,7 +1452,7 @@
14521452
}
14531453
}
14541454
},
1455-
"revision": "20250928",
1455+
"revision": "20251030",
14561456
"rootUrl": "https://containeranalysis.googleapis.com/",
14571457
"schemas": {
14581458
"AnalysisCompleted": {
@@ -3184,6 +3184,11 @@
31843184
"description": "An image built by the pipeline.",
31853185
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1BuiltImage",
31863186
"properties": {
3187+
"artifactRegistryPackage": {
3188+
"description": "Output only. Path to the artifact in Artifact Registry.",
3189+
"readOnly": true,
3190+
"type": "string"
3191+
},
31873192
"digest": {
31883193
"description": "Docker Registry 2.0 digest.",
31893194
"type": "string"
@@ -3710,6 +3715,11 @@
37103715
"description": "A Go module artifact uploaded to Artifact Registry using the GoModule directive.",
37113716
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedGoModule",
37123717
"properties": {
3718+
"artifactRegistryPackage": {
3719+
"description": "Output only. Path to the artifact in Artifact Registry.",
3720+
"readOnly": true,
3721+
"type": "string"
3722+
},
37133723
"fileHashes": {
37143724
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes",
37153725
"description": "Hash types and values of the Go Module Artifact."
@@ -3730,6 +3740,11 @@
37303740
"description": "A Maven artifact uploaded using the MavenArtifact directive.",
37313741
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedMavenArtifact",
37323742
"properties": {
3743+
"artifactRegistryPackage": {
3744+
"description": "Output only. Path to the artifact in Artifact Registry.",
3745+
"readOnly": true,
3746+
"type": "string"
3747+
},
37333748
"fileHashes": {
37343749
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes",
37353750
"description": "Hash types and values of the Maven Artifact."
@@ -3750,6 +3765,11 @@
37503765
"description": "An npm package uploaded to Artifact Registry using the NpmPackage directive.",
37513766
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedNpmPackage",
37523767
"properties": {
3768+
"artifactRegistryPackage": {
3769+
"description": "Output only. Path to the artifact in Artifact Registry.",
3770+
"readOnly": true,
3771+
"type": "string"
3772+
},
37533773
"fileHashes": {
37543774
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes",
37553775
"description": "Hash types and values of the npm package."
@@ -3770,6 +3790,11 @@
37703790
"description": "Artifact uploaded using the PythonPackage directive.",
37713791
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1UploadedPythonPackage",
37723792
"properties": {
3793+
"artifactRegistryPackage": {
3794+
"description": "Output only. Path to the artifact in Artifact Registry.",
3795+
"readOnly": true,
3796+
"type": "string"
3797+
},
37733798
"fileHashes": {
37743799
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1FileHashes",
37753800
"description": "Hash types and values of the Python Artifact."

0 commit comments

Comments
 (0)