yandexcloud 0.320.0__py3-none-any.whl → 0.322.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/assistant_pb2.pyi +38 -8
- yandex/cloud/ai/assistants/v1/assistant_service_pb2.pyi +89 -15
- yandex/cloud/ai/assistants/v1/assistant_service_pb2_grpc.py +18 -9
- yandex/cloud/ai/assistants/v1/assistant_service_pb2_grpc.pyi +30 -6
- yandex/cloud/ai/assistants/v1/common_pb2.pyi +37 -6
- yandex/cloud/ai/assistants/v1/runs/run_pb2.pyi +55 -9
- yandex/cloud/ai/assistants/v1/runs/run_service_pb2.pyi +74 -11
- yandex/cloud/ai/assistants/v1/runs/run_service_pb2_grpc.py +18 -8
- yandex/cloud/ai/assistants/v1/runs/run_service_pb2_grpc.pyi +35 -5
- yandex/cloud/ai/assistants/v1/searchindex/common_pb2.pyi +15 -0
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_pb2.pyi +8 -1
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2.pyi +15 -1
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2_grpc.py +10 -5
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2_grpc.pyi +14 -2
- yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.pyi +45 -9
- yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2.pyi +52 -9
- yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2_grpc.py +16 -8
- yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2_grpc.pyi +26 -5
- yandex/cloud/ai/assistants/v1/threads/message_pb2.py +18 -16
- yandex/cloud/ai/assistants/v1/threads/message_pb2.pyi +84 -10
- yandex/cloud/ai/assistants/v1/threads/message_service_pb2.pyi +21 -3
- yandex/cloud/ai/assistants/v1/threads/message_service_pb2_grpc.py +13 -6
- yandex/cloud/ai/assistants/v1/threads/message_service_pb2_grpc.pyi +24 -3
- yandex/cloud/ai/assistants/v1/threads/thread_pb2.pyi +22 -5
- yandex/cloud/ai/assistants/v1/threads/thread_service_pb2.pyi +47 -7
- yandex/cloud/ai/assistants/v1/threads/thread_service_pb2_grpc.py +16 -8
- yandex/cloud/ai/assistants/v1/threads/thread_service_pb2_grpc.pyi +26 -5
- yandex/cloud/ai/assistants/v1/users/user_pb2.pyi +21 -5
- yandex/cloud/ai/assistants/v1/users/user_service_pb2.pyi +43 -6
- yandex/cloud/ai/assistants/v1/users/user_service_pb2_grpc.py +16 -8
- yandex/cloud/ai/assistants/v1/users/user_service_pb2_grpc.pyi +26 -5
- yandex/cloud/ai/dataset/__init__.py +0 -0
- yandex/cloud/ai/dataset/v1/__init__.py +0 -0
- yandex/cloud/ai/dataset/v1/dataset_pb2.py +35 -0
- yandex/cloud/ai/dataset/v1/dataset_pb2.pyi +161 -0
- yandex/cloud/ai/dataset/v1/dataset_pb2_grpc.py +4 -0
- yandex/cloud/ai/dataset/v1/dataset_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.py +117 -0
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.pyi +520 -0
- yandex/cloud/ai/dataset/v1/dataset_service_pb2_grpc.py +378 -0
- yandex/cloud/ai/dataset/v1/dataset_service_pb2_grpc.pyi +237 -0
- yandex/cloud/ai/files/v1/file_pb2.pyi +22 -5
- yandex/cloud/ai/files/v1/file_service_pb2.pyi +53 -6
- yandex/cloud/ai/files/v1/file_service_pb2_grpc.py +18 -9
- yandex/cloud/ai/files/v1/file_service_pb2_grpc.pyi +30 -6
- yandex/cloud/ai/foundation_models/v1/text_common_pb2.py +30 -13
- yandex/cloud/ai/foundation_models/v1/text_common_pb2.pyi +197 -0
- yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2.py +14 -14
- yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2.pyi +9 -1
- yandex/cloud/apploadbalancer/v1/load_balancer_pb2.py +52 -51
- yandex/cloud/apploadbalancer/v1/load_balancer_pb2.pyi +11 -1
- yandex/cloud/apploadbalancer/v1/rate_limit_pb2.py +35 -0
- yandex/cloud/apploadbalancer/v1/rate_limit_pb2.pyi +62 -0
- yandex/cloud/apploadbalancer/v1/rate_limit_pb2_grpc.py +4 -0
- yandex/cloud/apploadbalancer/v1/rate_limit_pb2_grpc.pyi +17 -0
- yandex/cloud/apploadbalancer/v1/virtual_host_pb2.py +44 -43
- yandex/cloud/apploadbalancer/v1/virtual_host_pb2.pyi +25 -6
- yandex/cloud/apploadbalancer/v1/virtual_host_service_pb2.py +30 -29
- yandex/cloud/apploadbalancer/v1/virtual_host_service_pb2.pyi +17 -4
- yandex/cloud/compute/v1/disk_pb2.py +12 -11
- yandex/cloud/compute/v1/disk_pb2.pyi +9 -2
- yandex/cloud/compute/v1/disk_service_pb2.py +36 -34
- yandex/cloud/compute/v1/disk_service_pb2.pyi +5 -1
- yandex/cloud/compute/v1/image_pb2.py +12 -11
- yandex/cloud/compute/v1/image_pb2.pyi +9 -2
- yandex/cloud/compute/v1/instance_service_pb2.py +39 -37
- yandex/cloud/compute/v1/instance_service_pb2.pyi +11 -7
- yandex/cloud/compute/v1/kek_pb2.py +26 -0
- yandex/cloud/compute/v1/kek_pb2.pyi +31 -0
- yandex/cloud/compute/v1/kek_pb2_grpc.py +4 -0
- yandex/cloud/compute/v1/kek_pb2_grpc.pyi +17 -0
- yandex/cloud/compute/v1/snapshot_pb2.py +8 -7
- yandex/cloud/compute/v1/snapshot_pb2.pyi +9 -2
- yandex/cloud/datasphere/v1/project_pb2.py +6 -8
- yandex/cloud/datasphere/v1/project_pb2.pyi +1 -35
- yandex/cloud/datasphere/v1/project_service_pb2.py +39 -70
- yandex/cloud/datasphere/v1/project_service_pb2.pyi +0 -171
- yandex/cloud/datasphere/v1/project_service_pb2_grpc.py +0 -102
- yandex/cloud/datasphere/v1/project_service_pb2_grpc.pyi +0 -60
- yandex/cloud/datasphere/v2/jobs/jobs_pb2.py +21 -19
- yandex/cloud/datasphere/v2/jobs/jobs_pb2.pyi +50 -1
- yandex/cloud/datasphere/v2/project_pb2.py +11 -15
- yandex/cloud/datasphere/v2/project_pb2.pyi +1 -55
- yandex/cloud/datasphere/v2/project_service_pb2.py +73 -84
- yandex/cloud/datasphere/v2/project_service_pb2.pyi +102 -119
- yandex/cloud/datasphere/v2/project_service_pb2_grpc.py +34 -70
- yandex/cloud/datasphere/v2/project_service_pb2_grpc.pyi +20 -52
- yandex/cloud/datasphere/v2/resource_types_pb2.py +2 -2
- yandex/cloud/datasphere/v2/resource_types_pb2.pyi +0 -4
- yandex/cloud/datatransfer/v1/endpoint/postgres_pb2.pyi +2 -2
- yandex/cloud/k8s/v1/cluster_service_pb2.py +38 -38
- yandex/cloud/k8s/v1/cluster_service_pb2.pyi +8 -2
- yandex/cloud/mdb/greenplum/v1/pxf_pb2.pyi +1 -1
- yandex/cloud/mdb/kafka/v1/cluster_pb2.py +26 -24
- yandex/cloud/mdb/kafka/v1/cluster_pb2.pyi +32 -5
- yandex/cloud/mdb/kafka/v1/connector_service_pb2.py +37 -37
- yandex/cloud/mdb/kafka/v1/user_pb2.pyi +1 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql15_1c_pb2.py +15 -15
- yandex/cloud/mdb/postgresql/v1/config/postgresql15_1c_pb2.pyi +2 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql15_pb2.py +15 -15
- yandex/cloud/mdb/postgresql/v1/config/postgresql15_pb2.pyi +2 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql16_1c_pb2.py +15 -15
- yandex/cloud/mdb/postgresql/v1/config/postgresql16_1c_pb2.pyi +2 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql16_pb2.py +15 -15
- yandex/cloud/mdb/postgresql/v1/config/postgresql16_pb2.pyi +2 -0
- yandex/cloud/mdb/redis/v1/config/redis_pb2.py +16 -8
- yandex/cloud/mdb/redis/v1/config/redis_pb2.pyi +56 -2
- {yandexcloud-0.320.0.dist-info → yandexcloud-0.322.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.320.0.dist-info → yandexcloud-0.322.0.dist-info}/RECORD +113 -95
- {yandexcloud-0.320.0.dist-info → yandexcloud-0.322.0.dist-info}/WHEEL +1 -1
- {yandexcloud-0.320.0.dist-info → yandexcloud-0.322.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.320.0.dist-info → yandexcloud-0.322.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.320.0.dist-info → yandexcloud-0.322.0.dist-info}/top_level.txt +0 -0
|
@@ -12,10 +12,11 @@ _sym_db = _symbol_database.Default()
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
15
|
+
from yandex.cloud.compute.v1 import kek_pb2 as yandex_dot_cloud_dot_compute_dot_v1_dot_kek__pb2
|
|
15
16
|
from yandex.cloud.compute.v1 import hardware_generation_pb2 as yandex_dot_cloud_dot_compute_dot_v1_dot_hardware__generation__pb2
|
|
16
17
|
|
|
17
18
|
|
|
18
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n&yandex/cloud/compute/v1/snapshot.proto\x12\x17yandex.cloud.compute.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x31yandex/cloud/compute/v1/hardware_generation.proto\"\
|
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n&yandex/cloud/compute/v1/snapshot.proto\x12\x17yandex.cloud.compute.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a!yandex/cloud/compute/v1/kek.proto\x1a\x31yandex/cloud/compute/v1/hardware_generation.proto\"\xca\x04\n\x08Snapshot\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04name\x18\x04 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\x12=\n\x06labels\x18\x06 \x03(\x0b\x32-.yandex.cloud.compute.v1.Snapshot.LabelsEntry\x12\x14\n\x0cstorage_size\x18\x07 \x01(\x03\x12\x11\n\tdisk_size\x18\x08 \x01(\x03\x12\x13\n\x0bproduct_ids\x18\t \x03(\t\x12\x38\n\x06status\x18\n \x01(\x0e\x32(.yandex.cloud.compute.v1.Snapshot.Status\x12\x16\n\x0esource_disk_id\x18\x0b \x01(\t\x12H\n\x13hardware_generation\x18\x0c \x01(\x0b\x32+.yandex.cloud.compute.v1.HardwareGeneration\x12\x30\n\x07kms_key\x18\r \x01(\x0b\x32\x1f.yandex.cloud.compute.v1.KMSKey\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"R\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\t\n\x05READY\x10\x02\x12\t\n\x05\x45RROR\x10\x03\x12\x0c\n\x08\x44\x45LETING\x10\x04\x42\x62\n\x1byandex.cloud.api.compute.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/compute/v1;computeb\x06proto3')
|
|
19
20
|
|
|
20
21
|
_globals = globals()
|
|
21
22
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -25,10 +26,10 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
25
26
|
DESCRIPTOR._serialized_options = b'\n\033yandex.cloud.api.compute.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/compute/v1;compute'
|
|
26
27
|
_SNAPSHOT_LABELSENTRY._options = None
|
|
27
28
|
_SNAPSHOT_LABELSENTRY._serialized_options = b'8\001'
|
|
28
|
-
_globals['_SNAPSHOT']._serialized_start=
|
|
29
|
-
_globals['_SNAPSHOT']._serialized_end=
|
|
30
|
-
_globals['_SNAPSHOT_LABELSENTRY']._serialized_start=
|
|
31
|
-
_globals['_SNAPSHOT_LABELSENTRY']._serialized_end=
|
|
32
|
-
_globals['_SNAPSHOT_STATUS']._serialized_start=
|
|
33
|
-
_globals['_SNAPSHOT_STATUS']._serialized_end=
|
|
29
|
+
_globals['_SNAPSHOT']._serialized_start=187
|
|
30
|
+
_globals['_SNAPSHOT']._serialized_end=773
|
|
31
|
+
_globals['_SNAPSHOT_LABELSENTRY']._serialized_start=644
|
|
32
|
+
_globals['_SNAPSHOT_LABELSENTRY']._serialized_end=689
|
|
33
|
+
_globals['_SNAPSHOT_STATUS']._serialized_start=691
|
|
34
|
+
_globals['_SNAPSHOT_STATUS']._serialized_end=773
|
|
34
35
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -13,6 +13,7 @@ import google.protobuf.timestamp_pb2
|
|
|
13
13
|
import sys
|
|
14
14
|
import typing
|
|
15
15
|
import yandex.cloud.compute.v1.hardware_generation_pb2
|
|
16
|
+
import yandex.cloud.compute.v1.kek_pb2
|
|
16
17
|
|
|
17
18
|
if sys.version_info >= (3, 10):
|
|
18
19
|
import typing as typing_extensions
|
|
@@ -82,6 +83,7 @@ class Snapshot(google.protobuf.message.Message):
|
|
|
82
83
|
STATUS_FIELD_NUMBER: builtins.int
|
|
83
84
|
SOURCE_DISK_ID_FIELD_NUMBER: builtins.int
|
|
84
85
|
HARDWARE_GENERATION_FIELD_NUMBER: builtins.int
|
|
86
|
+
KMS_KEY_FIELD_NUMBER: builtins.int
|
|
85
87
|
id: builtins.str
|
|
86
88
|
"""ID of the snapshot."""
|
|
87
89
|
folder_id: builtins.str
|
|
@@ -126,6 +128,10 @@ class Snapshot(google.protobuf.message.Message):
|
|
|
126
128
|
created using this snapshot as source for the boot disk. Otherwise the current default will be used.
|
|
127
129
|
"""
|
|
128
130
|
|
|
131
|
+
@property
|
|
132
|
+
def kms_key(self) -> yandex.cloud.compute.v1.kek_pb2.KMSKey:
|
|
133
|
+
"""Key encryption key info."""
|
|
134
|
+
|
|
129
135
|
def __init__(
|
|
130
136
|
self,
|
|
131
137
|
*,
|
|
@@ -141,8 +147,9 @@ class Snapshot(google.protobuf.message.Message):
|
|
|
141
147
|
status: global___Snapshot.Status.ValueType = ...,
|
|
142
148
|
source_disk_id: builtins.str = ...,
|
|
143
149
|
hardware_generation: yandex.cloud.compute.v1.hardware_generation_pb2.HardwareGeneration | None = ...,
|
|
150
|
+
kms_key: yandex.cloud.compute.v1.kek_pb2.KMSKey | None = ...,
|
|
144
151
|
) -> None: ...
|
|
145
|
-
def HasField(self, field_name: typing.Literal["created_at", b"created_at", "hardware_generation", b"hardware_generation"]) -> builtins.bool: ...
|
|
146
|
-
def ClearField(self, field_name: typing.Literal["created_at", b"created_at", "description", b"description", "disk_size", b"disk_size", "folder_id", b"folder_id", "hardware_generation", b"hardware_generation", "id", b"id", "labels", b"labels", "name", b"name", "product_ids", b"product_ids", "source_disk_id", b"source_disk_id", "status", b"status", "storage_size", b"storage_size"]) -> None: ...
|
|
152
|
+
def HasField(self, field_name: typing.Literal["created_at", b"created_at", "hardware_generation", b"hardware_generation", "kms_key", b"kms_key"]) -> builtins.bool: ...
|
|
153
|
+
def ClearField(self, field_name: typing.Literal["created_at", b"created_at", "description", b"description", "disk_size", b"disk_size", "folder_id", b"folder_id", "hardware_generation", b"hardware_generation", "id", b"id", "kms_key", b"kms_key", "labels", b"labels", "name", b"name", "product_ids", b"product_ids", "source_disk_id", b"source_disk_id", "status", b"status", "storage_size", b"storage_size"]) -> None: ...
|
|
147
154
|
|
|
148
155
|
global___Snapshot = Snapshot
|
|
@@ -15,7 +15,7 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
|
|
|
15
15
|
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(yandex/cloud/datasphere/v1/project.proto\x12\x1ayandex.cloud.datasphere.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\"\
|
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(yandex/cloud/datasphere/v1/project.proto\x12\x1ayandex.cloud.datasphere.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\"\xf3\x03\n\x07Project\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04name\x18\x04 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\x12>\n\x08settings\x18\x06 \x01(\x0b\x32,.yandex.cloud.datasphere.v1.Project.Settings\x12:\n\x06limits\x18\x07 \x01(\x0b\x32*.yandex.cloud.datasphere.v1.Project.Limits\x1ay\n\x08Settings\x12\x1a\n\x12service_account_id\x18\x01 \x01(\t\x12\x11\n\tsubnet_id\x18\x02 \x01(\t\x12\x1c\n\x14\x64\x61ta_proc_cluster_id\x18\x03 \x01(\t\x12\x1a\n\x12security_group_ids\x18\x05 \x03(\tJ\x04\x08\x04\x10\x05\x1a\x7f\n\x06Limits\x12\x37\n\x12max_units_per_hour\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12<\n\x17max_units_per_execution\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64ValueBk\n\x1eyandex.cloud.api.datasphere.v1ZIgithub.com/yandex-cloud/go-genproto/yandex/cloud/datasphere/v1;datasphereb\x06proto3')
|
|
19
19
|
|
|
20
20
|
_globals = globals()
|
|
21
21
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -24,11 +24,9 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
24
24
|
DESCRIPTOR._options = None
|
|
25
25
|
DESCRIPTOR._serialized_options = b'\n\036yandex.cloud.api.datasphere.v1ZIgithub.com/yandex-cloud/go-genproto/yandex/cloud/datasphere/v1;datasphere'
|
|
26
26
|
_globals['_PROJECT']._serialized_start=138
|
|
27
|
-
_globals['_PROJECT']._serialized_end=
|
|
28
|
-
_globals['_PROJECT_SETTINGS']._serialized_start=
|
|
29
|
-
_globals['_PROJECT_SETTINGS']._serialized_end=
|
|
30
|
-
_globals['
|
|
31
|
-
_globals['
|
|
32
|
-
_globals['_PROJECT_LIMITS']._serialized_start=650
|
|
33
|
-
_globals['_PROJECT_LIMITS']._serialized_end=777
|
|
27
|
+
_globals['_PROJECT']._serialized_end=637
|
|
28
|
+
_globals['_PROJECT_SETTINGS']._serialized_start=387
|
|
29
|
+
_globals['_PROJECT_SETTINGS']._serialized_end=508
|
|
30
|
+
_globals['_PROJECT_LIMITS']._serialized_start=510
|
|
31
|
+
_globals['_PROJECT_LIMITS']._serialized_end=637
|
|
34
32
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -7,18 +7,11 @@ import builtins
|
|
|
7
7
|
import collections.abc
|
|
8
8
|
import google.protobuf.descriptor
|
|
9
9
|
import google.protobuf.internal.containers
|
|
10
|
-
import google.protobuf.internal.enum_type_wrapper
|
|
11
10
|
import google.protobuf.message
|
|
12
11
|
import google.protobuf.timestamp_pb2
|
|
13
12
|
import google.protobuf.wrappers_pb2
|
|
14
|
-
import sys
|
|
15
13
|
import typing
|
|
16
14
|
|
|
17
|
-
if sys.version_info >= (3, 10):
|
|
18
|
-
import typing as typing_extensions
|
|
19
|
-
else:
|
|
20
|
-
import typing_extensions
|
|
21
|
-
|
|
22
15
|
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
23
16
|
|
|
24
17
|
@typing.final
|
|
@@ -31,33 +24,9 @@ class Project(google.protobuf.message.Message):
|
|
|
31
24
|
class Settings(google.protobuf.message.Message):
|
|
32
25
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
33
26
|
|
|
34
|
-
class _CommitMode:
|
|
35
|
-
ValueType = typing.NewType("ValueType", builtins.int)
|
|
36
|
-
V: typing_extensions.TypeAlias = ValueType
|
|
37
|
-
|
|
38
|
-
class _CommitModeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[Project.Settings._CommitMode.ValueType], builtins.type):
|
|
39
|
-
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
40
|
-
COMMIT_MODE_UNSPECIFIED: Project.Settings._CommitMode.ValueType # 0
|
|
41
|
-
STANDARD: Project.Settings._CommitMode.ValueType # 1
|
|
42
|
-
"""Commit happens after the execution of a cell or group of cells or after completion with an error."""
|
|
43
|
-
AUTO: Project.Settings._CommitMode.ValueType # 2
|
|
44
|
-
"""Commit happens periodically.
|
|
45
|
-
Also, automatic saving of state occurs when switching to another type of computing resource.
|
|
46
|
-
"""
|
|
47
|
-
|
|
48
|
-
class CommitMode(_CommitMode, metaclass=_CommitModeEnumTypeWrapper): ...
|
|
49
|
-
COMMIT_MODE_UNSPECIFIED: Project.Settings.CommitMode.ValueType # 0
|
|
50
|
-
STANDARD: Project.Settings.CommitMode.ValueType # 1
|
|
51
|
-
"""Commit happens after the execution of a cell or group of cells or after completion with an error."""
|
|
52
|
-
AUTO: Project.Settings.CommitMode.ValueType # 2
|
|
53
|
-
"""Commit happens periodically.
|
|
54
|
-
Also, automatic saving of state occurs when switching to another type of computing resource.
|
|
55
|
-
"""
|
|
56
|
-
|
|
57
27
|
SERVICE_ACCOUNT_ID_FIELD_NUMBER: builtins.int
|
|
58
28
|
SUBNET_ID_FIELD_NUMBER: builtins.int
|
|
59
29
|
DATA_PROC_CLUSTER_ID_FIELD_NUMBER: builtins.int
|
|
60
|
-
COMMIT_MODE_FIELD_NUMBER: builtins.int
|
|
61
30
|
SECURITY_GROUP_IDS_FIELD_NUMBER: builtins.int
|
|
62
31
|
service_account_id: builtins.str
|
|
63
32
|
"""ID of the service account, on whose behalf all operations with clusters will be performed."""
|
|
@@ -67,8 +36,6 @@ class Project(google.protobuf.message.Message):
|
|
|
67
36
|
"""
|
|
68
37
|
data_proc_cluster_id: builtins.str
|
|
69
38
|
"""ID of the DataProc cluster."""
|
|
70
|
-
commit_mode: global___Project.Settings.CommitMode.ValueType
|
|
71
|
-
"""Commit mode that is assigned to the project."""
|
|
72
39
|
@property
|
|
73
40
|
def security_group_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
74
41
|
"""Network interfaces security groups."""
|
|
@@ -79,10 +46,9 @@ class Project(google.protobuf.message.Message):
|
|
|
79
46
|
service_account_id: builtins.str = ...,
|
|
80
47
|
subnet_id: builtins.str = ...,
|
|
81
48
|
data_proc_cluster_id: builtins.str = ...,
|
|
82
|
-
commit_mode: global___Project.Settings.CommitMode.ValueType = ...,
|
|
83
49
|
security_group_ids: collections.abc.Iterable[builtins.str] | None = ...,
|
|
84
50
|
) -> None: ...
|
|
85
|
-
def ClearField(self, field_name: typing.Literal["
|
|
51
|
+
def ClearField(self, field_name: typing.Literal["data_proc_cluster_id", b"data_proc_cluster_id", "security_group_ids", b"security_group_ids", "service_account_id", b"service_account_id", "subnet_id", b"subnet_id"]) -> None: ...
|
|
86
52
|
|
|
87
53
|
@typing.final
|
|
88
54
|
class Limits(google.protobuf.message.Message):
|
|
@@ -15,7 +15,6 @@ from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
|
15
15
|
from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
|
|
16
16
|
from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
|
|
17
17
|
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
|
18
|
-
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
19
18
|
from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
|
|
20
19
|
from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
|
|
21
20
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
@@ -23,7 +22,7 @@ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operati
|
|
|
23
22
|
from yandex.cloud.datasphere.v1 import project_pb2 as yandex_dot_cloud_dot_datasphere_dot_v1_dot_project__pb2
|
|
24
23
|
|
|
25
24
|
|
|
26
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0yandex/cloud/datasphere/v1/project_service.proto\x12\x1ayandex.cloud.datasphere.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\
|
|
25
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0yandex/cloud/datasphere/v1/project_service.proto\x12\x1ayandex.cloud.datasphere.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a yandex/cloud/api/operation.proto\x1a\x1dyandex/cloud/validation.proto\x1a&yandex/cloud/operation/operation.proto\x1a(yandex/cloud/datasphere/v1/project.proto\"\x8e\x02\n\x14\x43reateProjectRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x39\n\x04name\x18\x02 \x01(\tB+\xf2\xc7\x31\x1f[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x8a\xc8\x31\x04<=63\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12>\n\x08settings\x18\x04 \x01(\x0b\x32,.yandex.cloud.datasphere.v1.Project.Settings\x12:\n\x06limits\x18\x05 \x01(\x0b\x32*.yandex.cloud.datasphere.v1.Project.Limits\"+\n\x15\x43reateProjectMetadata\x12\x12\n\nproject_id\x18\x01 \x01(\t\"\xc1\x02\n\x14UpdateProjectRequest\x12!\n\nproject_id\x18\x01 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=200\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x39\n\x04name\x18\x03 \x01(\tB+\xf2\xc7\x31\x1f[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x8a\xc8\x31\x04<=63\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12>\n\x08settings\x18\x05 \x01(\x0b\x32,.yandex.cloud.datasphere.v1.Project.Settings\x12:\n\x06limits\x18\x06 \x01(\x0b\x32*.yandex.cloud.datasphere.v1.Project.Limits\"+\n\x15UpdateProjectMetadata\x12\x12\n\nproject_id\x18\x01 \x01(\t\"9\n\x14\x44\x65leteProjectRequest\x12!\n\nproject_id\x18\x01 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=200\"+\n\x15\x44\x65leteProjectMetadata\x12\x12\n\nproject_id\x18\x01 \x01(\t\"7\n\x12OpenProjectRequest\x12!\n\nproject_id\x18\x01 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=200\")\n\x13OpenProjectMetadata\x12\x12\n\nproject_id\x18\x01 \x01(\t\"A\n\x13OpenProjectResponse\x12\x13\n\x0bproject_url\x18\x01 \x01(\t\x12\x15\n\rsession_token\x18\x02 \x01(\t\"6\n\x11GetProjectRequest\x12!\n\nproject_id\x18\x01 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=200\"t\n\x13ListProjectsRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"f\n\x14ListProjectsResponse\x12\x35\n\x08projects\x18\x01 \x03(\x0b\x32#.yandex.cloud.datasphere.v1.Project\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\":\n\x15GetUnitBalanceRequest\x12!\n\nproject_id\x18\x01 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=200\"K\n\x16GetUnitBalanceResponse\x12\x31\n\x0cunit_balance\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\"m\n\x15SetUnitBalanceRequest\x12!\n\nproject_id\x18\x01 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=200\x12\x31\n\x0cunit_balance\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\"\xdd\x01\n\x17ProjectExecutionRequest\x12!\n\nproject_id\x18\x01 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=200\x12 \n\x0bnotebook_id\x18\x02 \x01(\tB\t\x8a\xc8\x31\x05<=200H\x00\x12\x1c\n\x07\x63\x65ll_id\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=200H\x00\x12\x30\n\x0finput_variables\x18\x04 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x1d\n\x15output_variable_names\x18\x05 \x03(\tB\x0e\n\x06target\x12\x04\xc0\xc1\x31\x01\"~\n\x18ProjectExecutionMetadata\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12 \n\x0bnotebook_id\x18\x02 \x01(\tB\t\x8a\xc8\x31\x05<=200H\x00\x12\x1c\n\x07\x63\x65ll_id\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=200H\x00\x42\x0e\n\x06target\x12\x04\xc0\xc1\x31\x01\"&\n\x18ProjectExecutionResponseJ\x04\x08\x01\x10\x02J\x04\x08\x02\x10\x03\x32\xa5\x0c\n\x0eProjectService\x12\xa5\x01\n\x06\x43reate\x12\x30.yandex.cloud.datasphere.v1.CreateProjectRequest\x1a!.yandex.cloud.operation.Operation\"F\xb2\xd2* \n\x15\x43reateProjectMetadata\x12\x07Project\x82\xd3\xe4\x93\x02\x1c\"\x17/datasphere/v1/projects:\x01*\x12\xb2\x01\n\x06Update\x12\x30.yandex.cloud.datasphere.v1.UpdateProjectRequest\x1a!.yandex.cloud.operation.Operation\"S\xb2\xd2* \n\x15UpdateProjectMetadata\x12\x07Project\x82\xd3\xe4\x93\x02)2$/datasphere/v1/projects/{project_id}:\x01*\x12\xbd\x01\n\x06\x44\x65lete\x12\x30.yandex.cloud.datasphere.v1.DeleteProjectRequest\x1a!.yandex.cloud.operation.Operation\"^\xb2\xd2*.\n\x15\x44\x65leteProjectMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02&*$/datasphere/v1/projects/{project_id}\x12\xba\x01\n\x04Open\x12..yandex.cloud.datasphere.v1.OpenProjectRequest\x1a!.yandex.cloud.operation.Operation\"_\xb2\xd2**\n\x13OpenProjectMetadata\x12\x13OpenProjectResponse\x82\xd3\xe4\x93\x02+\")/datasphere/v1/projects/{project_id}:open\x12\x87\x01\n\x03Get\x12-.yandex.cloud.datasphere.v1.GetProjectRequest\x1a#.yandex.cloud.datasphere.v1.Project\",\x82\xd3\xe4\x93\x02&\x12$/datasphere/v1/projects/{project_id}\x12\x8a\x01\n\x04List\x12/.yandex.cloud.datasphere.v1.ListProjectsRequest\x1a\x30.yandex.cloud.datasphere.v1.ListProjectsResponse\"\x1f\x82\xd3\xe4\x93\x02\x19\x12\x17/datasphere/v1/projects\x12\xb1\x01\n\x0eGetUnitBalance\x12\x31.yandex.cloud.datasphere.v1.GetUnitBalanceRequest\x1a\x32.yandex.cloud.datasphere.v1.GetUnitBalanceResponse\"8\x82\xd3\xe4\x93\x02\x32\x12\x30/datasphere/v1/projects/{project_id}:unitBalance\x12\x98\x01\n\x0eSetUnitBalance\x12\x31.yandex.cloud.datasphere.v1.SetUnitBalanceRequest\x1a\x16.google.protobuf.Empty\";\x82\xd3\xe4\x93\x02\x35\"0/datasphere/v1/projects/{project_id}:unitBalance:\x01*\x12\xd2\x01\n\x07\x45xecute\x12\x33.yandex.cloud.datasphere.v1.ProjectExecutionRequest\x1a!.yandex.cloud.operation.Operation\"o\xb2\xd2*4\n\x18ProjectExecutionMetadata\x12\x18ProjectExecutionResponse\x82\xd3\xe4\x93\x02\x31\",/datasphere/v1/projects/{project_id}:execute:\x01*Bk\n\x1eyandex.cloud.api.datasphere.v1ZIgithub.com/yandex-cloud/go-genproto/yandex/cloud/datasphere/v1;datasphereb\x06proto3')
|
|
27
26
|
|
|
28
27
|
_globals = globals()
|
|
29
28
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -73,18 +72,6 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
73
72
|
_PROJECTEXECUTIONMETADATA.fields_by_name['notebook_id']._serialized_options = b'\212\3101\005<=200'
|
|
74
73
|
_PROJECTEXECUTIONMETADATA.fields_by_name['cell_id']._options = None
|
|
75
74
|
_PROJECTEXECUTIONMETADATA.fields_by_name['cell_id']._serialized_options = b'\212\3101\005<=200'
|
|
76
|
-
_CELLOUTPUTSREQUEST.fields_by_name['project_id']._options = None
|
|
77
|
-
_CELLOUTPUTSREQUEST.fields_by_name['project_id']._serialized_options = b'\350\3071\001\212\3101\005<=200'
|
|
78
|
-
_CELLOUTPUTSREQUEST.fields_by_name['cell_id']._options = None
|
|
79
|
-
_CELLOUTPUTSREQUEST.fields_by_name['cell_id']._serialized_options = b'\350\3071\001\212\3101\005<=200'
|
|
80
|
-
_GETSTATEVARIABLESREQUEST.fields_by_name['project_id']._options = None
|
|
81
|
-
_GETSTATEVARIABLESREQUEST.fields_by_name['project_id']._serialized_options = b'\350\3071\001\212\3101\005<=200'
|
|
82
|
-
_GETSTATEVARIABLESREQUEST.fields_by_name['notebook_id']._options = None
|
|
83
|
-
_GETSTATEVARIABLESREQUEST.fields_by_name['notebook_id']._serialized_options = b'\350\3071\001\212\3101\005<=200'
|
|
84
|
-
_GETNOTEBOOKMETADATAREQUEST.fields_by_name['project_id']._options = None
|
|
85
|
-
_GETNOTEBOOKMETADATAREQUEST.fields_by_name['project_id']._serialized_options = b'\350\3071\001\212\3101\005<=200'
|
|
86
|
-
_GETNOTEBOOKMETADATAREQUEST.fields_by_name['notebook_path']._options = None
|
|
87
|
-
_GETNOTEBOOKMETADATAREQUEST.fields_by_name['notebook_path']._serialized_options = b'\350\3071\001'
|
|
88
75
|
_PROJECTSERVICE.methods_by_name['Create']._options = None
|
|
89
76
|
_PROJECTSERVICE.methods_by_name['Create']._serialized_options = b'\262\322* \n\025CreateProjectMetadata\022\007Project\202\323\344\223\002\034\"\027/datasphere/v1/projects:\001*'
|
|
90
77
|
_PROJECTSERVICE.methods_by_name['Update']._options = None
|
|
@@ -103,60 +90,42 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
103
90
|
_PROJECTSERVICE.methods_by_name['SetUnitBalance']._serialized_options = b'\202\323\344\223\0025\"0/datasphere/v1/projects/{project_id}:unitBalance:\001*'
|
|
104
91
|
_PROJECTSERVICE.methods_by_name['Execute']._options = None
|
|
105
92
|
_PROJECTSERVICE.methods_by_name['Execute']._serialized_options = b'\262\322*4\n\030ProjectExecutionMetadata\022\030ProjectExecutionResponse\202\323\344\223\0021\",/datasphere/v1/projects/{project_id}:execute:\001*'
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
_globals['
|
|
113
|
-
_globals['
|
|
114
|
-
_globals['
|
|
115
|
-
_globals['
|
|
116
|
-
_globals['
|
|
117
|
-
_globals['
|
|
118
|
-
_globals['
|
|
119
|
-
_globals['
|
|
120
|
-
_globals['
|
|
121
|
-
_globals['
|
|
122
|
-
_globals['
|
|
123
|
-
_globals['
|
|
124
|
-
_globals['
|
|
125
|
-
_globals['
|
|
126
|
-
_globals['
|
|
127
|
-
_globals['
|
|
128
|
-
_globals['
|
|
129
|
-
_globals['
|
|
130
|
-
_globals['
|
|
131
|
-
_globals['
|
|
132
|
-
_globals['
|
|
133
|
-
_globals['
|
|
134
|
-
_globals['
|
|
135
|
-
_globals['
|
|
136
|
-
_globals['
|
|
137
|
-
_globals['
|
|
138
|
-
_globals['
|
|
139
|
-
_globals['
|
|
140
|
-
_globals['
|
|
141
|
-
_globals['
|
|
142
|
-
_globals['
|
|
143
|
-
_globals['
|
|
144
|
-
_globals['_PROJECTEXECUTIONMETADATA']._serialized_start=2123
|
|
145
|
-
_globals['_PROJECTEXECUTIONMETADATA']._serialized_end=2249
|
|
146
|
-
_globals['_PROJECTEXECUTIONRESPONSE']._serialized_start=2251
|
|
147
|
-
_globals['_PROJECTEXECUTIONRESPONSE']._serialized_end=2351
|
|
148
|
-
_globals['_CELLOUTPUTSREQUEST']._serialized_start=2354
|
|
149
|
-
_globals['_CELLOUTPUTSREQUEST']._serialized_end=2510
|
|
150
|
-
_globals['_CELLOUTPUTSRESPONSE']._serialized_start=2512
|
|
151
|
-
_globals['_CELLOUTPUTSRESPONSE']._serialized_end=2550
|
|
152
|
-
_globals['_GETSTATEVARIABLESREQUEST']._serialized_start=2553
|
|
153
|
-
_globals['_GETSTATEVARIABLESREQUEST']._serialized_end=2697
|
|
154
|
-
_globals['_GETSTATEVARIABLESRESPONSE']._serialized_start=2699
|
|
155
|
-
_globals['_GETSTATEVARIABLESRESPONSE']._serialized_end=2770
|
|
156
|
-
_globals['_GETNOTEBOOKMETADATAREQUEST']._serialized_start=2772
|
|
157
|
-
_globals['_GETNOTEBOOKMETADATAREQUEST']._serialized_end=2864
|
|
158
|
-
_globals['_GETNOTEBOOKMETADATARESPONSE']._serialized_start=2867
|
|
159
|
-
_globals['_GETNOTEBOOKMETADATARESPONSE']._serialized_end=3056
|
|
160
|
-
_globals['_PROJECTSERVICE']._serialized_start=3059
|
|
161
|
-
_globals['_PROJECTSERVICE']._serialized_end=5198
|
|
93
|
+
_globals['_CREATEPROJECTREQUEST']._serialized_start=383
|
|
94
|
+
_globals['_CREATEPROJECTREQUEST']._serialized_end=653
|
|
95
|
+
_globals['_CREATEPROJECTMETADATA']._serialized_start=655
|
|
96
|
+
_globals['_CREATEPROJECTMETADATA']._serialized_end=698
|
|
97
|
+
_globals['_UPDATEPROJECTREQUEST']._serialized_start=701
|
|
98
|
+
_globals['_UPDATEPROJECTREQUEST']._serialized_end=1022
|
|
99
|
+
_globals['_UPDATEPROJECTMETADATA']._serialized_start=1024
|
|
100
|
+
_globals['_UPDATEPROJECTMETADATA']._serialized_end=1067
|
|
101
|
+
_globals['_DELETEPROJECTREQUEST']._serialized_start=1069
|
|
102
|
+
_globals['_DELETEPROJECTREQUEST']._serialized_end=1126
|
|
103
|
+
_globals['_DELETEPROJECTMETADATA']._serialized_start=1128
|
|
104
|
+
_globals['_DELETEPROJECTMETADATA']._serialized_end=1171
|
|
105
|
+
_globals['_OPENPROJECTREQUEST']._serialized_start=1173
|
|
106
|
+
_globals['_OPENPROJECTREQUEST']._serialized_end=1228
|
|
107
|
+
_globals['_OPENPROJECTMETADATA']._serialized_start=1230
|
|
108
|
+
_globals['_OPENPROJECTMETADATA']._serialized_end=1271
|
|
109
|
+
_globals['_OPENPROJECTRESPONSE']._serialized_start=1273
|
|
110
|
+
_globals['_OPENPROJECTRESPONSE']._serialized_end=1338
|
|
111
|
+
_globals['_GETPROJECTREQUEST']._serialized_start=1340
|
|
112
|
+
_globals['_GETPROJECTREQUEST']._serialized_end=1394
|
|
113
|
+
_globals['_LISTPROJECTSREQUEST']._serialized_start=1396
|
|
114
|
+
_globals['_LISTPROJECTSREQUEST']._serialized_end=1512
|
|
115
|
+
_globals['_LISTPROJECTSRESPONSE']._serialized_start=1514
|
|
116
|
+
_globals['_LISTPROJECTSRESPONSE']._serialized_end=1616
|
|
117
|
+
_globals['_GETUNITBALANCEREQUEST']._serialized_start=1618
|
|
118
|
+
_globals['_GETUNITBALANCEREQUEST']._serialized_end=1676
|
|
119
|
+
_globals['_GETUNITBALANCERESPONSE']._serialized_start=1678
|
|
120
|
+
_globals['_GETUNITBALANCERESPONSE']._serialized_end=1753
|
|
121
|
+
_globals['_SETUNITBALANCEREQUEST']._serialized_start=1755
|
|
122
|
+
_globals['_SETUNITBALANCEREQUEST']._serialized_end=1864
|
|
123
|
+
_globals['_PROJECTEXECUTIONREQUEST']._serialized_start=1867
|
|
124
|
+
_globals['_PROJECTEXECUTIONREQUEST']._serialized_end=2088
|
|
125
|
+
_globals['_PROJECTEXECUTIONMETADATA']._serialized_start=2090
|
|
126
|
+
_globals['_PROJECTEXECUTIONMETADATA']._serialized_end=2216
|
|
127
|
+
_globals['_PROJECTEXECUTIONRESPONSE']._serialized_start=2218
|
|
128
|
+
_globals['_PROJECTEXECUTIONRESPONSE']._serialized_end=2256
|
|
129
|
+
_globals['_PROJECTSERVICE']._serialized_start=2259
|
|
130
|
+
_globals['_PROJECTSERVICE']._serialized_end=3832
|
|
162
131
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -10,7 +10,6 @@ import google.protobuf.field_mask_pb2
|
|
|
10
10
|
import google.protobuf.internal.containers
|
|
11
11
|
import google.protobuf.message
|
|
12
12
|
import google.protobuf.struct_pb2
|
|
13
|
-
import google.protobuf.timestamp_pb2
|
|
14
13
|
import google.protobuf.wrappers_pb2
|
|
15
14
|
import typing
|
|
16
15
|
import yandex.cloud.datasphere.v1.project_pb2
|
|
@@ -429,178 +428,8 @@ global___ProjectExecutionMetadata = ProjectExecutionMetadata
|
|
|
429
428
|
class ProjectExecutionResponse(google.protobuf.message.Message):
|
|
430
429
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
431
430
|
|
|
432
|
-
CHECKPOINT_ID_FIELD_NUMBER: builtins.int
|
|
433
|
-
OUTPUT_VARIABLES_FIELD_NUMBER: builtins.int
|
|
434
|
-
checkpoint_id: builtins.str
|
|
435
|
-
"""ID of the checkpoint resulting from the execution."""
|
|
436
|
-
@property
|
|
437
|
-
def output_variables(self) -> google.protobuf.struct_pb2.Struct:
|
|
438
|
-
"""Values of output variables resulting from the execution."""
|
|
439
|
-
|
|
440
431
|
def __init__(
|
|
441
432
|
self,
|
|
442
|
-
*,
|
|
443
|
-
checkpoint_id: builtins.str = ...,
|
|
444
|
-
output_variables: google.protobuf.struct_pb2.Struct | None = ...,
|
|
445
433
|
) -> None: ...
|
|
446
|
-
def HasField(self, field_name: typing.Literal["output_variables", b"output_variables"]) -> builtins.bool: ...
|
|
447
|
-
def ClearField(self, field_name: typing.Literal["checkpoint_id", b"checkpoint_id", "output_variables", b"output_variables"]) -> None: ...
|
|
448
434
|
|
|
449
435
|
global___ProjectExecutionResponse = ProjectExecutionResponse
|
|
450
|
-
|
|
451
|
-
@typing.final
|
|
452
|
-
class CellOutputsRequest(google.protobuf.message.Message):
|
|
453
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
454
|
-
|
|
455
|
-
PROJECT_ID_FIELD_NUMBER: builtins.int
|
|
456
|
-
CELL_ID_FIELD_NUMBER: builtins.int
|
|
457
|
-
CHECKPOINT_ID_FIELD_NUMBER: builtins.int
|
|
458
|
-
START_AT_FIELD_NUMBER: builtins.int
|
|
459
|
-
project_id: builtins.str
|
|
460
|
-
"""ID of the project to return cell outputs for."""
|
|
461
|
-
cell_id: builtins.str
|
|
462
|
-
"""ID of the cell to return outputs for."""
|
|
463
|
-
checkpoint_id: builtins.str
|
|
464
|
-
"""ID of the checkpoint to return cell outputs for."""
|
|
465
|
-
@property
|
|
466
|
-
def start_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
467
|
-
"""Timestamp from which to return outputs."""
|
|
468
|
-
|
|
469
|
-
def __init__(
|
|
470
|
-
self,
|
|
471
|
-
*,
|
|
472
|
-
project_id: builtins.str = ...,
|
|
473
|
-
cell_id: builtins.str = ...,
|
|
474
|
-
checkpoint_id: builtins.str = ...,
|
|
475
|
-
start_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
476
|
-
) -> None: ...
|
|
477
|
-
def HasField(self, field_name: typing.Literal["start_at", b"start_at"]) -> builtins.bool: ...
|
|
478
|
-
def ClearField(self, field_name: typing.Literal["cell_id", b"cell_id", "checkpoint_id", b"checkpoint_id", "project_id", b"project_id", "start_at", b"start_at"]) -> None: ...
|
|
479
|
-
|
|
480
|
-
global___CellOutputsRequest = CellOutputsRequest
|
|
481
|
-
|
|
482
|
-
@typing.final
|
|
483
|
-
class CellOutputsResponse(google.protobuf.message.Message):
|
|
484
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
485
|
-
|
|
486
|
-
OUTPUTS_FIELD_NUMBER: builtins.int
|
|
487
|
-
@property
|
|
488
|
-
def outputs(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
489
|
-
"""List of outputs."""
|
|
490
|
-
|
|
491
|
-
def __init__(
|
|
492
|
-
self,
|
|
493
|
-
*,
|
|
494
|
-
outputs: collections.abc.Iterable[builtins.str] | None = ...,
|
|
495
|
-
) -> None: ...
|
|
496
|
-
def ClearField(self, field_name: typing.Literal["outputs", b"outputs"]) -> None: ...
|
|
497
|
-
|
|
498
|
-
global___CellOutputsResponse = CellOutputsResponse
|
|
499
|
-
|
|
500
|
-
@typing.final
|
|
501
|
-
class GetStateVariablesRequest(google.protobuf.message.Message):
|
|
502
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
503
|
-
|
|
504
|
-
PROJECT_ID_FIELD_NUMBER: builtins.int
|
|
505
|
-
NOTEBOOK_ID_FIELD_NUMBER: builtins.int
|
|
506
|
-
VARIABLE_NAMES_FIELD_NUMBER: builtins.int
|
|
507
|
-
CHECKPOINT_ID_FIELD_NUMBER: builtins.int
|
|
508
|
-
project_id: builtins.str
|
|
509
|
-
"""ID of the project, for which to return state variables."""
|
|
510
|
-
notebook_id: builtins.str
|
|
511
|
-
"""ID of the notebook, for which to return state variables."""
|
|
512
|
-
checkpoint_id: builtins.str
|
|
513
|
-
"""ID of the checkpoint, for which to return state variables."""
|
|
514
|
-
@property
|
|
515
|
-
def variable_names(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
516
|
-
"""Names of variables to return."""
|
|
517
|
-
|
|
518
|
-
def __init__(
|
|
519
|
-
self,
|
|
520
|
-
*,
|
|
521
|
-
project_id: builtins.str = ...,
|
|
522
|
-
notebook_id: builtins.str = ...,
|
|
523
|
-
variable_names: collections.abc.Iterable[builtins.str] | None = ...,
|
|
524
|
-
checkpoint_id: builtins.str = ...,
|
|
525
|
-
) -> None: ...
|
|
526
|
-
def ClearField(self, field_name: typing.Literal["checkpoint_id", b"checkpoint_id", "notebook_id", b"notebook_id", "project_id", b"project_id", "variable_names", b"variable_names"]) -> None: ...
|
|
527
|
-
|
|
528
|
-
global___GetStateVariablesRequest = GetStateVariablesRequest
|
|
529
|
-
|
|
530
|
-
@typing.final
|
|
531
|
-
class GetStateVariablesResponse(google.protobuf.message.Message):
|
|
532
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
533
|
-
|
|
534
|
-
VARIABLES_FIELD_NUMBER: builtins.int
|
|
535
|
-
@property
|
|
536
|
-
def variables(self) -> google.protobuf.struct_pb2.Struct:
|
|
537
|
-
"""Values of the specified variables."""
|
|
538
|
-
|
|
539
|
-
def __init__(
|
|
540
|
-
self,
|
|
541
|
-
*,
|
|
542
|
-
variables: google.protobuf.struct_pb2.Struct | None = ...,
|
|
543
|
-
) -> None: ...
|
|
544
|
-
def HasField(self, field_name: typing.Literal["variables", b"variables"]) -> builtins.bool: ...
|
|
545
|
-
def ClearField(self, field_name: typing.Literal["variables", b"variables"]) -> None: ...
|
|
546
|
-
|
|
547
|
-
global___GetStateVariablesResponse = GetStateVariablesResponse
|
|
548
|
-
|
|
549
|
-
@typing.final
|
|
550
|
-
class GetNotebookMetadataRequest(google.protobuf.message.Message):
|
|
551
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
552
|
-
|
|
553
|
-
PROJECT_ID_FIELD_NUMBER: builtins.int
|
|
554
|
-
NOTEBOOK_PATH_FIELD_NUMBER: builtins.int
|
|
555
|
-
project_id: builtins.str
|
|
556
|
-
"""ID of the project, for which to return notebook metadata."""
|
|
557
|
-
notebook_path: builtins.str
|
|
558
|
-
"""Path of the notebook to get metadata."""
|
|
559
|
-
def __init__(
|
|
560
|
-
self,
|
|
561
|
-
*,
|
|
562
|
-
project_id: builtins.str = ...,
|
|
563
|
-
notebook_path: builtins.str = ...,
|
|
564
|
-
) -> None: ...
|
|
565
|
-
def ClearField(self, field_name: typing.Literal["notebook_path", b"notebook_path", "project_id", b"project_id"]) -> None: ...
|
|
566
|
-
|
|
567
|
-
global___GetNotebookMetadataRequest = GetNotebookMetadataRequest
|
|
568
|
-
|
|
569
|
-
@typing.final
|
|
570
|
-
class GetNotebookMetadataResponse(google.protobuf.message.Message):
|
|
571
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
572
|
-
|
|
573
|
-
NOTEBOOK_ID_FIELD_NUMBER: builtins.int
|
|
574
|
-
CREATED_AT_FIELD_NUMBER: builtins.int
|
|
575
|
-
MODIFIED_AT_FIELD_NUMBER: builtins.int
|
|
576
|
-
CONTENT_LENGTH_FIELD_NUMBER: builtins.int
|
|
577
|
-
CELL_IDS_FIELD_NUMBER: builtins.int
|
|
578
|
-
notebook_id: builtins.str
|
|
579
|
-
"""ID of the specified notebook."""
|
|
580
|
-
content_length: builtins.int
|
|
581
|
-
"""Content length of the specified notebook."""
|
|
582
|
-
@property
|
|
583
|
-
def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
584
|
-
"""The time the notebook was created."""
|
|
585
|
-
|
|
586
|
-
@property
|
|
587
|
-
def modified_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
588
|
-
"""The time the notebook was modified last time."""
|
|
589
|
-
|
|
590
|
-
@property
|
|
591
|
-
def cell_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
592
|
-
"""Cell ids of the specified notebook."""
|
|
593
|
-
|
|
594
|
-
def __init__(
|
|
595
|
-
self,
|
|
596
|
-
*,
|
|
597
|
-
notebook_id: builtins.str = ...,
|
|
598
|
-
created_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
599
|
-
modified_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
600
|
-
content_length: builtins.int = ...,
|
|
601
|
-
cell_ids: collections.abc.Iterable[builtins.str] | None = ...,
|
|
602
|
-
) -> None: ...
|
|
603
|
-
def HasField(self, field_name: typing.Literal["created_at", b"created_at", "modified_at", b"modified_at"]) -> builtins.bool: ...
|
|
604
|
-
def ClearField(self, field_name: typing.Literal["cell_ids", b"cell_ids", "content_length", b"content_length", "created_at", b"created_at", "modified_at", b"modified_at", "notebook_id", b"notebook_id"]) -> None: ...
|
|
605
|
-
|
|
606
|
-
global___GetNotebookMetadataResponse = GetNotebookMetadataResponse
|