Skip to content

Commit

Permalink
fix: make repository and repository_id in CreateRepository required (#…
Browse files Browse the repository at this point in the history
…6649)

PiperOrigin-RevId: 567370871
Source-Link: googleapis/googleapis@50f45da
Source-Link: googleapis/googleapis-gen@a7761fe
Copy-Tag: eyJwIjoiQXJ0aWZhY3RSZWdpc3RyeS8uT3dsQm90LnlhbWwiLCJoIjoiYTc3NjFmZWU3YWQzNTFjNGEwMWU3MmE5ZDM0NDIyZTY3NjRiNjNmZCJ9
  • Loading branch information
gcf-owl-bot[bot] authored Sep 26, 2023
1 parent abf766f commit 0dbb72a
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 18 deletions.
Binary file modified ArtifactRegistry/metadata/V1/Repository.php
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
* Creates a repository. The returned Operation will finish once the
* repository has been created. Its response will be the created Repository.
*
* @param string $formattedParent The name of the parent resource where the repository will be created. Please see
* @param string $formattedParent The name of the parent resource where the repository will be
* created. Please see
* {@see ArtifactRegistryClient::locationName()} for help formatting this field.
*/
function create_repository_sample(string $formattedParent): void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
/**
* Lists repositories.
*
* @param string $formattedParent The name of the parent resource whose repositories will be listed. Please see
* @param string $formattedParent The name of the parent resource whose repositories will be
* listed. Please see
* {@see ArtifactRegistryClient::locationName()} for help formatting this field.
*/
function list_repositories_sample(string $formattedParent): void
Expand Down
27 changes: 16 additions & 11 deletions ArtifactRegistry/src/V1/CreateRepositoryRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 10 additions & 5 deletions ArtifactRegistry/src/V1/ListRepositoriesRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0dbb72a

Please sign in to comment.