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@7e2f368
  • Loading branch information
droplet-bot committed Nov 29, 2024
1 parent e67f8e5 commit 1458fe9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions vdp/pipeline/v1beta/integration_pb2.py

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

8 changes: 4 additions & 4 deletions vdp/pipeline/v1beta/integration_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -782,9 +782,9 @@ class LookUpConnectionAdminRequest(google.protobuf.message.Message):

DESCRIPTOR: google.protobuf.descriptor.Descriptor

NAMESPACE_ID_FIELD_NUMBER: builtins.int
UID_FIELD_NUMBER: builtins.int
VIEW_FIELD_NUMBER: builtins.int
namespace_id: builtins.str
uid: builtins.str
"""Connection UID."""
view: vdp.pipeline.v1beta.common_pb2.View.ValueType
"""View allows clients to specify the desired view in the response. It
Expand All @@ -793,11 +793,11 @@ class LookUpConnectionAdminRequest(google.protobuf.message.Message):
def __init__(
self,
*,
namespace_id: builtins.str = ...,
uid: builtins.str = ...,
view: vdp.pipeline.v1beta.common_pb2.View.ValueType | None = ...,
) -> None: ...
def HasField(self, field_name: typing_extensions.Literal["_view", b"_view", "view", b"view"]) -> builtins.bool: ...
def ClearField(self, field_name: typing_extensions.Literal["_view", b"_view", "namespace_id", b"namespace_id", "view", b"view"]) -> None: ...
def ClearField(self, field_name: typing_extensions.Literal["_view", b"_view", "uid", b"uid", "view", b"view"]) -> None: ...
def WhichOneof(self, oneof_group: typing_extensions.Literal["_view", b"_view"]) -> typing_extensions.Literal["view"] | None: ...

global___LookUpConnectionAdminRequest = LookUpConnectionAdminRequest
Expand Down

0 comments on commit 1458fe9

Please sign in to comment.