yandexcloud 0.325.0__py3-none-any.whl → 0.327.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of yandexcloud might be problematic. Click here for more details.
- yandex/cloud/ai/assistants/v1/searchindex/common_pb2.py +18 -5
- yandex/cloud/ai/assistants/v1/searchindex/common_pb2.pyi +149 -0
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_pb2.py +3 -4
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_pb2.pyi +2 -7
- yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.py +10 -8
- yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.pyi +63 -5
- yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2.py +20 -20
- yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2.pyi +9 -3
- yandex/cloud/ai/dataset/v1/dataset_pb2.py +10 -8
- yandex/cloud/ai/dataset/v1/dataset_pb2.pyi +9 -1
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.py +45 -39
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.pyi +57 -2
- yandex/cloud/ai/dataset/v1/dataset_service_pb2_grpc.py +34 -0
- yandex/cloud/ai/dataset/v1/dataset_service_pb2_grpc.pyi +20 -0
- yandex/cloud/ai/tuning/__init__.py +0 -0
- yandex/cloud/ai/tuning/v1/__init__.py +0 -0
- yandex/cloud/ai/tuning/v1/tuning_optimizers_pb2.py +26 -0
- yandex/cloud/ai/tuning/v1/tuning_optimizers_pb2.pyi +35 -0
- yandex/cloud/ai/tuning/v1/tuning_optimizers_pb2_grpc.py +4 -0
- yandex/cloud/ai/tuning/v1/tuning_optimizers_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/tuning/v1/tuning_schedulers_pb2.py +30 -0
- yandex/cloud/ai/tuning/v1/tuning_schedulers_pb2.pyi +51 -0
- yandex/cloud/ai/tuning/v1/tuning_schedulers_pb2_grpc.py +4 -0
- yandex/cloud/ai/tuning/v1/tuning_schedulers_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.py +101 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +577 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.py +232 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.pyi +127 -0
- yandex/cloud/ai/tuning/v1/tuning_task_pb2.py +29 -0
- yandex/cloud/ai/tuning/v1/tuning_task_pb2.pyi +86 -0
- yandex/cloud/ai/tuning/v1/tuning_task_pb2_grpc.py +4 -0
- yandex/cloud/ai/tuning/v1/tuning_task_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/tuning/v1/tuning_types_pb2.py +28 -0
- yandex/cloud/ai/tuning/v1/tuning_types_pb2.pyi +50 -0
- yandex/cloud/ai/tuning/v1/tuning_types_pb2_grpc.py +4 -0
- yandex/cloud/ai/tuning/v1/tuning_types_pb2_grpc.pyi +17 -0
- yandex/cloud/apploadbalancer/v1/backend_group_pb2.py +9 -7
- yandex/cloud/apploadbalancer/v1/backend_group_pb2.pyi +9 -1
- yandex/cloud/cic/v1/private_connection_pb2.py +5 -3
- yandex/cloud/cic/v1/private_connection_pb2.pyi +1 -0
- yandex/cloud/cloudapps/workload/v1/cloud_application_service_pb2.py +14 -9
- yandex/cloud/cloudregistry/v1/registry_service_pb2.py +41 -41
- yandex/cloud/dataproc/v1/cluster_pb2.py +20 -18
- yandex/cloud/dataproc/v1/cluster_pb2.pyi +20 -1
- yandex/cloud/dataproc/v1/cluster_service_pb2.py +40 -40
- yandex/cloud/dataproc/v1/cluster_service_pb2.pyi +5 -1
- yandex/cloud/datasphere/v2/jobs/jobs_pb2.py +34 -32
- yandex/cloud/datasphere/v2/jobs/jobs_pb2.pyi +21 -1
- yandex/cloud/datasphere/v2/jobs/project_job_service_pb2.py +54 -54
- yandex/cloud/datasphere/v2/jobs/project_job_service_pb2.pyi +7 -1
- yandex/cloud/iam/v1/user_account_pb2.py +12 -11
- yandex/cloud/iam/v1/user_account_pb2.pyi +7 -2
- yandex/cloud/marketplace/metering/v1/product_usage_service_pb2.py +39 -0
- yandex/cloud/marketplace/metering/v1/product_usage_service_pb2.pyi +64 -0
- yandex/cloud/marketplace/metering/v1/product_usage_service_pb2_grpc.py +67 -0
- yandex/cloud/marketplace/metering/v1/product_usage_service_pb2_grpc.pyi +44 -0
- yandex/cloud/mdb/redis/v1/config/redis_pb2.py +8 -8
- yandex/cloud/mdb/redis/v1/config/redis_pb2.pyi +14 -2
- yandex/cloud/searchapi/v2/search_query_pb2.py +8 -6
- yandex/cloud/searchapi/v2/search_query_pb2.pyi +24 -1
- yandex/cloud/searchapi/v2/search_service_pb2.py +14 -8
- yandex/cloud/searchapi/v2/search_service_pb2.pyi +33 -6
- yandex/cloud/searchapi/v2/search_service_pb2_grpc.py +64 -0
- yandex/cloud/searchapi/v2/search_service_pb2_grpc.pyi +29 -0
- yandex/cloud/serverless/eventrouter/v1/connector_pb2.py +12 -6
- yandex/cloud/serverless/eventrouter/v1/connector_pb2.pyi +31 -3
- yandex/cloud/speechsense/v1/classifier_pb2.py +26 -0
- yandex/cloud/speechsense/v1/classifier_pb2.pyi +35 -0
- yandex/cloud/speechsense/v1/classifier_pb2_grpc.py +4 -0
- yandex/cloud/speechsense/v1/classifier_pb2_grpc.pyi +17 -0
- yandex/cloud/speechsense/v1/classifiers_service_pb2.py +34 -0
- yandex/cloud/speechsense/v1/classifiers_service_pb2.pyi +48 -0
- yandex/cloud/speechsense/v1/classifiers_service_pb2_grpc.py +67 -0
- yandex/cloud/speechsense/v1/classifiers_service_pb2_grpc.pyi +44 -0
- yandex/cloud/speechsense/v1/talk_pb2.py +14 -6
- yandex/cloud/speechsense/v1/talk_pb2.pyi +89 -2
- yandex/cloud/speechsense/v1/talk_service_pb2.py +2 -6
- {yandexcloud-0.325.0.dist-info → yandexcloud-0.327.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.325.0.dist-info → yandexcloud-0.327.0.dist-info}/RECORD +83 -49
- {yandexcloud-0.325.0.dist-info → yandexcloud-0.327.0.dist-info}/WHEEL +1 -1
- {yandexcloud-0.325.0.dist-info → yandexcloud-0.327.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.325.0.dist-info → yandexcloud-0.327.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.325.0.dist-info → yandexcloud-0.327.0.dist-info}/top_level.txt +0 -0
|
@@ -21,7 +21,7 @@ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operati
|
|
|
21
21
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
22
22
|
|
|
23
23
|
|
|
24
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n.yandex/cloud/dataproc/v1/cluster_service.proto\x12\x18yandex.cloud.dataproc.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/dataproc/v1/cluster.proto\x1a%yandex/cloud/dataproc/v1/common.proto\x1a)yandex/cloud/dataproc/v1/subcluster.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"5\n\x11GetClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\x90\x01\n\x13ListClustersRequest\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<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"d\n\x14ListClustersResponse\x12\x33\n\x08\x63lusters\x18\x01 \x03(\x0b\x32!.yandex.cloud.dataproc.v1.Cluster\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xe1\x02\n\x1a\x43reateSubclusterConfigSpec\x12/\n\x04name\x18\x01 \x01(\tB!\xf2\xc7\x31\x1d|[a-z][-a-z0-9]{1,61}[a-z0-9]\x12\x32\n\x04role\x18\x02 \x01(\x0e\x32\x1e.yandex.cloud.dataproc.v1.RoleB\x04\xe8\xc7\x31\x01\x12<\n\tresources\x18\x03 \x01(\x0b\x32#.yandex.cloud.dataproc.v1.ResourcesB\x04\xe8\xc7\x31\x01\x12\x1f\n\tsubnet_id\x18\x04 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1c\n\x0bhosts_count\x18\x05 \x01(\x03\x42\x07\xfa\xc7\x31\x03>=1\x12\x18\n\x10\x61ssign_public_ip\x18\x06 \x01(\x08\x12G\n\x12\x61utoscaling_config\x18\x07 \x01(\x0b\x32+.yandex.cloud.dataproc.v1.AutoscalingConfig\"\xf8\x01\n\x1aUpdateSubclusterConfigSpec\x12\n\n\x02id\x18\x01 \x01(\t\x12/\n\x04name\x18\x02 \x01(\tB!\xf2\xc7\x31\x1d|[a-z][-a-z0-9]{1,61}[a-z0-9]\x12\x36\n\tresources\x18\x03 \x01(\x0b\x32#.yandex.cloud.dataproc.v1.Resources\x12\x1c\n\x0bhosts_count\x18\x04 \x01(\x03\x42\x07\xfa\xc7\x31\x03>=1\x12G\n\x12\x61utoscaling_config\x18\x05 \x01(\x0b\x32+.yandex.cloud.dataproc.v1.AutoscalingConfig\"\xb5\x01\n\x17\x43reateClusterConfigSpec\x12\x12\n\nversion_id\x18\x01 \x01(\t\x12\x36\n\x06hadoop\x18\x02 \x01(\x0b\x32&.yandex.cloud.dataproc.v1.HadoopConfig\x12N\n\x10subclusters_spec\x18\x03 \x03(\x0b\x32\x34.yandex.cloud.dataproc.v1.CreateSubclusterConfigSpec\"\xa1\x01\n\x17UpdateClusterConfigSpec\x12N\n\x10subclusters_spec\x18\x01 \x03(\x0b\x32\x34.yandex.cloud.dataproc.v1.UpdateSubclusterConfigSpec\x12\x36\n\x06hadoop\x18\x02 \x01(\x0b\x32&.yandex.cloud.dataproc.v1.HadoopConfig\"\
|
|
24
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n.yandex/cloud/dataproc/v1/cluster_service.proto\x12\x18yandex.cloud.dataproc.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/dataproc/v1/cluster.proto\x1a%yandex/cloud/dataproc/v1/common.proto\x1a)yandex/cloud/dataproc/v1/subcluster.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"5\n\x11GetClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\x90\x01\n\x13ListClustersRequest\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<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"d\n\x14ListClustersResponse\x12\x33\n\x08\x63lusters\x18\x01 \x03(\x0b\x32!.yandex.cloud.dataproc.v1.Cluster\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xe1\x02\n\x1a\x43reateSubclusterConfigSpec\x12/\n\x04name\x18\x01 \x01(\tB!\xf2\xc7\x31\x1d|[a-z][-a-z0-9]{1,61}[a-z0-9]\x12\x32\n\x04role\x18\x02 \x01(\x0e\x32\x1e.yandex.cloud.dataproc.v1.RoleB\x04\xe8\xc7\x31\x01\x12<\n\tresources\x18\x03 \x01(\x0b\x32#.yandex.cloud.dataproc.v1.ResourcesB\x04\xe8\xc7\x31\x01\x12\x1f\n\tsubnet_id\x18\x04 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1c\n\x0bhosts_count\x18\x05 \x01(\x03\x42\x07\xfa\xc7\x31\x03>=1\x12\x18\n\x10\x61ssign_public_ip\x18\x06 \x01(\x08\x12G\n\x12\x61utoscaling_config\x18\x07 \x01(\x0b\x32+.yandex.cloud.dataproc.v1.AutoscalingConfig\"\xf8\x01\n\x1aUpdateSubclusterConfigSpec\x12\n\n\x02id\x18\x01 \x01(\t\x12/\n\x04name\x18\x02 \x01(\tB!\xf2\xc7\x31\x1d|[a-z][-a-z0-9]{1,61}[a-z0-9]\x12\x36\n\tresources\x18\x03 \x01(\x0b\x32#.yandex.cloud.dataproc.v1.Resources\x12\x1c\n\x0bhosts_count\x18\x04 \x01(\x03\x42\x07\xfa\xc7\x31\x03>=1\x12G\n\x12\x61utoscaling_config\x18\x05 \x01(\x0b\x32+.yandex.cloud.dataproc.v1.AutoscalingConfig\"\xb5\x01\n\x17\x43reateClusterConfigSpec\x12\x12\n\nversion_id\x18\x01 \x01(\t\x12\x36\n\x06hadoop\x18\x02 \x01(\x0b\x32&.yandex.cloud.dataproc.v1.HadoopConfig\x12N\n\x10subclusters_spec\x18\x03 \x03(\x0b\x32\x34.yandex.cloud.dataproc.v1.CreateSubclusterConfigSpec\"\xa1\x01\n\x17UpdateClusterConfigSpec\x12N\n\x10subclusters_spec\x18\x01 \x03(\x0b\x32\x34.yandex.cloud.dataproc.v1.UpdateSubclusterConfigSpec\x12\x36\n\x06hadoop\x18\x02 \x01(\x0b\x32&.yandex.cloud.dataproc.v1.HadoopConfig\"\xa3\x05\n\x14\x43reateClusterRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12/\n\x04name\x18\x02 \x01(\tB!\xf2\xc7\x31\x1d|[a-z][-a-z0-9]{1,61}[a-z0-9]\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x87\x01\n\x06labels\x18\x04 \x03(\x0b\x32:.yandex.cloud.dataproc.v1.CreateClusterRequest.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\x12L\n\x0b\x63onfig_spec\x18\x06 \x01(\x0b\x32\x31.yandex.cloud.dataproc.v1.CreateClusterConfigSpecB\x04\xe8\xc7\x31\x01\x12\x1d\n\x07zone_id\x18\x07 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12 \n\x12service_account_id\x18\x08 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x0e\n\x06\x62ucket\x18\t \x01(\t\x12\x10\n\x08ui_proxy\x18\n \x01(\x08\x12\x1a\n\x12security_group_ids\x18\x0b \x03(\t\x12\x16\n\x0ehost_group_ids\x18\x0c \x03(\t\x12\x1b\n\x13\x64\x65letion_protection\x18\r \x01(\x08\x12\x14\n\x0clog_group_id\x18\x0e \x01(\t\x12\x42\n\x0b\x65nvironment\x18\x0f \x01(\x0e\x32-.yandex.cloud.dataproc.v1.Cluster.Environment\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\x05\x10\x06\"+\n\x15\x43reateClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"\xef\x04\n\x14UpdateClusterRequest\x12\x1c\n\ncluster_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x87\x01\n\x06labels\x18\x04 \x03(\x0b\x32:.yandex.cloud.dataproc.v1.UpdateClusterRequest.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\x46\n\x0b\x63onfig_spec\x18\x05 \x01(\x0b\x32\x31.yandex.cloud.dataproc.v1.UpdateClusterConfigSpec\x12/\n\x04name\x18\x06 \x01(\tB!\xf2\xc7\x31\x1d|[a-z][-a-z0-9]{1,61}[a-z0-9]\x12\x1a\n\x12service_account_id\x18\x07 \x01(\t\x12\x0e\n\x06\x62ucket\x18\x08 \x01(\t\x12)\n\x14\x64\x65\x63ommission_timeout\x18\t \x01(\x03\x42\x0b\xfa\xc7\x31\x07\x30-86400\x12\x10\n\x08ui_proxy\x18\n \x01(\x08\x12\x1a\n\x12security_group_ids\x18\x0b \x03(\t\x12\x1b\n\x13\x64\x65letion_protection\x18\x0c \x01(\x08\x12\x14\n\x0clog_group_id\x18\r \x01(\t\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"+\n\x15UpdateClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"c\n\x14\x44\x65leteClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12)\n\x14\x64\x65\x63ommission_timeout\x18\x02 \x01(\x03\x42\x0b\xfa\xc7\x31\x07\x30-86400\"+\n\x15\x44\x65leteClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"7\n\x13StartClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"*\n\x14StartClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"a\n\x12StopClusterRequest\x12 \n\ncluster_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12)\n\x14\x64\x65\x63ommission_timeout\x18\x02 \x01(\x03\x42\x0b\xfa\xc7\x31\x07\x30-86400\")\n\x13StopClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"~\n\x1cListClusterOperationsRequest\x12 \n\ncluster_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<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"o\n\x1dListClusterOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x91\x01\n\x17ListClusterHostsRequest\x12\x1c\n\ncluster_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"b\n\x18ListClusterHostsResponse\x12-\n\x05hosts\x18\x01 \x03(\x0b\x32\x1e.yandex.cloud.dataproc.v1.Host\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"2\n\x12ListUILinksRequest\x12\x1c\n\ncluster_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50\"#\n\x06UILink\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0b\n\x03url\x18\x02 \x01(\t\"F\n\x13ListUILinksResponse\x12/\n\x05links\x18\x01 \x03(\x0b\x32 .yandex.cloud.dataproc.v1.UILink2\x91\r\n\x0e\x43lusterService\x12\x81\x01\n\x03Get\x12+.yandex.cloud.dataproc.v1.GetClusterRequest\x1a!.yandex.cloud.dataproc.v1.Cluster\"*\x82\xd3\xe4\x93\x02$\x12\"/dataproc/v1/clusters/{cluster_id}\x12\x84\x01\n\x04List\x12-.yandex.cloud.dataproc.v1.ListClustersRequest\x1a..yandex.cloud.dataproc.v1.ListClustersResponse\"\x1d\x82\xd3\xe4\x93\x02\x17\x12\x15/dataproc/v1/clusters\x12\xa1\x01\n\x06\x43reate\x12..yandex.cloud.dataproc.v1.CreateClusterRequest\x1a!.yandex.cloud.operation.Operation\"D\xb2\xd2* \n\x15\x43reateClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x1a\"\x15/dataproc/v1/clusters:\x01*\x12\xae\x01\n\x06Update\x12..yandex.cloud.dataproc.v1.UpdateClusterRequest\x1a!.yandex.cloud.operation.Operation\"Q\xb2\xd2* \n\x15UpdateClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\'2\"/dataproc/v1/clusters/{cluster_id}:\x01*\x12\xb9\x01\n\x06\x44\x65lete\x12..yandex.cloud.dataproc.v1.DeleteClusterRequest\x1a!.yandex.cloud.operation.Operation\"\\\xb2\xd2*.\n\x15\x44\x65leteClusterMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02$*\"/dataproc/v1/clusters/{cluster_id}\x12\xae\x01\n\x05Start\x12-.yandex.cloud.dataproc.v1.StartClusterRequest\x1a!.yandex.cloud.operation.Operation\"S\xb2\xd2*\x1f\n\x14StartClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02*\"(/dataproc/v1/clusters/{cluster_id}:start\x12\xad\x01\n\x04Stop\x12,.yandex.cloud.dataproc.v1.StopClusterRequest\x1a!.yandex.cloud.operation.Operation\"T\xb2\xd2*\x1e\n\x13StopClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02,\"\'/dataproc/v1/clusters/{cluster_id}:stop:\x01*\x12\xb8\x01\n\x0eListOperations\x12\x36.yandex.cloud.dataproc.v1.ListClusterOperationsRequest\x1a\x37.yandex.cloud.dataproc.v1.ListClusterOperationsResponse\"5\x82\xd3\xe4\x93\x02/\x12-/dataproc/v1/clusters/{cluster_id}/operations\x12\xa4\x01\n\tListHosts\x12\x31.yandex.cloud.dataproc.v1.ListClusterHostsRequest\x1a\x32.yandex.cloud.dataproc.v1.ListClusterHostsResponse\"0\x82\xd3\xe4\x93\x02*\x12(/dataproc/v1/clusters/{cluster_id}/hosts\x12\x9f\x01\n\x0bListUILinks\x12,.yandex.cloud.dataproc.v1.ListUILinksRequest\x1a-.yandex.cloud.dataproc.v1.ListUILinksResponse\"3\x82\xd3\xe4\x93\x02-\x12+/dataproc/v1/clusters/{cluster_id}/ui_linksBe\n\x1cyandex.cloud.api.dataproc.v1ZEgithub.com/yandex-cloud/go-genproto/yandex/cloud/dataproc/v1;dataprocb\x06proto3')
|
|
25
25
|
|
|
26
26
|
_globals = globals()
|
|
27
27
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -142,43 +142,43 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
142
142
|
_globals['_UPDATECLUSTERCONFIGSPEC']._serialized_start=1463
|
|
143
143
|
_globals['_UPDATECLUSTERCONFIGSPEC']._serialized_end=1624
|
|
144
144
|
_globals['_CREATECLUSTERREQUEST']._serialized_start=1627
|
|
145
|
-
_globals['_CREATECLUSTERREQUEST']._serialized_end=
|
|
146
|
-
_globals['_CREATECLUSTERREQUEST_LABELSENTRY']._serialized_start=
|
|
147
|
-
_globals['_CREATECLUSTERREQUEST_LABELSENTRY']._serialized_end=
|
|
148
|
-
_globals['_CREATECLUSTERMETADATA']._serialized_start=
|
|
149
|
-
_globals['_CREATECLUSTERMETADATA']._serialized_end=
|
|
150
|
-
_globals['_UPDATECLUSTERREQUEST']._serialized_start=
|
|
151
|
-
_globals['_UPDATECLUSTERREQUEST']._serialized_end=
|
|
152
|
-
_globals['_UPDATECLUSTERREQUEST_LABELSENTRY']._serialized_start=
|
|
153
|
-
_globals['_UPDATECLUSTERREQUEST_LABELSENTRY']._serialized_end=
|
|
154
|
-
_globals['_UPDATECLUSTERMETADATA']._serialized_start=
|
|
155
|
-
_globals['_UPDATECLUSTERMETADATA']._serialized_end=
|
|
156
|
-
_globals['_DELETECLUSTERREQUEST']._serialized_start=
|
|
157
|
-
_globals['_DELETECLUSTERREQUEST']._serialized_end=
|
|
158
|
-
_globals['_DELETECLUSTERMETADATA']._serialized_start=
|
|
159
|
-
_globals['_DELETECLUSTERMETADATA']._serialized_end=
|
|
160
|
-
_globals['_STARTCLUSTERREQUEST']._serialized_start=
|
|
161
|
-
_globals['_STARTCLUSTERREQUEST']._serialized_end=
|
|
162
|
-
_globals['_STARTCLUSTERMETADATA']._serialized_start=
|
|
163
|
-
_globals['_STARTCLUSTERMETADATA']._serialized_end=
|
|
164
|
-
_globals['_STOPCLUSTERREQUEST']._serialized_start=
|
|
165
|
-
_globals['_STOPCLUSTERREQUEST']._serialized_end=
|
|
166
|
-
_globals['_STOPCLUSTERMETADATA']._serialized_start=
|
|
167
|
-
_globals['_STOPCLUSTERMETADATA']._serialized_end=
|
|
168
|
-
_globals['_LISTCLUSTEROPERATIONSREQUEST']._serialized_start=
|
|
169
|
-
_globals['_LISTCLUSTEROPERATIONSREQUEST']._serialized_end=
|
|
170
|
-
_globals['_LISTCLUSTEROPERATIONSRESPONSE']._serialized_start=
|
|
171
|
-
_globals['_LISTCLUSTEROPERATIONSRESPONSE']._serialized_end=
|
|
172
|
-
_globals['_LISTCLUSTERHOSTSREQUEST']._serialized_start=
|
|
173
|
-
_globals['_LISTCLUSTERHOSTSREQUEST']._serialized_end=
|
|
174
|
-
_globals['_LISTCLUSTERHOSTSRESPONSE']._serialized_start=
|
|
175
|
-
_globals['_LISTCLUSTERHOSTSRESPONSE']._serialized_end=
|
|
176
|
-
_globals['_LISTUILINKSREQUEST']._serialized_start=
|
|
177
|
-
_globals['_LISTUILINKSREQUEST']._serialized_end=
|
|
178
|
-
_globals['_UILINK']._serialized_start=
|
|
179
|
-
_globals['_UILINK']._serialized_end=
|
|
180
|
-
_globals['_LISTUILINKSRESPONSE']._serialized_start=
|
|
181
|
-
_globals['_LISTUILINKSRESPONSE']._serialized_end=
|
|
182
|
-
_globals['_CLUSTERSERVICE']._serialized_start=
|
|
183
|
-
_globals['_CLUSTERSERVICE']._serialized_end=
|
|
145
|
+
_globals['_CREATECLUSTERREQUEST']._serialized_end=2302
|
|
146
|
+
_globals['_CREATECLUSTERREQUEST_LABELSENTRY']._serialized_start=2251
|
|
147
|
+
_globals['_CREATECLUSTERREQUEST_LABELSENTRY']._serialized_end=2296
|
|
148
|
+
_globals['_CREATECLUSTERMETADATA']._serialized_start=2304
|
|
149
|
+
_globals['_CREATECLUSTERMETADATA']._serialized_end=2347
|
|
150
|
+
_globals['_UPDATECLUSTERREQUEST']._serialized_start=2350
|
|
151
|
+
_globals['_UPDATECLUSTERREQUEST']._serialized_end=2973
|
|
152
|
+
_globals['_UPDATECLUSTERREQUEST_LABELSENTRY']._serialized_start=2251
|
|
153
|
+
_globals['_UPDATECLUSTERREQUEST_LABELSENTRY']._serialized_end=2296
|
|
154
|
+
_globals['_UPDATECLUSTERMETADATA']._serialized_start=2975
|
|
155
|
+
_globals['_UPDATECLUSTERMETADATA']._serialized_end=3018
|
|
156
|
+
_globals['_DELETECLUSTERREQUEST']._serialized_start=3020
|
|
157
|
+
_globals['_DELETECLUSTERREQUEST']._serialized_end=3119
|
|
158
|
+
_globals['_DELETECLUSTERMETADATA']._serialized_start=3121
|
|
159
|
+
_globals['_DELETECLUSTERMETADATA']._serialized_end=3164
|
|
160
|
+
_globals['_STARTCLUSTERREQUEST']._serialized_start=3166
|
|
161
|
+
_globals['_STARTCLUSTERREQUEST']._serialized_end=3221
|
|
162
|
+
_globals['_STARTCLUSTERMETADATA']._serialized_start=3223
|
|
163
|
+
_globals['_STARTCLUSTERMETADATA']._serialized_end=3265
|
|
164
|
+
_globals['_STOPCLUSTERREQUEST']._serialized_start=3267
|
|
165
|
+
_globals['_STOPCLUSTERREQUEST']._serialized_end=3364
|
|
166
|
+
_globals['_STOPCLUSTERMETADATA']._serialized_start=3366
|
|
167
|
+
_globals['_STOPCLUSTERMETADATA']._serialized_end=3407
|
|
168
|
+
_globals['_LISTCLUSTEROPERATIONSREQUEST']._serialized_start=3409
|
|
169
|
+
_globals['_LISTCLUSTEROPERATIONSREQUEST']._serialized_end=3535
|
|
170
|
+
_globals['_LISTCLUSTEROPERATIONSRESPONSE']._serialized_start=3537
|
|
171
|
+
_globals['_LISTCLUSTEROPERATIONSRESPONSE']._serialized_end=3648
|
|
172
|
+
_globals['_LISTCLUSTERHOSTSREQUEST']._serialized_start=3651
|
|
173
|
+
_globals['_LISTCLUSTERHOSTSREQUEST']._serialized_end=3796
|
|
174
|
+
_globals['_LISTCLUSTERHOSTSRESPONSE']._serialized_start=3798
|
|
175
|
+
_globals['_LISTCLUSTERHOSTSRESPONSE']._serialized_end=3896
|
|
176
|
+
_globals['_LISTUILINKSREQUEST']._serialized_start=3898
|
|
177
|
+
_globals['_LISTUILINKSREQUEST']._serialized_end=3948
|
|
178
|
+
_globals['_UILINK']._serialized_start=3950
|
|
179
|
+
_globals['_UILINK']._serialized_end=3985
|
|
180
|
+
_globals['_LISTUILINKSRESPONSE']._serialized_start=3987
|
|
181
|
+
_globals['_LISTUILINKSRESPONSE']._serialized_end=4057
|
|
182
|
+
_globals['_CLUSTERSERVICE']._serialized_start=4060
|
|
183
|
+
_globals['_CLUSTERSERVICE']._serialized_end=5741
|
|
184
184
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -282,6 +282,7 @@ class CreateClusterRequest(google.protobuf.message.Message):
|
|
|
282
282
|
HOST_GROUP_IDS_FIELD_NUMBER: builtins.int
|
|
283
283
|
DELETION_PROTECTION_FIELD_NUMBER: builtins.int
|
|
284
284
|
LOG_GROUP_ID_FIELD_NUMBER: builtins.int
|
|
285
|
+
ENVIRONMENT_FIELD_NUMBER: builtins.int
|
|
285
286
|
folder_id: builtins.str
|
|
286
287
|
"""ID of the folder to create a cluster in.
|
|
287
288
|
|
|
@@ -308,6 +309,8 @@ class CreateClusterRequest(google.protobuf.message.Message):
|
|
|
308
309
|
"""Deletion Protection inhibits deletion of the cluster"""
|
|
309
310
|
log_group_id: builtins.str
|
|
310
311
|
"""ID of the cloud logging log group to write logs. If not set, logs will not be sent to logging service"""
|
|
312
|
+
environment: yandex.cloud.dataproc.v1.cluster_pb2.Cluster.Environment.ValueType
|
|
313
|
+
"""Environment of the cluster"""
|
|
311
314
|
@property
|
|
312
315
|
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
|
|
313
316
|
"""Cluster labels as `key:value` pairs."""
|
|
@@ -340,9 +343,10 @@ class CreateClusterRequest(google.protobuf.message.Message):
|
|
|
340
343
|
host_group_ids: collections.abc.Iterable[builtins.str] | None = ...,
|
|
341
344
|
deletion_protection: builtins.bool = ...,
|
|
342
345
|
log_group_id: builtins.str = ...,
|
|
346
|
+
environment: yandex.cloud.dataproc.v1.cluster_pb2.Cluster.Environment.ValueType = ...,
|
|
343
347
|
) -> None: ...
|
|
344
348
|
def HasField(self, field_name: typing.Literal["config_spec", b"config_spec"]) -> builtins.bool: ...
|
|
345
|
-
def ClearField(self, field_name: typing.Literal["bucket", b"bucket", "config_spec", b"config_spec", "deletion_protection", b"deletion_protection", "description", b"description", "folder_id", b"folder_id", "host_group_ids", b"host_group_ids", "labels", b"labels", "log_group_id", b"log_group_id", "name", b"name", "security_group_ids", b"security_group_ids", "service_account_id", b"service_account_id", "ui_proxy", b"ui_proxy", "zone_id", b"zone_id"]) -> None: ...
|
|
349
|
+
def ClearField(self, field_name: typing.Literal["bucket", b"bucket", "config_spec", b"config_spec", "deletion_protection", b"deletion_protection", "description", b"description", "environment", b"environment", "folder_id", b"folder_id", "host_group_ids", b"host_group_ids", "labels", b"labels", "log_group_id", b"log_group_id", "name", b"name", "security_group_ids", b"security_group_ids", "service_account_id", b"service_account_id", "ui_proxy", b"ui_proxy", "zone_id", b"zone_id"]) -> None: ...
|
|
346
350
|
|
|
347
351
|
global___CreateClusterRequest = CreateClusterRequest
|
|
348
352
|
|
|
@@ -16,7 +16,7 @@ from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
|
16
16
|
from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*yandex/cloud/datasphere/v2/jobs/jobs.proto\x12\x1fyandex.cloud.datasphere.v2.jobs\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\x1a\x1egoogle/protobuf/duration.proto\"\xc0\x05\n\rJobParameters\x12:\n\x0binput_files\x18\x01 \x03(\x0b\x32%.yandex.cloud.datasphere.v2.jobs.File\x12?\n\x0coutput_files\x18\x02 \x03(\x0b\x32).yandex.cloud.datasphere.v2.jobs.FileDesc\x12\x14\n\x0cs3_mount_ids\x18\x03 \x03(\t\x12\x13\n\x0b\x64\x61taset_ids\x18\x04 \x03(\t\x12\x0b\n\x03\x63md\x18\x05 \x01(\t\x12\x39\n\x03\x65nv\x18\x06 \x01(\x0b\x32,.yandex.cloud.datasphere.v2.jobs.Environment\x12\x1b\n\x13\x61ttach_project_disk\x18\x07 \x01(\x08\x12Y\n\x14\x63loud_instance_types\x18\x08 \x03(\x0b\x32\x32.yandex.cloud.datasphere.v2.jobs.CloudInstanceTypeB\x07\x82\xc8\x31\x03>=1\x12Y\n\x18\x65xtended_working_storage\x18\t \x01(\x0b\x32\x37.yandex.cloud.datasphere.v2.jobs.ExtendedWorkingStorage\x12<\n\targuments\x18\n \x03(\x0b\x32).yandex.cloud.datasphere.v2.jobs.Argument\x12K\n\x0foutput_datasets\x18\x0b \x03(\x0b\x32\x32.yandex.cloud.datasphere.v2.jobs.OutputDatasetDesc\x12\x61\n\x1cgraceful_shutdown_parameters\x18\x0c \x01(\x0b\x32;.yandex.cloud.datasphere.v2.jobs.GracefulShutdownParameters\"!\n\x11\x43loudInstanceType\x12\x0c\n\x04name\x18\x01 \x01(\t\"\xb2\x01\n\x16\x45xtendedWorkingStorage\x12Q\n\x04type\x18\x01 \x01(\x0e\x32\x43.yandex.cloud.datasphere.v2.jobs.ExtendedWorkingStorage.StorageType\x12\x0f\n\x07size_gb\x18\x02 \x01(\x03\"4\n\x0bStorageType\x12\x1c\n\x18STORAGE_TYPE_UNSPECIFIED\x10\x00\x12\x07\n\x03SSD\x10\x01\"\'\n\x08\x41rgument\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\"\xb3\x01\n\x04\x46ile\x12\x37\n\x04\x64\x65sc\x18\x01 \x01(\x0b\x32).yandex.cloud.datasphere.v2.jobs.FileDesc\x12\x0e\n\x06sha256\x18\x02 \x01(\t\x12\x12\n\nsize_bytes\x18\x03 \x01(\x03\x12N\n\x10\x63ompression_type\x18\x04 \x01(\x0e\x32\x34.yandex.cloud.datasphere.v2.jobs.FileCompressionType\"O\n\x0bStorageFile\x12\x33\n\x04\x66ile\x18\x01 \x01(\x0b\x32%.yandex.cloud.datasphere.v2.jobs.File\x12\x0b\n\x03url\x18\x02 \x01(\t\"%\n\x08\x46ileDesc\x12\x0c\n\x04path\x18\x01 \x01(\t\x12\x0b\n\x03var\x18\x02 \x01(\t\"\
|
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*yandex/cloud/datasphere/v2/jobs/jobs.proto\x12\x1fyandex.cloud.datasphere.v2.jobs\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\x1a\x1egoogle/protobuf/duration.proto\"\xc0\x05\n\rJobParameters\x12:\n\x0binput_files\x18\x01 \x03(\x0b\x32%.yandex.cloud.datasphere.v2.jobs.File\x12?\n\x0coutput_files\x18\x02 \x03(\x0b\x32).yandex.cloud.datasphere.v2.jobs.FileDesc\x12\x14\n\x0cs3_mount_ids\x18\x03 \x03(\t\x12\x13\n\x0b\x64\x61taset_ids\x18\x04 \x03(\t\x12\x0b\n\x03\x63md\x18\x05 \x01(\t\x12\x39\n\x03\x65nv\x18\x06 \x01(\x0b\x32,.yandex.cloud.datasphere.v2.jobs.Environment\x12\x1b\n\x13\x61ttach_project_disk\x18\x07 \x01(\x08\x12Y\n\x14\x63loud_instance_types\x18\x08 \x03(\x0b\x32\x32.yandex.cloud.datasphere.v2.jobs.CloudInstanceTypeB\x07\x82\xc8\x31\x03>=1\x12Y\n\x18\x65xtended_working_storage\x18\t \x01(\x0b\x32\x37.yandex.cloud.datasphere.v2.jobs.ExtendedWorkingStorage\x12<\n\targuments\x18\n \x03(\x0b\x32).yandex.cloud.datasphere.v2.jobs.Argument\x12K\n\x0foutput_datasets\x18\x0b \x03(\x0b\x32\x32.yandex.cloud.datasphere.v2.jobs.OutputDatasetDesc\x12\x61\n\x1cgraceful_shutdown_parameters\x18\x0c \x01(\x0b\x32;.yandex.cloud.datasphere.v2.jobs.GracefulShutdownParameters\"!\n\x11\x43loudInstanceType\x12\x0c\n\x04name\x18\x01 \x01(\t\"\xb2\x01\n\x16\x45xtendedWorkingStorage\x12Q\n\x04type\x18\x01 \x01(\x0e\x32\x43.yandex.cloud.datasphere.v2.jobs.ExtendedWorkingStorage.StorageType\x12\x0f\n\x07size_gb\x18\x02 \x01(\x03\"4\n\x0bStorageType\x12\x1c\n\x18STORAGE_TYPE_UNSPECIFIED\x10\x00\x12\x07\n\x03SSD\x10\x01\"\'\n\x08\x41rgument\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\"\xb3\x01\n\x04\x46ile\x12\x37\n\x04\x64\x65sc\x18\x01 \x01(\x0b\x32).yandex.cloud.datasphere.v2.jobs.FileDesc\x12\x0e\n\x06sha256\x18\x02 \x01(\t\x12\x12\n\nsize_bytes\x18\x03 \x01(\x03\x12N\n\x10\x63ompression_type\x18\x04 \x01(\x0e\x32\x34.yandex.cloud.datasphere.v2.jobs.FileCompressionType\"O\n\x0bStorageFile\x12\x33\n\x04\x66ile\x18\x01 \x01(\x0b\x32%.yandex.cloud.datasphere.v2.jobs.File\x12\x0b\n\x03url\x18\x02 \x01(\t\"%\n\x08\x46ileDesc\x12\x0c\n\x04path\x18\x01 \x01(\t\x12\x0b\n\x03var\x18\x02 \x01(\t\"\xa8\x02\n\x0f\x46ileUploadError\x12\x45\n\x10output_file_desc\x18\x01 \x01(\x0b\x32).yandex.cloud.datasphere.v2.jobs.FileDescH\x00\x12\x17\n\rlog_file_name\x18\x02 \x01(\tH\x00\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12H\n\x04type\x18\x04 \x01(\x0e\x32:.yandex.cloud.datasphere.v2.jobs.FileUploadError.ErrorType\"I\n\tErrorType\x12\x1a\n\x16\x45RROR_TYPE_UNSPECIFIED\x10\x00\x12\x11\n\rUPLOAD_FAILED\x10\x01\x12\r\n\tNOT_FOUND\x10\x02\x42\x0b\n\tfile_type\"\xc3\x02\n\x0b\x45nvironment\x12\x44\n\x04vars\x18\x01 \x03(\x0b\x32\x36.yandex.cloud.datasphere.v2.jobs.Environment.VarsEntry\x12\"\n\x18\x64ocker_image_resource_id\x18\x02 \x01(\tH\x00\x12M\n\x11\x64ocker_image_spec\x18\x03 \x01(\x0b\x32\x30.yandex.cloud.datasphere.v2.jobs.DockerImageSpecH\x00\x12>\n\npython_env\x18\x04 \x01(\x0b\x32*.yandex.cloud.datasphere.v2.jobs.PythonEnv\x1a+\n\tVarsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0e\n\x0c\x64ocker_image\"\x84\x01\n\x0f\x44ockerImageSpec\x12\x11\n\timage_url\x18\x01 \x01(\t\x12\x10\n\x08username\x18\x02 \x01(\t\x12\x1d\n\x13password_plain_text\x18\x03 \x01(\tH\x00\x12!\n\x17password_ds_secret_name\x18\x04 \x01(\tH\x00\x42\n\n\x08password\"\xcd\x01\n\tPythonEnv\x12\x12\n\nconda_yaml\x18\x01 \x01(\t\x12<\n\rlocal_modules\x18\x02 \x03(\x0b\x32%.yandex.cloud.datasphere.v2.jobs.File\x12\x16\n\x0epython_version\x18\x03 \x01(\t\x12\x14\n\x0crequirements\x18\x04 \x03(\t\x12@\n\x0bpip_options\x18\x05 \x01(\x0b\x32+.yandex.cloud.datasphere.v2.jobs.PipOptions\"a\n\nPipOptions\x12\x11\n\tindex_url\x18\x01 \x01(\t\x12\x18\n\x10\x65xtra_index_urls\x18\x02 \x03(\t\x12\x15\n\rtrusted_hosts\x18\x03 \x03(\t\x12\x0f\n\x07no_deps\x18\x04 \x01(\x08\"\xd3\x01\n\x11OutputDatasetDesc\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12N\n\x06labels\x18\x03 \x03(\x0b\x32>.yandex.cloud.datasphere.v2.jobs.OutputDatasetDesc.LabelsEntry\x12\x0f\n\x07size_gb\x18\x04 \x01(\x03\x12\x0b\n\x03var\x18\x05 \x01(\t\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"]\n\rOutputDataset\x12@\n\x04\x64\x65sc\x18\x01 \x01(\x0b\x32\x32.yandex.cloud.datasphere.v2.jobs.OutputDatasetDesc\x12\n\n\x02id\x18\x02 \x01(\t\"\xb0\x07\n\x03Job\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x0c\n\x04\x64\x65sc\x18\x03 \x01(\t\x12.\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x66inished_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12:\n\x06status\x18\x06 \x01(\x0e\x32*.yandex.cloud.datasphere.v2.jobs.JobStatus\x12\x0e\n\x06\x63onfig\x18\x07 \x01(\t\x12\x15\n\rcreated_by_id\x18\x08 \x01(\t\x12\x12\n\nproject_id\x18\t \x01(\t\x12\x46\n\x0ejob_parameters\x18\n \x01(\x0b\x32..yandex.cloud.datasphere.v2.jobs.JobParameters\x12\x33\n\x0f\x64\x61ta_expires_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\x0c\x64\x61ta_cleared\x18\x0c \x01(\x08\x12;\n\x0coutput_files\x18\r \x03(\x0b\x32%.yandex.cloud.datasphere.v2.jobs.File\x12\x38\n\tlog_files\x18\x0e \x03(\x0b\x32%.yandex.cloud.datasphere.v2.jobs.File\x12?\n\x10\x64iagnostic_files\x18\x0f \x03(\x0b\x32%.yandex.cloud.datasphere.v2.jobs.File\x12\x17\n\x0f\x64\x61ta_size_bytes\x18\x10 \x01(\x03\x12.\n\nstarted_at\x18\x11 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x16\n\x0estatus_details\x18\x12 \x01(\t\x12V\n\x1a\x61\x63tual_cloud_instance_type\x18\x13 \x01(\x0b\x32\x32.yandex.cloud.datasphere.v2.jobs.CloudInstanceType\x12\x15\n\rparent_job_id\x18\x14 \x01(\t\x12\x45\n\x0b\x66ile_errors\x18\x15 \x03(\x0b\x32\x30.yandex.cloud.datasphere.v2.jobs.FileUploadError\x12G\n\x0foutput_datasets\x18\x16 \x03(\x0b\x32..yandex.cloud.datasphere.v2.jobs.OutputDataset\" \n\tJobResult\x12\x13\n\x0breturn_code\x18\x01 \x01(\x03\"X\n\x1aGracefulShutdownParameters\x12*\n\x07timeout\x18\x01 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x0e\n\x06signal\x18\x02 \x01(\x03\"\x98\x03\n\x0bJobMetadata\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12.\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nstarted_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x66inished_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x33\n\x0f\x64\x61ta_expires_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12:\n\x06status\x18\x08 \x01(\x0e\x32*.yandex.cloud.datasphere.v2.jobs.JobStatus\x12\x16\n\x0estatus_details\x18\t \x01(\t\x12\x15\n\rcreated_by_id\x18\n \x01(\t\x12\x12\n\nproject_id\x18\x0b \x01(\t\x12\x15\n\rparent_job_id\x18\x0c \x01(\t\"a\n\x0bJobProgress\x12\x0f\n\x07message\x18\x01 \x01(\t\x12\x10\n\x08progress\x18\x02 \x01(\x03\x12/\n\x0b\x63reate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp*O\n\x13\x46ileCompressionType\x12%\n!FILE_COMPRESSION_TYPE_UNSPECIFIED\x10\x00\x12\x08\n\x04NONE\x10\x01\x12\x07\n\x03ZIP\x10\x02*\xa0\x01\n\tJobStatus\x12\x1a\n\x16JOB_STATUS_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\r\n\tEXECUTING\x10\x02\x12\x14\n\x10UPLOADING_OUTPUT\x10\x03\x12\x0b\n\x07SUCCESS\x10\x04\x12\t\n\x05\x45RROR\x10\x05\x12\r\n\tCANCELLED\x10\x06\x12\x0e\n\nCANCELLING\x10\x07\x12\r\n\tPREPARING\x10\x08\x42{\n#yandex.cloud.api.datasphere.v2.jobsB\x04JobsZNgithub.com/yandex-cloud/go-genproto/yandex/cloud/datasphere/v2/jobs;datasphereb\x06proto3')
|
|
20
20
|
|
|
21
21
|
_globals = globals()
|
|
22
22
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -30,10 +30,10 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
30
30
|
_ENVIRONMENT_VARSENTRY._serialized_options = b'8\001'
|
|
31
31
|
_OUTPUTDATASETDESC_LABELSENTRY._options = None
|
|
32
32
|
_OUTPUTDATASETDESC_LABELSENTRY._serialized_options = b'8\001'
|
|
33
|
-
_globals['_FILECOMPRESSIONTYPE']._serialized_start=
|
|
34
|
-
_globals['_FILECOMPRESSIONTYPE']._serialized_end=
|
|
35
|
-
_globals['_JOBSTATUS']._serialized_start=
|
|
36
|
-
_globals['_JOBSTATUS']._serialized_end=
|
|
33
|
+
_globals['_FILECOMPRESSIONTYPE']._serialized_start=4398
|
|
34
|
+
_globals['_FILECOMPRESSIONTYPE']._serialized_end=4477
|
|
35
|
+
_globals['_JOBSTATUS']._serialized_start=4480
|
|
36
|
+
_globals['_JOBSTATUS']._serialized_end=4640
|
|
37
37
|
_globals['_JOBPARAMETERS']._serialized_start=176
|
|
38
38
|
_globals['_JOBPARAMETERS']._serialized_end=880
|
|
39
39
|
_globals['_CLOUDINSTANCETYPE']._serialized_start=882
|
|
@@ -51,31 +51,33 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
51
51
|
_globals['_FILEDESC']._serialized_start=1402
|
|
52
52
|
_globals['_FILEDESC']._serialized_end=1439
|
|
53
53
|
_globals['_FILEUPLOADERROR']._serialized_start=1442
|
|
54
|
-
_globals['_FILEUPLOADERROR']._serialized_end=
|
|
55
|
-
_globals['
|
|
56
|
-
_globals['
|
|
57
|
-
_globals['
|
|
58
|
-
_globals['
|
|
59
|
-
_globals['
|
|
60
|
-
_globals['
|
|
61
|
-
_globals['
|
|
62
|
-
_globals['
|
|
63
|
-
_globals['
|
|
64
|
-
_globals['
|
|
65
|
-
_globals['
|
|
66
|
-
_globals['
|
|
67
|
-
_globals['
|
|
68
|
-
_globals['
|
|
69
|
-
_globals['
|
|
70
|
-
_globals['
|
|
71
|
-
_globals['
|
|
72
|
-
_globals['
|
|
73
|
-
_globals['
|
|
74
|
-
_globals['
|
|
75
|
-
_globals['
|
|
76
|
-
_globals['
|
|
77
|
-
_globals['
|
|
78
|
-
_globals['
|
|
79
|
-
_globals['
|
|
80
|
-
_globals['
|
|
54
|
+
_globals['_FILEUPLOADERROR']._serialized_end=1738
|
|
55
|
+
_globals['_FILEUPLOADERROR_ERRORTYPE']._serialized_start=1652
|
|
56
|
+
_globals['_FILEUPLOADERROR_ERRORTYPE']._serialized_end=1725
|
|
57
|
+
_globals['_ENVIRONMENT']._serialized_start=1741
|
|
58
|
+
_globals['_ENVIRONMENT']._serialized_end=2064
|
|
59
|
+
_globals['_ENVIRONMENT_VARSENTRY']._serialized_start=2005
|
|
60
|
+
_globals['_ENVIRONMENT_VARSENTRY']._serialized_end=2048
|
|
61
|
+
_globals['_DOCKERIMAGESPEC']._serialized_start=2067
|
|
62
|
+
_globals['_DOCKERIMAGESPEC']._serialized_end=2199
|
|
63
|
+
_globals['_PYTHONENV']._serialized_start=2202
|
|
64
|
+
_globals['_PYTHONENV']._serialized_end=2407
|
|
65
|
+
_globals['_PIPOPTIONS']._serialized_start=2409
|
|
66
|
+
_globals['_PIPOPTIONS']._serialized_end=2506
|
|
67
|
+
_globals['_OUTPUTDATASETDESC']._serialized_start=2509
|
|
68
|
+
_globals['_OUTPUTDATASETDESC']._serialized_end=2720
|
|
69
|
+
_globals['_OUTPUTDATASETDESC_LABELSENTRY']._serialized_start=2675
|
|
70
|
+
_globals['_OUTPUTDATASETDESC_LABELSENTRY']._serialized_end=2720
|
|
71
|
+
_globals['_OUTPUTDATASET']._serialized_start=2722
|
|
72
|
+
_globals['_OUTPUTDATASET']._serialized_end=2815
|
|
73
|
+
_globals['_JOB']._serialized_start=2818
|
|
74
|
+
_globals['_JOB']._serialized_end=3762
|
|
75
|
+
_globals['_JOBRESULT']._serialized_start=3764
|
|
76
|
+
_globals['_JOBRESULT']._serialized_end=3796
|
|
77
|
+
_globals['_GRACEFULSHUTDOWNPARAMETERS']._serialized_start=3798
|
|
78
|
+
_globals['_GRACEFULSHUTDOWNPARAMETERS']._serialized_end=3886
|
|
79
|
+
_globals['_JOBMETADATA']._serialized_start=3889
|
|
80
|
+
_globals['_JOBMETADATA']._serialized_end=4297
|
|
81
|
+
_globals['_JOBPROGRESS']._serialized_start=4299
|
|
82
|
+
_globals['_JOBPROGRESS']._serialized_end=4396
|
|
81
83
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -52,6 +52,7 @@ class _JobStatusEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._Enum
|
|
|
52
52
|
ERROR: _JobStatus.ValueType # 5
|
|
53
53
|
CANCELLED: _JobStatus.ValueType # 6
|
|
54
54
|
CANCELLING: _JobStatus.ValueType # 7
|
|
55
|
+
PREPARING: _JobStatus.ValueType # 8
|
|
55
56
|
|
|
56
57
|
class JobStatus(_JobStatus, metaclass=_JobStatusEnumTypeWrapper): ...
|
|
57
58
|
|
|
@@ -63,6 +64,7 @@ SUCCESS: JobStatus.ValueType # 4
|
|
|
63
64
|
ERROR: JobStatus.ValueType # 5
|
|
64
65
|
CANCELLED: JobStatus.ValueType # 6
|
|
65
66
|
CANCELLING: JobStatus.ValueType # 7
|
|
67
|
+
PREPARING: JobStatus.ValueType # 8
|
|
66
68
|
global___JobStatus = JobStatus
|
|
67
69
|
|
|
68
70
|
@typing.final
|
|
@@ -289,11 +291,28 @@ global___FileDesc = FileDesc
|
|
|
289
291
|
class FileUploadError(google.protobuf.message.Message):
|
|
290
292
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
291
293
|
|
|
294
|
+
class _ErrorType:
|
|
295
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
296
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
297
|
+
|
|
298
|
+
class _ErrorTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[FileUploadError._ErrorType.ValueType], builtins.type):
|
|
299
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
300
|
+
ERROR_TYPE_UNSPECIFIED: FileUploadError._ErrorType.ValueType # 0
|
|
301
|
+
UPLOAD_FAILED: FileUploadError._ErrorType.ValueType # 1
|
|
302
|
+
NOT_FOUND: FileUploadError._ErrorType.ValueType # 2
|
|
303
|
+
|
|
304
|
+
class ErrorType(_ErrorType, metaclass=_ErrorTypeEnumTypeWrapper): ...
|
|
305
|
+
ERROR_TYPE_UNSPECIFIED: FileUploadError.ErrorType.ValueType # 0
|
|
306
|
+
UPLOAD_FAILED: FileUploadError.ErrorType.ValueType # 1
|
|
307
|
+
NOT_FOUND: FileUploadError.ErrorType.ValueType # 2
|
|
308
|
+
|
|
292
309
|
OUTPUT_FILE_DESC_FIELD_NUMBER: builtins.int
|
|
293
310
|
LOG_FILE_NAME_FIELD_NUMBER: builtins.int
|
|
294
311
|
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
312
|
+
TYPE_FIELD_NUMBER: builtins.int
|
|
295
313
|
log_file_name: builtins.str
|
|
296
314
|
description: builtins.str
|
|
315
|
+
type: global___FileUploadError.ErrorType.ValueType
|
|
297
316
|
@property
|
|
298
317
|
def output_file_desc(self) -> global___FileDesc: ...
|
|
299
318
|
def __init__(
|
|
@@ -302,9 +321,10 @@ class FileUploadError(google.protobuf.message.Message):
|
|
|
302
321
|
output_file_desc: global___FileDesc | None = ...,
|
|
303
322
|
log_file_name: builtins.str = ...,
|
|
304
323
|
description: builtins.str = ...,
|
|
324
|
+
type: global___FileUploadError.ErrorType.ValueType = ...,
|
|
305
325
|
) -> None: ...
|
|
306
326
|
def HasField(self, field_name: typing.Literal["file_type", b"file_type", "log_file_name", b"log_file_name", "output_file_desc", b"output_file_desc"]) -> builtins.bool: ...
|
|
307
|
-
def ClearField(self, field_name: typing.Literal["description", b"description", "file_type", b"file_type", "log_file_name", b"log_file_name", "output_file_desc", b"output_file_desc"]) -> None: ...
|
|
327
|
+
def ClearField(self, field_name: typing.Literal["description", b"description", "file_type", b"file_type", "log_file_name", b"log_file_name", "output_file_desc", b"output_file_desc", "type", b"type"]) -> None: ...
|
|
308
328
|
def WhichOneof(self, oneof_group: typing.Literal["file_type", b"file_type"]) -> typing.Literal["output_file_desc", "log_file_name"] | None: ...
|
|
309
329
|
|
|
310
330
|
global___FileUploadError = FileUploadError
|
|
@@ -20,7 +20,7 @@ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operati
|
|
|
20
20
|
from yandex.cloud.datasphere.v2.jobs import jobs_pb2 as yandex_dot_cloud_dot_datasphere_dot_v2_dot_jobs_dot_jobs__pb2
|
|
21
21
|
|
|
22
22
|
|
|
23
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n9yandex/cloud/datasphere/v2/jobs/project_job_service.proto\x12\x1fyandex.cloud.datasphere.v2.jobs\x1a\x1egoogle/protobuf/duration.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a yandex/cloud/api/operation.proto\x1a\x1dyandex/cloud/validation.proto\x1a&yandex/cloud/operation/operation.proto\x1a*yandex/cloud/datasphere/v2/jobs/jobs.proto\"\xce\x01\n\x17\x43reateProjectJobRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12\x46\n\x0ejob_parameters\x18\x02 \x01(\x0b\x32..yandex.cloud.datasphere.v2.jobs.JobParameters\x12\x0e\n\x06\x63onfig\x18\x03 \x01(\t\x12\x0c\n\x04name\x18\x04 \x01(\t\x12\x0c\n\x04\x64\x65sc\x18\x05 \x01(\t\x12+\n\x08\x64\x61ta_ttl\x18\x06 \x01(\x0b\x32\x19.google.protobuf.Duration\">\n\x18\x43reateProjectJobMetadata\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12\x0e\n\x06job_id\x18\x02 \x01(\t\"n\n\x18\x43reateProjectJobResponse\x12\x0e\n\x06job_id\x18\x01 \x01(\t\x12\x42\n\x0cupload_files\x18\x02 \x03(\x0b\x32,.yandex.cloud.datasphere.v2.jobs.StorageFile\"\xca\x01\n\x16\x43loneProjectJobRequest\x12\x15\n\rsource_job_id\x18\x01 \x01(\t\x12P\n\x18job_parameters_overrides\x18\x02 \x01(\x0b\x32..yandex.cloud.datasphere.v2.jobs.JobParameters\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x0c\n\x04\x64\x65sc\x18\x04 \x01(\t\x12+\n\x08\x64\x61ta_ttl\x18\x05 \x01(\x0b\x32\x19.google.protobuf.Duration\"m\n\x17\x43loneProjectJobResponse\x12\x0e\n\x06job_id\x18\x01 \x01(\t\x12\x42\n\x0cupload_files\x18\x02 \x03(\x0b\x32,.yandex.cloud.datasphere.v2.jobs.StorageFile\"=\n\x17\x43loneProjectJobMetadata\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12\x0e\n\x06job_id\x18\x02 \x01(\t\"*\n\x18\x45xecuteProjectJobRequest\x12\x0e\n\x06job_id\x18\x01 \x01(\t\"\
|
|
23
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n9yandex/cloud/datasphere/v2/jobs/project_job_service.proto\x12\x1fyandex.cloud.datasphere.v2.jobs\x1a\x1egoogle/protobuf/duration.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a yandex/cloud/api/operation.proto\x1a\x1dyandex/cloud/validation.proto\x1a&yandex/cloud/operation/operation.proto\x1a*yandex/cloud/datasphere/v2/jobs/jobs.proto\"\xce\x01\n\x17\x43reateProjectJobRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12\x46\n\x0ejob_parameters\x18\x02 \x01(\x0b\x32..yandex.cloud.datasphere.v2.jobs.JobParameters\x12\x0e\n\x06\x63onfig\x18\x03 \x01(\t\x12\x0c\n\x04name\x18\x04 \x01(\t\x12\x0c\n\x04\x64\x65sc\x18\x05 \x01(\t\x12+\n\x08\x64\x61ta_ttl\x18\x06 \x01(\x0b\x32\x19.google.protobuf.Duration\">\n\x18\x43reateProjectJobMetadata\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12\x0e\n\x06job_id\x18\x02 \x01(\t\"n\n\x18\x43reateProjectJobResponse\x12\x0e\n\x06job_id\x18\x01 \x01(\t\x12\x42\n\x0cupload_files\x18\x02 \x03(\x0b\x32,.yandex.cloud.datasphere.v2.jobs.StorageFile\"\xca\x01\n\x16\x43loneProjectJobRequest\x12\x15\n\rsource_job_id\x18\x01 \x01(\t\x12P\n\x18job_parameters_overrides\x18\x02 \x01(\x0b\x32..yandex.cloud.datasphere.v2.jobs.JobParameters\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x0c\n\x04\x64\x65sc\x18\x04 \x01(\t\x12+\n\x08\x64\x61ta_ttl\x18\x05 \x01(\x0b\x32\x19.google.protobuf.Duration\"m\n\x17\x43loneProjectJobResponse\x12\x0e\n\x06job_id\x18\x01 \x01(\t\x12\x42\n\x0cupload_files\x18\x02 \x03(\x0b\x32,.yandex.cloud.datasphere.v2.jobs.StorageFile\"=\n\x17\x43loneProjectJobMetadata\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12\x0e\n\x06job_id\x18\x02 \x01(\t\"*\n\x18\x45xecuteProjectJobRequest\x12\x0e\n\x06job_id\x18\x01 \x01(\t\"\xb3\x02\n\x19\x45xecuteProjectJobResponse\x12\x42\n\x0coutput_files\x18\x01 \x03(\x0b\x32,.yandex.cloud.datasphere.v2.jobs.StorageFile\x12M\n\x13output_files_errors\x18\x04 \x03(\x0b\x32\x30.yandex.cloud.datasphere.v2.jobs.FileUploadError\x12G\n\x0foutput_datasets\x18\x03 \x03(\x0b\x32..yandex.cloud.datasphere.v2.jobs.OutputDataset\x12:\n\x06result\x18\x02 \x01(\x0b\x32*.yandex.cloud.datasphere.v2.jobs.JobResult\"\xd2\x01\n\x19\x45xecuteProjectJobMetadata\x12\x35\n\x03job\x18\x01 \x01(\x0b\x32$.yandex.cloud.datasphere.v2.jobs.JobB\x02\x18\x01\x12>\n\x08progress\x18\x02 \x01(\x0b\x32,.yandex.cloud.datasphere.v2.jobs.JobProgress\x12>\n\x08metadata\x18\x03 \x01(\x0b\x32,.yandex.cloud.datasphere.v2.jobs.JobMetadata\"K\n\x17\x43\x61ncelProjectJobRequest\x12\x0e\n\x06job_id\x18\x01 \x01(\t\x12\x0e\n\x06reason\x18\x02 \x01(\t\x12\x10\n\x08graceful\x18\x03 \x01(\x08\">\n\x1cReadProjectJobStdLogsRequest\x12\x0e\n\x06job_id\x18\x01 \x01(\t\x12\x0e\n\x06offset\x18\x02 \x01(\x03\"f\n\x1dReadProjectJobStdLogsResponse\x12\x35\n\x04logs\x18\x01 \x03(\x0b\x32\'.yandex.cloud.datasphere.v2.jobs.StdLog\x12\x0e\n\x06offset\x18\x02 \x01(\x03\";\n\x19ReadProjectJobLogsRequest\x12\x0e\n\x06job_id\x18\x01 \x01(\t\x12\x0e\n\x06offset\x18\x02 \x01(\x03\"g\n\x1aReadProjectJobLogsResponse\x12\x39\n\x04logs\x18\x01 \x03(\x0b\x32+.yandex.cloud.datasphere.v2.jobs.LogMessage\x12\x0e\n\x06offset\x18\x02 \x01(\x03\"u\n\x1e\x44ownloadProjectJobFilesRequest\x12\x14\n\x06job_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12=\n\x05\x66iles\x18\x02 \x03(\x0b\x32%.yandex.cloud.datasphere.v2.jobs.FileB\x07\x82\xc8\x31\x03>=1\"g\n\x1f\x44ownloadProjectJobFilesResponse\x12\x44\n\x0e\x64ownload_files\x18\x01 \x03(\x0b\x32,.yandex.cloud.datasphere.v2.jobs.StorageFile\"n\n\x15ListProjectJobRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12\x11\n\tpage_size\x18\x02 \x01(\x03\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"e\n\x16ListProjectJobResponse\x12\x32\n\x04jobs\x18\x01 \x03(\x0b\x32$.yandex.cloud.datasphere.v2.jobs.Job\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"&\n\x14GetProjectJobRequest\x12\x0e\n\x06job_id\x18\x01 \x01(\t\")\n\x17\x44\x65leteProjectJobRequest\x12\x0e\n\x06job_id\x18\x01 \x01(\t\"*\n\x18\x44\x65leteProjectJobMetadata\x12\x0e\n\x06job_id\x18\x01 \x01(\t\"-\n\x1b\x44\x65leteProjectJobDataRequest\x12\x0e\n\x06job_id\x18\x01 \x01(\t\".\n\x1c\x44\x65leteProjectJobDataMetadata\x12\x0e\n\x06job_id\x18\x01 \x01(\t\"\x1e\n\x1c\x44\x65leteProjectJobDataResponse\"4\n\x1e\x44\x65leteAllProjectJobDataRequest\x12\x12\n\nproject_id\x18\x01 \x01(\t\"5\n\x1f\x44\x65leteAllProjectJobDataMetadata\x12\x12\n\nproject_id\x18\x01 \x01(\t\"!\n\x1f\x44\x65leteAllProjectJobDataResponse\"U\n\x1bSetProjectJobDataTtlRequest\x12\x0e\n\x06job_id\x18\x01 \x01(\t\x12&\n\x03ttl\x18\x02 \x01(\x0b\x32\x19.google.protobuf.Duration\"\x1e\n\x1cSetProjectJobDataTtlResponse\"\x85\x01\n\x06StdLog\x12\x0f\n\x07\x63ontent\x18\x01 \x01(\x0c\x12:\n\x04type\x18\x02 \x01(\x0e\x32,.yandex.cloud.datasphere.v2.jobs.StdLog.Type\".\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x07\n\x03OUT\x10\x01\x12\x07\n\x03\x45RR\x10\x02\"\xb8\x01\n\nLogMessage\x12\x0f\n\x07\x63ontent\x18\x01 \x01(\x0c\x12.\n\ncreated_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12J\n\x0fstandard_stream\x18\x03 \x01(\x0e\x32/.yandex.cloud.datasphere.v2.jobs.StandardStreamH\x00\x12\x13\n\tfile_path\x18\x04 \x01(\tH\x00\x42\x08\n\x06source*C\n\x0eStandardStream\x12\x1f\n\x1bSTANDARD_STREAM_UNSPECIFIED\x10\x00\x12\x07\n\x03OUT\x10\x01\x12\x07\n\x03\x45RR\x10\x02\x32\x83\x0f\n\x11ProjectJobService\x12\x9f\x01\n\x06\x43reate\x12\x38.yandex.cloud.datasphere.v2.jobs.CreateProjectJobRequest\x1a!.yandex.cloud.operation.Operation\"8\xb2\xd2*4\n\x18\x43reateProjectJobMetadata\x12\x18\x43reateProjectJobResponse\x12\x9b\x01\n\x05\x43lone\x12\x37.yandex.cloud.datasphere.v2.jobs.CloneProjectJobRequest\x1a!.yandex.cloud.operation.Operation\"6\xb2\xd2*2\n\x17\x43loneProjectJobMetadata\x12\x17\x43loneProjectJobResponse\x12\xa3\x01\n\x07\x45xecute\x12\x39.yandex.cloud.datasphere.v2.jobs.ExecuteProjectJobRequest\x1a!.yandex.cloud.operation.Operation\":\xb2\xd2*6\n\x19\x45xecuteProjectJobMetadata\x12\x19\x45xecuteProjectJobResponse\x12Z\n\x06\x43\x61ncel\x12\x38.yandex.cloud.datasphere.v2.jobs.CancelProjectJobRequest\x1a\x16.google.protobuf.Empty\x12\x93\x01\n\x0bReadStdLogs\x12=.yandex.cloud.datasphere.v2.jobs.ReadProjectJobStdLogsRequest\x1a>.yandex.cloud.datasphere.v2.jobs.ReadProjectJobStdLogsResponse\"\x03\x88\x02\x01\x30\x01\x12\x85\x01\n\x08ReadLogs\x12:.yandex.cloud.datasphere.v2.jobs.ReadProjectJobLogsRequest\x1a;.yandex.cloud.datasphere.v2.jobs.ReadProjectJobLogsResponse0\x01\x12\x95\x01\n\x10\x44ownloadJobFiles\x12?.yandex.cloud.datasphere.v2.jobs.DownloadProjectJobFilesRequest\x1a@.yandex.cloud.datasphere.v2.jobs.DownloadProjectJobFilesResponse\x12w\n\x04List\x12\x36.yandex.cloud.datasphere.v2.jobs.ListProjectJobRequest\x1a\x37.yandex.cloud.datasphere.v2.jobs.ListProjectJobResponse\x12\x62\n\x03Get\x12\x35.yandex.cloud.datasphere.v2.jobs.GetProjectJobRequest\x1a$.yandex.cloud.datasphere.v2.jobs.Job\x12\x9c\x01\n\x06\x44\x65lete\x12\x38.yandex.cloud.datasphere.v2.jobs.DeleteProjectJobRequest\x1a!.yandex.cloud.operation.Operation\"5\xb2\xd2*1\n\x18\x44\x65leteProjectJobMetadata\x12\x15google.protobuf.Empty\x12\xaf\x01\n\nDeleteData\x12<.yandex.cloud.datasphere.v2.jobs.DeleteProjectJobDataRequest\x1a!.yandex.cloud.operation.Operation\"@\xb2\xd2*<\n\x1c\x44\x65leteProjectJobDataMetadata\x12\x1c\x44\x65leteProjectJobDataResponse\x12\xbb\x01\n\rDeleteAllData\x12?.yandex.cloud.datasphere.v2.jobs.DeleteAllProjectJobDataRequest\x1a!.yandex.cloud.operation.Operation\"F\xb2\xd2*B\n\x1f\x44\x65leteAllProjectJobDataMetadata\x12\x1f\x44\x65leteAllProjectJobDataResponse\x12\x89\x01\n\nSetDataTtl\x12<.yandex.cloud.datasphere.v2.jobs.SetProjectJobDataTtlRequest\x1a=.yandex.cloud.datasphere.v2.jobs.SetProjectJobDataTtlResponseB|\n#yandex.cloud.api.datasphere.v2.jobsB\x05\x44SPJSZNgithub.com/yandex-cloud/go-genproto/yandex/cloud/datasphere/v2/jobs;datasphereb\x06proto3')
|
|
24
24
|
|
|
25
25
|
_globals = globals()
|
|
26
26
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -50,8 +50,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
50
50
|
_PROJECTJOBSERVICE.methods_by_name['DeleteData']._serialized_options = b'\262\322*<\n\034DeleteProjectJobDataMetadata\022\034DeleteProjectJobDataResponse'
|
|
51
51
|
_PROJECTJOBSERVICE.methods_by_name['DeleteAllData']._options = None
|
|
52
52
|
_PROJECTJOBSERVICE.methods_by_name['DeleteAllData']._serialized_options = b'\262\322*B\n\037DeleteAllProjectJobDataMetadata\022\037DeleteAllProjectJobDataResponse'
|
|
53
|
-
_globals['_STANDARDSTREAM']._serialized_start=
|
|
54
|
-
_globals['_STANDARDSTREAM']._serialized_end=
|
|
53
|
+
_globals['_STANDARDSTREAM']._serialized_start=3358
|
|
54
|
+
_globals['_STANDARDSTREAM']._serialized_end=3425
|
|
55
55
|
_globals['_CREATEPROJECTJOBREQUEST']._serialized_start=338
|
|
56
56
|
_globals['_CREATEPROJECTJOBREQUEST']._serialized_end=544
|
|
57
57
|
_globals['_CREATEPROJECTJOBMETADATA']._serialized_start=546
|
|
@@ -67,55 +67,55 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
67
67
|
_globals['_EXECUTEPROJECTJOBREQUEST']._serialized_start=1101
|
|
68
68
|
_globals['_EXECUTEPROJECTJOBREQUEST']._serialized_end=1143
|
|
69
69
|
_globals['_EXECUTEPROJECTJOBRESPONSE']._serialized_start=1146
|
|
70
|
-
_globals['_EXECUTEPROJECTJOBRESPONSE']._serialized_end=
|
|
71
|
-
_globals['_EXECUTEPROJECTJOBMETADATA']._serialized_start=
|
|
72
|
-
_globals['_EXECUTEPROJECTJOBMETADATA']._serialized_end=
|
|
73
|
-
_globals['_CANCELPROJECTJOBREQUEST']._serialized_start=
|
|
74
|
-
_globals['_CANCELPROJECTJOBREQUEST']._serialized_end=
|
|
75
|
-
_globals['_READPROJECTJOBSTDLOGSREQUEST']._serialized_start=
|
|
76
|
-
_globals['_READPROJECTJOBSTDLOGSREQUEST']._serialized_end=
|
|
77
|
-
_globals['_READPROJECTJOBSTDLOGSRESPONSE']._serialized_start=
|
|
78
|
-
_globals['_READPROJECTJOBSTDLOGSRESPONSE']._serialized_end=
|
|
79
|
-
_globals['_READPROJECTJOBLOGSREQUEST']._serialized_start=
|
|
80
|
-
_globals['_READPROJECTJOBLOGSREQUEST']._serialized_end=
|
|
81
|
-
_globals['_READPROJECTJOBLOGSRESPONSE']._serialized_start=
|
|
82
|
-
_globals['_READPROJECTJOBLOGSRESPONSE']._serialized_end=
|
|
83
|
-
_globals['_DOWNLOADPROJECTJOBFILESREQUEST']._serialized_start=
|
|
84
|
-
_globals['_DOWNLOADPROJECTJOBFILESREQUEST']._serialized_end=
|
|
85
|
-
_globals['_DOWNLOADPROJECTJOBFILESRESPONSE']._serialized_start=
|
|
86
|
-
_globals['_DOWNLOADPROJECTJOBFILESRESPONSE']._serialized_end=
|
|
87
|
-
_globals['_LISTPROJECTJOBREQUEST']._serialized_start=
|
|
88
|
-
_globals['_LISTPROJECTJOBREQUEST']._serialized_end=
|
|
89
|
-
_globals['_LISTPROJECTJOBRESPONSE']._serialized_start=
|
|
90
|
-
_globals['_LISTPROJECTJOBRESPONSE']._serialized_end=
|
|
91
|
-
_globals['_GETPROJECTJOBREQUEST']._serialized_start=
|
|
92
|
-
_globals['_GETPROJECTJOBREQUEST']._serialized_end=
|
|
93
|
-
_globals['_DELETEPROJECTJOBREQUEST']._serialized_start=
|
|
94
|
-
_globals['_DELETEPROJECTJOBREQUEST']._serialized_end=
|
|
95
|
-
_globals['_DELETEPROJECTJOBMETADATA']._serialized_start=
|
|
96
|
-
_globals['_DELETEPROJECTJOBMETADATA']._serialized_end=
|
|
97
|
-
_globals['_DELETEPROJECTJOBDATAREQUEST']._serialized_start=
|
|
98
|
-
_globals['_DELETEPROJECTJOBDATAREQUEST']._serialized_end=
|
|
99
|
-
_globals['_DELETEPROJECTJOBDATAMETADATA']._serialized_start=
|
|
100
|
-
_globals['_DELETEPROJECTJOBDATAMETADATA']._serialized_end=
|
|
101
|
-
_globals['_DELETEPROJECTJOBDATARESPONSE']._serialized_start=
|
|
102
|
-
_globals['_DELETEPROJECTJOBDATARESPONSE']._serialized_end=
|
|
103
|
-
_globals['_DELETEALLPROJECTJOBDATAREQUEST']._serialized_start=
|
|
104
|
-
_globals['_DELETEALLPROJECTJOBDATAREQUEST']._serialized_end=
|
|
105
|
-
_globals['_DELETEALLPROJECTJOBDATAMETADATA']._serialized_start=
|
|
106
|
-
_globals['_DELETEALLPROJECTJOBDATAMETADATA']._serialized_end=
|
|
107
|
-
_globals['_DELETEALLPROJECTJOBDATARESPONSE']._serialized_start=
|
|
108
|
-
_globals['_DELETEALLPROJECTJOBDATARESPONSE']._serialized_end=
|
|
109
|
-
_globals['_SETPROJECTJOBDATATTLREQUEST']._serialized_start=
|
|
110
|
-
_globals['_SETPROJECTJOBDATATTLREQUEST']._serialized_end=
|
|
111
|
-
_globals['_SETPROJECTJOBDATATTLRESPONSE']._serialized_start=
|
|
112
|
-
_globals['_SETPROJECTJOBDATATTLRESPONSE']._serialized_end=
|
|
113
|
-
_globals['_STDLOG']._serialized_start=
|
|
114
|
-
_globals['_STDLOG']._serialized_end=
|
|
115
|
-
_globals['_STDLOG_TYPE']._serialized_start=
|
|
116
|
-
_globals['_STDLOG_TYPE']._serialized_end=
|
|
117
|
-
_globals['_LOGMESSAGE']._serialized_start=
|
|
118
|
-
_globals['_LOGMESSAGE']._serialized_end=
|
|
119
|
-
_globals['_PROJECTJOBSERVICE']._serialized_start=
|
|
120
|
-
_globals['_PROJECTJOBSERVICE']._serialized_end=
|
|
70
|
+
_globals['_EXECUTEPROJECTJOBRESPONSE']._serialized_end=1453
|
|
71
|
+
_globals['_EXECUTEPROJECTJOBMETADATA']._serialized_start=1456
|
|
72
|
+
_globals['_EXECUTEPROJECTJOBMETADATA']._serialized_end=1666
|
|
73
|
+
_globals['_CANCELPROJECTJOBREQUEST']._serialized_start=1668
|
|
74
|
+
_globals['_CANCELPROJECTJOBREQUEST']._serialized_end=1743
|
|
75
|
+
_globals['_READPROJECTJOBSTDLOGSREQUEST']._serialized_start=1745
|
|
76
|
+
_globals['_READPROJECTJOBSTDLOGSREQUEST']._serialized_end=1807
|
|
77
|
+
_globals['_READPROJECTJOBSTDLOGSRESPONSE']._serialized_start=1809
|
|
78
|
+
_globals['_READPROJECTJOBSTDLOGSRESPONSE']._serialized_end=1911
|
|
79
|
+
_globals['_READPROJECTJOBLOGSREQUEST']._serialized_start=1913
|
|
80
|
+
_globals['_READPROJECTJOBLOGSREQUEST']._serialized_end=1972
|
|
81
|
+
_globals['_READPROJECTJOBLOGSRESPONSE']._serialized_start=1974
|
|
82
|
+
_globals['_READPROJECTJOBLOGSRESPONSE']._serialized_end=2077
|
|
83
|
+
_globals['_DOWNLOADPROJECTJOBFILESREQUEST']._serialized_start=2079
|
|
84
|
+
_globals['_DOWNLOADPROJECTJOBFILESREQUEST']._serialized_end=2196
|
|
85
|
+
_globals['_DOWNLOADPROJECTJOBFILESRESPONSE']._serialized_start=2198
|
|
86
|
+
_globals['_DOWNLOADPROJECTJOBFILESRESPONSE']._serialized_end=2301
|
|
87
|
+
_globals['_LISTPROJECTJOBREQUEST']._serialized_start=2303
|
|
88
|
+
_globals['_LISTPROJECTJOBREQUEST']._serialized_end=2413
|
|
89
|
+
_globals['_LISTPROJECTJOBRESPONSE']._serialized_start=2415
|
|
90
|
+
_globals['_LISTPROJECTJOBRESPONSE']._serialized_end=2516
|
|
91
|
+
_globals['_GETPROJECTJOBREQUEST']._serialized_start=2518
|
|
92
|
+
_globals['_GETPROJECTJOBREQUEST']._serialized_end=2556
|
|
93
|
+
_globals['_DELETEPROJECTJOBREQUEST']._serialized_start=2558
|
|
94
|
+
_globals['_DELETEPROJECTJOBREQUEST']._serialized_end=2599
|
|
95
|
+
_globals['_DELETEPROJECTJOBMETADATA']._serialized_start=2601
|
|
96
|
+
_globals['_DELETEPROJECTJOBMETADATA']._serialized_end=2643
|
|
97
|
+
_globals['_DELETEPROJECTJOBDATAREQUEST']._serialized_start=2645
|
|
98
|
+
_globals['_DELETEPROJECTJOBDATAREQUEST']._serialized_end=2690
|
|
99
|
+
_globals['_DELETEPROJECTJOBDATAMETADATA']._serialized_start=2692
|
|
100
|
+
_globals['_DELETEPROJECTJOBDATAMETADATA']._serialized_end=2738
|
|
101
|
+
_globals['_DELETEPROJECTJOBDATARESPONSE']._serialized_start=2740
|
|
102
|
+
_globals['_DELETEPROJECTJOBDATARESPONSE']._serialized_end=2770
|
|
103
|
+
_globals['_DELETEALLPROJECTJOBDATAREQUEST']._serialized_start=2772
|
|
104
|
+
_globals['_DELETEALLPROJECTJOBDATAREQUEST']._serialized_end=2824
|
|
105
|
+
_globals['_DELETEALLPROJECTJOBDATAMETADATA']._serialized_start=2826
|
|
106
|
+
_globals['_DELETEALLPROJECTJOBDATAMETADATA']._serialized_end=2879
|
|
107
|
+
_globals['_DELETEALLPROJECTJOBDATARESPONSE']._serialized_start=2881
|
|
108
|
+
_globals['_DELETEALLPROJECTJOBDATARESPONSE']._serialized_end=2914
|
|
109
|
+
_globals['_SETPROJECTJOBDATATTLREQUEST']._serialized_start=2916
|
|
110
|
+
_globals['_SETPROJECTJOBDATATTLREQUEST']._serialized_end=3001
|
|
111
|
+
_globals['_SETPROJECTJOBDATATTLRESPONSE']._serialized_start=3003
|
|
112
|
+
_globals['_SETPROJECTJOBDATATTLRESPONSE']._serialized_end=3033
|
|
113
|
+
_globals['_STDLOG']._serialized_start=3036
|
|
114
|
+
_globals['_STDLOG']._serialized_end=3169
|
|
115
|
+
_globals['_STDLOG_TYPE']._serialized_start=3123
|
|
116
|
+
_globals['_STDLOG_TYPE']._serialized_end=3169
|
|
117
|
+
_globals['_LOGMESSAGE']._serialized_start=3172
|
|
118
|
+
_globals['_LOGMESSAGE']._serialized_end=3356
|
|
119
|
+
_globals['_PROJECTJOBSERVICE']._serialized_start=3428
|
|
120
|
+
_globals['_PROJECTJOBSERVICE']._serialized_end=5351
|
|
121
121
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -230,12 +230,17 @@ class ExecuteProjectJobResponse(google.protobuf.message.Message):
|
|
|
230
230
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
231
231
|
|
|
232
232
|
OUTPUT_FILES_FIELD_NUMBER: builtins.int
|
|
233
|
+
OUTPUT_FILES_ERRORS_FIELD_NUMBER: builtins.int
|
|
233
234
|
OUTPUT_DATASETS_FIELD_NUMBER: builtins.int
|
|
234
235
|
RESULT_FIELD_NUMBER: builtins.int
|
|
235
236
|
@property
|
|
236
237
|
def output_files(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.datasphere.v2.jobs.jobs_pb2.StorageFile]:
|
|
237
238
|
"""Uploaded output files with URLs."""
|
|
238
239
|
|
|
240
|
+
@property
|
|
241
|
+
def output_files_errors(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.datasphere.v2.jobs.jobs_pb2.FileUploadError]:
|
|
242
|
+
"""Output file errors"""
|
|
243
|
+
|
|
239
244
|
@property
|
|
240
245
|
def output_datasets(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.datasphere.v2.jobs.jobs_pb2.OutputDataset]:
|
|
241
246
|
"""Created datasets"""
|
|
@@ -248,11 +253,12 @@ class ExecuteProjectJobResponse(google.protobuf.message.Message):
|
|
|
248
253
|
self,
|
|
249
254
|
*,
|
|
250
255
|
output_files: collections.abc.Iterable[yandex.cloud.datasphere.v2.jobs.jobs_pb2.StorageFile] | None = ...,
|
|
256
|
+
output_files_errors: collections.abc.Iterable[yandex.cloud.datasphere.v2.jobs.jobs_pb2.FileUploadError] | None = ...,
|
|
251
257
|
output_datasets: collections.abc.Iterable[yandex.cloud.datasphere.v2.jobs.jobs_pb2.OutputDataset] | None = ...,
|
|
252
258
|
result: yandex.cloud.datasphere.v2.jobs.jobs_pb2.JobResult | None = ...,
|
|
253
259
|
) -> None: ...
|
|
254
260
|
def HasField(self, field_name: typing.Literal["result", b"result"]) -> builtins.bool: ...
|
|
255
|
-
def ClearField(self, field_name: typing.Literal["output_datasets", b"output_datasets", "output_files", b"output_files", "result", b"result"]) -> None: ...
|
|
261
|
+
def ClearField(self, field_name: typing.Literal["output_datasets", b"output_datasets", "output_files", b"output_files", "output_files_errors", b"output_files_errors", "result", b"result"]) -> None: ...
|
|
256
262
|
|
|
257
263
|
global___ExecuteProjectJobResponse = ExecuteProjectJobResponse
|
|
258
264
|
|
|
@@ -11,10 +11,11 @@ from google.protobuf.internal import builder as _builder
|
|
|
11
11
|
_sym_db = _symbol_database.Default()
|
|
12
12
|
|
|
13
13
|
|
|
14
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
14
15
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
15
16
|
|
|
16
17
|
|
|
17
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n&yandex/cloud/iam/v1/user_account.proto\x12\x13yandex.cloud.iam.v1\x1a\x1dyandex/cloud/validation.proto\"\
|
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n&yandex/cloud/iam/v1/user_account.proto\x12\x13yandex.cloud.iam.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\"\x85\x02\n\x0bUserAccount\x12\n\n\x02id\x18\x01 \x01(\t\x12V\n\x1cyandex_passport_user_account\x18\x02 \x01(\x0b\x32..yandex.cloud.iam.v1.YandexPassportUserAccountH\x00\x12\x41\n\x11saml_user_account\x18\x03 \x01(\x0b\x32$.yandex.cloud.iam.v1.SamlUserAccountH\x00\x12\x39\n\x15last_authenticated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x14\n\x0cuser_account\x12\x04\xc0\xc1\x31\x01\"A\n\x19YandexPassportUserAccount\x12\r\n\x05login\x18\x01 \x01(\t\x12\x15\n\rdefault_email\x18\x02 \x01(\t\"\x9f\x02\n\x0fSamlUserAccount\x12#\n\rfederation_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1e\n\x07name_id\x18\x02 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05\x31-256\x12H\n\nattributes\x18\x03 \x03(\x0b\x32\x34.yandex.cloud.iam.v1.SamlUserAccount.AttributesEntry\x1a\x1a\n\tAttribute\x12\r\n\x05value\x18\x01 \x03(\t\x1a\x61\n\x0f\x41ttributesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12=\n\x05value\x18\x02 \x01(\x0b\x32..yandex.cloud.iam.v1.SamlUserAccount.Attribute:\x02\x38\x01\x42V\n\x17yandex.cloud.api.iam.v1Z;github.com/yandex-cloud/go-genproto/yandex/cloud/iam/v1;iamb\x06proto3')
|
|
18
19
|
|
|
19
20
|
_globals = globals()
|
|
20
21
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -30,14 +31,14 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
30
31
|
_SAMLUSERACCOUNT.fields_by_name['federation_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
31
32
|
_SAMLUSERACCOUNT.fields_by_name['name_id']._options = None
|
|
32
33
|
_SAMLUSERACCOUNT.fields_by_name['name_id']._serialized_options = b'\350\3071\001\212\3101\0051-256'
|
|
33
|
-
_globals['_USERACCOUNT']._serialized_start=
|
|
34
|
-
_globals['_USERACCOUNT']._serialized_end=
|
|
35
|
-
_globals['_YANDEXPASSPORTUSERACCOUNT']._serialized_start=
|
|
36
|
-
_globals['_YANDEXPASSPORTUSERACCOUNT']._serialized_end=
|
|
37
|
-
_globals['_SAMLUSERACCOUNT']._serialized_start=
|
|
38
|
-
_globals['_SAMLUSERACCOUNT']._serialized_end=
|
|
39
|
-
_globals['_SAMLUSERACCOUNT_ATTRIBUTE']._serialized_start=
|
|
40
|
-
_globals['_SAMLUSERACCOUNT_ATTRIBUTE']._serialized_end=
|
|
41
|
-
_globals['_SAMLUSERACCOUNT_ATTRIBUTESENTRY']._serialized_start=
|
|
42
|
-
_globals['_SAMLUSERACCOUNT_ATTRIBUTESENTRY']._serialized_end=
|
|
34
|
+
_globals['_USERACCOUNT']._serialized_start=128
|
|
35
|
+
_globals['_USERACCOUNT']._serialized_end=389
|
|
36
|
+
_globals['_YANDEXPASSPORTUSERACCOUNT']._serialized_start=391
|
|
37
|
+
_globals['_YANDEXPASSPORTUSERACCOUNT']._serialized_end=456
|
|
38
|
+
_globals['_SAMLUSERACCOUNT']._serialized_start=459
|
|
39
|
+
_globals['_SAMLUSERACCOUNT']._serialized_end=746
|
|
40
|
+
_globals['_SAMLUSERACCOUNT_ATTRIBUTE']._serialized_start=621
|
|
41
|
+
_globals['_SAMLUSERACCOUNT_ATTRIBUTE']._serialized_end=647
|
|
42
|
+
_globals['_SAMLUSERACCOUNT_ATTRIBUTESENTRY']._serialized_start=649
|
|
43
|
+
_globals['_SAMLUSERACCOUNT_ATTRIBUTESENTRY']._serialized_end=746
|
|
43
44
|
# @@protoc_insertion_point(module_scope)
|