Class ListFilesRequest (1.2.0)

ListFilesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request to list files.

Attributes

NameDescription
parent str
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 filtering are: - ``name`` - ``owner`` An example of using a filter: - ``name="projects/p1/locations/us-central1/repositories/repo1/files/a/b/*"`` --> Files with an ID starting with "a/b/". - ``owner="projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/1.0"`` --> Files owned by the version ``1.0`` in package ``pkg1``.
page_size int
The maximum number of files to return.
page_token str
The next_page_token value returned from a previous list request, if any.
order_by str
The field to order the results by.

Inheritance

builtins.object > proto.message.Message > ListFilesRequest