Skip to content

Commit 7edd367

Browse files
feat: [ArtifactRegistry] add DIRSUM_SHA256 hash type (#8902)
* feat: add DIRSUM_SHA256 hash type PiperOrigin-RevId: 865552557 Source-Link: googleapis/googleapis@eb79455 Source-Link: googleapis/googleapis-gen@d1e2900 Copy-Tag: eyJwIjoiQXJ0aWZhY3RSZWdpc3RyeS8uT3dsQm90LnlhbWwiLCJoIjoiZDFlMjkwMGNlZTM4YTI4MTU5ODJiOTViYjMzZGI0MTEwOTQ2ODU0ZiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent e07ae1f commit 7edd367

4 files changed

Lines changed: 21 additions & 0 deletions

File tree

19 Bytes
Binary file not shown.

ArtifactRegistry/samples/V1/ArtifactRegistryClient/list_locations.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131

3232
/**
3333
* Lists information about the supported locations for this service.
34+
This method can be called in two ways:
35+
36+
* **List all public locations:** Use the path `GET /v1/locations`.
37+
* **List project-visible locations:** Use the path
38+
`GET /v1/projects/{project_id}/locations`. This may include public
39+
locations as well as private or other locations specifically visible
40+
to the project.
3441
*
3542
* This sample has been automatically generated and should be regarded as a code
3643
* template only. It will require modifications to work:

ArtifactRegistry/src/V1/Client/ArtifactRegistryClient.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2087,6 +2087,13 @@ public function getLocation(GetLocationRequest $request, array $callOptions = []
20872087

20882088
/**
20892089
* Lists information about the supported locations for this service.
2090+
This method can be called in two ways:
2091+
2092+
* **List all public locations:** Use the path `GET /v1/locations`.
2093+
* **List project-visible locations:** Use the path
2094+
`GET /v1/projects/{project_id}/locations`. This may include public
2095+
locations as well as private or other locations specifically visible
2096+
to the project.
20902097
*
20912098
* The async variant is {@see ArtifactRegistryClient::listLocationsAsync()} .
20922099
*

ArtifactRegistry/src/V1/Hash/HashType.php

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

0 commit comments

Comments
 (0)