We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d691b commit 8febda4Copy full SHA for 8febda4
google/devtools/artifactregistry/v1beta2/file.proto
@@ -79,7 +79,8 @@ message File {
79
80
// The request to list files.
81
message ListFilesRequest {
82
- // The name of the parent resource whose files will be listed.
+ // The name of the repository whose files will be listed. For example:
83
+ // "projects/p1/locations/us-central1/repositories/repo1
84
string parent = 1;
85
86
// An expression for filtering the results of the request. Filter rules are
0 commit comments