yandexcloud 0.321.0__py3-none-any.whl → 0.323.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/k8s/v1/cluster_service_pb2.py +38 -38
- yandex/cloud/k8s/v1/cluster_service_pb2.pyi +8 -2
- 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/redis/v1/config/redis_pb2.py +16 -8
- yandex/cloud/mdb/redis/v1/config/redis_pb2.pyi +56 -2
- yandex/cloud/serverless/containers/v1/container_service_pb2.py +19 -19
- yandex/cloud/serverless/functions/v1/function_service_pb2.py +37 -37
- {yandexcloud-0.321.0.dist-info → yandexcloud-0.323.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.321.0.dist-info → yandexcloud-0.323.0.dist-info}/RECORD +105 -87
- {yandexcloud-0.321.0.dist-info → yandexcloud-0.323.0.dist-info}/WHEEL +1 -1
- {yandexcloud-0.321.0.dist-info → yandexcloud-0.323.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.321.0.dist-info → yandexcloud-0.323.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.321.0.dist-info → yandexcloud-0.323.0.dist-info}/top_level.txt +0 -0
|
@@ -15,7 +15,6 @@ from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
|
15
15
|
from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
|
|
16
16
|
from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
|
|
17
17
|
from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
|
|
18
|
-
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
19
18
|
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
|
20
19
|
from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
|
|
21
20
|
from yandex.cloud.access import access_pb2 as yandex_dot_cloud_dot_access_dot_access__pb2
|
|
@@ -26,7 +25,7 @@ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operati
|
|
|
26
25
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
27
26
|
|
|
28
27
|
|
|
29
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0yandex/cloud/datasphere/v2/project_service.proto\x12\x1ayandex.cloud.datasphere.v2\x1a\x1cgoogle/api/annotations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a yandex/cloud/api/operation.proto\x1a yandex/cloud/access/access.proto\x1a(yandex/cloud/datasphere/v2/project.proto\x1a/yandex/cloud/datasphere/v2/resource_types.proto\x1a-yandex/cloud/datasphere/v2/restrictions.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"\xd2\x03\n\x14\x43reateProjectRequest\x12\"\n\x0c\x63ommunity_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\x89\x01\n\x06labels\x18\x04 \x03(\x0b\x32<.yandex.cloud.datasphere.v2.CreateProjectRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04\x31-63\x12>\n\x08settings\x18\x05 \x01(\x0b\x32,.yandex.cloud.datasphere.v2.Project.Settings\x12:\n\x06limits\x18\x06 \x01(\x0b\x32*.yandex.cloud.datasphere.v2.Project.Limits\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\x07\x10\x08\"+\n\x15\x43reateProjectMetadata\x12\x12\n\nproject_id\x18\x01 \x01(\t\"\xfb\x03\n\x14UpdateProjectRequest\x12 \n\nproject_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\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\x89\x01\n\x06labels\x18\x05 \x03(\x0b\x32<.yandex.cloud.datasphere.v2.UpdateProjectRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04\x31-63\x12>\n\x08settings\x18\x06 \x01(\x0b\x32,.yandex.cloud.datasphere.v2.Project.Settings\x12:\n\x06limits\x18\x07 \x01(\x0b\x32*.yandex.cloud.datasphere.v2.Project.Limits\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"+\n\x15UpdateProjectMetadata\x12\x12\n\nproject_id\x18\x01 \x01(\t\"8\n\x14\x44\x65leteProjectRequest\x12 \n\nproject_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"+\n\x15\x44\x65leteProjectMetadata\x12\x12\n\nproject_id\x18\x01 \x01(\t\"6\n\x12OpenProjectRequest\x12 \n\nproject_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xd0\x03\n\x13OpenProjectMetadata\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12Q\n\x06status\x18\x02 \x01(\x0e\x32\x41.yandex.cloud.datasphere.v2.OpenProjectMetadata.OpenProjectStatus\"\xd1\x02\n\x11OpenProjectStatus\x12#\n\x1fOPEN_PROJECT_STATUS_UNSPECIFIED\x10\x00\x12#\n\x1fOPEN_PROJECT_STATUS_CLOSING_IDE\x10\x01\x12)\n%OPEN_PROJECT_STATUS_UNZIPPING_PROJECT\x10\x02\x12%\n!OPEN_PROJECT_STATUS_ALLOCATING_VM\x10\x03\x12,\n(OPEN_PROJECT_STATUS_ALLOCATING_RESOURCES\x10\x04\x12$\n OPEN_PROJECT_STATUS_STARTING_IDE\x10\x05\x12+\n\'OPEN_PROJECT_STATUS_APPLYING_CHECKPOINT\x10\x06\x12\x1f\n\x1bOPEN_PROJECT_STATUS_UNKNOWN\x10\x07\"A\n\x13OpenProjectResponse\x12\x13\n\x0bproject_url\x18\x01 \x01(\t\x12\x15\n\rsession_token\x18\x02 \x01(\t\"5\n\x11GetProjectRequest\x12 \n\nproject_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xa2\x01\n\x13ListProjectsRequest\x12\x1a\n\x0c\x63ommunity_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\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\x12\x1c\n\x14project_name_pattern\x18\x04 \x01(\t\x12\x13\n\x0bowned_by_id\x18\x05 \x01(\t\"f\n\x14ListProjectsResponse\x12\x35\n\x08projects\x18\x01 \x03(\x0b\x32#.yandex.cloud.datasphere.v2.Project\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"9\n\x15GetUnitBalanceRequest\x12 \n\nproject_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"K\n\x16GetUnitBalanceResponse\x12\x31\n\x0cunit_balance\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\"l\n\x15SetUnitBalanceRequest\x12 \n\nproject_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x31\n\x0cunit_balance\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\",\n\x16SetUnitBalanceMetadata\x12\x12\n\nproject_id\x18\x01 \x01(\t\"\x93\x02\n\x17ProjectExecutionRequest\x12 \n\nproject_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12 \n\x0bnotebook_id\x18\x02 \x01(\tB\t\x8a\xc8\x31\x05<=200H\x00\x12\x1e\n\x07\x63\x65ll_id\x18\x03 \x01(\tB\x0b\x18\x01\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(\t\x12\x0c\n\x04spec\x18\x06 \x01(\t\x12%\n\x12spark_connector_id\x18\x07 \x01(\tB\t\x8a\xc8\x31\x05<=200B\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\"\xaf\x01\n\x18ProjectExecutionResponse\x12\x15\n\rcheckpoint_id\x18\x01 \x01(\t\x12\x35\n\x10output_variables\x18\x02 \x01(\x0b\x32\x17.google.protobuf.StructB\x02\x18\x01\x12\x45\n\x10\x65xecution_status\x18\x03 \x01(\x0e\x32+.yandex.cloud.datasphere.v2.ExecutionStatus\"\x9b\x01\n\x12\x43\x65llOutputsRequest\x12 \n\nproject_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1e\n\x07\x63\x65ll_id\x18\x02 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=200\x12\x15\n\rcheckpoint_id\x18\x03 \x01(\t\x12,\n\x08start_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"&\n\x13\x43\x65llOutputsResponse\x12\x0f\n\x07outputs\x18\x01 \x03(\t\"\x8f\x01\n\x18GetStateVariablesRequest\x12 \n\nproject_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\"\n\x0bnotebook_id\x18\x02 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=200\x12\x16\n\x0evariable_names\x18\x03 \x03(\t\x12\x15\n\rcheckpoint_id\x18\x04 \x01(\t\"G\n\x19GetStateVariablesResponse\x12*\n\tvariables\x18\x01 \x01(\x0b\x32\x17.google.protobuf.Struct\"6\n SetProjectAccessBindingsMetadata\x12\x12\n\nproject_id\x18\x01 \x01(\t\"9\n#UpdateProjectAccessBindingsMetadata\x12\x12\n\nproject_id\x18\x01 \x01(\t\"\x9b\x01\n\x1b\x41\x64\x64ResourceToProjectRequest\x12 \n\nproject_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12?\n\rresource_type\x18\x02 \x01(\x0e\x32(.yandex.cloud.datasphere.v2.ResourceType\x12\x19\n\x0bresource_id\x18\x03 \x01(\tB\x04\xe8\xc7\x31\x01\"\xa0\x01\n RemoveResourceFromProjectRequest\x12 \n\nproject_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12?\n\rresource_type\x18\x02 \x01(\x0e\x32(.yandex.cloud.datasphere.v2.ResourceType\x12\x19\n\x0bresource_id\x18\x03 \x01(\tB\x04\xe8\xc7\x31\x01\"9\n\x1dGetProjectRestrictionsRequest\x12\x18\n\nproject_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"x\n\x1dSetProjectRestrictionsRequest\x12\x18\n\nproject_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12=\n\x0crestrictions\x18\x02 \x03(\x0b\x32\'.yandex.cloud.datasphere.v2.Restriction*S\n\x0f\x45xecutionStatus\x12 \n\x1c\x45XECUTION_STATUS_UNSPECIFIED\x10\x00\x12\x06\n\x02OK\x10\x01\x12\t\n\x05\x45RROR\x10\x02\x12\x0b\n\x07\x41\x42ORTED\x10\x03\x32\xa2\x1c\n\x0eProjectService\x12\xa5\x01\n\x06\x43reate\x12\x30.yandex.cloud.datasphere.v2.CreateProjectRequest\x1a!.yandex.cloud.operation.Operation\"F\xb2\xd2* \n\x15\x43reateProjectMetadata\x12\x07Project\x82\xd3\xe4\x93\x02\x1c\"\x17/datasphere/v2/projects:\x01*\x12\xb2\x01\n\x06Update\x12\x30.yandex.cloud.datasphere.v2.UpdateProjectRequest\x1a!.yandex.cloud.operation.Operation\"S\xb2\xd2* \n\x15UpdateProjectMetadata\x12\x07Project\x82\xd3\xe4\x93\x02)2$/datasphere/v2/projects/{project_id}:\x01*\x12\xbd\x01\n\x06\x44\x65lete\x12\x30.yandex.cloud.datasphere.v2.DeleteProjectRequest\x1a!.yandex.cloud.operation.Operation\"^\xb2\xd2*.\n\x15\x44\x65leteProjectMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02&*$/datasphere/v2/projects/{project_id}\x12\xbd\x01\n\x04Open\x12..yandex.cloud.datasphere.v2.OpenProjectRequest\x1a!.yandex.cloud.operation.Operation\"b\xb2\xd2**\n\x13OpenProjectMetadata\x12\x13OpenProjectResponse\x82\xd3\xe4\x93\x02.\")/datasphere/v2/projects/{project_id}:open:\x01*\x12\x87\x01\n\x03Get\x12-.yandex.cloud.datasphere.v2.GetProjectRequest\x1a#.yandex.cloud.datasphere.v2.Project\",\x82\xd3\xe4\x93\x02&\x12$/datasphere/v2/projects/{project_id}\x12\x8a\x01\n\x04List\x12/.yandex.cloud.datasphere.v2.ListProjectsRequest\x1a\x30.yandex.cloud.datasphere.v2.ListProjectsResponse\"\x1f\x82\xd3\xe4\x93\x02\x19\x12\x17/datasphere/v2/projects\x12\xb1\x01\n\x0eGetUnitBalance\x12\x31.yandex.cloud.datasphere.v2.GetUnitBalanceRequest\x1a\x32.yandex.cloud.datasphere.v2.GetUnitBalanceResponse\"8\x82\xd3\xe4\x93\x02\x32\x12\x30/datasphere/v2/projects/{project_id}:unitBalance\x12\xd6\x01\n\x0eSetUnitBalance\x12\x31.yandex.cloud.datasphere.v2.SetUnitBalanceRequest\x1a!.yandex.cloud.operation.Operation\"n\xb2\xd2*/\n\x16SetUnitBalanceMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x35\"0/datasphere/v2/projects/{project_id}:unitBalance:\x01*\x12\xd2\x01\n\x07\x45xecute\x12\x33.yandex.cloud.datasphere.v2.ProjectExecutionRequest\x1a!.yandex.cloud.operation.Operation\"o\xb2\xd2*4\n\x18ProjectExecutionMetadata\x12\x18ProjectExecutionResponse\x82\xd3\xe4\x93\x02\x31\",/datasphere/v2/projects/{project_id}:execute:\x01*\x12\xab\x01\n\x0eGetCellOutputs\x12..yandex.cloud.datasphere.v2.CellOutputsRequest\x1a/.yandex.cloud.datasphere.v2.CellOutputsResponse\"8\x82\xd3\xe4\x93\x02\x32\x12\x30/datasphere/v2/projects/{project_id}:cellOutputs\x12\xbd\x01\n\x11GetStateVariables\x12\x34.yandex.cloud.datasphere.v2.GetStateVariablesRequest\x1a\x35.yandex.cloud.datasphere.v2.GetStateVariablesResponse\";\x82\xd3\xe4\x93\x02\x35\x12\x33/datasphere/v2/projects/{project_id}:stateVariables\x12\xb3\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\"<\x82\xd3\xe4\x93\x02\x36\x12\x34/datasphere/v2/projects/{resource_id}:accessBindings\x12\xe6\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x7f\xb2\xd2*9\n SetProjectAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02<\"7/datasphere/v2/projects/{resource_id}:setAccessBindings:\x01*\x12\xf3\x01\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x85\x01\xb2\xd2*<\n#UpdateProjectAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02?2:/datasphere/v2/projects/{resource_id}:updateAccessBindings:\x01*\x12\xc2\x01\n\x0b\x41\x64\x64Resource\x12\x37.yandex.cloud.datasphere.v2.AddResourceToProjectRequest\x1a!.yandex.cloud.operation.Operation\"W\xb2\xd2*\x17\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x36\"1/datasphere/v2/projects/{resource_id}:addResource:\x01*\x12\xcd\x01\n\x0eRemoveResource\x12<.yandex.cloud.datasphere.v2.RemoveResourceFromProjectRequest\x1a!.yandex.cloud.operation.Operation\"Z\xb2\xd2*\x17\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x39\"4/datasphere/v2/projects/{resource_id}:removeResource:\x01*\x12\x98\x01\n\x13GetRestrictionsMeta\x12\x16.google.protobuf.Empty\x1a\x37.yandex.cloud.datasphere.v2.GetRestrictionsMetaResponse\"0\x82\xd3\xe4\x93\x02*\x12(/datasphere/v2/projects/restrictionsMeta\x12\xb9\x01\n\x0fGetRestrictions\x12\x39.yandex.cloud.datasphere.v2.GetProjectRestrictionsRequest\x1a\x30.yandex.cloud.datasphere.v2.RestrictionsResponse\"9\x82\xd3\xe4\x93\x02\x33\x12\x31/datasphere/v2/projects/{project_id}:restrictions\x12\xca\x01\n\x0fSetRestrictions\x12\x39.yandex.cloud.datasphere.v2.SetProjectRestrictionsRequest\x1a!.yandex.cloud.operation.Operation\"Y\xb2\xd2*\x16\x12\x14RestrictionsResponse\x82\xd3\xe4\x93\x02\x39\"4/datasphere/v2/projects/{project_id}:setRestrictions:\x01*Bk\n\x1eyandex.cloud.api.datasphere.v2ZIgithub.com/yandex-cloud/go-genproto/yandex/cloud/datasphere/v2;datasphereb\x06proto3')
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0yandex/cloud/datasphere/v2/project_service.proto\x12\x1ayandex.cloud.datasphere.v2\x1a\x1cgoogle/api/annotations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a yandex/cloud/api/operation.proto\x1a yandex/cloud/access/access.proto\x1a(yandex/cloud/datasphere/v2/project.proto\x1a/yandex/cloud/datasphere/v2/resource_types.proto\x1a-yandex/cloud/datasphere/v2/restrictions.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"\xd2\x03\n\x14\x43reateProjectRequest\x12\"\n\x0c\x63ommunity_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\x89\x01\n\x06labels\x18\x04 \x03(\x0b\x32<.yandex.cloud.datasphere.v2.CreateProjectRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04\x31-63\x12>\n\x08settings\x18\x05 \x01(\x0b\x32,.yandex.cloud.datasphere.v2.Project.Settings\x12:\n\x06limits\x18\x06 \x01(\x0b\x32*.yandex.cloud.datasphere.v2.Project.Limits\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\x07\x10\x08\"+\n\x15\x43reateProjectMetadata\x12\x12\n\nproject_id\x18\x01 \x01(\t\"\xfb\x03\n\x14UpdateProjectRequest\x12 \n\nproject_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\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\x89\x01\n\x06labels\x18\x05 \x03(\x0b\x32<.yandex.cloud.datasphere.v2.UpdateProjectRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04\x31-63\x12>\n\x08settings\x18\x06 \x01(\x0b\x32,.yandex.cloud.datasphere.v2.Project.Settings\x12:\n\x06limits\x18\x07 \x01(\x0b\x32*.yandex.cloud.datasphere.v2.Project.Limits\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"+\n\x15UpdateProjectMetadata\x12\x12\n\nproject_id\x18\x01 \x01(\t\"8\n\x14\x44\x65leteProjectRequest\x12 \n\nproject_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"+\n\x15\x44\x65leteProjectMetadata\x12\x12\n\nproject_id\x18\x01 \x01(\t\"6\n\x12OpenProjectRequest\x12 \n\nproject_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xa9\x03\n\x13OpenProjectMetadata\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12Q\n\x06status\x18\x02 \x01(\x0e\x32\x41.yandex.cloud.datasphere.v2.OpenProjectMetadata.OpenProjectStatus\"\xaa\x02\n\x11OpenProjectStatus\x12#\n\x1fOPEN_PROJECT_STATUS_UNSPECIFIED\x10\x00\x12#\n\x1fOPEN_PROJECT_STATUS_CLOSING_IDE\x10\x01\x12)\n%OPEN_PROJECT_STATUS_UNZIPPING_PROJECT\x10\x02\x12%\n!OPEN_PROJECT_STATUS_ALLOCATING_VM\x10\x03\x12,\n(OPEN_PROJECT_STATUS_ALLOCATING_RESOURCES\x10\x04\x12$\n OPEN_PROJECT_STATUS_STARTING_IDE\x10\x05\x12\x1f\n\x1bOPEN_PROJECT_STATUS_UNKNOWN\x10\x07\"\x04\x08\x06\x10\x06\"A\n\x13OpenProjectResponse\x12\x13\n\x0bproject_url\x18\x01 \x01(\t\x12\x15\n\rsession_token\x18\x02 \x01(\t\"5\n\x11GetProjectRequest\x12 \n\nproject_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\xa2\x01\n\x13ListProjectsRequest\x12\x1a\n\x0c\x63ommunity_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\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\x12\x1c\n\x14project_name_pattern\x18\x04 \x01(\t\x12\x13\n\x0bowned_by_id\x18\x05 \x01(\t\"f\n\x14ListProjectsResponse\x12\x35\n\x08projects\x18\x01 \x03(\x0b\x32#.yandex.cloud.datasphere.v2.Project\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"9\n\x15GetUnitBalanceRequest\x12 \n\nproject_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"K\n\x16GetUnitBalanceResponse\x12\x31\n\x0cunit_balance\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\"l\n\x15SetUnitBalanceRequest\x12 \n\nproject_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x31\n\x0cunit_balance\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\",\n\x16SetUnitBalanceMetadata\x12\x12\n\nproject_id\x18\x01 \x01(\t\"\x93\x02\n\x17ProjectExecutionRequest\x12 \n\nproject_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12 \n\x0bnotebook_id\x18\x02 \x01(\tB\t\x8a\xc8\x31\x05<=200H\x00\x12\x1e\n\x07\x63\x65ll_id\x18\x03 \x01(\tB\x0b\x18\x01\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(\t\x12\x0c\n\x04spec\x18\x06 \x01(\t\x12%\n\x12spark_connector_id\x18\x07 \x01(\tB\t\x8a\xc8\x31\x05<=200B\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\"m\n\x18ProjectExecutionResponse\x12\x45\n\x10\x65xecution_status\x18\x03 \x01(\x0e\x32+.yandex.cloud.datasphere.v2.ExecutionStatusJ\x04\x08\x01\x10\x02J\x04\x08\x02\x10\x03\"6\n SetProjectAccessBindingsMetadata\x12\x12\n\nproject_id\x18\x01 \x01(\t\"9\n#UpdateProjectAccessBindingsMetadata\x12\x12\n\nproject_id\x18\x01 \x01(\t\"\x9b\x01\n\x1b\x41\x64\x64ResourceToProjectRequest\x12 \n\nproject_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12?\n\rresource_type\x18\x02 \x01(\x0e\x32(.yandex.cloud.datasphere.v2.ResourceType\x12\x19\n\x0bresource_id\x18\x03 \x01(\tB\x04\xe8\xc7\x31\x01\"\xa0\x01\n RemoveResourceFromProjectRequest\x12 \n\nproject_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12?\n\rresource_type\x18\x02 \x01(\x0e\x32(.yandex.cloud.datasphere.v2.ResourceType\x12\x19\n\x0bresource_id\x18\x03 \x01(\tB\x04\xe8\xc7\x31\x01\"9\n\x1dGetProjectRestrictionsRequest\x12\x18\n\nproject_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"x\n\x1dSetProjectRestrictionsRequest\x12\x18\n\nproject_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12=\n\x0crestrictions\x18\x02 \x03(\x0b\x32\'.yandex.cloud.datasphere.v2.Restriction\"V\n\x18ResizeProjectDiskRequest\x12 \n\nproject_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x18\n\x10new_disk_size_gb\x18\x02 \x01(\x03\"c\n\x19ResizeProjectDiskMetadata\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12\x18\n\x10old_disk_size_gb\x18\x02 \x01(\x03\x12\x18\n\x10new_disk_size_gb\x18\x03 \x01(\x03\"\x87\x02\n\x08\x44iskInfo\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12\x14\n\x0c\x64isk_size_gb\x18\x02 \x01(\x01\x12\x14\n\x0c\x64isk_used_gb\x18\x03 \x01(\x01\x12M\n\x0e\x64\x65tailed_usage\x18\x04 \x01(\x0b\x32\x35.yandex.cloud.datasphere.v2.DiskInfo.DetailedDiskInfo\x1al\n\x10\x44\x65tailedDiskInfo\x12\x14\n\x0cuser_data_gb\x18\x01 \x01(\x01\x12\x13\n\x0bpackages_gb\x18\x02 \x01(\x01\x12\x16\n\x0esystem_data_gb\x18\x03 \x01(\x01\x12\x15\n\rfree_space_gb\x18\x04 \x01(\x01*S\n\x0f\x45xecutionStatus\x12 \n\x1c\x45XECUTION_STATUS_UNSPECIFIED\x10\x00\x12\x06\n\x02OK\x10\x01\x12\t\n\x05\x45RROR\x10\x02\x12\x0b\n\x07\x41\x42ORTED\x10\x03\x32\xc7\x1a\n\x0eProjectService\x12\xa5\x01\n\x06\x43reate\x12\x30.yandex.cloud.datasphere.v2.CreateProjectRequest\x1a!.yandex.cloud.operation.Operation\"F\xb2\xd2* \n\x15\x43reateProjectMetadata\x12\x07Project\x82\xd3\xe4\x93\x02\x1c\"\x17/datasphere/v2/projects:\x01*\x12\xb2\x01\n\x06Update\x12\x30.yandex.cloud.datasphere.v2.UpdateProjectRequest\x1a!.yandex.cloud.operation.Operation\"S\xb2\xd2* \n\x15UpdateProjectMetadata\x12\x07Project\x82\xd3\xe4\x93\x02)2$/datasphere/v2/projects/{project_id}:\x01*\x12\xbd\x01\n\x06\x44\x65lete\x12\x30.yandex.cloud.datasphere.v2.DeleteProjectRequest\x1a!.yandex.cloud.operation.Operation\"^\xb2\xd2*.\n\x15\x44\x65leteProjectMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02&*$/datasphere/v2/projects/{project_id}\x12\xbd\x01\n\x04Open\x12..yandex.cloud.datasphere.v2.OpenProjectRequest\x1a!.yandex.cloud.operation.Operation\"b\xb2\xd2**\n\x13OpenProjectMetadata\x12\x13OpenProjectResponse\x82\xd3\xe4\x93\x02.\")/datasphere/v2/projects/{project_id}:open:\x01*\x12\x87\x01\n\x03Get\x12-.yandex.cloud.datasphere.v2.GetProjectRequest\x1a#.yandex.cloud.datasphere.v2.Project\",\x82\xd3\xe4\x93\x02&\x12$/datasphere/v2/projects/{project_id}\x12\x8a\x01\n\x04List\x12/.yandex.cloud.datasphere.v2.ListProjectsRequest\x1a\x30.yandex.cloud.datasphere.v2.ListProjectsResponse\"\x1f\x82\xd3\xe4\x93\x02\x19\x12\x17/datasphere/v2/projects\x12\xb1\x01\n\x0eGetUnitBalance\x12\x31.yandex.cloud.datasphere.v2.GetUnitBalanceRequest\x1a\x32.yandex.cloud.datasphere.v2.GetUnitBalanceResponse\"8\x82\xd3\xe4\x93\x02\x32\x12\x30/datasphere/v2/projects/{project_id}:unitBalance\x12\xd6\x01\n\x0eSetUnitBalance\x12\x31.yandex.cloud.datasphere.v2.SetUnitBalanceRequest\x1a!.yandex.cloud.operation.Operation\"n\xb2\xd2*/\n\x16SetUnitBalanceMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x35\"0/datasphere/v2/projects/{project_id}:unitBalance:\x01*\x12\xd2\x01\n\x07\x45xecute\x12\x33.yandex.cloud.datasphere.v2.ProjectExecutionRequest\x1a!.yandex.cloud.operation.Operation\"o\xb2\xd2*4\n\x18ProjectExecutionMetadata\x12\x18ProjectExecutionResponse\x82\xd3\xe4\x93\x02\x31\",/datasphere/v2/projects/{project_id}:execute:\x01*\x12\xb3\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\"<\x82\xd3\xe4\x93\x02\x36\x12\x34/datasphere/v2/projects/{resource_id}:accessBindings\x12\xe6\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x7f\xb2\xd2*9\n SetProjectAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02<\"7/datasphere/v2/projects/{resource_id}:setAccessBindings:\x01*\x12\xf3\x01\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x85\x01\xb2\xd2*<\n#UpdateProjectAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02?2:/datasphere/v2/projects/{resource_id}:updateAccessBindings:\x01*\x12\xc2\x01\n\x0b\x41\x64\x64Resource\x12\x37.yandex.cloud.datasphere.v2.AddResourceToProjectRequest\x1a!.yandex.cloud.operation.Operation\"W\xb2\xd2*\x17\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x36\"1/datasphere/v2/projects/{resource_id}:addResource:\x01*\x12\xcd\x01\n\x0eRemoveResource\x12<.yandex.cloud.datasphere.v2.RemoveResourceFromProjectRequest\x1a!.yandex.cloud.operation.Operation\"Z\xb2\xd2*\x17\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x39\"4/datasphere/v2/projects/{resource_id}:removeResource:\x01*\x12\x90\x01\n\nResizeDisk\x12\x34.yandex.cloud.datasphere.v2.ResizeProjectDiskRequest\x1a!.yandex.cloud.operation.Operation\")\xb2\xd2*%\n\x19ResizeProjectDiskMetadata\x12\x08\x44iskInfo\x12\x98\x01\n\x13GetRestrictionsMeta\x12\x16.google.protobuf.Empty\x1a\x37.yandex.cloud.datasphere.v2.GetRestrictionsMetaResponse\"0\x82\xd3\xe4\x93\x02*\x12(/datasphere/v2/projects/restrictionsMeta\x12\xb9\x01\n\x0fGetRestrictions\x12\x39.yandex.cloud.datasphere.v2.GetProjectRestrictionsRequest\x1a\x30.yandex.cloud.datasphere.v2.RestrictionsResponse\"9\x82\xd3\xe4\x93\x02\x33\x12\x31/datasphere/v2/projects/{project_id}:restrictions\x12\xca\x01\n\x0fSetRestrictions\x12\x39.yandex.cloud.datasphere.v2.SetProjectRestrictionsRequest\x1a!.yandex.cloud.operation.Operation\"Y\xb2\xd2*\x16\x12\x14RestrictionsResponse\x82\xd3\xe4\x93\x02\x39\"4/datasphere/v2/projects/{project_id}:setRestrictions:\x01*Bk\n\x1eyandex.cloud.api.datasphere.v2ZIgithub.com/yandex-cloud/go-genproto/yandex/cloud/datasphere/v2;datasphereb\x06proto3')
|
|
30
29
|
|
|
31
30
|
_globals = globals()
|
|
32
31
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -86,16 +85,6 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
86
85
|
_PROJECTEXECUTIONMETADATA.fields_by_name['notebook_id']._serialized_options = b'\212\3101\005<=200'
|
|
87
86
|
_PROJECTEXECUTIONMETADATA.fields_by_name['cell_id']._options = None
|
|
88
87
|
_PROJECTEXECUTIONMETADATA.fields_by_name['cell_id']._serialized_options = b'\212\3101\005<=200'
|
|
89
|
-
_PROJECTEXECUTIONRESPONSE.fields_by_name['output_variables']._options = None
|
|
90
|
-
_PROJECTEXECUTIONRESPONSE.fields_by_name['output_variables']._serialized_options = b'\030\001'
|
|
91
|
-
_CELLOUTPUTSREQUEST.fields_by_name['project_id']._options = None
|
|
92
|
-
_CELLOUTPUTSREQUEST.fields_by_name['project_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
93
|
-
_CELLOUTPUTSREQUEST.fields_by_name['cell_id']._options = None
|
|
94
|
-
_CELLOUTPUTSREQUEST.fields_by_name['cell_id']._serialized_options = b'\350\3071\001\212\3101\005<=200'
|
|
95
|
-
_GETSTATEVARIABLESREQUEST.fields_by_name['project_id']._options = None
|
|
96
|
-
_GETSTATEVARIABLESREQUEST.fields_by_name['project_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
97
|
-
_GETSTATEVARIABLESREQUEST.fields_by_name['notebook_id']._options = None
|
|
98
|
-
_GETSTATEVARIABLESREQUEST.fields_by_name['notebook_id']._serialized_options = b'\350\3071\001\212\3101\005<=200'
|
|
99
88
|
_ADDRESOURCETOPROJECTREQUEST.fields_by_name['project_id']._options = None
|
|
100
89
|
_ADDRESOURCETOPROJECTREQUEST.fields_by_name['project_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
101
90
|
_ADDRESOURCETOPROJECTREQUEST.fields_by_name['resource_id']._options = None
|
|
@@ -108,6 +97,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
108
97
|
_GETPROJECTRESTRICTIONSREQUEST.fields_by_name['project_id']._serialized_options = b'\350\3071\001'
|
|
109
98
|
_SETPROJECTRESTRICTIONSREQUEST.fields_by_name['project_id']._options = None
|
|
110
99
|
_SETPROJECTRESTRICTIONSREQUEST.fields_by_name['project_id']._serialized_options = b'\350\3071\001'
|
|
100
|
+
_RESIZEPROJECTDISKREQUEST.fields_by_name['project_id']._options = None
|
|
101
|
+
_RESIZEPROJECTDISKREQUEST.fields_by_name['project_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
111
102
|
_PROJECTSERVICE.methods_by_name['Create']._options = None
|
|
112
103
|
_PROJECTSERVICE.methods_by_name['Create']._serialized_options = b'\262\322* \n\025CreateProjectMetadata\022\007Project\202\323\344\223\002\034\"\027/datasphere/v2/projects:\001*'
|
|
113
104
|
_PROJECTSERVICE.methods_by_name['Update']._options = None
|
|
@@ -126,10 +117,6 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
126
117
|
_PROJECTSERVICE.methods_by_name['SetUnitBalance']._serialized_options = b'\262\322*/\n\026SetUnitBalanceMetadata\022\025google.protobuf.Empty\202\323\344\223\0025\"0/datasphere/v2/projects/{project_id}:unitBalance:\001*'
|
|
127
118
|
_PROJECTSERVICE.methods_by_name['Execute']._options = None
|
|
128
119
|
_PROJECTSERVICE.methods_by_name['Execute']._serialized_options = b'\262\322*4\n\030ProjectExecutionMetadata\022\030ProjectExecutionResponse\202\323\344\223\0021\",/datasphere/v2/projects/{project_id}:execute:\001*'
|
|
129
|
-
_PROJECTSERVICE.methods_by_name['GetCellOutputs']._options = None
|
|
130
|
-
_PROJECTSERVICE.methods_by_name['GetCellOutputs']._serialized_options = b'\202\323\344\223\0022\0220/datasphere/v2/projects/{project_id}:cellOutputs'
|
|
131
|
-
_PROJECTSERVICE.methods_by_name['GetStateVariables']._options = None
|
|
132
|
-
_PROJECTSERVICE.methods_by_name['GetStateVariables']._serialized_options = b'\202\323\344\223\0025\0223/datasphere/v2/projects/{project_id}:stateVariables'
|
|
133
120
|
_PROJECTSERVICE.methods_by_name['ListAccessBindings']._options = None
|
|
134
121
|
_PROJECTSERVICE.methods_by_name['ListAccessBindings']._serialized_options = b'\202\323\344\223\0026\0224/datasphere/v2/projects/{resource_id}:accessBindings'
|
|
135
122
|
_PROJECTSERVICE.methods_by_name['SetAccessBindings']._options = None
|
|
@@ -140,78 +127,80 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
140
127
|
_PROJECTSERVICE.methods_by_name['AddResource']._serialized_options = b'\262\322*\027\022\025google.protobuf.Empty\202\323\344\223\0026\"1/datasphere/v2/projects/{resource_id}:addResource:\001*'
|
|
141
128
|
_PROJECTSERVICE.methods_by_name['RemoveResource']._options = None
|
|
142
129
|
_PROJECTSERVICE.methods_by_name['RemoveResource']._serialized_options = b'\262\322*\027\022\025google.protobuf.Empty\202\323\344\223\0029\"4/datasphere/v2/projects/{resource_id}:removeResource:\001*'
|
|
130
|
+
_PROJECTSERVICE.methods_by_name['ResizeDisk']._options = None
|
|
131
|
+
_PROJECTSERVICE.methods_by_name['ResizeDisk']._serialized_options = b'\262\322*%\n\031ResizeProjectDiskMetadata\022\010DiskInfo'
|
|
143
132
|
_PROJECTSERVICE.methods_by_name['GetRestrictionsMeta']._options = None
|
|
144
133
|
_PROJECTSERVICE.methods_by_name['GetRestrictionsMeta']._serialized_options = b'\202\323\344\223\002*\022(/datasphere/v2/projects/restrictionsMeta'
|
|
145
134
|
_PROJECTSERVICE.methods_by_name['GetRestrictions']._options = None
|
|
146
135
|
_PROJECTSERVICE.methods_by_name['GetRestrictions']._serialized_options = b'\202\323\344\223\0023\0221/datasphere/v2/projects/{project_id}:restrictions'
|
|
147
136
|
_PROJECTSERVICE.methods_by_name['SetRestrictions']._options = None
|
|
148
137
|
_PROJECTSERVICE.methods_by_name['SetRestrictions']._serialized_options = b'\262\322*\026\022\024RestrictionsResponse\202\323\344\223\0029\"4/datasphere/v2/projects/{project_id}:setRestrictions:\001*'
|
|
149
|
-
_globals['_EXECUTIONSTATUS']._serialized_start=
|
|
150
|
-
_globals['_EXECUTIONSTATUS']._serialized_end=
|
|
151
|
-
_globals['_CREATEPROJECTREQUEST']._serialized_start=
|
|
152
|
-
_globals['_CREATEPROJECTREQUEST']._serialized_end=
|
|
153
|
-
_globals['_CREATEPROJECTREQUEST_LABELSENTRY']._serialized_start=
|
|
154
|
-
_globals['_CREATEPROJECTREQUEST_LABELSENTRY']._serialized_end=
|
|
155
|
-
_globals['_CREATEPROJECTMETADATA']._serialized_start=
|
|
156
|
-
_globals['_CREATEPROJECTMETADATA']._serialized_end=
|
|
157
|
-
_globals['_UPDATEPROJECTREQUEST']._serialized_start=
|
|
158
|
-
_globals['_UPDATEPROJECTREQUEST']._serialized_end=
|
|
159
|
-
_globals['_UPDATEPROJECTREQUEST_LABELSENTRY']._serialized_start=
|
|
160
|
-
_globals['_UPDATEPROJECTREQUEST_LABELSENTRY']._serialized_end=
|
|
161
|
-
_globals['_UPDATEPROJECTMETADATA']._serialized_start=
|
|
162
|
-
_globals['_UPDATEPROJECTMETADATA']._serialized_end=
|
|
163
|
-
_globals['_DELETEPROJECTREQUEST']._serialized_start=
|
|
164
|
-
_globals['_DELETEPROJECTREQUEST']._serialized_end=
|
|
165
|
-
_globals['_DELETEPROJECTMETADATA']._serialized_start=
|
|
166
|
-
_globals['_DELETEPROJECTMETADATA']._serialized_end=
|
|
167
|
-
_globals['_OPENPROJECTREQUEST']._serialized_start=
|
|
168
|
-
_globals['_OPENPROJECTREQUEST']._serialized_end=
|
|
169
|
-
_globals['_OPENPROJECTMETADATA']._serialized_start=
|
|
170
|
-
_globals['_OPENPROJECTMETADATA']._serialized_end=
|
|
171
|
-
_globals['_OPENPROJECTMETADATA_OPENPROJECTSTATUS']._serialized_start=
|
|
172
|
-
_globals['_OPENPROJECTMETADATA_OPENPROJECTSTATUS']._serialized_end=
|
|
173
|
-
_globals['_OPENPROJECTRESPONSE']._serialized_start=
|
|
174
|
-
_globals['_OPENPROJECTRESPONSE']._serialized_end=
|
|
175
|
-
_globals['_GETPROJECTREQUEST']._serialized_start=
|
|
176
|
-
_globals['_GETPROJECTREQUEST']._serialized_end=
|
|
177
|
-
_globals['_LISTPROJECTSREQUEST']._serialized_start=
|
|
178
|
-
_globals['_LISTPROJECTSREQUEST']._serialized_end=
|
|
179
|
-
_globals['_LISTPROJECTSRESPONSE']._serialized_start=
|
|
180
|
-
_globals['_LISTPROJECTSRESPONSE']._serialized_end=
|
|
181
|
-
_globals['_GETUNITBALANCEREQUEST']._serialized_start=
|
|
182
|
-
_globals['_GETUNITBALANCEREQUEST']._serialized_end=
|
|
183
|
-
_globals['_GETUNITBALANCERESPONSE']._serialized_start=
|
|
184
|
-
_globals['_GETUNITBALANCERESPONSE']._serialized_end=
|
|
185
|
-
_globals['_SETUNITBALANCEREQUEST']._serialized_start=
|
|
186
|
-
_globals['_SETUNITBALANCEREQUEST']._serialized_end=
|
|
187
|
-
_globals['_SETUNITBALANCEMETADATA']._serialized_start=
|
|
188
|
-
_globals['_SETUNITBALANCEMETADATA']._serialized_end=
|
|
189
|
-
_globals['_PROJECTEXECUTIONREQUEST']._serialized_start=
|
|
190
|
-
_globals['_PROJECTEXECUTIONREQUEST']._serialized_end=
|
|
191
|
-
_globals['_PROJECTEXECUTIONMETADATA']._serialized_start=
|
|
192
|
-
_globals['_PROJECTEXECUTIONMETADATA']._serialized_end=
|
|
193
|
-
_globals['_PROJECTEXECUTIONRESPONSE']._serialized_start=
|
|
194
|
-
_globals['_PROJECTEXECUTIONRESPONSE']._serialized_end=
|
|
195
|
-
_globals['
|
|
196
|
-
_globals['
|
|
197
|
-
_globals['
|
|
198
|
-
_globals['
|
|
199
|
-
_globals['
|
|
200
|
-
_globals['
|
|
201
|
-
_globals['
|
|
202
|
-
_globals['
|
|
203
|
-
_globals['
|
|
204
|
-
_globals['
|
|
205
|
-
_globals['
|
|
206
|
-
_globals['
|
|
207
|
-
_globals['
|
|
208
|
-
_globals['
|
|
209
|
-
_globals['
|
|
210
|
-
_globals['
|
|
211
|
-
_globals['
|
|
212
|
-
_globals['
|
|
213
|
-
_globals['
|
|
214
|
-
_globals['
|
|
215
|
-
_globals['_PROJECTSERVICE']._serialized_start=
|
|
216
|
-
_globals['_PROJECTSERVICE']._serialized_end=
|
|
138
|
+
_globals['_EXECUTIONSTATUS']._serialized_start=4440
|
|
139
|
+
_globals['_EXECUTIONSTATUS']._serialized_end=4523
|
|
140
|
+
_globals['_CREATEPROJECTREQUEST']._serialized_start=513
|
|
141
|
+
_globals['_CREATEPROJECTREQUEST']._serialized_end=979
|
|
142
|
+
_globals['_CREATEPROJECTREQUEST_LABELSENTRY']._serialized_start=928
|
|
143
|
+
_globals['_CREATEPROJECTREQUEST_LABELSENTRY']._serialized_end=973
|
|
144
|
+
_globals['_CREATEPROJECTMETADATA']._serialized_start=981
|
|
145
|
+
_globals['_CREATEPROJECTMETADATA']._serialized_end=1024
|
|
146
|
+
_globals['_UPDATEPROJECTREQUEST']._serialized_start=1027
|
|
147
|
+
_globals['_UPDATEPROJECTREQUEST']._serialized_end=1534
|
|
148
|
+
_globals['_UPDATEPROJECTREQUEST_LABELSENTRY']._serialized_start=928
|
|
149
|
+
_globals['_UPDATEPROJECTREQUEST_LABELSENTRY']._serialized_end=973
|
|
150
|
+
_globals['_UPDATEPROJECTMETADATA']._serialized_start=1536
|
|
151
|
+
_globals['_UPDATEPROJECTMETADATA']._serialized_end=1579
|
|
152
|
+
_globals['_DELETEPROJECTREQUEST']._serialized_start=1581
|
|
153
|
+
_globals['_DELETEPROJECTREQUEST']._serialized_end=1637
|
|
154
|
+
_globals['_DELETEPROJECTMETADATA']._serialized_start=1639
|
|
155
|
+
_globals['_DELETEPROJECTMETADATA']._serialized_end=1682
|
|
156
|
+
_globals['_OPENPROJECTREQUEST']._serialized_start=1684
|
|
157
|
+
_globals['_OPENPROJECTREQUEST']._serialized_end=1738
|
|
158
|
+
_globals['_OPENPROJECTMETADATA']._serialized_start=1741
|
|
159
|
+
_globals['_OPENPROJECTMETADATA']._serialized_end=2166
|
|
160
|
+
_globals['_OPENPROJECTMETADATA_OPENPROJECTSTATUS']._serialized_start=1868
|
|
161
|
+
_globals['_OPENPROJECTMETADATA_OPENPROJECTSTATUS']._serialized_end=2166
|
|
162
|
+
_globals['_OPENPROJECTRESPONSE']._serialized_start=2168
|
|
163
|
+
_globals['_OPENPROJECTRESPONSE']._serialized_end=2233
|
|
164
|
+
_globals['_GETPROJECTREQUEST']._serialized_start=2235
|
|
165
|
+
_globals['_GETPROJECTREQUEST']._serialized_end=2288
|
|
166
|
+
_globals['_LISTPROJECTSREQUEST']._serialized_start=2291
|
|
167
|
+
_globals['_LISTPROJECTSREQUEST']._serialized_end=2453
|
|
168
|
+
_globals['_LISTPROJECTSRESPONSE']._serialized_start=2455
|
|
169
|
+
_globals['_LISTPROJECTSRESPONSE']._serialized_end=2557
|
|
170
|
+
_globals['_GETUNITBALANCEREQUEST']._serialized_start=2559
|
|
171
|
+
_globals['_GETUNITBALANCEREQUEST']._serialized_end=2616
|
|
172
|
+
_globals['_GETUNITBALANCERESPONSE']._serialized_start=2618
|
|
173
|
+
_globals['_GETUNITBALANCERESPONSE']._serialized_end=2693
|
|
174
|
+
_globals['_SETUNITBALANCEREQUEST']._serialized_start=2695
|
|
175
|
+
_globals['_SETUNITBALANCEREQUEST']._serialized_end=2803
|
|
176
|
+
_globals['_SETUNITBALANCEMETADATA']._serialized_start=2805
|
|
177
|
+
_globals['_SETUNITBALANCEMETADATA']._serialized_end=2849
|
|
178
|
+
_globals['_PROJECTEXECUTIONREQUEST']._serialized_start=2852
|
|
179
|
+
_globals['_PROJECTEXECUTIONREQUEST']._serialized_end=3127
|
|
180
|
+
_globals['_PROJECTEXECUTIONMETADATA']._serialized_start=3129
|
|
181
|
+
_globals['_PROJECTEXECUTIONMETADATA']._serialized_end=3255
|
|
182
|
+
_globals['_PROJECTEXECUTIONRESPONSE']._serialized_start=3257
|
|
183
|
+
_globals['_PROJECTEXECUTIONRESPONSE']._serialized_end=3366
|
|
184
|
+
_globals['_SETPROJECTACCESSBINDINGSMETADATA']._serialized_start=3368
|
|
185
|
+
_globals['_SETPROJECTACCESSBINDINGSMETADATA']._serialized_end=3422
|
|
186
|
+
_globals['_UPDATEPROJECTACCESSBINDINGSMETADATA']._serialized_start=3424
|
|
187
|
+
_globals['_UPDATEPROJECTACCESSBINDINGSMETADATA']._serialized_end=3481
|
|
188
|
+
_globals['_ADDRESOURCETOPROJECTREQUEST']._serialized_start=3484
|
|
189
|
+
_globals['_ADDRESOURCETOPROJECTREQUEST']._serialized_end=3639
|
|
190
|
+
_globals['_REMOVERESOURCEFROMPROJECTREQUEST']._serialized_start=3642
|
|
191
|
+
_globals['_REMOVERESOURCEFROMPROJECTREQUEST']._serialized_end=3802
|
|
192
|
+
_globals['_GETPROJECTRESTRICTIONSREQUEST']._serialized_start=3804
|
|
193
|
+
_globals['_GETPROJECTRESTRICTIONSREQUEST']._serialized_end=3861
|
|
194
|
+
_globals['_SETPROJECTRESTRICTIONSREQUEST']._serialized_start=3863
|
|
195
|
+
_globals['_SETPROJECTRESTRICTIONSREQUEST']._serialized_end=3983
|
|
196
|
+
_globals['_RESIZEPROJECTDISKREQUEST']._serialized_start=3985
|
|
197
|
+
_globals['_RESIZEPROJECTDISKREQUEST']._serialized_end=4071
|
|
198
|
+
_globals['_RESIZEPROJECTDISKMETADATA']._serialized_start=4073
|
|
199
|
+
_globals['_RESIZEPROJECTDISKMETADATA']._serialized_end=4172
|
|
200
|
+
_globals['_DISKINFO']._serialized_start=4175
|
|
201
|
+
_globals['_DISKINFO']._serialized_end=4438
|
|
202
|
+
_globals['_DISKINFO_DETAILEDDISKINFO']._serialized_start=4330
|
|
203
|
+
_globals['_DISKINFO_DETAILEDDISKINFO']._serialized_end=4438
|
|
204
|
+
_globals['_PROJECTSERVICE']._serialized_start=4526
|
|
205
|
+
_globals['_PROJECTSERVICE']._serialized_end=7925
|
|
217
206
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -11,7 +11,6 @@ import google.protobuf.internal.containers
|
|
|
11
11
|
import google.protobuf.internal.enum_type_wrapper
|
|
12
12
|
import google.protobuf.message
|
|
13
13
|
import google.protobuf.struct_pb2
|
|
14
|
-
import google.protobuf.timestamp_pb2
|
|
15
14
|
import google.protobuf.wrappers_pb2
|
|
16
15
|
import sys
|
|
17
16
|
import typing
|
|
@@ -282,8 +281,6 @@ class OpenProjectMetadata(google.protobuf.message.Message):
|
|
|
282
281
|
"""Allocating resources for the project."""
|
|
283
282
|
OPEN_PROJECT_STATUS_STARTING_IDE: OpenProjectMetadata._OpenProjectStatus.ValueType # 5
|
|
284
283
|
"""Starting IDE."""
|
|
285
|
-
OPEN_PROJECT_STATUS_APPLYING_CHECKPOINT: OpenProjectMetadata._OpenProjectStatus.ValueType # 6
|
|
286
|
-
"""Applying checkpoint to project."""
|
|
287
284
|
OPEN_PROJECT_STATUS_UNKNOWN: OpenProjectMetadata._OpenProjectStatus.ValueType # 7
|
|
288
285
|
"""Unknown open project status."""
|
|
289
286
|
|
|
@@ -299,8 +296,6 @@ class OpenProjectMetadata(google.protobuf.message.Message):
|
|
|
299
296
|
"""Allocating resources for the project."""
|
|
300
297
|
OPEN_PROJECT_STATUS_STARTING_IDE: OpenProjectMetadata.OpenProjectStatus.ValueType # 5
|
|
301
298
|
"""Starting IDE."""
|
|
302
|
-
OPEN_PROJECT_STATUS_APPLYING_CHECKPOINT: OpenProjectMetadata.OpenProjectStatus.ValueType # 6
|
|
303
|
-
"""Applying checkpoint to project."""
|
|
304
299
|
OPEN_PROJECT_STATUS_UNKNOWN: OpenProjectMetadata.OpenProjectStatus.ValueType # 7
|
|
305
300
|
"""Unknown open project status."""
|
|
306
301
|
|
|
@@ -587,131 +582,18 @@ global___ProjectExecutionMetadata = ProjectExecutionMetadata
|
|
|
587
582
|
class ProjectExecutionResponse(google.protobuf.message.Message):
|
|
588
583
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
589
584
|
|
|
590
|
-
CHECKPOINT_ID_FIELD_NUMBER: builtins.int
|
|
591
|
-
OUTPUT_VARIABLES_FIELD_NUMBER: builtins.int
|
|
592
585
|
EXECUTION_STATUS_FIELD_NUMBER: builtins.int
|
|
593
|
-
checkpoint_id: builtins.str
|
|
594
|
-
"""ID of the checkpoint resulting from the execution.
|
|
595
|
-
<project_id>/checkpoint/<uuid>
|
|
596
|
-
"""
|
|
597
586
|
execution_status: global___ExecutionStatus.ValueType
|
|
598
587
|
"""Execution final status."""
|
|
599
|
-
@property
|
|
600
|
-
def output_variables(self) -> google.protobuf.struct_pb2.Struct:
|
|
601
|
-
"""Values of output variables resulting from the execution.
|
|
602
|
-
Deprecated
|
|
603
|
-
"""
|
|
604
|
-
|
|
605
588
|
def __init__(
|
|
606
589
|
self,
|
|
607
590
|
*,
|
|
608
|
-
checkpoint_id: builtins.str = ...,
|
|
609
|
-
output_variables: google.protobuf.struct_pb2.Struct | None = ...,
|
|
610
591
|
execution_status: global___ExecutionStatus.ValueType = ...,
|
|
611
592
|
) -> None: ...
|
|
612
|
-
def
|
|
613
|
-
def ClearField(self, field_name: typing.Literal["checkpoint_id", b"checkpoint_id", "execution_status", b"execution_status", "output_variables", b"output_variables"]) -> None: ...
|
|
593
|
+
def ClearField(self, field_name: typing.Literal["execution_status", b"execution_status"]) -> None: ...
|
|
614
594
|
|
|
615
595
|
global___ProjectExecutionResponse = ProjectExecutionResponse
|
|
616
596
|
|
|
617
|
-
@typing.final
|
|
618
|
-
class CellOutputsRequest(google.protobuf.message.Message):
|
|
619
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
620
|
-
|
|
621
|
-
PROJECT_ID_FIELD_NUMBER: builtins.int
|
|
622
|
-
CELL_ID_FIELD_NUMBER: builtins.int
|
|
623
|
-
CHECKPOINT_ID_FIELD_NUMBER: builtins.int
|
|
624
|
-
START_AT_FIELD_NUMBER: builtins.int
|
|
625
|
-
project_id: builtins.str
|
|
626
|
-
"""ID of the project to return cell outputs for."""
|
|
627
|
-
cell_id: builtins.str
|
|
628
|
-
"""ID of the cell to return outputs for."""
|
|
629
|
-
checkpoint_id: builtins.str
|
|
630
|
-
"""ID of the checkpoint to return cell outputs for."""
|
|
631
|
-
@property
|
|
632
|
-
def start_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
633
|
-
"""Timestamp from which to return outputs."""
|
|
634
|
-
|
|
635
|
-
def __init__(
|
|
636
|
-
self,
|
|
637
|
-
*,
|
|
638
|
-
project_id: builtins.str = ...,
|
|
639
|
-
cell_id: builtins.str = ...,
|
|
640
|
-
checkpoint_id: builtins.str = ...,
|
|
641
|
-
start_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
642
|
-
) -> None: ...
|
|
643
|
-
def HasField(self, field_name: typing.Literal["start_at", b"start_at"]) -> builtins.bool: ...
|
|
644
|
-
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: ...
|
|
645
|
-
|
|
646
|
-
global___CellOutputsRequest = CellOutputsRequest
|
|
647
|
-
|
|
648
|
-
@typing.final
|
|
649
|
-
class CellOutputsResponse(google.protobuf.message.Message):
|
|
650
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
651
|
-
|
|
652
|
-
OUTPUTS_FIELD_NUMBER: builtins.int
|
|
653
|
-
@property
|
|
654
|
-
def outputs(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
655
|
-
"""List of outputs."""
|
|
656
|
-
|
|
657
|
-
def __init__(
|
|
658
|
-
self,
|
|
659
|
-
*,
|
|
660
|
-
outputs: collections.abc.Iterable[builtins.str] | None = ...,
|
|
661
|
-
) -> None: ...
|
|
662
|
-
def ClearField(self, field_name: typing.Literal["outputs", b"outputs"]) -> None: ...
|
|
663
|
-
|
|
664
|
-
global___CellOutputsResponse = CellOutputsResponse
|
|
665
|
-
|
|
666
|
-
@typing.final
|
|
667
|
-
class GetStateVariablesRequest(google.protobuf.message.Message):
|
|
668
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
669
|
-
|
|
670
|
-
PROJECT_ID_FIELD_NUMBER: builtins.int
|
|
671
|
-
NOTEBOOK_ID_FIELD_NUMBER: builtins.int
|
|
672
|
-
VARIABLE_NAMES_FIELD_NUMBER: builtins.int
|
|
673
|
-
CHECKPOINT_ID_FIELD_NUMBER: builtins.int
|
|
674
|
-
project_id: builtins.str
|
|
675
|
-
"""ID of the project, for which to return state variables."""
|
|
676
|
-
notebook_id: builtins.str
|
|
677
|
-
"""ID of the notebook, for which to return state variables."""
|
|
678
|
-
checkpoint_id: builtins.str
|
|
679
|
-
"""ID of the checkpoint, for which to return state variables."""
|
|
680
|
-
@property
|
|
681
|
-
def variable_names(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
682
|
-
"""Names of variables to return."""
|
|
683
|
-
|
|
684
|
-
def __init__(
|
|
685
|
-
self,
|
|
686
|
-
*,
|
|
687
|
-
project_id: builtins.str = ...,
|
|
688
|
-
notebook_id: builtins.str = ...,
|
|
689
|
-
variable_names: collections.abc.Iterable[builtins.str] | None = ...,
|
|
690
|
-
checkpoint_id: builtins.str = ...,
|
|
691
|
-
) -> None: ...
|
|
692
|
-
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: ...
|
|
693
|
-
|
|
694
|
-
global___GetStateVariablesRequest = GetStateVariablesRequest
|
|
695
|
-
|
|
696
|
-
@typing.final
|
|
697
|
-
class GetStateVariablesResponse(google.protobuf.message.Message):
|
|
698
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
699
|
-
|
|
700
|
-
VARIABLES_FIELD_NUMBER: builtins.int
|
|
701
|
-
@property
|
|
702
|
-
def variables(self) -> google.protobuf.struct_pb2.Struct:
|
|
703
|
-
"""Values of the specified variables."""
|
|
704
|
-
|
|
705
|
-
def __init__(
|
|
706
|
-
self,
|
|
707
|
-
*,
|
|
708
|
-
variables: google.protobuf.struct_pb2.Struct | None = ...,
|
|
709
|
-
) -> None: ...
|
|
710
|
-
def HasField(self, field_name: typing.Literal["variables", b"variables"]) -> builtins.bool: ...
|
|
711
|
-
def ClearField(self, field_name: typing.Literal["variables", b"variables"]) -> None: ...
|
|
712
|
-
|
|
713
|
-
global___GetStateVariablesResponse = GetStateVariablesResponse
|
|
714
|
-
|
|
715
597
|
@typing.final
|
|
716
598
|
class SetProjectAccessBindingsMetadata(google.protobuf.message.Message):
|
|
717
599
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
@@ -823,3 +705,104 @@ class SetProjectRestrictionsRequest(google.protobuf.message.Message):
|
|
|
823
705
|
def ClearField(self, field_name: typing.Literal["project_id", b"project_id", "restrictions", b"restrictions"]) -> None: ...
|
|
824
706
|
|
|
825
707
|
global___SetProjectRestrictionsRequest = SetProjectRestrictionsRequest
|
|
708
|
+
|
|
709
|
+
@typing.final
|
|
710
|
+
class ResizeProjectDiskRequest(google.protobuf.message.Message):
|
|
711
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
712
|
+
|
|
713
|
+
PROJECT_ID_FIELD_NUMBER: builtins.int
|
|
714
|
+
NEW_DISK_SIZE_GB_FIELD_NUMBER: builtins.int
|
|
715
|
+
project_id: builtins.str
|
|
716
|
+
"""ID of the project."""
|
|
717
|
+
new_disk_size_gb: builtins.int
|
|
718
|
+
"""Set new size project disk in gigabytes."""
|
|
719
|
+
def __init__(
|
|
720
|
+
self,
|
|
721
|
+
*,
|
|
722
|
+
project_id: builtins.str = ...,
|
|
723
|
+
new_disk_size_gb: builtins.int = ...,
|
|
724
|
+
) -> None: ...
|
|
725
|
+
def ClearField(self, field_name: typing.Literal["new_disk_size_gb", b"new_disk_size_gb", "project_id", b"project_id"]) -> None: ...
|
|
726
|
+
|
|
727
|
+
global___ResizeProjectDiskRequest = ResizeProjectDiskRequest
|
|
728
|
+
|
|
729
|
+
@typing.final
|
|
730
|
+
class ResizeProjectDiskMetadata(google.protobuf.message.Message):
|
|
731
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
732
|
+
|
|
733
|
+
PROJECT_ID_FIELD_NUMBER: builtins.int
|
|
734
|
+
OLD_DISK_SIZE_GB_FIELD_NUMBER: builtins.int
|
|
735
|
+
NEW_DISK_SIZE_GB_FIELD_NUMBER: builtins.int
|
|
736
|
+
project_id: builtins.str
|
|
737
|
+
"""ID of the project which resized project disk."""
|
|
738
|
+
old_disk_size_gb: builtins.int
|
|
739
|
+
"""Old size project disk in gigabytes."""
|
|
740
|
+
new_disk_size_gb: builtins.int
|
|
741
|
+
"""New size project disk in gigabytes."""
|
|
742
|
+
def __init__(
|
|
743
|
+
self,
|
|
744
|
+
*,
|
|
745
|
+
project_id: builtins.str = ...,
|
|
746
|
+
old_disk_size_gb: builtins.int = ...,
|
|
747
|
+
new_disk_size_gb: builtins.int = ...,
|
|
748
|
+
) -> None: ...
|
|
749
|
+
def ClearField(self, field_name: typing.Literal["new_disk_size_gb", b"new_disk_size_gb", "old_disk_size_gb", b"old_disk_size_gb", "project_id", b"project_id"]) -> None: ...
|
|
750
|
+
|
|
751
|
+
global___ResizeProjectDiskMetadata = ResizeProjectDiskMetadata
|
|
752
|
+
|
|
753
|
+
@typing.final
|
|
754
|
+
class DiskInfo(google.protobuf.message.Message):
|
|
755
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
756
|
+
|
|
757
|
+
@typing.final
|
|
758
|
+
class DetailedDiskInfo(google.protobuf.message.Message):
|
|
759
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
760
|
+
|
|
761
|
+
USER_DATA_GB_FIELD_NUMBER: builtins.int
|
|
762
|
+
PACKAGES_GB_FIELD_NUMBER: builtins.int
|
|
763
|
+
SYSTEM_DATA_GB_FIELD_NUMBER: builtins.int
|
|
764
|
+
FREE_SPACE_GB_FIELD_NUMBER: builtins.int
|
|
765
|
+
user_data_gb: builtins.float
|
|
766
|
+
"""Used project disk for user data in gigabytes."""
|
|
767
|
+
packages_gb: builtins.float
|
|
768
|
+
"""Used project disk for packages in gigabytes."""
|
|
769
|
+
system_data_gb: builtins.float
|
|
770
|
+
"""Used project disk for system data in gigabytes."""
|
|
771
|
+
free_space_gb: builtins.float
|
|
772
|
+
"""Free space project disk in gigabytes."""
|
|
773
|
+
def __init__(
|
|
774
|
+
self,
|
|
775
|
+
*,
|
|
776
|
+
user_data_gb: builtins.float = ...,
|
|
777
|
+
packages_gb: builtins.float = ...,
|
|
778
|
+
system_data_gb: builtins.float = ...,
|
|
779
|
+
free_space_gb: builtins.float = ...,
|
|
780
|
+
) -> None: ...
|
|
781
|
+
def ClearField(self, field_name: typing.Literal["free_space_gb", b"free_space_gb", "packages_gb", b"packages_gb", "system_data_gb", b"system_data_gb", "user_data_gb", b"user_data_gb"]) -> None: ...
|
|
782
|
+
|
|
783
|
+
PROJECT_ID_FIELD_NUMBER: builtins.int
|
|
784
|
+
DISK_SIZE_GB_FIELD_NUMBER: builtins.int
|
|
785
|
+
DISK_USED_GB_FIELD_NUMBER: builtins.int
|
|
786
|
+
DETAILED_USAGE_FIELD_NUMBER: builtins.int
|
|
787
|
+
project_id: builtins.str
|
|
788
|
+
"""ID of the project."""
|
|
789
|
+
disk_size_gb: builtins.float
|
|
790
|
+
"""Project disk size in gigabytes."""
|
|
791
|
+
disk_used_gb: builtins.float
|
|
792
|
+
"""Used project disk in gigabytes."""
|
|
793
|
+
@property
|
|
794
|
+
def detailed_usage(self) -> global___DiskInfo.DetailedDiskInfo:
|
|
795
|
+
"""Detailed information about the project disk."""
|
|
796
|
+
|
|
797
|
+
def __init__(
|
|
798
|
+
self,
|
|
799
|
+
*,
|
|
800
|
+
project_id: builtins.str = ...,
|
|
801
|
+
disk_size_gb: builtins.float = ...,
|
|
802
|
+
disk_used_gb: builtins.float = ...,
|
|
803
|
+
detailed_usage: global___DiskInfo.DetailedDiskInfo | None = ...,
|
|
804
|
+
) -> None: ...
|
|
805
|
+
def HasField(self, field_name: typing.Literal["detailed_usage", b"detailed_usage"]) -> builtins.bool: ...
|
|
806
|
+
def ClearField(self, field_name: typing.Literal["detailed_usage", b"detailed_usage", "disk_size_gb", b"disk_size_gb", "disk_used_gb", b"disk_used_gb", "project_id", b"project_id"]) -> None: ...
|
|
807
|
+
|
|
808
|
+
global___DiskInfo = DiskInfo
|