diff --git a/google/cloud/artifactregistry_v1beta2/services/artifact_registry/async_client.py b/google/cloud/artifactregistry_v1beta2/services/artifact_registry/async_client.py index ae14e24..760d353 100644 --- a/google/cloud/artifactregistry_v1beta2/services/artifact_registry/async_client.py +++ b/google/cloud/artifactregistry_v1beta2/services/artifact_registry/async_client.py @@ -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 diff --git a/google/cloud/artifactregistry_v1beta2/services/artifact_registry/client.py b/google/cloud/artifactregistry_v1beta2/services/artifact_registry/client.py index 0a9d096..9d16fb2 100644 --- a/google/cloud/artifactregistry_v1beta2/services/artifact_registry/client.py +++ b/google/cloud/artifactregistry_v1beta2/services/artifact_registry/client.py @@ -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 diff --git a/google/cloud/artifactregistry_v1beta2/types/file.py b/google/cloud/artifactregistry_v1beta2/types/file.py index 7970100..da05528 100644 --- a/google/cloud/artifactregistry_v1beta2/types/file.py +++ b/google/cloud/artifactregistry_v1beta2/types/file.py @@ -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