Class ListFilesResponse (1.2.0)

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

The response from listing files.

Attributes

NameDescription
files Sequence[google.cloud.artifactregistry_v1beta2.types.File]
The files returned.
next_page_token str
The token to retrieve the next page of files, or empty if there are no more files to return.

Inheritance

builtins.object > proto.message.Message > ListFilesResponse