Skip to content

Commit eb79455

Browse files
Google APIscopybara-github
authored andcommitted
feat: add DIRSUM_SHA256 hash type
PiperOrigin-RevId: 865552557
1 parent 8d30990 commit eb79455

18 files changed

+29
-18
lines changed

google/devtools/artifactregistry/v1/apt_artifact.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 Google LLC
1+
// Copyright 2026 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

google/devtools/artifactregistry/v1/artifact.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 Google LLC
1+
// Copyright 2026 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

google/devtools/artifactregistry/v1/artifactregistry_v1.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,15 @@ documentation:
4242
description: Gets information about a location.
4343

4444
- selector: google.cloud.location.Locations.ListLocations
45-
description: Lists information about the supported locations for this service.
45+
description: |-
46+
Lists information about the supported locations for this service.
47+
This method can be called in two ways:
48+
49+
* **List all public locations:** Use the path `GET /v1/locations`.
50+
* **List project-visible locations:** Use the path
51+
`GET /v1/projects/{project_id}/locations`. This may include public
52+
locations as well as private or other locations specifically visible
53+
to the project.
4654
4755
http:
4856
rules:

google/devtools/artifactregistry/v1/attachment.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 Google LLC
1+
// Copyright 2026 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

google/devtools/artifactregistry/v1/export.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 Google LLC
1+
// Copyright 2026 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

google/devtools/artifactregistry/v1/file.proto

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 Google LLC
1+
// Copyright 2026 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -41,6 +41,9 @@ message Hash {
4141

4242
// MD5 hash.
4343
MD5 = 2;
44+
45+
// Dirsum SHA256 hash.
46+
DIRSUM_SHA256 = 3;
4447
}
4548

4649
// The algorithm used to compute the hash value.

google/devtools/artifactregistry/v1/generic.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 Google LLC
1+
// Copyright 2026 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

google/devtools/artifactregistry/v1/go.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 Google LLC
1+
// Copyright 2026 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

google/devtools/artifactregistry/v1/kfp_artifact.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 Google LLC
1+
// Copyright 2026 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

google/devtools/artifactregistry/v1/package.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 Google LLC
1+
// Copyright 2026 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)