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@f673d4b
  • Loading branch information
droplet-bot committed Dec 6, 2024
1 parent b33ea33 commit fa9b359
Show file tree
Hide file tree
Showing 5 changed files with 135 additions and 11 deletions.
30 changes: 21 additions & 9 deletions artifact/artifact/v1alpha/artifact_pb2.py

Large diffs are not rendered by default.

48 changes: 48 additions & 0 deletions artifact/artifact/v1alpha/artifact_pb2.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -1501,3 +1501,51 @@ class ListCatalogRunsRequest(google.protobuf.message.Message):
def WhichOneof(self, oneof_group: typing_extensions.Literal["_order_by", b"_order_by"]) -> typing_extensions.Literal["order_by"] | None: ...

global___ListCatalogRunsRequest = ListCatalogRunsRequest

@typing_extensions.final
class MoveFileToCatalogRequest(google.protobuf.message.Message):
"""MoveFileToCatalogRequest represents a request to move a file to another catalog."""

DESCRIPTOR: google.protobuf.descriptor.Descriptor

FILE_UID_FIELD_NUMBER: builtins.int
NAMESPACE_ID_FIELD_NUMBER: builtins.int
CATALOG_ID_FIELD_NUMBER: builtins.int
TO_CATALOG_ID_FIELD_NUMBER: builtins.int
file_uid: builtins.str
"""The file uid."""
namespace_id: builtins.str
"""namespace id"""
catalog_id: builtins.str
"""catalog id"""
to_catalog_id: builtins.str
"""The target catalog id."""
def __init__(
self,
*,
file_uid: builtins.str = ...,
namespace_id: builtins.str = ...,
catalog_id: builtins.str = ...,
to_catalog_id: builtins.str = ...,
) -> None: ...
def ClearField(self, field_name: typing_extensions.Literal["catalog_id", b"catalog_id", "file_uid", b"file_uid", "namespace_id", b"namespace_id", "to_catalog_id", b"to_catalog_id"]) -> None: ...

global___MoveFileToCatalogRequest = MoveFileToCatalogRequest

@typing_extensions.final
class MoveFileToCatalogResponse(google.protobuf.message.Message):
"""MoveFileToCatalogResponse represents a response for moving a file to another catalog."""

DESCRIPTOR: google.protobuf.descriptor.Descriptor

FILE_UID_FIELD_NUMBER: builtins.int
file_uid: builtins.str
"""The file uid."""
def __init__(
self,
*,
file_uid: builtins.str = ...,
) -> None: ...
def ClearField(self, field_name: typing_extensions.Literal["file_uid", b"file_uid"]) -> None: ...

global___MoveFileToCatalogResponse = MoveFileToCatalogResponse
6 changes: 4 additions & 2 deletions artifact/artifact/v1alpha/artifact_public_service_pb2.py

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

Loading

0 comments on commit fa9b359

Please sign in to comment.