Skip to content

Commit 26f7b9e

Browse files
committed
chore: auto-gen by protobufs
triggered by commit: instill-ai/protobufs@3c32980
1 parent c10fd07 commit 26f7b9e

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

artifact/artifact/v1alpha/artifact_pb2.py

Lines changed: 5 additions & 7 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: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ class ListRepositoryTagsRequest(google.protobuf.message.Message):
199199
parent: builtins.str
200200
"""The repository holding the different versions of a given content.
201201
- Format: `repositories/{repository.id}`.
202-
- Example: `repository/flaming-wombat/llama-2-7b`.
202+
- Example: `repositories/flaming-wombat/llama-2-7b`.
203203
"""
204204
def __init__(
205205
self,
@@ -257,23 +257,16 @@ class CreateRepositoryTagRequest(google.protobuf.message.Message):
257257
DESCRIPTOR: google.protobuf.descriptor.Descriptor
258258

259259
TAG_FIELD_NUMBER: builtins.int
260-
PARENT_FIELD_NUMBER: builtins.int
261260
@property
262261
def tag(self) -> global___RepositoryTag:
263262
"""The tag information."""
264-
parent: builtins.str
265-
"""The repository holding the different versions of a given content.
266-
- Format: `repositories/{repository.id}`.
267-
- Example: `repository/flaming-wombat/llama-2-7b`.
268-
"""
269263
def __init__(
270264
self,
271265
*,
272266
tag: global___RepositoryTag | None = ...,
273-
parent: builtins.str = ...,
274267
) -> None: ...
275268
def HasField(self, field_name: typing_extensions.Literal["tag", b"tag"]) -> builtins.bool: ...
276-
def ClearField(self, field_name: typing_extensions.Literal["parent", b"parent", "tag", b"tag"]) -> None: ...
269+
def ClearField(self, field_name: typing_extensions.Literal["tag", b"tag"]) -> None: ...
277270

278271
global___CreateRepositoryTagRequest = CreateRepositoryTagRequest
279272

0 commit comments

Comments
 (0)