Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2004)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored May 30, 2023
1 parent f18c4ed commit 37ce51c
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 41 deletions.
30 changes: 15 additions & 15 deletions containeranalysis/v1/containeranalysis-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@
}
}
},
"revision": "20230505",
"revision": "20230519",
"rootUrl": "https://containeranalysis.googleapis.com/",
"schemas": {
"AliasContext": {
Expand Down Expand Up @@ -1961,7 +1961,7 @@
"type": "string"
},
"logsBucket": {
"description": "Google Cloud Storage bucket where logs should be written (see [Bucket Name Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)). Logs file names will be of the format `${logs_bucket}/log-${build_id}.txt`.",
"description": "Cloud Storage bucket where logs should be written (see [Bucket Name Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)). Logs file names will be of the format `${logs_bucket}/log-${build_id}.txt`.",
"type": "string"
},
"name": {
Expand Down Expand Up @@ -2195,16 +2195,16 @@
"type": "array"
},
"logStreamingOption": {
"description": "Option to define build log streaming behavior to Google Cloud Storage.",
"description": "Option to define build log streaming behavior to Cloud Storage.",
"enum": [
"STREAM_DEFAULT",
"STREAM_ON",
"STREAM_OFF"
],
"enumDescriptions": [
"Service may automatically determine build log streaming behavior.",
"Build logs should be streamed to Google Cloud Storage.",
"Build logs should not be streamed to Google Cloud Storage; they will be written when the build is completed."
"Build logs should be streamed to Cloud Storage.",
"Build logs should not be streamed to Cloud Storage; they will be written when the build is completed."
],
"type": "string"
},
Expand Down Expand Up @@ -2750,11 +2750,11 @@
},
"storageSource": {
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSource",
"description": "If provided, get the source from this location in Google Cloud Storage."
"description": "If provided, get the source from this location in Cloud Storage."
},
"storageSourceManifest": {
"$ref": "ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSourceManifest",
"description": "If provided, get the source from this manifest in Google Cloud Storage. This feature is in Preview; see description [here](https://github.com/GoogleCloudPlatform/cloud-builders/tree/master/gcs-fetcher)."
"description": "If provided, get the source from this manifest in Cloud Storage. This feature is in Preview; see description [here](https://github.com/GoogleCloudPlatform/cloud-builders/tree/master/gcs-fetcher)."
}
},
"type": "object"
Expand Down Expand Up @@ -2787,40 +2787,40 @@
"type": "object"
},
"ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSource": {
"description": "Location of the source in an archive file in Google Cloud Storage.",
"description": "Location of the source in an archive file in Cloud Storage.",
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSource",
"properties": {
"bucket": {
"description": "Google Cloud Storage bucket containing the source (see [Bucket Name Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)).",
"description": "Cloud Storage bucket containing the source (see [Bucket Name Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)).",
"type": "string"
},
"generation": {
"description": "Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.",
"description": "Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.",
"format": "int64",
"type": "string"
},
"object": {
"description": "Google Cloud Storage object containing the source. This object must be a zipped (`.zip`) or gzipped archive file (`.tar.gz`) containing source to build.",
"description": "Cloud Storage object containing the source. This object must be a zipped (`.zip`) or gzipped archive file (`.tar.gz`) containing source to build.",
"type": "string"
}
},
"type": "object"
},
"ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSourceManifest": {
"description": "Location of the source manifest in Google Cloud Storage. This feature is in Preview; see description [here](https://github.com/GoogleCloudPlatform/cloud-builders/tree/master/gcs-fetcher).",
"description": "Location of the source manifest in Cloud Storage. This feature is in Preview; see description [here](https://github.com/GoogleCloudPlatform/cloud-builders/tree/master/gcs-fetcher).",
"id": "ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSourceManifest",
"properties": {
"bucket": {
"description": "Google Cloud Storage bucket containing the source manifest (see [Bucket Name Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)).",
"description": "Cloud Storage bucket containing the source manifest (see [Bucket Name Requirements](https://cloud.google.com/storage/docs/bucket-naming#requirements)).",
"type": "string"
},
"generation": {
"description": "Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.",
"description": "Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.",
"format": "int64",
"type": "string"
},
"object": {
"description": "Google Cloud Storage object containing the source manifest. This object must be a JSON file.",
"description": "Cloud Storage object containing the source manifest. This object must be a JSON file.",
"type": "string"
}
},
Expand Down
46 changes: 22 additions & 24 deletions containeranalysis/v1/containeranalysis-gen.go

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

5 changes: 4 additions & 1 deletion dataflow/v1b3/dataflow-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@
"type": "string"
},
"view": {
"deprecated": true,
"description": "Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.",
"enum": [
"JOB_VIEW_UNKNOWN",
Expand Down Expand Up @@ -481,6 +482,7 @@
"type": "string"
},
"view": {
"deprecated": true,
"description": "Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.",
"enum": [
"JOB_VIEW_UNKNOWN",
Expand Down Expand Up @@ -1197,6 +1199,7 @@
"type": "string"
},
"view": {
"deprecated": true,
"description": "Deprecated. ListJobs always returns summaries now. Use GetJob for other JobViews.",
"enum": [
"JOB_VIEW_UNKNOWN",
Expand Down Expand Up @@ -2211,7 +2214,7 @@
}
}
},
"revision": "20230514",
"revision": "20230524",
"rootUrl": "https://dataflow.googleapis.com/",
"schemas": {
"ApproximateProgress": {
Expand Down
3 changes: 3 additions & 0 deletions dataflow/v1b3/dataflow-gen.go

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

3 changes: 2 additions & 1 deletion servicemanagement/v1/servicemanagement-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@
"parameterOrder": [],
"parameters": {
"consumerId": {
"deprecated": true,
"description": "Include services consumed by the specified consumer. The Google Service Management implementation accepts the following forms: - project:",
"location": "query",
"type": "string"
Expand Down Expand Up @@ -829,7 +830,7 @@
}
}
},
"revision": "20230428",
"revision": "20230526",
"rootUrl": "https://servicemanagement.googleapis.com/",
"schemas": {
"Advice": {
Expand Down
1 change: 1 addition & 0 deletions servicemanagement/v1/servicemanagement-gen.go

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

0 comments on commit 37ce51c

Please sign in to comment.