Skip to content

Commit 3844d96

Browse files
feat: regenerate proto
1 parent 47a017e commit 3844d96

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1011
-494
lines changed

yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2_grpc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929

3030
class SearchIndexServiceStub(object):
31-
"""ThreadService provides operations for managing search indexes.
31+
"""SearchIndexService provides operations for managing search indexes.
3232
"""
3333

3434
def __init__(self, channel):
@@ -65,7 +65,7 @@ def __init__(self, channel):
6565

6666

6767
class SearchIndexServiceServicer(object):
68-
"""ThreadService provides operations for managing search indexes.
68+
"""SearchIndexService provides operations for managing search indexes.
6969
"""
7070

7171
def Create(self, request, context):
@@ -140,7 +140,7 @@ def add_SearchIndexServiceServicer_to_server(servicer, server):
140140

141141
# This class is part of an EXPERIMENTAL API.
142142
class SearchIndexService(object):
143-
"""ThreadService provides operations for managing search indexes.
143+
"""SearchIndexService provides operations for managing search indexes.
144144
"""
145145

146146
@staticmethod

yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2_grpc.pyi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type:
2020
...
2121

2222
class SearchIndexServiceStub:
23-
"""ThreadService provides operations for managing search indexes."""
23+
"""SearchIndexService provides operations for managing search indexes."""
2424

2525
def __init__(self, channel: typing.Union[grpc.Channel, grpc.aio.Channel]) -> None: ...
2626
Create: grpc.UnaryUnaryMultiCallable[
@@ -54,7 +54,7 @@ class SearchIndexServiceStub:
5454
"""List search indexes in a specific folder."""
5555

5656
class SearchIndexServiceAsyncStub:
57-
"""ThreadService provides operations for managing search indexes."""
57+
"""SearchIndexService provides operations for managing search indexes."""
5858

5959
Create: grpc.aio.UnaryUnaryMultiCallable[
6060
yandex.cloud.ai.assistants.v1.searchindex.search_index_service_pb2.CreateSearchIndexRequest,
@@ -87,7 +87,7 @@ class SearchIndexServiceAsyncStub:
8787
"""List search indexes in a specific folder."""
8888

8989
class SearchIndexServiceServicer(metaclass=abc.ABCMeta):
90-
"""ThreadService provides operations for managing search indexes."""
90+
"""SearchIndexService provides operations for managing search indexes."""
9191

9292
@abc.abstractmethod
9393
def Create(

yandex/cloud/ai/dataset/v1/dataset_pb2.py

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

yandex/cloud/ai/dataset/v1/dataset_pb2.pyi

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,24 @@ class ValidationError(google.protobuf.message.Message):
171171
def ClearField(self, field_name: typing.Literal["error", b"error", "error_description", b"error_description", "row_numbers", b"row_numbers"]) -> None: ...
172172

173173
global___ValidationError = ValidationError
174+
175+
@typing.final
176+
class DatasetUploadSchema(google.protobuf.message.Message):
177+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
178+
179+
TASK_TYPE_FIELD_NUMBER: builtins.int
180+
UPLOAD_FORMAT_FIELD_NUMBER: builtins.int
181+
SCHEMA_FIELD_NUMBER: builtins.int
182+
task_type: builtins.str
183+
upload_format: builtins.str
184+
schema: builtins.str
185+
def __init__(
186+
self,
187+
*,
188+
task_type: builtins.str = ...,
189+
upload_format: builtins.str = ...,
190+
schema: builtins.str = ...,
191+
) -> None: ...
192+
def ClearField(self, field_name: typing.Literal["schema", b"schema", "task_type", b"task_type", "upload_format", b"upload_format"]) -> None: ...
193+
194+
global___DatasetUploadSchema = DatasetUploadSchema

0 commit comments

Comments
 (0)