@@ -71,7 +71,7 @@ class _FileType:
71
71
class _FileTypeEnumTypeWrapper (google .protobuf .internal .enum_type_wrapper ._EnumTypeWrapper [_FileType .ValueType ], builtins .type ):
72
72
DESCRIPTOR : google .protobuf .descriptor .EnumDescriptor
73
73
FILE_TYPE_UNSPECIFIED : _FileType .ValueType # 0
74
- """upsecifid """
74
+ """unspecified """
75
75
FILE_TYPE_TEXT : _FileType .ValueType # 1
76
76
"""text"""
77
77
FILE_TYPE_PDF : _FileType .ValueType # 2
@@ -99,7 +99,7 @@ class FileType(_FileType, metaclass=_FileTypeEnumTypeWrapper):
99
99
"""file type"""
100
100
101
101
FILE_TYPE_UNSPECIFIED : FileType .ValueType # 0
102
- """upsecifid """
102
+ """unspecified """
103
103
FILE_TYPE_TEXT : FileType .ValueType # 1
104
104
"""text"""
105
105
FILE_TYPE_PDF : FileType .ValueType # 2
@@ -210,8 +210,8 @@ global___ReadinessResponse = ReadinessResponse
210
210
class RepositoryTag (google .protobuf .message .Message ):
211
211
"""
212
212
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
215
215
current interface and how it fits in the Artifact vision.
216
216
217
217
# Artifact
@@ -502,7 +502,7 @@ class Catalog(google.protobuf.message.Message):
502
502
update_time : builtins .str
503
503
"""The last update time of the catalog."""
504
504
owner_name : builtins .str
505
- """The owner/namespaceof the catalog."""
505
+ """The owner/namespace of the catalog."""
506
506
@property
507
507
def tags (self ) -> google .protobuf .internal .containers .RepeatedScalarFieldContainer [builtins .str ]:
508
508
"""The catalog tags."""
@@ -557,7 +557,7 @@ class CreateCatalogRequest(google.protobuf.message.Message):
557
557
DESCRIPTION_FIELD_NUMBER : builtins .int
558
558
TAGS_FIELD_NUMBER : builtins .int
559
559
namespace_id : builtins .str
560
- """The catalog's owner(nammespace )."""
560
+ """The catalog's owner(namespaces )."""
561
561
name : builtins .str
562
562
"""The catalog name."""
563
563
description : builtins .str
@@ -729,7 +729,7 @@ global___DeleteCatalogResponse = DeleteCatalogResponse
729
729
730
730
@typing_extensions .final
731
731
class File (google .protobuf .message .Message ):
732
- """file mata data """
732
+ """file"""
733
733
734
734
DESCRIPTOR : google .protobuf .descriptor .Descriptor
735
735
@@ -762,11 +762,11 @@ class File(google.protobuf.message.Message):
762
762
retrievable : builtins .bool
763
763
"""retrievable(this is reserved for future use)"""
764
764
content : builtins .str
765
- """contect (this is reserved for future use)"""
765
+ """content (this is reserved for future use)"""
766
766
owner_uid : builtins .str
767
- """owner/namespaceuid """
767
+ """owner/namespace uid """
768
768
creator_uid : builtins .str
769
- """cretor uid from authn token"""
769
+ """creator uid from authn token"""
770
770
catalog_uid : builtins .str
771
771
"""catalog uid"""
772
772
@property
@@ -964,7 +964,7 @@ class ListCatalogFilesRequest(google.protobuf.message.Message):
964
964
PAGE_TOKEN_FIELD_NUMBER : builtins .int
965
965
FILTER_FIELD_NUMBER : builtins .int
966
966
namespace_id : builtins .str
967
- """The owner/namespaceuid id."""
967
+ """The owner/namespace uid id."""
968
968
catalog_id : builtins .str
969
969
"""The catalog id."""
970
970
page_size : builtins .int
0 commit comments