Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1472)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Mar 10, 2022
1 parent 6826fe2 commit 314c94b
Show file tree
Hide file tree
Showing 52 changed files with 18,030 additions and 877 deletions.
17 changes: 16 additions & 1 deletion alertcenter/v1beta1/alertcenter-api.json
Expand Up @@ -423,7 +423,7 @@
}
}
},
"revision": "20220221",
"revision": "20220307",
"rootUrl": "https://alertcenter.googleapis.com/",
"schemas": {
"AccountSuspensionDetails": {
Expand Down Expand Up @@ -1275,6 +1275,21 @@
},
"type": "object"
},
"MandatoryServiceAnnouncement": {
"description": "Alert Created by the MSA team for communications necessary for continued use of Google Workspace Products.",
"id": "MandatoryServiceAnnouncement",
"properties": {
"description": {
"description": "Detailed, freeform text describing the announcement",
"type": "string"
},
"title": {
"description": "One line summary of the announcement",
"type": "string"
}
},
"type": "object"
},
"MatchInfo": {
"description": "Proto that contains match information from the condition part of the rule.",
"id": "MatchInfo",
Expand Down
33 changes: 33 additions & 0 deletions alertcenter/v1beta1/alertcenter-gen.go

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

45 changes: 45 additions & 0 deletions api-list.json
Expand Up @@ -2721,6 +2721,21 @@
"documentationLink": "https://developers.google.com/fit/rest/v1/get-started",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "forms:v1",
"name": "forms",
"version": "v1",
"title": "Google Forms API",
"description": "Reads and writes Google Forms and responses.",
"discoveryRestUrl": "https://forms.googleapis.com/$discovery/rest?version=v1",
"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://developers.google.com/forms/api",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "games:v1",
Expand Down Expand Up @@ -3982,6 +3997,36 @@
"documentationLink": "https://developers.google.com/android/work/play/custom-app-api/",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "playdeveloperreporting:v1alpha1",
"name": "playdeveloperreporting",
"version": "v1alpha1",
"title": "Google Play Developer Reporting API",
"description": "",
"discoveryRestUrl": "https://playdeveloperreporting.googleapis.com/$discovery/rest?version=v1alpha1",
"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://developers.google.com/play/developer/reporting",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "playdeveloperreporting:v1beta1",
"name": "playdeveloperreporting",
"version": "v1beta1",
"title": "Google Play Developer Reporting API",
"description": "",
"discoveryRestUrl": "https://playdeveloperreporting.googleapis.com/$discovery/rest?version=v1beta1",
"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://developers.google.com/play/developer/reporting",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "playintegrity:v1",
Expand Down
126 changes: 2 additions & 124 deletions artifactregistry/v1/artifactregistry-api.json
Expand Up @@ -650,7 +650,7 @@
"type": "string"
},
"parent": {
"description": "The name of the parent resource whose files will be listed.",
"description": "The name of the repository whose files will be listed. For example: \"projects/p1/locations/us-central1/repositories/repo1",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$",
"required": true,
Expand All @@ -668,82 +668,6 @@
}
}
},
"gooGetArtifacts": {
"methods": {
"import": {
"description": "Imports GooGet artifacts. The returned Operation will complete once the resources are imported. Package, Version, and File resources are created based on the imported artifacts. Imported artifacts that conflict with existing resources are ignored.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/gooGetArtifacts:import",
"httpMethod": "POST",
"id": "artifactregistry.projects.locations.repositories.gooGetArtifacts.import",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "The name of the parent resource where the artifacts will be imported.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+parent}/gooGetArtifacts:import",
"request": {
"$ref": "ImportGooGetArtifactsRequest"
},
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
},
"googetArtifacts": {
"methods": {
"upload": {
"description": "Directly uploads a GooGet artifact. The returned Operation will complete once the resources are uploaded. Package, Version, and File resources are created based on the imported artifact. Imported artifacts that conflict with existing resources are ignored.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/googetArtifacts:create",
"httpMethod": "POST",
"id": "artifactregistry.projects.locations.repositories.googetArtifacts.upload",
"mediaUpload": {
"accept": [
"*/*"
],
"protocols": {
"simple": {
"multipart": true,
"path": "/upload/v1/{+parent}/googetArtifacts:create"
}
}
},
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "The name of the parent resource where the artifacts will be uploaded.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+parent}/googetArtifacts:create",
"request": {
"$ref": "UploadGooGetArtifactRequest"
},
"response": {
"$ref": "UploadGooGetArtifactMediaResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
],
"supportsMediaUpload": true
}
}
},
"packages": {
"methods": {
"delete": {
Expand Down Expand Up @@ -1213,7 +1137,7 @@
}
}
},
"revision": "20220212",
"revision": "20220307",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"Binding": {
Expand Down Expand Up @@ -1400,35 +1324,6 @@
},
"type": "object"
},
"ImportGooGetArtifactsGcsSource": {
"description": "Google Cloud Storage location where the artifacts currently reside.",
"id": "ImportGooGetArtifactsGcsSource",
"properties": {
"uris": {
"description": "Cloud Storage paths URI (e.g., gs://my_bucket/my_object).",
"items": {
"type": "string"
},
"type": "array"
},
"useWildcards": {
"description": "Supports URI wildcards for matching multiple objects from a single URI.",
"type": "boolean"
}
},
"type": "object"
},
"ImportGooGetArtifactsRequest": {
"description": "The request to import new googet artifacts.",
"id": "ImportGooGetArtifactsRequest",
"properties": {
"gcsSource": {
"$ref": "ImportGooGetArtifactsGcsSource",
"description": "Google Cloud Storage location where input content is located."
}
},
"type": "object"
},
"ImportYumArtifactsGcsSource": {
"description": "Google Cloud Storage location where the artifacts currently reside.",
"id": "ImportYumArtifactsGcsSource",
Expand Down Expand Up @@ -1862,23 +1757,6 @@
"properties": {},
"type": "object"
},
"UploadGooGetArtifactMediaResponse": {
"description": "The response to upload an artifact.",
"id": "UploadGooGetArtifactMediaResponse",
"properties": {
"operation": {
"$ref": "Operation",
"description": "Operation to be returned to the user."
}
},
"type": "object"
},
"UploadGooGetArtifactRequest": {
"description": "The request to upload an artifact.",
"id": "UploadGooGetArtifactRequest",
"properties": {},
"type": "object"
},
"UploadYumArtifactMediaResponse": {
"description": "The response to upload an artifact.",
"id": "UploadYumArtifactMediaResponse",
Expand Down

0 comments on commit 314c94b

Please sign in to comment.