Skip to content

Commit 429d35c

Browse files
Google APIscopybara-github
authored andcommitted
fix(artifactregistry): fix resource pattern ID segment name
PiperOrigin-RevId: 416140747
1 parent 35f810c commit 429d35c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • google/devtools/artifactregistry/v1beta2

google/devtools/artifactregistry/v1beta2/file.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ message Hash {
5050
message File {
5151
option (google.api.resource) = {
5252
type: "artifactregistry.googleapis.com/File"
53-
pattern: "projects/{project}/locations/{location}/repositories/{repo}/files/{file}"
53+
pattern: "projects/{project}/locations/{location}/repositories/{repository}/files/{file}"
5454
};
5555

5656
// The name of the file, for example:

0 commit comments

Comments
 (0)