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 #2243

Merged
merged 1 commit into from
Nov 1, 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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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