Skip to content

Commit 8fad922

Browse files
feat(all): auto-regenerate discovery clients (#2813)
1 parent f5c1edd commit 8fad922

32 files changed

+983
-200
lines changed

‎artifactregistry/v1/artifactregistry-api.json

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@
884884
"attachments": {
885885
"methods": {
886886
"create": {
887-
"description": "Creates an attachment. The returned Operation will finish once the attachment has been created. Its response will be the created Attachment.",
887+
"description": "Creates an attachment. The returned Operation will finish once the attachment has been created. Its response will be the created attachment.",
888888
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/attachments",
889889
"httpMethod": "POST",
890890
"id": "artifactregistry.projects.locations.repositories.attachments.create",
@@ -917,7 +917,7 @@
917917
]
918918
},
919919
"delete": {
920-
"description": "Deletes an attachment. The returned Operation will finish once the attachments has been deleted. It will not have any Operation metadata and will return a google.protobuf.Empty response.",
920+
"description": "Deletes an attachment. The returned Operation will finish once the attachments has been deleted. It will not have any Operation metadata and will return a `google.protobuf.Empty` response.",
921921
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/attachments/{attachmentsId}",
922922
"httpMethod": "DELETE",
923923
"id": "artifactregistry.projects.locations.repositories.attachments.delete",
@@ -968,7 +968,7 @@
968968
]
969969
},
970970
"list": {
971-
"description": "Lists repositories.",
971+
"description": "Lists attachments.",
972972
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/attachments",
973973
"httpMethod": "GET",
974974
"id": "artifactregistry.projects.locations.repositories.attachments.list",
@@ -1246,7 +1246,7 @@
12461246
]
12471247
},
12481248
"upload": {
1249-
"description": "Directly uploads a File to a repository. The returned Operation will complete once the resources are uploaded.",
1249+
"description": "Directly uploads a file to a repository. The returned Operation will complete once the resources are uploaded.",
12501250
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/files:upload",
12511251
"httpMethod": "POST",
12521252
"id": "artifactregistry.projects.locations.repositories.files.upload",
@@ -2106,7 +2106,7 @@
21062106
],
21072107
"parameters": {
21082108
"name": {
2109-
"description": "The name of the version, for example: \"projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/art1\". If the package or version ID parts contain slashes, the slashes are escaped.",
2109+
"description": "The name of the version, for example: `projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/art1`. If the package or version ID parts contain slashes, the slashes are escaped.",
21102110
"location": "path",
21112111
"pattern": "^projects/[^/]+/locations/[^/]+/repositories/[^/]+/packages/[^/]+/versions/[^/]+$",
21122112
"required": true,
@@ -2439,7 +2439,7 @@
24392439
}
24402440
}
24412441
},
2442-
"revision": "20240923",
2442+
"revision": "20241001",
24432443
"rootUrl": "https://artifactregistry.googleapis.com/",
24442444
"schemas": {
24452445
"AptArtifact": {
@@ -2506,18 +2506,18 @@
25062506
"type": "object"
25072507
},
25082508
"Attachment": {
2509-
"description": "An Attachment refers to additional metadata that can be attached to artifacts in ArtifactRegistry. An attachment consists of one or more files.",
2509+
"description": "An Attachment refers to additional metadata that can be attached to artifacts in Artifact Registry. An attachment consists of one or more files.",
25102510
"id": "Attachment",
25112511
"properties": {
25122512
"annotations": {
25132513
"additionalProperties": {
25142514
"type": "string"
25152515
},
2516-
"description": "Optional. User annotations. These attributes can only be set and used by the user, and not by Artifact Registry. See https://google.aip.dev/128#annotations for more details such as format and size limitations. Client specified annotations.",
2516+
"description": "Optional. User annotations. These attributes can only be set and used by the user, and not by Artifact Registry. See https://google.aip.dev/128#annotations for more details such as format and size limitations.",
25172517
"type": "object"
25182518
},
25192519
"attachmentNamespace": {
2520-
"description": "The namespace this attachment belongs to. E.g. If an Attachment is created by artifact analysis, namespace is set to artifactanalysis.googleapis.com.",
2520+
"description": "The namespace this attachment belongs to. E.g. If an Attachment is created by artifact analysis, namespace is set to `artifactanalysis.googleapis.com`.",
25212521
"type": "string"
25222522
},
25232523
"createTime": {
@@ -2527,7 +2527,7 @@
25272527
"type": "string"
25282528
},
25292529
"files": {
2530-
"description": "Required. The files that blong to this Attachment. If the file ID part contains slashes, they are escaped. E.g. \"projects/p1/locations/us-central1/repositories/repo1/files/sha:\".",
2530+
"description": "Required. The files that belong to this attachment. If the file ID part contains slashes, they are escaped. E.g. `projects/p1/locations/us-central1/repositories/repo1/files/sha:`.",
25312531
"items": {
25322532
"type": "string"
25332533
},
@@ -2538,7 +2538,7 @@
25382538
"type": "string"
25392539
},
25402540
"ociVersionName": {
2541-
"description": "Output only. The name of the OCI version that this attachment created. Only populated for Docker attachments. E.g. \"projects/p1/locations/us-central1/repositories/repo1/packages/p1/versions/v1\".",
2541+
"description": "Output only. The name of the OCI version that this attachment created. Only populated for Docker attachments. E.g. `projects/p1/locations/us-central1/repositories/repo1/packages/p1/versions/v1`.",
25422542
"readOnly": true,
25432543
"type": "string"
25442544
},
@@ -2547,7 +2547,7 @@
25472547
"type": "string"
25482548
},
25492549
"type": {
2550-
"description": "Type of Attachment. E.g. application/vnd.spdx+jsonn",
2550+
"description": "Type of Attachment. E.g. `application/vnd.spdx+json`",
25512551
"type": "string"
25522552
},
25532553
"updateTime": {
@@ -2724,7 +2724,7 @@
27242724
"id": "CommonRemoteRepository",
27252725
"properties": {
27262726
"uri": {
2727-
"description": "Required. A common public repository base for Remote Repository.",
2727+
"description": "Required. A common public repository base for remote repository.",
27282728
"type": "string"
27292729
}
27302730
},
@@ -3938,12 +3938,6 @@
39383938
},
39393939
"type": "object"
39403940
},
3941-
"PromoteArtifactMetadata": {
3942-
"description": "The metadata for promote artifact long running operation.",
3943-
"id": "PromoteArtifactMetadata",
3944-
"properties": {},
3945-
"type": "object"
3946-
},
39473941
"PythonPackage": {
39483942
"description": "PythonPackage represents a python artifact.",
39493943
"id": "PythonPackage",
@@ -4012,7 +4006,7 @@
40124006
},
40134007
"commonRepository": {
40144008
"$ref": "CommonRemoteRepository",
4015-
"description": "Common remote repository settings. Used as the RR upstream URL instead of Predefined and Custom remote repositories. UI and Gcloud will map all the new remote repositories to this field."
4009+
"description": "Common remote repository settings. Used as the RemoteRepository upstream URL instead of Predefined and Custom remote repositories. Google Cloud Console and Google Cloud CLI will map all the new remote repositories to this field."
40164010
},
40174011
"description": {
40184012
"description": "The description of the remote source.",
@@ -4593,7 +4587,7 @@
45934587
"type": "object"
45944588
},
45954589
"name": {
4596-
"description": "The name of the version, for example: \"projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/art1\". If the package or version ID parts contain slashes, the slashes are escaped.",
4590+
"description": "The name of the version, for example: `projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/art1`. If the package or version ID parts contain slashes, the slashes are escaped.",
45974591
"type": "string"
45984592
},
45994593
"relatedTags": {

‎artifactregistry/v1/artifactregistry-gen.go

Lines changed: 21 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎artifactregistry/v1beta1/artifactregistry-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@
11561156
}
11571157
}
11581158
},
1159-
"revision": "20240903",
1159+
"revision": "20241001",
11601160
"rootUrl": "https://artifactregistry.googleapis.com/",
11611161
"schemas": {
11621162
"Binding": {
@@ -1674,7 +1674,7 @@
16741674
"type": "string"
16751675
},
16761676
"name": {
1677-
"description": "The name of the version, for example: \"projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/art1\". If the package or version ID parts contain slashes, the slashes are escaped.",
1677+
"description": "The name of the version, for example: `projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/art1`. If the package or version ID parts contain slashes, the slashes are escaped.",
16781678
"type": "string"
16791679
},
16801680
"relatedTags": {

‎artifactregistry/v1beta1/artifactregistry-gen.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎artifactregistry/v1beta2/artifactregistry-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1424,7 +1424,7 @@
14241424
}
14251425
}
14261426
},
1427-
"revision": "20240903",
1427+
"revision": "20241001",
14281428
"rootUrl": "https://artifactregistry.googleapis.com/",
14291429
"schemas": {
14301430
"AptArtifact": {
@@ -2307,7 +2307,7 @@
23072307
"type": "object"
23082308
},
23092309
"name": {
2310-
"description": "The name of the version, for example: \"projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/art1\". If the package or version ID parts contain slashes, the slashes are escaped.",
2310+
"description": "The name of the version, for example: `projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/art1`. If the package or version ID parts contain slashes, the slashes are escaped.",
23112311
"type": "string"
23122312
},
23132313
"relatedTags": {

‎artifactregistry/v1beta2/artifactregistry-gen.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)