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%2Fb%2Fc.txt .
If the file ID part contains slashes, they are escaped.
|
size_bytes |
int
The size of the File in bytes. |
hashes |
MutableSequence[google.cloud.artifactregistry_v1.types.Hash]
The hashes of the file content. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the File was created. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the File was last updated. |
owner |
str
The name of the Package or Version that owns this file, if any. |
fetch_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the last attempt to refresh the file's data was made. Only set when the repository is remote. |
annotations |
MutableMapping[str, str]
Optional. Client specified annotations. |
Classes
AnnotationsEntry
AnnotationsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |