Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #2179

Merged
merged 1 commit into from Sep 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 5 additions & 1 deletion assuredworkloads/v1/assuredworkloads-api.json
Expand Up @@ -566,7 +566,7 @@
}
}
},
"revision": "20230907",
"revision": "20230914",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest": {
Expand Down Expand Up @@ -655,6 +655,7 @@
"ISR_REGIONS_AND_SUPPORT",
"CA_PROTECTED_B",
"IL5",
"IL2",
"JP_REGIONS_AND_SUPPORT"
],
"enumDescriptions": [
Expand All @@ -675,6 +676,7 @@
"Assured Workloads for Israel Regions",
"Assured Workloads for Canada Protected B regime",
"Information protection as per DoD IL5 requirements.",
"Information protection as per DoD IL2 requirements.",
"Assured Workloads for Japan Regions"
],
"type": "string"
Expand Down Expand Up @@ -1087,6 +1089,7 @@
"ISR_REGIONS_AND_SUPPORT",
"CA_PROTECTED_B",
"IL5",
"IL2",
"JP_REGIONS_AND_SUPPORT"
],
"enumDescriptions": [
Expand All @@ -1107,6 +1110,7 @@
"Assured Workloads for Israel Regions",
"Assured Workloads for Canada Protected B regime",
"Information protection as per DoD IL5 requirements.",
"Information protection as per DoD IL2 requirements.",
"Assured Workloads for Japan Regions"
],
"type": "string"
Expand Down
2 changes: 2 additions & 0 deletions assuredworkloads/v1/assuredworkloads-gen.go

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

6 changes: 5 additions & 1 deletion assuredworkloads/v1beta1/assuredworkloads-api.json
Expand Up @@ -563,7 +563,7 @@
}
}
},
"revision": "20230831",
"revision": "20230914",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest": {
Expand Down Expand Up @@ -666,6 +666,7 @@
"ISR_REGIONS_AND_SUPPORT",
"CA_PROTECTED_B",
"IL5",
"IL2",
"JP_REGIONS_AND_SUPPORT"
],
"enumDescriptions": [
Expand All @@ -686,6 +687,7 @@
"Assured Workloads for Israel Regions",
"Assured Workloads for Canada Protected B regime",
"Information protection as per DoD IL5 requirements.",
"Information protection as per DoD IL2 requirements.",
"Assured Workloads for Japan Regions"
],
"type": "string"
Expand Down Expand Up @@ -1133,6 +1135,7 @@
"ISR_REGIONS_AND_SUPPORT",
"CA_PROTECTED_B",
"IL5",
"IL2",
"JP_REGIONS_AND_SUPPORT"
],
"enumDescriptions": [
Expand All @@ -1153,6 +1156,7 @@
"Assured Workloads for Israel Regions",
"Assured Workloads for Canada Protected B regime",
"Information protection as per DoD IL5 requirements.",
"Information protection as per DoD IL2 requirements.",
"Assured Workloads for Japan Regions"
],
"type": "string"
Expand Down
2 changes: 2 additions & 0 deletions assuredworkloads/v1beta1/assuredworkloads-gen.go

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

10 changes: 7 additions & 3 deletions batch/v1/batch-api.json
Expand Up @@ -561,7 +561,7 @@
}
}
},
"revision": "20230826",
"revision": "20230914",
"rootUrl": "https://batch.googleapis.com/",
"schemas": {
"Accelerator": {
Expand Down Expand Up @@ -1073,7 +1073,7 @@
"type": "string"
},
"volumes": {
"description": "Volumes to mount (bind mount) from the host machine files or directories into the container, formatted to match docker run's --volume option, e.g. /foo:/bar, or /foo:/bar:ro",
"description": "Volumes to mount (bind mount) from the host machine files or directories into the container, formatted to match docker run's --volume option, e.g. /foo:/bar, or /foo:/bar:ro If the `TaskSpec.Volumes` field is specified but this field is not, Batch will mount each volume from the host machine to the container with the same mount path by default. In this case, the default mount option for containers will be read-only (ro) for existing persistent disks and read-write (rw) for other volume types, regardless of the original mount options specified in `TaskSpec.Volumes`. If you need different mount settings, you can explicitly configure them in this field.",
"items": {
"type": "string"
},
Expand All @@ -1091,7 +1091,7 @@
"type": "string"
},
"image": {
"description": "URL for a VM image to use as the data source for this disk. For example, the following are all valid URLs: * Specify the image by its family name: projects/{project}/global/images/family/{image_family} * Specify the image version: projects/{project}/global/images/{image_version} You can also use Batch customized image in short names. The following image values are supported for a boot disk: * `batch-debian`: use Batch Debian images. * `batch-centos`: use Batch CentOS images. * `batch-cos`: use Batch Container-Optimized images. * `batch-hpc-centos`: use Batch HPC CentOS images.",
"description": "URL for a VM image to use as the data source for this disk. For example, the following are all valid URLs: * Specify the image by its family name: projects/{project}/global/images/family/{image_family} * Specify the image version: projects/{project}/global/images/{image_version} You can also use Batch customized image in short names. The following image values are supported for a boot disk: * `batch-debian`: use Batch Debian images. * `batch-centos`: use Batch CentOS images. * `batch-cos`: use Batch Container-Optimized images. * `batch-hpc-centos`: use Batch HPC CentOS images. * `batch-hpc-rocky`: use Batch HPC Rocky Linux images.",
"type": "string"
},
"sizeGb": {
Expand Down Expand Up @@ -1197,6 +1197,10 @@
"Preemptible VM (PVM). Above SPOT VM is the preferable model for preemptible VM instances: the old preemptible VM model (indicated by this field) is the older model, and has been migrated to use the SPOT model as the underlying technology. This old model will still be supported."
],
"type": "string"
},
"reservation": {
"description": "Optional. If specified, VMs will consume only the specified reservation. If not specified (default), VMs will consume any applicable reservation.",
"type": "string"
}
},
"type": "object"
Expand Down
18 changes: 16 additions & 2 deletions batch/v1/batch-gen.go

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

16 changes: 15 additions & 1 deletion containeranalysis/v1/containeranalysis-api.json
Expand Up @@ -755,7 +755,7 @@
}
}
},
"revision": "20230829",
"revision": "20230915",
"rootUrl": "https://containeranalysis.googleapis.com/",
"schemas": {
"AliasContext": {
Expand Down Expand Up @@ -2872,6 +2872,16 @@
"readOnly": true,
"type": "object"
},
"resolvedConnectedRepository": {
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1ConnectedRepository",
"description": "Output only. A copy of the build's `source.connected_repository`, if exists, with any revisions resolved.",
"readOnly": true
},
"resolvedGitSource": {
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1GitSource",
"description": "Output only. A copy of the build's `source.git_source`, if exists, with any revisions resolved.",
"readOnly": true
},
"resolvedRepoSource": {
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1RepoSource",
"description": "A copy of the build's `source.repo_source`, if exists, with any revisions resolved."
Expand Down Expand Up @@ -5482,6 +5492,10 @@
},
"type": "array"
},
"extraDetails": {
"description": "Occurrence-specific extra details about the vulnerability.",
"type": "string"
},
"severity": {
"description": "The note provider assigned severity of this vulnerability.",
"enum": [
Expand Down
13 changes: 13 additions & 0 deletions containeranalysis/v1/containeranalysis-gen.go

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

12 changes: 11 additions & 1 deletion containeranalysis/v1alpha1/containeranalysis-api.json
Expand Up @@ -1233,7 +1233,7 @@
}
}
},
"revision": "20230829",
"revision": "20230915",
"rootUrl": "https://containeranalysis.googleapis.com/",
"schemas": {
"AnalysisCompleted": {
Expand Down Expand Up @@ -3161,6 +3161,16 @@
"readOnly": true,
"type": "object"
},
"resolvedConnectedRepository": {
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1ConnectedRepository",
"description": "Output only. A copy of the build's `source.connected_repository`, if exists, with any revisions resolved.",
"readOnly": true
},
"resolvedGitSource": {
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1GitSource",
"description": "Output only. A copy of the build's `source.git_source`, if exists, with any revisions resolved.",
"readOnly": true
},
"resolvedRepoSource": {
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1RepoSource",
"description": "A copy of the build's `source.repo_source`, if exists, with any revisions resolved."
Expand Down
9 changes: 9 additions & 0 deletions containeranalysis/v1alpha1/containeranalysis-gen.go

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

25 changes: 22 additions & 3 deletions containeranalysis/v1beta1/containeranalysis-api.json
Expand Up @@ -815,7 +815,7 @@
}
}
},
"revision": "20230829",
"revision": "20230915",
"rootUrl": "https://containeranalysis.googleapis.com/",
"schemas": {
"AliasContext": {
Expand Down Expand Up @@ -2845,6 +2845,16 @@
"readOnly": true,
"type": "object"
},
"resolvedConnectedRepository": {
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1ConnectedRepository",
"description": "Output only. A copy of the build's `source.connected_repository`, if exists, with any revisions resolved.",
"readOnly": true
},
"resolvedGitSource": {
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1GitSource",
"description": "Output only. A copy of the build's `source.git_source`, if exists, with any revisions resolved.",
"readOnly": true
},
"resolvedRepoSource": {
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1RepoSource",
"description": "A copy of the build's `source.repo_source`, if exists, with any revisions resolved."
Expand Down Expand Up @@ -3227,6 +3237,11 @@
"format": "google-datetime",
"type": "string"
},
"lastScanTime": {
"description": "The last time this resource was scanned.",
"format": "google-datetime",
"type": "string"
},
"sbomStatus": {
"$ref": "SBOMStatus",
"description": "The status of an SBOM generation."
Expand Down Expand Up @@ -3321,7 +3336,7 @@
"type": "object"
},
"DocumentNote": {
"description": "DocumentNote represents an SPDX Document Creation Information section: https://spdx.github.io/spdx-spec/v2.3/document-creation-information/",
"description": "DocumentNote represents an SPDX Document Creation Information section: https://spdx.github.io/spdx-spec/2-document-creation-information/",
"id": "DocumentNote",
"properties": {
"dataLicence": {
Expand All @@ -3336,7 +3351,7 @@
"type": "object"
},
"DocumentOccurrence": {
"description": "DocumentOccurrence represents an SPDX Document Creation Information section: https://spdx.github.io/spdx-spec/v2.3/document-creation-information/",
"description": "DocumentOccurrence represents an SPDX Document Creation Information section: https://spdx.github.io/spdx-spec/2-document-creation-information/",
"id": "DocumentOccurrence",
"properties": {
"createTime": {
Expand Down Expand Up @@ -5905,6 +5920,10 @@
},
"type": "array"
},
"extraDetails": {
"description": "Occurrence-specific extra details about the vulnerability.",
"type": "string"
},
"severity": {
"description": "Note provider assigned impact of the vulnerability.",
"enum": [
Expand Down