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@7019622
  • Loading branch information
droplet-bot committed Sep 25, 2023
1 parent 959c5f9 commit ca9e016
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 20 deletions.
2 changes: 1 addition & 1 deletion vdp/connector/v1alpha/spec_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Spec(google.protobuf.message.Message):
"""Spec resource specification"""
@property
def component_specification(self) -> google.protobuf.struct_pb2.Struct:
"""Spec connector specification"""
"""Spec component specification"""
@property
def openapi_specifications(self) -> google.protobuf.struct_pb2.Struct:
"""Spec openapi specification"""
Expand Down
36 changes: 19 additions & 17 deletions vdp/pipeline/v1alpha/operator_definition_pb2.py

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

9 changes: 7 additions & 2 deletions vdp/pipeline/v1alpha/operator_definition_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,21 @@ class Spec(google.protobuf.message.Message):
DESCRIPTOR: google.protobuf.descriptor.Descriptor

COMPONENT_SPECIFICATION_FIELD_NUMBER: builtins.int
OPENAPI_SPECIFICATIONS_FIELD_NUMBER: builtins.int
@property
def component_specification(self) -> google.protobuf.struct_pb2.Struct:
"""Spec operator specification"""
@property
def openapi_specifications(self) -> google.protobuf.struct_pb2.Struct:
"""Spec openapi specification"""
def __init__(
self,
*,
component_specification: google.protobuf.struct_pb2.Struct | None = ...,
openapi_specifications: google.protobuf.struct_pb2.Struct | None = ...,
) -> None: ...
def HasField(self, field_name: typing_extensions.Literal["component_specification", b"component_specification"]) -> builtins.bool: ...
def ClearField(self, field_name: typing_extensions.Literal["component_specification", b"component_specification"]) -> None: ...
def HasField(self, field_name: typing_extensions.Literal["component_specification", b"component_specification", "openapi_specifications", b"openapi_specifications"]) -> builtins.bool: ...
def ClearField(self, field_name: typing_extensions.Literal["component_specification", b"component_specification", "openapi_specifications", b"openapi_specifications"]) -> None: ...

global___Spec = Spec

Expand Down

0 comments on commit ca9e016

Please sign in to comment.