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@83f86f5
  • Loading branch information
droplet-bot committed Aug 30, 2024
1 parent e8d74b9 commit 15c47a5
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 23 deletions.
26 changes: 14 additions & 12 deletions vdp/pipeline/v1beta/integration_pb2.py

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

6 changes: 5 additions & 1 deletion vdp/pipeline/v1beta/integration_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ class Integration(google.protobuf.message.Message):
def HasField(self, field_name: typing_extensions.Literal["schema", b"schema"]) -> builtins.bool: ...
def ClearField(self, field_name: typing_extensions.Literal["method", b"method", "schema", b"schema"]) -> None: ...

UID_FIELD_NUMBER: builtins.int
ID_FIELD_NUMBER: builtins.int
TITLE_FIELD_NUMBER: builtins.int
DESCRIPTION_FIELD_NUMBER: builtins.int
Expand All @@ -460,6 +461,8 @@ class Integration(google.protobuf.message.Message):
FEATURED_FIELD_NUMBER: builtins.int
SCHEMAS_FIELD_NUMBER: builtins.int
VIEW_FIELD_NUMBER: builtins.int
uid: builtins.str
"""UUID-formatted unique identifier. It references a component definition."""
id: builtins.str
"""Identifier of the integration, which references a component definition.
Components with that definition ID will be able to use the connections
Expand Down Expand Up @@ -490,6 +493,7 @@ class Integration(google.protobuf.message.Message):
def __init__(
self,
*,
uid: builtins.str = ...,
id: builtins.str = ...,
title: builtins.str = ...,
description: builtins.str = ...,
Expand All @@ -499,7 +503,7 @@ class Integration(google.protobuf.message.Message):
schemas: collections.abc.Iterable[global___Integration.SetupSchema] | None = ...,
view: vdp.pipeline.v1beta.common_pb2.View.ValueType = ...,
) -> None: ...
def ClearField(self, field_name: typing_extensions.Literal["description", b"description", "featured", b"featured", "icon", b"icon", "id", b"id", "schemas", b"schemas", "title", b"title", "vendor", b"vendor", "view", b"view"]) -> None: ...
def ClearField(self, field_name: typing_extensions.Literal["description", b"description", "featured", b"featured", "icon", b"icon", "id", b"id", "schemas", b"schemas", "title", b"title", "uid", b"uid", "vendor", b"vendor", "view", b"view"]) -> None: ...

global___Integration = Integration

Expand Down
Loading

0 comments on commit 15c47a5

Please sign in to comment.