Skip to content

Commit

Permalink
chore: auto-gen by protobufs
Browse files Browse the repository at this point in the history
triggered by commit: instill-ai/protobufs@4e94223
  • Loading branch information
droplet-bot committed Nov 13, 2024
1 parent 7a19ddb commit 535be7b
Show file tree
Hide file tree
Showing 7 changed files with 133 additions and 1,000 deletions.
22 changes: 15 additions & 7 deletions vdp/pipeline/v1beta/common_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions vdp/pipeline/v1beta/common_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -332,3 +332,31 @@ class ComponentTask(google.protobuf.message.Message):
def ClearField(self, field_name: typing_extensions.Literal["description", b"description", "name", b"name", "title", b"title"]) -> None: ...

global___ComponentTask = ComponentTask

@typing_extensions.final
class ComponentEvent(google.protobuf.message.Message):
"""ComponentEvent contains information about an event that a component can
produce.
"""

DESCRIPTOR: google.protobuf.descriptor.Descriptor

NAME_FIELD_NUMBER: builtins.int
TITLE_FIELD_NUMBER: builtins.int
DESCRIPTION_FIELD_NUMBER: builtins.int
name: builtins.str
"""The event name, e.g. `EVENT_NEW`."""
title: builtins.str
"""Title is the event name in a human-friendly format."""
description: builtins.str
"""Description contains information about the event."""
def __init__(
self,
*,
name: builtins.str = ...,
title: builtins.str = ...,
description: builtins.str = ...,
) -> None: ...
def ClearField(self, field_name: typing_extensions.Literal["description", b"description", "name", b"name", "title", b"title"]) -> None: ...

global___ComponentEvent = ComponentEvent
Loading

0 comments on commit 535be7b

Please sign in to comment.