Skip to content

Commit 7f34e4e

Browse files
feat: regenerate proto
1 parent 116d6f7 commit 7f34e4e

File tree

13 files changed

+196
-117
lines changed

13 files changed

+196
-117
lines changed

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

Lines changed: 1 addition & 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_service_pb2.pyi

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -463,12 +463,8 @@ class ListDatasetsRequest(google.protobuf.message.Message):
463463
PAGE_TOKEN_FIELD_NUMBER: builtins.int
464464
folder_id: builtins.str
465465
"""Folder ID of the datasets to list."""
466-
status: yandex.cloud.ai.dataset.v1.dataset_pb2.DatasetInfo.Status.ValueType
467-
"""Status of the datasets to list. Optional."""
468466
dataset_name_pattern: builtins.str
469467
"""Name substring of the datasets to list. Optional."""
470-
task_type_filter: builtins.str
471-
"""Task type of the datasets to list. Optional."""
472468
page_size: builtins.int
473469
"""The maximum number of results per page to return. If the number of available
474470
results is larger than [page_size],
@@ -479,13 +475,21 @@ class ListDatasetsRequest(google.protobuf.message.Message):
479475
"""Page token. To get the next page of results, set [page_token] to the
480476
[ListDatasetsResponse.next_page_token] returned by a previous list request.
481477
"""
478+
@property
479+
def status(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[yandex.cloud.ai.dataset.v1.dataset_pb2.DatasetInfo.Status.ValueType]:
480+
"""Statuses of the datasets to list. Optional."""
481+
482+
@property
483+
def task_type_filter(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
484+
"""Task types of the datasets to list. Optional."""
485+
482486
def __init__(
483487
self,
484488
*,
485489
folder_id: builtins.str = ...,
486-
status: yandex.cloud.ai.dataset.v1.dataset_pb2.DatasetInfo.Status.ValueType = ...,
490+
status: collections.abc.Iterable[yandex.cloud.ai.dataset.v1.dataset_pb2.DatasetInfo.Status.ValueType] | None = ...,
487491
dataset_name_pattern: builtins.str = ...,
488-
task_type_filter: builtins.str = ...,
492+
task_type_filter: collections.abc.Iterable[builtins.str] | None = ...,
489493
page_size: builtins.int = ...,
490494
page_token: builtins.str = ...,
491495
) -> None: ...

0 commit comments

Comments
 (0)