Skip to content

Commit f474c8f

Browse files
authoredMay 25, 2024··
feat(all): auto-regenerate discovery clients (#2604)
1 parent ece7727 commit f474c8f

12 files changed

+697
-610
lines changed
 

‎artifactregistry/v1/artifactregistry-api.json

+27-2
Original file line numberDiff line numberDiff line change
@@ -945,6 +945,31 @@
945945
},
946946
"files": {
947947
"methods": {
948+
"delete": {
949+
"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.",
950+
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/files/{filesId}",
951+
"httpMethod": "DELETE",
952+
"id": "artifactregistry.projects.locations.repositories.files.delete",
953+
"parameterOrder": [
954+
"name"
955+
],
956+
"parameters": {
957+
"name": {
958+
"description": "Required. The name of the file to delete.",
959+
"location": "path",
960+
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/files/[^/]+$",
961+
"required": true,
962+
"type": "string"
963+
}
964+
},
965+
"path": "v1/{+name}",
966+
"response": {
967+
"$ref": "Operation"
968+
},
969+
"scopes": [
970+
"https://www.googleapis.com/auth/cloud-platform"
971+
]
972+
},
948973
"download": {
949974
"description": "Download a file.",
950975
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/files/{filesId}:download",
@@ -1988,7 +2013,7 @@
19882013
}
19892014
}
19902015
},
1991-
"revision": "20240513",
2016+
"revision": "20240520",
19922017
"rootUrl": "https://artifactregistry.googleapis.com/",
19932018
"schemas": {
19942019
"AptArtifact": {
@@ -3454,7 +3479,7 @@
34543479
"type": "string"
34553480
},
34563481
"disallowUnspecifiedMode": {
3457-
"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.",
3482+
"description": "Optional. If this is true, an unspecified repo type will be treated as error rather than defaulting to standard.",
34583483
"type": "boolean"
34593484
},
34603485
"dockerConfig": {

‎artifactregistry/v1/artifactregistry-gen.go

+99-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.