Skip to content

Commit 3f37787

Browse files
feat: [ArtifactRegistry] add the GoModule and KfpArtifact resources (#8201)
* feat: add the GoModule and KfpArtifact resources docs: remove the restriction of the maximum numbers of versions that can be deleted in one BatchDeleteVersions call PiperOrigin-RevId: 742735969 Source-Link: googleapis/googleapis@fec747a Source-Link: googleapis/googleapis-gen@82b6718 Copy-Tag: eyJwIjoiQXJ0aWZhY3RSZWdpc3RyeS8uT3dsQm90LnlhbWwiLCJoIjoiODJiNjcxODIwMWNlN2RmNmJkMzA4OTMxYzM4M2VlZjBiNTRiZWVlNyJ9 * 🦉 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 a11a738 commit 3f37787

9 files changed

Lines changed: 435 additions & 6 deletions

File tree

ArtifactRegistry/metadata/V1/Go.php

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

ArtifactRegistry/metadata/V1/KfpArtifact.php

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
27 Bytes
Binary file not shown.

ArtifactRegistry/samples/V1/ArtifactRegistryClient/batch_delete_versions.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
* complete once the versions have been deleted.
3535
*
3636
* @param string $formattedNamesElement The names of the versions to delete.
37-
* A maximum of 10000 versions can be deleted in a batch. Please see
37+
* The maximum number of versions deleted per batch is determined by the
38+
* service and is dependent on the available resources in the region. Please see
3839
* {@see ArtifactRegistryClient::versionName()} for help formatting this field.
3940
*/
4041
function batch_delete_versions_sample(string $formattedNamesElement): void

ArtifactRegistry/src/V1/BatchDeleteVersionsRequest.php

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

ArtifactRegistry/src/V1/GoModule.php

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