Skip to content

Commit 08eebe9

Browse files
feat: add Fingerprint to Artifact Registry Version resource (#8824)
* feat: add Fingerprint to Artifact Registry Version resource docs: update the description of ExportArtifact PiperOrigin-RevId: 846851972 Source-Link: googleapis/googleapis@347b0e4 Source-Link: googleapis/googleapis-gen@a4b09b2 Copy-Tag: eyJwIjoiQXJ0aWZhY3RSZWdpc3RyeS8uT3dsQm90LnlhbWwiLCJoIjoiYTRiMDliMmI5NTJiOWJiZWRkOGNiMWM5OGFiNjgyOTk5MTBlMTEwYyJ9 * 🦉 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 e303ef6 commit 08eebe9

4 files changed

Lines changed: 44 additions & 2 deletions

File tree

193 Bytes
Binary file not shown.

ArtifactRegistry/samples/V1/ArtifactRegistryClient/export_artifact.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
use Google\Rpc\Status;
3232

3333
/**
34-
* Exports an artifact.
34+
* Exports an artifact to a Cloud Storage bucket.
3535
*
3636
* @param string $formattedRepository The repository of the artifact to export.
3737
* Format: projects/{project}/locations/{location}/repositories/{repository}

ArtifactRegistry/src/V1/Client/ArtifactRegistryClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@ public function deleteVersion(DeleteVersionRequest $request, array $callOptions
10611061
}
10621062

10631063
/**
1064-
* Exports an artifact.
1064+
* Exports an artifact to a Cloud Storage bucket.
10651065
*
10661066
* The async variant is {@see ArtifactRegistryClient::exportArtifactAsync()} .
10671067
*

ArtifactRegistry/src/V1/Version.php

Lines changed: 42 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)