Skip to content

Commit c10fd07

Browse files
committed
chore: auto-gen by protobufs
triggered by commit: instill-ai/protobufs@b7348c6
1 parent fa03951 commit c10fd07

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed

artifact/artifact/v1alpha/artifact_pb2.py

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

artifact/artifact/v1alpha/artifact_pb2.pyi

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,13 @@ class RepositoryTag(google.protobuf.message.Message):
156156
id: builtins.str
157157
"""The tag identifier."""
158158
digest: builtins.str
159-
"""Unique identifier, computed from the manifest the tag refers to."""
159+
"""The Artifact backend will register the tag digest and timestamp when a
160+
new version is pushed. However, the registry remains the source of truth
161+
for tags, so if this information isn't found in the Artifact database,
162+
these fields will be empty.
163+
164+
Unique identifier, computed from the manifest the tag refers to.
165+
"""
160166
@property
161167
def update_time(self) -> google.protobuf.timestamp_pb2.Timestamp:
162168
"""Tag update time, i.e. timestamp of the last push."""

0 commit comments

Comments
 (0)