File(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Files store content that is potentially associated with Packages or Versions.
Attributes
Name | Description |
name |
str
The name of the file, for example: "projects/p1/locations/us- central1/repositories/repo1/files/a/b/c.txt". |
size_bytes |
int
The size of the File in bytes. |
hashes |
Sequence[google.cloud.artifactregistry_v1beta2.types.Hash]
The hashes of the file content. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
The time when the File was created. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
The time when the File was last updated. |
owner |
str
The name of the Package or Version that owns this file, if any. |