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@166f952
  • Loading branch information
droplet-bot committed Sep 1, 2023
1 parent afe7772 commit 415ff68
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vdp/connector/v1alpha/connector_definition_pb2.py

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

4 changes: 4 additions & 0 deletions vdp/connector/v1alpha/connector_definition_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ class _ViewEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeW
"""View: BASIC"""
VIEW_FULL: _View.ValueType # 2
"""View: FULL"""
VIEW_CONFIGURATION: _View.ValueType # 3
"""View: CONFIGURATION"""

class View(_View, metaclass=_ViewEnumTypeWrapper):
"""View enumerates the definition views"""
Expand All @@ -42,6 +44,8 @@ VIEW_BASIC: View.ValueType # 1
"""View: BASIC"""
VIEW_FULL: View.ValueType # 2
"""View: FULL"""
VIEW_CONFIGURATION: View.ValueType # 3
"""View: CONFIGURATION"""
global___View = View

class _ConnectorType:
Expand Down

0 comments on commit 415ff68

Please sign in to comment.