Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2243)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Nov 1, 2023
1 parent 0d3b865 commit 2ce2d2d
Show file tree
Hide file tree
Showing 15 changed files with 5,833 additions and 55 deletions.
21 changes: 18 additions & 3 deletions api-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -1885,7 +1885,7 @@
"name": "containeranalysis",
"version": "v1alpha1",
"title": "Container Analysis API",
"description": "An implementation of the Grafeas API, which stores, and enables querying and retrieval of critical metadata about all of your software artifacts.",
"description": "This API is a prerequisite for leveraging Artifact Analysis scanning capabilities in both Artifact Registry and with Advanced Vulnerability Insights (runtime scanning) in GKE. In addition, the Container Analysis API is an implementation of the Grafeas API, which enables storing, querying, and retrieval of critical metadata about all of your software artifacts.",
"discoveryRestUrl": "https://containeranalysis.googleapis.com/$discovery/rest?version=v1alpha1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
Expand All @@ -1900,7 +1900,7 @@
"name": "containeranalysis",
"version": "v1beta1",
"title": "Container Analysis API",
"description": "An implementation of the Grafeas API, which stores, and enables querying and retrieval of critical metadata about all of your software artifacts.",
"description": "This API is a prerequisite for leveraging Artifact Analysis scanning capabilities in both Artifact Registry and with Advanced Vulnerability Insights (runtime scanning) in GKE. In addition, the Container Analysis API is an implementation of the Grafeas API, which enables storing, querying, and retrieval of critical metadata about all of your software artifacts.",
"discoveryRestUrl": "https://containeranalysis.googleapis.com/$discovery/rest?version=v1beta1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
Expand All @@ -1915,7 +1915,7 @@
"name": "containeranalysis",
"version": "v1",
"title": "Container Analysis API",
"description": "An implementation of the Grafeas API, which stores, and enables querying and retrieval of critical metadata about all of your software artifacts.",
"description": "This API is a prerequisite for leveraging Artifact Analysis scanning capabilities in both Artifact Registry and with Advanced Vulnerability Insights (runtime scanning) in GKE. In addition, the Container Analysis API is an implementation of the Grafeas API, which enables storing, querying, and retrieval of critical metadata about all of your software artifacts.",
"discoveryRestUrl": "https://containeranalysis.googleapis.com/$discovery/rest?version=v1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
Expand Down Expand Up @@ -5840,6 +5840,21 @@
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/traffic-director",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "trafficdirector:v3",
"name": "trafficdirector",
"version": "v3",
"title": "Traffic Director API",
"description": "",
"discoveryRestUrl": "https://trafficdirector.googleapis.com/$discovery/rest?version=v3",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/traffic-director",
"preferred": true
},
{
Expand Down
10 changes: 9 additions & 1 deletion chromeuxreport/v1/chromeuxreport-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
}
}
},
"revision": "20230208",
"revision": "20231030",
"rootUrl": "https://chromeuxreport.googleapis.com/",
"schemas": {
"Bin": {
Expand Down Expand Up @@ -286,6 +286,14 @@
"description": "A `metric` is a set of user experience data for a single web performance metric, like \"first contentful paint\". It contains a summary histogram of real world Chrome usage as a series of `bins`.",
"id": "Metric",
"properties": {
"fractions": {
"additionalProperties": {
"format": "double",
"type": "number"
},
"description": "For enum metrics, provides fractions which add up to approximately 1.0.",
"type": "object"
},
"histogram": {
"description": "The histogram of user experiences for a metric. The histogram will have at least one bin and the densities of all bins will add up to ~1.",
"items": {
Expand Down
8 changes: 6 additions & 2 deletions chromeuxreport/v1/chromeuxreport-gen.go

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

Loading

0 comments on commit 2ce2d2d

Please sign in to comment.