yandexcloud 0.340.0__py3-none-any.whl → 0.342.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of yandexcloud might be problematic. Click here for more details.
- yandex/cloud/ai/assistants/v1/searchindex/common_pb2.py +9 -3
- yandex/cloud/ai/assistants/v1/searchindex/common_pb2.pyi +46 -0
- yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.py +8 -6
- yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.pyi +26 -3
- yandex/cloud/ai/batch_inference/__init__.py +0 -0
- yandex/cloud/ai/batch_inference/v1/__init__.py +0 -0
- yandex/cloud/ai/batch_inference/v1/batch_inference_service_pb2.py +67 -0
- yandex/cloud/ai/batch_inference/v1/batch_inference_service_pb2.pyi +195 -0
- yandex/cloud/ai/batch_inference/v1/batch_inference_service_pb2_grpc.py +230 -0
- yandex/cloud/ai/batch_inference/v1/batch_inference_service_pb2_grpc.pyi +104 -0
- yandex/cloud/ai/batch_inference/v1/batch_inference_task_pb2.py +45 -0
- yandex/cloud/ai/batch_inference/v1/batch_inference_task_pb2.pyi +119 -0
- yandex/cloud/ai/batch_inference/v1/batch_inference_task_pb2_grpc.py +24 -0
- yandex/cloud/ai/batch_inference/v1/batch_inference_task_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/batch_inference/v1/inference_options_pb2.py +52 -0
- yandex/cloud/ai/batch_inference/v1/inference_options_pb2.pyi +126 -0
- yandex/cloud/ai/batch_inference/v1/inference_options_pb2_grpc.py +24 -0
- yandex/cloud/ai/batch_inference/v1/inference_options_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2.py +8 -8
- yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2.pyi +15 -7
- yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2_grpc.py +2 -2
- yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2_grpc.pyi +6 -6
- yandex/cloud/ai/stt/v3/stt_pb2.py +5 -3
- yandex/cloud/ai/stt/v3/stt_pb2.pyi +16 -0
- yandex/cloud/ai/translate/v2/translation_service_pb2.pyi +1 -1
- yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.py +8 -4
- yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.pyi +16 -4
- yandex/cloud/ai/vision/v1/vision_service_pb2.pyi +1 -1
- yandex/cloud/billing/v1/budget_pb2.pyi +4 -4
- yandex/cloud/cdn/v1/shielding_pb2.py +37 -0
- yandex/cloud/cdn/v1/shielding_pb2.pyi +41 -0
- yandex/cloud/cdn/v1/shielding_pb2_grpc.py +24 -0
- yandex/cloud/cdn/v1/shielding_pb2_grpc.pyi +17 -0
- yandex/cloud/cdn/v1/shielding_service_pb2.py +89 -0
- yandex/cloud/cdn/v1/shielding_service_pb2.pyi +201 -0
- yandex/cloud/cdn/v1/shielding_service_pb2_grpc.py +281 -0
- yandex/cloud/cdn/v1/shielding_service_pb2_grpc.pyi +141 -0
- yandex/cloud/cloudregistry/v1/registry_service_pb2.py +6 -8
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.py +40 -24
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.pyi +72 -0
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2_grpc.py +90 -0
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2_grpc.pyi +52 -0
- yandex/cloud/compute/v1/instancegroup/instance_group_pb2.pyi +1 -1
- yandex/cloud/compute/v1/instancegroup/instance_group_service_pb2.py +4 -4
- yandex/cloud/dataproc/v1/cluster_pb2.py +10 -10
- yandex/cloud/dataproc/v1/cluster_pb2.pyi +5 -1
- yandex/cloud/k8s/v1/cluster_service_pb2.py +80 -73
- yandex/cloud/k8s/v1/cluster_service_pb2_grpc.py +133 -0
- yandex/cloud/k8s/v1/cluster_service_pb2_grpc.pyi +61 -0
- yandex/cloud/kms/v1/symmetric_key_service_pb2.py +50 -48
- yandex/cloud/logging/v1/log_entry_pb2.py +12 -12
- yandex/cloud/mdb/clickhouse/v1/cluster_extension_pb2.py +46 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_extension_pb2.pyi +53 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_extension_pb2_grpc.py +24 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_extension_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_extension_service_pb2.py +106 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_extension_service_pb2.pyi +248 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_extension_service_pb2_grpc.py +315 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_extension_service_pb2_grpc.pyi +131 -0
- yandex/cloud/mdb/clickhouse/v1/extension_pb2.py +44 -0
- yandex/cloud/mdb/clickhouse/v1/extension_pb2.pyi +59 -0
- yandex/cloud/mdb/clickhouse/v1/extension_pb2_grpc.py +24 -0
- yandex/cloud/mdb/clickhouse/v1/extension_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/clickhouse/v1/extension_service_pb2.py +60 -0
- yandex/cloud/mdb/clickhouse/v1/extension_service_pb2.pyi +72 -0
- yandex/cloud/mdb/clickhouse/v1/extension_service_pb2_grpc.py +141 -0
- yandex/cloud/mdb/clickhouse/v1/extension_service_pb2_grpc.pyi +59 -0
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.py +59 -43
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.pyi +67 -0
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2_grpc.py +44 -0
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2_grpc.pyi +20 -0
- yandex/cloud/mdb/greenplum/v1/user_pb2.py +44 -0
- yandex/cloud/mdb/greenplum/v1/user_pb2.pyi +35 -0
- yandex/cloud/mdb/greenplum/v1/user_pb2_grpc.py +24 -0
- yandex/cloud/mdb/greenplum/v1/user_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/greenplum/v1/user_service_pb2.py +101 -0
- yandex/cloud/mdb/greenplum/v1/user_service_pb2.pyi +187 -0
- yandex/cloud/mdb/greenplum/v1/user_service_pb2_grpc.py +231 -0
- yandex/cloud/mdb/greenplum/v1/user_service_pb2_grpc.pyi +105 -0
- yandex/cloud/mdb/kafka/v1/cluster_pb2.py +18 -14
- yandex/cloud/mdb/kafka/v1/cluster_pb2.pyi +2 -0
- yandex/cloud/mdb/kafka/v1/topic_pb2.py +12 -8
- yandex/cloud/mdb/kafka/v1/topic_pb2.pyi +2 -0
- yandex/cloud/mdb/mysql/v1/user_pb2.py +4 -4
- yandex/cloud/mdb/mysql/v1/user_pb2.pyi +4 -0
- yandex/cloud/mdb/opensearch/v1/extension/__init__.py +0 -0
- yandex/cloud/mdb/opensearch/v1/extension/extension_type_pb2.py +37 -0
- yandex/cloud/mdb/opensearch/v1/extension/extension_type_pb2.pyi +34 -0
- yandex/cloud/mdb/opensearch/v1/extension/extension_type_pb2_grpc.py +24 -0
- yandex/cloud/mdb/opensearch/v1/extension/extension_type_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/opensearch/v1/extension_pb2.py +47 -0
- yandex/cloud/mdb/opensearch/v1/extension_pb2.pyi +77 -0
- yandex/cloud/mdb/opensearch/v1/extension_pb2_grpc.py +24 -0
- yandex/cloud/mdb/opensearch/v1/extension_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/opensearch/v1/extension_service_pb2.py +104 -0
- yandex/cloud/mdb/opensearch/v1/extension_service_pb2.pyi +215 -0
- yandex/cloud/mdb/opensearch/v1/extension_service_pb2_grpc.py +276 -0
- yandex/cloud/mdb/opensearch/v1/extension_service_pb2_grpc.pyi +126 -0
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2.py +120 -120
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2.pyi +8 -2
- yandex/cloud/monitoring/v3/timeline_pb2.py +2 -2
- yandex/cloud/monitoring/v3/timeline_pb2.pyi +4 -2
- yandex/cloud/organizationmanager/v1/user_account_pb2.pyi +1 -1
- yandex/cloud/trino/__init__.py +0 -0
- yandex/cloud/trino/v1/__init__.py +0 -0
- yandex/cloud/trino/v1/cluster_pb2.py +119 -0
- yandex/cloud/trino/v1/cluster_pb2.pyi +576 -0
- yandex/cloud/trino/v1/cluster_pb2_grpc.py +24 -0
- yandex/cloud/trino/v1/cluster_pb2_grpc.pyi +17 -0
- yandex/cloud/trino/v1/cluster_service_pb2.py +162 -0
- yandex/cloud/trino/v1/cluster_service_pb2.pyi +597 -0
- yandex/cloud/trino/v1/cluster_service_pb2_grpc.py +411 -0
- yandex/cloud/trino/v1/cluster_service_pb2_grpc.pyi +192 -0
- yandex/cloud/trino/v1/maintenance_pb2.py +53 -0
- yandex/cloud/trino/v1/maintenance_pb2.pyi +123 -0
- yandex/cloud/trino/v1/maintenance_pb2_grpc.py +24 -0
- yandex/cloud/trino/v1/maintenance_pb2_grpc.pyi +17 -0
- yandex/cloud/video/v1/channel_service_pb2.pyi +5 -2
- yandex/cloud/video/v1/episode_service_pb2.pyi +5 -2
- yandex/cloud/video/v1/playlist_service_pb2.pyi +5 -2
- yandex/cloud/video/v1/stream_line_service_pb2.pyi +5 -2
- yandex/cloud/video/v1/stream_service_pb2.pyi +5 -2
- yandex/cloud/video/v1/video_service_pb2.pyi +5 -2
- yandexcloud/__init__.py +1 -1
- yandexcloud/_sdk.py +1 -0
- {yandexcloud-0.340.0.dist-info → yandexcloud-0.342.0.dist-info}/METADATA +2 -1
- {yandexcloud-0.340.0.dist-info → yandexcloud-0.342.0.dist-info}/RECORD +131 -58
- {yandexcloud-0.340.0.dist-info → yandexcloud-0.342.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.340.0.dist-info → yandexcloud-0.342.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.340.0.dist-info → yandexcloud-0.342.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.340.0.dist-info → yandexcloud-0.342.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import builtins
|
|
7
|
+
import google.protobuf.descriptor
|
|
8
|
+
import google.protobuf.internal.enum_type_wrapper
|
|
9
|
+
import google.protobuf.message
|
|
10
|
+
import google.protobuf.timestamp_pb2
|
|
11
|
+
import sys
|
|
12
|
+
import typing
|
|
13
|
+
|
|
14
|
+
if sys.version_info >= (3, 10):
|
|
15
|
+
import typing as typing_extensions
|
|
16
|
+
else:
|
|
17
|
+
import typing_extensions
|
|
18
|
+
|
|
19
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
20
|
+
|
|
21
|
+
@typing.final
|
|
22
|
+
class MaintenanceWindow(google.protobuf.message.Message):
|
|
23
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
24
|
+
|
|
25
|
+
ANYTIME_FIELD_NUMBER: builtins.int
|
|
26
|
+
WEEKLY_MAINTENANCE_WINDOW_FIELD_NUMBER: builtins.int
|
|
27
|
+
@property
|
|
28
|
+
def anytime(self) -> global___AnytimeMaintenanceWindow: ...
|
|
29
|
+
@property
|
|
30
|
+
def weekly_maintenance_window(self) -> global___WeeklyMaintenanceWindow: ...
|
|
31
|
+
def __init__(
|
|
32
|
+
self,
|
|
33
|
+
*,
|
|
34
|
+
anytime: global___AnytimeMaintenanceWindow | None = ...,
|
|
35
|
+
weekly_maintenance_window: global___WeeklyMaintenanceWindow | None = ...,
|
|
36
|
+
) -> None: ...
|
|
37
|
+
def HasField(self, field_name: typing.Literal["anytime", b"anytime", "policy", b"policy", "weekly_maintenance_window", b"weekly_maintenance_window"]) -> builtins.bool: ...
|
|
38
|
+
def ClearField(self, field_name: typing.Literal["anytime", b"anytime", "policy", b"policy", "weekly_maintenance_window", b"weekly_maintenance_window"]) -> None: ...
|
|
39
|
+
def WhichOneof(self, oneof_group: typing.Literal["policy", b"policy"]) -> typing.Literal["anytime", "weekly_maintenance_window"] | None: ...
|
|
40
|
+
|
|
41
|
+
global___MaintenanceWindow = MaintenanceWindow
|
|
42
|
+
|
|
43
|
+
@typing.final
|
|
44
|
+
class AnytimeMaintenanceWindow(google.protobuf.message.Message):
|
|
45
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
46
|
+
|
|
47
|
+
def __init__(
|
|
48
|
+
self,
|
|
49
|
+
) -> None: ...
|
|
50
|
+
|
|
51
|
+
global___AnytimeMaintenanceWindow = AnytimeMaintenanceWindow
|
|
52
|
+
|
|
53
|
+
@typing.final
|
|
54
|
+
class WeeklyMaintenanceWindow(google.protobuf.message.Message):
|
|
55
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
56
|
+
|
|
57
|
+
class _WeekDay:
|
|
58
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
59
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
60
|
+
|
|
61
|
+
class _WeekDayEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[WeeklyMaintenanceWindow._WeekDay.ValueType], builtins.type):
|
|
62
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
63
|
+
WEEK_DAY_UNSPECIFIED: WeeklyMaintenanceWindow._WeekDay.ValueType # 0
|
|
64
|
+
MON: WeeklyMaintenanceWindow._WeekDay.ValueType # 1
|
|
65
|
+
TUE: WeeklyMaintenanceWindow._WeekDay.ValueType # 2
|
|
66
|
+
WED: WeeklyMaintenanceWindow._WeekDay.ValueType # 3
|
|
67
|
+
THU: WeeklyMaintenanceWindow._WeekDay.ValueType # 4
|
|
68
|
+
FRI: WeeklyMaintenanceWindow._WeekDay.ValueType # 5
|
|
69
|
+
SAT: WeeklyMaintenanceWindow._WeekDay.ValueType # 6
|
|
70
|
+
SUN: WeeklyMaintenanceWindow._WeekDay.ValueType # 7
|
|
71
|
+
|
|
72
|
+
class WeekDay(_WeekDay, metaclass=_WeekDayEnumTypeWrapper): ...
|
|
73
|
+
WEEK_DAY_UNSPECIFIED: WeeklyMaintenanceWindow.WeekDay.ValueType # 0
|
|
74
|
+
MON: WeeklyMaintenanceWindow.WeekDay.ValueType # 1
|
|
75
|
+
TUE: WeeklyMaintenanceWindow.WeekDay.ValueType # 2
|
|
76
|
+
WED: WeeklyMaintenanceWindow.WeekDay.ValueType # 3
|
|
77
|
+
THU: WeeklyMaintenanceWindow.WeekDay.ValueType # 4
|
|
78
|
+
FRI: WeeklyMaintenanceWindow.WeekDay.ValueType # 5
|
|
79
|
+
SAT: WeeklyMaintenanceWindow.WeekDay.ValueType # 6
|
|
80
|
+
SUN: WeeklyMaintenanceWindow.WeekDay.ValueType # 7
|
|
81
|
+
|
|
82
|
+
DAY_FIELD_NUMBER: builtins.int
|
|
83
|
+
HOUR_FIELD_NUMBER: builtins.int
|
|
84
|
+
day: global___WeeklyMaintenanceWindow.WeekDay.ValueType
|
|
85
|
+
hour: builtins.int
|
|
86
|
+
"""Hour of the day in UTC."""
|
|
87
|
+
def __init__(
|
|
88
|
+
self,
|
|
89
|
+
*,
|
|
90
|
+
day: global___WeeklyMaintenanceWindow.WeekDay.ValueType = ...,
|
|
91
|
+
hour: builtins.int = ...,
|
|
92
|
+
) -> None: ...
|
|
93
|
+
def ClearField(self, field_name: typing.Literal["day", b"day", "hour", b"hour"]) -> None: ...
|
|
94
|
+
|
|
95
|
+
global___WeeklyMaintenanceWindow = WeeklyMaintenanceWindow
|
|
96
|
+
|
|
97
|
+
@typing.final
|
|
98
|
+
class MaintenanceOperation(google.protobuf.message.Message):
|
|
99
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
100
|
+
|
|
101
|
+
INFO_FIELD_NUMBER: builtins.int
|
|
102
|
+
DELAYED_UNTIL_FIELD_NUMBER: builtins.int
|
|
103
|
+
LATEST_MAINTENANCE_TIME_FIELD_NUMBER: builtins.int
|
|
104
|
+
NEXT_MAINTENANCE_WINDOW_TIME_FIELD_NUMBER: builtins.int
|
|
105
|
+
info: builtins.str
|
|
106
|
+
@property
|
|
107
|
+
def delayed_until(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
|
|
108
|
+
@property
|
|
109
|
+
def latest_maintenance_time(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
|
|
110
|
+
@property
|
|
111
|
+
def next_maintenance_window_time(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
|
|
112
|
+
def __init__(
|
|
113
|
+
self,
|
|
114
|
+
*,
|
|
115
|
+
info: builtins.str = ...,
|
|
116
|
+
delayed_until: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
117
|
+
latest_maintenance_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
118
|
+
next_maintenance_window_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
119
|
+
) -> None: ...
|
|
120
|
+
def HasField(self, field_name: typing.Literal["delayed_until", b"delayed_until", "latest_maintenance_time", b"latest_maintenance_time", "next_maintenance_window_time", b"next_maintenance_window_time"]) -> builtins.bool: ...
|
|
121
|
+
def ClearField(self, field_name: typing.Literal["delayed_until", b"delayed_until", "info", b"info", "latest_maintenance_time", b"latest_maintenance_time", "next_maintenance_window_time", b"next_maintenance_window_time"]) -> None: ...
|
|
122
|
+
|
|
123
|
+
global___MaintenanceOperation = MaintenanceOperation
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
|
2
|
+
"""Client and server classes corresponding to protobuf-defined services."""
|
|
3
|
+
import grpc
|
|
4
|
+
import warnings
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
GRPC_GENERATED_VERSION = '1.70.0'
|
|
8
|
+
GRPC_VERSION = grpc.__version__
|
|
9
|
+
_version_not_supported = False
|
|
10
|
+
|
|
11
|
+
try:
|
|
12
|
+
from grpc._utilities import first_version_is_lower
|
|
13
|
+
_version_not_supported = first_version_is_lower(GRPC_VERSION, GRPC_GENERATED_VERSION)
|
|
14
|
+
except ImportError:
|
|
15
|
+
_version_not_supported = True
|
|
16
|
+
|
|
17
|
+
if _version_not_supported:
|
|
18
|
+
raise RuntimeError(
|
|
19
|
+
f'The grpc package installed is at version {GRPC_VERSION},'
|
|
20
|
+
+ f' but the generated code in yandex/cloud/trino/v1/maintenance_pb2_grpc.py depends on'
|
|
21
|
+
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
|
22
|
+
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
|
23
|
+
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
|
24
|
+
)
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import abc
|
|
7
|
+
import collections.abc
|
|
8
|
+
import grpc
|
|
9
|
+
import grpc.aio
|
|
10
|
+
import typing
|
|
11
|
+
|
|
12
|
+
_T = typing.TypeVar("_T")
|
|
13
|
+
|
|
14
|
+
class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
|
|
15
|
+
|
|
16
|
+
class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
|
|
17
|
+
...
|
|
@@ -59,8 +59,11 @@ class ListChannelsRequest(google.protobuf.message.Message):
|
|
|
59
59
|
Expressions are composed of terms connected by logic operators.
|
|
60
60
|
If value contains spaces or quotes,
|
|
61
61
|
it should be in quotes (`'` or `"`) with the inner quotes being backslash escaped.
|
|
62
|
-
|
|
63
|
-
Supported operators: ["
|
|
62
|
+
Supported logical operators: ["AND", "OR"].
|
|
63
|
+
Supported string match operators: ["=", "!=", ":"].
|
|
64
|
+
Operator ":" stands for substring matching.
|
|
65
|
+
Filter expressions may also contain parentheses to group logical operands.
|
|
66
|
+
Example: `key1='value' AND (key2!='\\'value\\'' OR key2:"\\"value\\"")`
|
|
64
67
|
Supported fields: ["id", "title"].
|
|
65
68
|
Both snake_case and camelCase are supported for fields.
|
|
66
69
|
"""
|
|
@@ -65,8 +65,11 @@ class ListEpisodesRequest(google.protobuf.message.Message):
|
|
|
65
65
|
Expressions are composed of terms connected by logic operators.
|
|
66
66
|
If value contains spaces or quotes,
|
|
67
67
|
it should be in quotes (`'` or `"`) with the inner quotes being backslash escaped.
|
|
68
|
-
|
|
69
|
-
Supported operators: ["
|
|
68
|
+
Supported logical operators: ["AND", "OR"].
|
|
69
|
+
Supported string match operators: ["=", "!=", ":"].
|
|
70
|
+
Operator ":" stands for substring matching.
|
|
71
|
+
Filter expressions may also contain parentheses to group logical operands.
|
|
72
|
+
Example: `key1='value' AND (key2!='\\'value\\'' OR key2:"\\"value\\"")`
|
|
70
73
|
Supported fields: ["id", "title"].
|
|
71
74
|
Both snake_case and camelCase are supported for fields.
|
|
72
75
|
"""
|
|
@@ -59,8 +59,11 @@ class ListPlaylistsRequest(google.protobuf.message.Message):
|
|
|
59
59
|
Expressions are composed of terms connected by logic operators.
|
|
60
60
|
If value contains spaces or quotes,
|
|
61
61
|
it should be in quotes (`'` or `"`) with the inner quotes being backslash escaped.
|
|
62
|
-
|
|
63
|
-
Supported operators: ["
|
|
62
|
+
Supported logical operators: ["AND", "OR"].
|
|
63
|
+
Supported string match operators: ["=", "!=", ":"].
|
|
64
|
+
Operator ":" stands for substring matching.
|
|
65
|
+
Filter expressions may also contain parentheses to group logical operands.
|
|
66
|
+
Example: `key1='value' AND (key2!='\\'value\\'' OR key2:"\\"value\\"")`
|
|
64
67
|
Supported fields: ["id", "title"].
|
|
65
68
|
Both snake_case and camelCase are supported for fields.
|
|
66
69
|
"""
|
|
@@ -59,8 +59,11 @@ class ListStreamLinesRequest(google.protobuf.message.Message):
|
|
|
59
59
|
Expressions are composed of terms connected by logic operators.
|
|
60
60
|
If value contains spaces or quotes,
|
|
61
61
|
it should be in quotes (`'` or `"`) with the inner quotes being backslash escaped.
|
|
62
|
-
|
|
63
|
-
Supported operators: ["
|
|
62
|
+
Supported logical operators: ["AND", "OR"].
|
|
63
|
+
Supported string match operators: ["=", "!=", ":"].
|
|
64
|
+
Operator ":" stands for substring matching.
|
|
65
|
+
Filter expressions may also contain parentheses to group logical operands.
|
|
66
|
+
Example: `key1='value' AND (key2!='\\'value\\'' OR key2:"\\"value\\"")`
|
|
64
67
|
Supported fields: ["id", "title"].
|
|
65
68
|
Both snake_case and camelCase are supported for fields.
|
|
66
69
|
"""
|
|
@@ -61,8 +61,11 @@ class ListStreamsRequest(google.protobuf.message.Message):
|
|
|
61
61
|
Expressions are composed of terms connected by logic operators.
|
|
62
62
|
If value contains spaces or quotes,
|
|
63
63
|
it should be in quotes (`'` or `"`) with the inner quotes being backslash escaped.
|
|
64
|
-
|
|
65
|
-
Supported operators: ["
|
|
64
|
+
Supported logical operators: ["AND", "OR"].
|
|
65
|
+
Supported string match operators: ["=", "!=", ":"].
|
|
66
|
+
Operator ":" stands for substring matching.
|
|
67
|
+
Filter expressions may also contain parentheses to group logical operands.
|
|
68
|
+
Example: `key1='value' AND (key2!='\\'value\\'' OR key2:"\\"value\\"")`
|
|
66
69
|
Supported fields: ["id", "title", "lineId", "status"].
|
|
67
70
|
Both snake_case and camelCase are supported for fields.
|
|
68
71
|
"""
|
|
@@ -62,8 +62,11 @@ class ListVideoRequest(google.protobuf.message.Message):
|
|
|
62
62
|
Expressions are composed of terms connected by logic operators.
|
|
63
63
|
If value contains spaces or quotes,
|
|
64
64
|
it should be in quotes (`'` or `"`) with the inner quotes being backslash escaped.
|
|
65
|
-
|
|
66
|
-
Supported operators: ["
|
|
65
|
+
Supported logical operators: ["AND", "OR"].
|
|
66
|
+
Supported string match operators: ["=", "!=", ":"].
|
|
67
|
+
Operator ":" stands for substring matching.
|
|
68
|
+
Filter expressions may also contain parentheses to group logical operands.
|
|
69
|
+
Example: `key1='value' AND (key2!='\\'value\\'' OR key2:"\\"value\\"")`
|
|
67
70
|
Supported fields: ["id", "title", "status", "visibilityStatus"].
|
|
68
71
|
Both snake_case and camelCase are supported for fields.
|
|
69
72
|
"""
|
yandexcloud/__init__.py
CHANGED
yandexcloud/_sdk.py
CHANGED
|
@@ -192,6 +192,7 @@ _supported_modules = [
|
|
|
192
192
|
("yandex.cloud.serverless.triggers", "serverless-triggers"),
|
|
193
193
|
("yandex.cloud.spark", "managed-spark"),
|
|
194
194
|
("yandex.cloud.storage", "storage-api"),
|
|
195
|
+
("yandex.cloud.trino", "trino"),
|
|
195
196
|
("yandex.cloud.vpc", "vpc"),
|
|
196
197
|
("yandex.cloud.ydb", "ydb"),
|
|
197
198
|
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: yandexcloud
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.342.0
|
|
4
4
|
Summary: The Yandex Cloud official SDK
|
|
5
5
|
Author-email: Yandex LLC <cloud@support.yandex.ru>
|
|
6
6
|
License: MIT
|
|
@@ -147,6 +147,7 @@ Check `examples` directory for more examples.
|
|
|
147
147
|
| yandex.cloud.serverless.triggers | serverless-triggers |
|
|
148
148
|
| yandex.cloud.spark | managed-spark |
|
|
149
149
|
| yandex.cloud.storage | storage-api |
|
|
150
|
+
| yandex.cloud.trino | trino |
|
|
150
151
|
| yandex.cloud.vpc | vpc |
|
|
151
152
|
| yandex.cloud.ydb | ydb |
|
|
152
153
|
|