Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
docs: more details for ListFilesRequest parent field (#133)
Browse files Browse the repository at this point in the history
* docs: more details for ListFilesRequest parent field

PiperOrigin-RevId: 431979329

Source-Link: googleapis/googleapis@8febda4

Source-Link: googleapis/googleapis-gen@1048231
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTA0ODIzMWNlYTQ5ZjI2MWM5MGNhMzYxMjU4YzU3NjM2Y2E5OGM2ZCJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Mar 3, 2022
1 parent 14f3c4c commit f4ef78b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1674,8 +1674,9 @@ def sample_list_files():
request (Union[google.cloud.artifactregistry_v1beta2.types.ListFilesRequest, dict]):
The request object. The request to list files.
parent (:class:`str`):
The name of the parent resource whose
files will be listed.
The name of the repository whose
files will be listed. For example:
"projects/p1/locations/us-central1/repositories/repo1
This corresponds to the ``parent`` field
on the ``request`` instance; if ``request`` is provided, this
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1887,8 +1887,9 @@ def sample_list_files():
request (Union[google.cloud.artifactregistry_v1beta2.types.ListFilesRequest, dict]):
The request object. The request to list files.
parent (str):
The name of the parent resource whose
files will be listed.
The name of the repository whose
files will be listed. For example:
"projects/p1/locations/us-central1/repositories/repo1
This corresponds to the ``parent`` field
on the ``request`` instance; if ``request`` is provided, this
Expand Down
5 changes: 3 additions & 2 deletions google/cloud/artifactregistry_v1beta2/types/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@ class ListFilesRequest(proto.Message):
Attributes:
parent (str):
The name of the parent resource whose files
will be listed.
The name of the repository whose files will
be listed. For example:
"projects/p1/locations/us-central1/repositories/repo1
filter (str):
An expression for filtering the results of the request.
Filter rules are case insensitive. The fields eligible for
Expand Down

0 comments on commit f4ef78b

Please sign in to comment.