Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2604)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored May 25, 2024
1 parent ece7727 commit f474c8f
Show file tree
Hide file tree
Showing 12 changed files with 697 additions and 610 deletions.
29 changes: 27 additions & 2 deletions artifactregistry/v1/artifactregistry-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -945,6 +945,31 @@
},
"files": {
"methods": {
"delete": {
"description": "Deletes a file and all of its content. It is only allowed on generic repositories. The returned operation will complete once the file has been deleted.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/files/{filesId}",
"httpMethod": "DELETE",
"id": "artifactregistry.projects.locations.repositories.files.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. The name of the file to delete.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/files/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+name}",
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"download": {
"description": "Download a file.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/files/{filesId}:download",
Expand Down Expand Up @@ -1988,7 +2013,7 @@
}
}
},
"revision": "20240513",
"revision": "20240520",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"AptArtifact": {
Expand Down Expand Up @@ -3454,7 +3479,7 @@
"type": "string"
},
"disallowUnspecifiedMode": {
"description": "Optional. If this is true, aunspecified repo type will be treated as error. Is used for new repo types that don't have any specific fields. Right now is used by AOSS team when creating repos for customers.",
"description": "Optional. If this is true, an unspecified repo type will be treated as error rather than defaulting to standard.",
"type": "boolean"
},
"dockerConfig": {
Expand Down
103 changes: 99 additions & 4 deletions artifactregistry/v1/artifactregistry-gen.go

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

Loading

0 comments on commit f474c8f

Please sign in to comment.