Skip to content

Commit 365774f

Browse files
committed
chore: auto-gen by protobufs
triggered by commit: instill-ai/protobufs@a29515b
1 parent 6b7580a commit 365774f

File tree

7 files changed

+52
-52
lines changed

7 files changed

+52
-52
lines changed

artifact/artifact/v1alpha/artifact_pb2.pyi

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class _FileType:
7171
class _FileTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_FileType.ValueType], builtins.type):
7272
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
7373
FILE_TYPE_UNSPECIFIED: _FileType.ValueType # 0
74-
"""upsecifid"""
74+
"""unspecified"""
7575
FILE_TYPE_TEXT: _FileType.ValueType # 1
7676
"""text"""
7777
FILE_TYPE_PDF: _FileType.ValueType # 2
@@ -99,7 +99,7 @@ class FileType(_FileType, metaclass=_FileTypeEnumTypeWrapper):
9999
"""file type"""
100100

101101
FILE_TYPE_UNSPECIFIED: FileType.ValueType # 0
102-
"""upsecifid"""
102+
"""unspecified"""
103103
FILE_TYPE_TEXT: FileType.ValueType # 1
104104
"""text"""
105105
FILE_TYPE_PDF: FileType.ValueType # 2
@@ -210,8 +210,8 @@ global___ReadinessResponse = ReadinessResponse
210210
class RepositoryTag(google.protobuf.message.Message):
211211
"""
212212
213-
This API is under development and, therefore, some of its entitites and
214-
entpoints are not implemented yet. This section aims to give context about the
213+
This API is under development and, therefore, some of its entities and
214+
endpoints are not implemented yet. This section aims to give context about the
215215
current interface and how it fits in the Artifact vision.
216216
217217
# Artifact
@@ -502,7 +502,7 @@ class Catalog(google.protobuf.message.Message):
502502
update_time: builtins.str
503503
"""The last update time of the catalog."""
504504
owner_name: builtins.str
505-
"""The owner/namespaceof the catalog."""
505+
"""The owner/namespace of the catalog."""
506506
@property
507507
def tags(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
508508
"""The catalog tags."""
@@ -557,7 +557,7 @@ class CreateCatalogRequest(google.protobuf.message.Message):
557557
DESCRIPTION_FIELD_NUMBER: builtins.int
558558
TAGS_FIELD_NUMBER: builtins.int
559559
namespace_id: builtins.str
560-
"""The catalog's owner(nammespace)."""
560+
"""The catalog's owner(namespaces)."""
561561
name: builtins.str
562562
"""The catalog name."""
563563
description: builtins.str
@@ -729,7 +729,7 @@ global___DeleteCatalogResponse = DeleteCatalogResponse
729729

730730
@typing_extensions.final
731731
class File(google.protobuf.message.Message):
732-
"""file mata data"""
732+
"""file"""
733733

734734
DESCRIPTOR: google.protobuf.descriptor.Descriptor
735735

@@ -762,11 +762,11 @@ class File(google.protobuf.message.Message):
762762
retrievable: builtins.bool
763763
"""retrievable(this is reserved for future use)"""
764764
content: builtins.str
765-
"""contect(this is reserved for future use)"""
765+
"""content(this is reserved for future use)"""
766766
owner_uid: builtins.str
767-
"""owner/namespaceuid"""
767+
"""owner/namespace uid"""
768768
creator_uid: builtins.str
769-
"""cretor uid from authn token"""
769+
"""creator uid from authn token"""
770770
catalog_uid: builtins.str
771771
"""catalog uid"""
772772
@property
@@ -964,7 +964,7 @@ class ListCatalogFilesRequest(google.protobuf.message.Message):
964964
PAGE_TOKEN_FIELD_NUMBER: builtins.int
965965
FILTER_FIELD_NUMBER: builtins.int
966966
namespace_id: builtins.str
967-
"""The owner/namespaceuid id."""
967+
"""The owner/namespace uid id."""
968968
catalog_id: builtins.str
969969
"""The catalog id."""
970970
page_size: builtins.int

artifact/artifact/v1alpha/artifact_public_service_pb2.py

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

artifact/artifact/v1alpha/artifact_public_service_pb2_grpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def GetFileCatalog(self, request, context):
264264
raise NotImplementedError('Method not implemented!')
265265

266266
def CreateConversation(self, request, context):
267-
"""CreateConversaion
267+
"""CreateConversation
268268
"""
269269
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
270270
context.set_details('Method not implemented!')

0 commit comments

Comments
 (0)