yandexcloud 0.326.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/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/cic/v1/private_connection_pb2.py +5 -3
- yandex/cloud/cic/v1/private_connection_pb2.pyi +1 -0
- 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/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/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
- {yandexcloud-0.326.0.dist-info → yandexcloud-0.327.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.326.0.dist-info → yandexcloud-0.327.0.dist-info}/RECORD +65 -31
- {yandexcloud-0.326.0.dist-info → yandexcloud-0.327.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.326.0.dist-info → yandexcloud-0.327.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.326.0.dist-info → yandexcloud-0.327.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.326.0.dist-info → yandexcloud-0.327.0.dist-info}/top_level.txt +0 -0
|
@@ -22,7 +22,7 @@ from yandex.cloud.cloudregistry.v1 import artifact_pb2 as yandex_dot_cloud_dot_c
|
|
|
22
22
|
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4yandex/cloud/cloudregistry/v1/registry_service.proto\x12\x1dyandex.cloud.cloudregistry.v1\x1a yandex/cloud/api/operation.proto\x1a yandex/cloud/access/access.proto\x1a,yandex/cloud/cloudregistry/v1/registry.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\x1a google/protobuf/field_mask.proto\x1a\x31yandex/cloud/cloudregistry/v1/ip_permission.proto\x1a,yandex/cloud/cloudregistry/v1/artifact.proto\x1a\x1cgoogle/api/annotations.proto\"7\n\x12GetRegistryRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"v\n\x15ListRegistriesRequest\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\"n\n\x16ListRegistriesResponse\x12;\n\nregistries\x18\x01 \x03(\x0b\x32\'.yandex.cloud.cloudregistry.v1.Registry\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\
|
|
25
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4yandex/cloud/cloudregistry/v1/registry_service.proto\x12\x1dyandex.cloud.cloudregistry.v1\x1a yandex/cloud/api/operation.proto\x1a yandex/cloud/access/access.proto\x1a,yandex/cloud/cloudregistry/v1/registry.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\x1a google/protobuf/field_mask.proto\x1a\x31yandex/cloud/cloudregistry/v1/ip_permission.proto\x1a,yandex/cloud/cloudregistry/v1/artifact.proto\x1a\x1cgoogle/api/annotations.proto\"7\n\x12GetRegistryRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"v\n\x15ListRegistriesRequest\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\"n\n\x16ListRegistriesResponse\x12;\n\nregistries\x18\x01 \x03(\x0b\x32\'.yandex.cloud.cloudregistry.v1.Registry\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x94\x05\n\x15\x43reateRegistryRequest\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\x8d\x01\n\x06labels\x18\x03 \x03(\x0b\x32@.yandex.cloud.cloudregistry.v1.CreateRegistryRequest.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\x04kind\x18\x04 \x01(\x0e\x32,.yandex.cloud.cloudregistry.v1.Registry.KindB\x04\xe8\xc7\x31\x01\x12@\n\x04type\x18\x05 \x01(\x0e\x32,.yandex.cloud.cloudregistry.v1.Registry.TypeB\x04\xe8\xc7\x31\x01\x12\x1f\n\x0b\x64\x65scription\x18\x06 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12\x91\x01\n\nproperties\x18\x07 \x03(\x0b\x32\x44.yandex.cloud.cloudregistry.v1.CreateRegistryRequest.PropertiesEntryB7\xf2\xc7\x31\x0e[-_0-9a-zA-Z]+\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x11\x12\t[a-zA-Z]+\x1a\x04\x31-63\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x31\n\x0fPropertiesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"-\n\x16\x43reateRegistryMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\"\xc3\x04\n\x15UpdateRegistryRequest\x12!\n\x0bregistry_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/\n\x04name\x18\x03 \x01(\tB!\xf2\xc7\x31\x1d|[a-z][-a-z0-9]{1,61}[a-z0-9]\x12\x8d\x01\n\x06labels\x18\x04 \x03(\x0b\x32@.yandex.cloud.cloudregistry.v1.UpdateRegistryRequest.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\x1f\n\x0b\x64\x65scription\x18\x05 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12\x91\x01\n\nproperties\x18\x06 \x03(\x0b\x32\x44.yandex.cloud.cloudregistry.v1.UpdateRegistryRequest.PropertiesEntryB7\xf2\xc7\x31\x0e[-_0-9a-zA-Z]+\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x11\x12\t[a-zA-Z]+\x1a\x04\x31-63\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x31\n\x0fPropertiesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"-\n\x16UpdateRegistryMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\":\n\x15\x44\x65leteRegistryRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"-\n\x16\x44\x65leteRegistryMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\"\x81\x01\n\x17SetIpPermissionsRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x43\n\x0eip_permissions\x18\x02 \x03(\x0b\x32+.yandex.cloud.cloudregistry.v1.IpPermission\"\x8f\x01\n\x1aUpdateIpPermissionsRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12N\n\x14ip_permission_deltas\x18\x02 \x03(\x0b\x32\x30.yandex.cloud.cloudregistry.v1.IpPermissionDelta\"=\n\x18ListIpPermissionsRequest\x12!\n\x0bregistry_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"]\n\x19ListIpPermissionsResponse\x12@\n\x0bpermissions\x18\x01 \x03(\x0b\x32+.yandex.cloud.cloudregistry.v1.IpPermission\"/\n\x18SetIpPermissionsMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\"2\n\x1bUpdateIpPermissionsMetadata\x12\x13\n\x0bregistry_id\x18\x01 \x01(\t\"\xd2\x01\n\x14ListArtifactsRequest\x12\x1d\n\x0bregistry_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12]\n\x04path\x18\x02 \x01(\tBO\xf2\xc7\x31K|[a-zA-Z0-9]+(?:[._-][a-zA-Z0-9]+)*(/([a-zA-Z0-9]+(?:[._-][a-zA-Z0-9]+)*))*\x12\x1d\n\tpage_size\x18\x03 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=100\"l\n\x15ListArtifactsResponse\x12:\n\tartifacts\x18\x01 \x03(\x0b\x32\'.yandex.cloud.cloudregistry.v1.Artifact\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\xae\x13\n\x0fRegistryService\x12\x96\x01\n\x03Get\x12\x31.yandex.cloud.cloudregistry.v1.GetRegistryRequest\x1a\'.yandex.cloud.cloudregistry.v1.Registry\"3\x82\xd3\xe4\x93\x02-\x12+/cloud-registry/v1/registries/{registry_id}\x12\x9a\x01\n\x04List\x12\x34.yandex.cloud.cloudregistry.v1.ListRegistriesRequest\x1a\x35.yandex.cloud.cloudregistry.v1.ListRegistriesResponse\"%\x82\xd3\xe4\x93\x02\x1f\x12\x1d/cloud-registry/v1/registries\x12\xb1\x01\n\x06\x43reate\x12\x34.yandex.cloud.cloudregistry.v1.CreateRegistryRequest\x1a!.yandex.cloud.operation.Operation\"N\xb2\xd2*\"\n\x16\x43reateRegistryMetadata\x12\x08Registry\x82\xd3\xe4\x93\x02\"\"\x1d/cloud-registry/v1/registries:\x01*\x12\xbf\x01\n\x06Update\x12\x34.yandex.cloud.cloudregistry.v1.UpdateRegistryRequest\x1a!.yandex.cloud.operation.Operation\"\\\xb2\xd2*\"\n\x16UpdateRegistryMetadata\x12\x08Registry\x82\xd3\xe4\x93\x02\x30\x32+/cloud-registry/v1/registries/{registry_id}:\x01*\x12\xc9\x01\n\x06\x44\x65lete\x12\x34.yandex.cloud.cloudregistry.v1.DeleteRegistryRequest\x1a!.yandex.cloud.operation.Operation\"f\xb2\xd2*/\n\x16\x44\x65leteRegistryMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02-*+/cloud-registry/v1/registries/{registry_id}\x12\xbd\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\"F\x82\xd3\xe4\x93\x02@\x12>/cloud-registry/v1/registries/{resource_id}:listAccessBindings\x12\xed\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x85\x01\xb2\xd2*9\n access.SetAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x42\"=/cloud-registry/v1/registries/{resource_id}:setAccessBindings:\x01*\x12\xf9\x01\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x8b\x01\xb2\xd2*<\n#access.UpdateAccessBindingsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x45\"@/cloud-registry/v1/registries/{resource_id}:updateAccessBindings:\x01*\x12\xcd\x01\n\x11ListIpPermissions\x12\x37.yandex.cloud.cloudregistry.v1.ListIpPermissionsRequest\x1a\x38.yandex.cloud.cloudregistry.v1.ListIpPermissionsResponse\"E\x82\xd3\xe4\x93\x02?\x12=/cloud-registry/v1/registries/{registry_id}:listIpPermissions\x12\xeb\x01\n\x10SetIpPermissions\x12\x36.yandex.cloud.cloudregistry.v1.SetIpPermissionsRequest\x1a!.yandex.cloud.operation.Operation\"|\xb2\xd2*1\n\x18SetIpPermissionsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x41\"</cloud-registry/v1/registries/{registry_id}:setIpPermissions:\x01*\x12\xf8\x01\n\x13UpdateIpPermissions\x12\x39.yandex.cloud.cloudregistry.v1.UpdateIpPermissionsRequest\x1a!.yandex.cloud.operation.Operation\"\x82\x01\xb2\xd2*4\n\x1bUpdateIpPermissionsMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x44\"?/cloud-registry/v1/registries/{registry_id}:updateIpPermissions:\x01*\x12\xbd\x01\n\rListArtifacts\x12\x33.yandex.cloud.cloudregistry.v1.ListArtifactsRequest\x1a\x34.yandex.cloud.cloudregistry.v1.ListArtifactsResponse\"A\x82\xd3\xe4\x93\x02;\x12\x39/cloud-registry/v1/registries/{registry_id}:listArtifactsBt\n!yandex.cloud.api.cloudregistry.v1ZOgithub.com/yandex-cloud/go-genproto/yandex/cloud/cloudregistry/v1;cloudregistryb\x06proto3')
|
|
26
26
|
|
|
27
27
|
_globals = globals()
|
|
28
28
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -53,7 +53,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
53
53
|
_CREATEREGISTRYREQUEST.fields_by_name['type']._options = None
|
|
54
54
|
_CREATEREGISTRYREQUEST.fields_by_name['type']._serialized_options = b'\350\3071\001'
|
|
55
55
|
_CREATEREGISTRYREQUEST.fields_by_name['description']._options = None
|
|
56
|
-
_CREATEREGISTRYREQUEST.fields_by_name['description']._serialized_options = b'\
|
|
56
|
+
_CREATEREGISTRYREQUEST.fields_by_name['description']._serialized_options = b'\212\3101\006<=1024'
|
|
57
57
|
_CREATEREGISTRYREQUEST.fields_by_name['properties']._options = None
|
|
58
58
|
_CREATEREGISTRYREQUEST.fields_by_name['properties']._serialized_options = b'\362\3071\016[-_0-9a-zA-Z]+\202\3101\004<=64\212\3101\004<=63\262\3101\021\022\t[a-zA-Z]+\032\0041-63'
|
|
59
59
|
_UPDATEREGISTRYREQUEST_LABELSENTRY._options = None
|
|
@@ -67,7 +67,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
67
67
|
_UPDATEREGISTRYREQUEST.fields_by_name['labels']._options = None
|
|
68
68
|
_UPDATEREGISTRYREQUEST.fields_by_name['labels']._serialized_options = b'\362\3071\013[-_0-9a-z]*\202\3101\004<=64\212\3101\004<=63\262\3101\030\022\020[a-z][-_0-9a-z]*\032\0041-63'
|
|
69
69
|
_UPDATEREGISTRYREQUEST.fields_by_name['description']._options = None
|
|
70
|
-
_UPDATEREGISTRYREQUEST.fields_by_name['description']._serialized_options = b'\
|
|
70
|
+
_UPDATEREGISTRYREQUEST.fields_by_name['description']._serialized_options = b'\212\3101\006<=1024'
|
|
71
71
|
_UPDATEREGISTRYREQUEST.fields_by_name['properties']._options = None
|
|
72
72
|
_UPDATEREGISTRYREQUEST.fields_by_name['properties']._serialized_options = b'\362\3071\016[-_0-9a-zA-Z]+\202\3101\004<=64\212\3101\004<=63\262\3101\021\022\t[a-zA-Z]+\032\0041-63'
|
|
73
73
|
_DELETEREGISTRYREQUEST.fields_by_name['registry_id']._options = None
|
|
@@ -81,7 +81,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
81
81
|
_LISTARTIFACTSREQUEST.fields_by_name['registry_id']._options = None
|
|
82
82
|
_LISTARTIFACTSREQUEST.fields_by_name['registry_id']._serialized_options = b'\212\3101\004<=50'
|
|
83
83
|
_LISTARTIFACTSREQUEST.fields_by_name['path']._options = None
|
|
84
|
-
_LISTARTIFACTSREQUEST.fields_by_name['path']._serialized_options = b'\362\
|
|
84
|
+
_LISTARTIFACTSREQUEST.fields_by_name['path']._serialized_options = b'\362\3071K|[a-zA-Z0-9]+(?:[._-][a-zA-Z0-9]+)*(/([a-zA-Z0-9]+(?:[._-][a-zA-Z0-9]+)*))*'
|
|
85
85
|
_LISTARTIFACTSREQUEST.fields_by_name['page_size']._options = None
|
|
86
86
|
_LISTARTIFACTSREQUEST.fields_by_name['page_size']._serialized_options = b'\372\3071\0060-1000'
|
|
87
87
|
_LISTARTIFACTSREQUEST.fields_by_name['page_token']._options = None
|
|
@@ -117,41 +117,41 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
117
117
|
_globals['_LISTREGISTRIESRESPONSE']._serialized_start=610
|
|
118
118
|
_globals['_LISTREGISTRIESRESPONSE']._serialized_end=720
|
|
119
119
|
_globals['_CREATEREGISTRYREQUEST']._serialized_start=723
|
|
120
|
-
_globals['_CREATEREGISTRYREQUEST']._serialized_end=
|
|
121
|
-
_globals['_CREATEREGISTRYREQUEST_LABELSENTRY']._serialized_start=
|
|
122
|
-
_globals['_CREATEREGISTRYREQUEST_LABELSENTRY']._serialized_end=
|
|
123
|
-
_globals['_CREATEREGISTRYREQUEST_PROPERTIESENTRY']._serialized_start=
|
|
124
|
-
_globals['_CREATEREGISTRYREQUEST_PROPERTIESENTRY']._serialized_end=
|
|
125
|
-
_globals['_CREATEREGISTRYMETADATA']._serialized_start=
|
|
126
|
-
_globals['_CREATEREGISTRYMETADATA']._serialized_end=
|
|
127
|
-
_globals['_UPDATEREGISTRYREQUEST']._serialized_start=
|
|
128
|
-
_globals['_UPDATEREGISTRYREQUEST']._serialized_end=
|
|
129
|
-
_globals['_UPDATEREGISTRYREQUEST_LABELSENTRY']._serialized_start=
|
|
130
|
-
_globals['_UPDATEREGISTRYREQUEST_LABELSENTRY']._serialized_end=
|
|
131
|
-
_globals['_UPDATEREGISTRYREQUEST_PROPERTIESENTRY']._serialized_start=
|
|
132
|
-
_globals['_UPDATEREGISTRYREQUEST_PROPERTIESENTRY']._serialized_end=
|
|
133
|
-
_globals['_UPDATEREGISTRYMETADATA']._serialized_start=
|
|
134
|
-
_globals['_UPDATEREGISTRYMETADATA']._serialized_end=
|
|
135
|
-
_globals['_DELETEREGISTRYREQUEST']._serialized_start=
|
|
136
|
-
_globals['_DELETEREGISTRYREQUEST']._serialized_end=
|
|
137
|
-
_globals['_DELETEREGISTRYMETADATA']._serialized_start=
|
|
138
|
-
_globals['_DELETEREGISTRYMETADATA']._serialized_end=
|
|
139
|
-
_globals['_SETIPPERMISSIONSREQUEST']._serialized_start=
|
|
140
|
-
_globals['_SETIPPERMISSIONSREQUEST']._serialized_end=
|
|
141
|
-
_globals['_UPDATEIPPERMISSIONSREQUEST']._serialized_start=
|
|
142
|
-
_globals['_UPDATEIPPERMISSIONSREQUEST']._serialized_end=
|
|
143
|
-
_globals['_LISTIPPERMISSIONSREQUEST']._serialized_start=
|
|
144
|
-
_globals['_LISTIPPERMISSIONSREQUEST']._serialized_end=
|
|
145
|
-
_globals['_LISTIPPERMISSIONSRESPONSE']._serialized_start=
|
|
146
|
-
_globals['_LISTIPPERMISSIONSRESPONSE']._serialized_end=
|
|
147
|
-
_globals['_SETIPPERMISSIONSMETADATA']._serialized_start=
|
|
148
|
-
_globals['_SETIPPERMISSIONSMETADATA']._serialized_end=
|
|
149
|
-
_globals['_UPDATEIPPERMISSIONSMETADATA']._serialized_start=
|
|
150
|
-
_globals['_UPDATEIPPERMISSIONSMETADATA']._serialized_end=
|
|
151
|
-
_globals['_LISTARTIFACTSREQUEST']._serialized_start=
|
|
152
|
-
_globals['_LISTARTIFACTSREQUEST']._serialized_end=
|
|
153
|
-
_globals['_LISTARTIFACTSRESPONSE']._serialized_start=
|
|
154
|
-
_globals['_LISTARTIFACTSRESPONSE']._serialized_end=
|
|
155
|
-
_globals['_REGISTRYSERVICE']._serialized_start=
|
|
156
|
-
_globals['_REGISTRYSERVICE']._serialized_end=
|
|
120
|
+
_globals['_CREATEREGISTRYREQUEST']._serialized_end=1383
|
|
121
|
+
_globals['_CREATEREGISTRYREQUEST_LABELSENTRY']._serialized_start=1287
|
|
122
|
+
_globals['_CREATEREGISTRYREQUEST_LABELSENTRY']._serialized_end=1332
|
|
123
|
+
_globals['_CREATEREGISTRYREQUEST_PROPERTIESENTRY']._serialized_start=1334
|
|
124
|
+
_globals['_CREATEREGISTRYREQUEST_PROPERTIESENTRY']._serialized_end=1383
|
|
125
|
+
_globals['_CREATEREGISTRYMETADATA']._serialized_start=1385
|
|
126
|
+
_globals['_CREATEREGISTRYMETADATA']._serialized_end=1430
|
|
127
|
+
_globals['_UPDATEREGISTRYREQUEST']._serialized_start=1433
|
|
128
|
+
_globals['_UPDATEREGISTRYREQUEST']._serialized_end=2012
|
|
129
|
+
_globals['_UPDATEREGISTRYREQUEST_LABELSENTRY']._serialized_start=1287
|
|
130
|
+
_globals['_UPDATEREGISTRYREQUEST_LABELSENTRY']._serialized_end=1332
|
|
131
|
+
_globals['_UPDATEREGISTRYREQUEST_PROPERTIESENTRY']._serialized_start=1334
|
|
132
|
+
_globals['_UPDATEREGISTRYREQUEST_PROPERTIESENTRY']._serialized_end=1383
|
|
133
|
+
_globals['_UPDATEREGISTRYMETADATA']._serialized_start=2014
|
|
134
|
+
_globals['_UPDATEREGISTRYMETADATA']._serialized_end=2059
|
|
135
|
+
_globals['_DELETEREGISTRYREQUEST']._serialized_start=2061
|
|
136
|
+
_globals['_DELETEREGISTRYREQUEST']._serialized_end=2119
|
|
137
|
+
_globals['_DELETEREGISTRYMETADATA']._serialized_start=2121
|
|
138
|
+
_globals['_DELETEREGISTRYMETADATA']._serialized_end=2166
|
|
139
|
+
_globals['_SETIPPERMISSIONSREQUEST']._serialized_start=2169
|
|
140
|
+
_globals['_SETIPPERMISSIONSREQUEST']._serialized_end=2298
|
|
141
|
+
_globals['_UPDATEIPPERMISSIONSREQUEST']._serialized_start=2301
|
|
142
|
+
_globals['_UPDATEIPPERMISSIONSREQUEST']._serialized_end=2444
|
|
143
|
+
_globals['_LISTIPPERMISSIONSREQUEST']._serialized_start=2446
|
|
144
|
+
_globals['_LISTIPPERMISSIONSREQUEST']._serialized_end=2507
|
|
145
|
+
_globals['_LISTIPPERMISSIONSRESPONSE']._serialized_start=2509
|
|
146
|
+
_globals['_LISTIPPERMISSIONSRESPONSE']._serialized_end=2602
|
|
147
|
+
_globals['_SETIPPERMISSIONSMETADATA']._serialized_start=2604
|
|
148
|
+
_globals['_SETIPPERMISSIONSMETADATA']._serialized_end=2651
|
|
149
|
+
_globals['_UPDATEIPPERMISSIONSMETADATA']._serialized_start=2653
|
|
150
|
+
_globals['_UPDATEIPPERMISSIONSMETADATA']._serialized_end=2703
|
|
151
|
+
_globals['_LISTARTIFACTSREQUEST']._serialized_start=2706
|
|
152
|
+
_globals['_LISTARTIFACTSREQUEST']._serialized_end=2916
|
|
153
|
+
_globals['_LISTARTIFACTSRESPONSE']._serialized_start=2918
|
|
154
|
+
_globals['_LISTARTIFACTSRESPONSE']._serialized_end=3026
|
|
155
|
+
_globals['_REGISTRYSERVICE']._serialized_start=3029
|
|
156
|
+
_globals['_REGISTRYSERVICE']._serialized_end=5507
|
|
157
157
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -16,7 +16,7 @@ from yandex.cloud.dataproc.v1 import common_pb2 as yandex_dot_cloud_dot_dataproc
|
|
|
16
16
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n&yandex/cloud/dataproc/v1/cluster.proto\x12\x18yandex.cloud.dataproc.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a%yandex/cloud/dataproc/v1/common.proto\x1a\x1dyandex/cloud/validation.proto\"\
|
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n&yandex/cloud/dataproc/v1/cluster.proto\x12\x18yandex.cloud.dataproc.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a%yandex/cloud/dataproc/v1/common.proto\x1a\x1dyandex/cloud/validation.proto\"\x99\x07\n\x07\x43luster\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x16\n\x04name\x18\x04 \x01(\tB\x08\x8a\xc8\x31\x04\x31-63\x12\x1e\n\x0b\x64\x65scription\x18\x05 \x01(\tB\t\x8a\xc8\x31\x05\x30-256\x12G\n\x06labels\x18\x06 \x03(\x0b\x32-.yandex.cloud.dataproc.v1.Cluster.LabelsEntryB\x08\x82\xc8\x31\x04<=64\x12\x38\n\nmonitoring\x18\x07 \x03(\x0b\x32$.yandex.cloud.dataproc.v1.Monitoring\x12\x37\n\x06\x63onfig\x18\x08 \x01(\x0b\x32\'.yandex.cloud.dataproc.v1.ClusterConfig\x12\x30\n\x06health\x18\t \x01(\x0e\x32 .yandex.cloud.dataproc.v1.Health\x12\x38\n\x06status\x18\n \x01(\x0e\x32(.yandex.cloud.dataproc.v1.Cluster.Status\x12\x0f\n\x07zone_id\x18\x0b \x01(\t\x12\x1a\n\x12service_account_id\x18\x0c \x01(\t\x12\x0e\n\x06\x62ucket\x18\r \x01(\t\x12\x10\n\x08ui_proxy\x18\x0e \x01(\x08\x12\x1a\n\x12security_group_ids\x18\x0f \x03(\t\x12\x16\n\x0ehost_group_ids\x18\x10 \x03(\t\x12\x1b\n\x13\x64\x65letion_protection\x18\x11 \x01(\x08\x12\x14\n\x0clog_group_id\x18\x12 \x01(\t\x12\x42\n\x0b\x65nvironment\x18\x13 \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\x01\"k\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\t\n\x05\x45RROR\x10\x03\x12\x0c\n\x08STOPPING\x10\x04\x12\x0b\n\x07STOPPED\x10\x05\x12\x0c\n\x08STARTING\x10\x06\"I\n\x0b\x45nvironment\x12\x1b\n\x17\x45NVIRONMENT_UNSPECIFIED\x10\x00\x12\x0e\n\nPRODUCTION\x10\x01\x12\r\n\tPRESTABLE\x10\x02\"=\n\nMonitoring\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\x0c\n\x04link\x18\x03 \x01(\t\"\xf1\x03\n\x0cHadoopConfig\x12@\n\x08services\x18\x01 \x03(\x0e\x32..yandex.cloud.dataproc.v1.HadoopConfig.Service\x12J\n\nproperties\x18\x02 \x03(\x0b\x32\x36.yandex.cloud.dataproc.v1.HadoopConfig.PropertiesEntry\x12\x17\n\x0fssh_public_keys\x18\x03 \x03(\t\x12N\n\x16initialization_actions\x18\x04 \x03(\x0b\x32..yandex.cloud.dataproc.v1.InitializationAction\x1a\x31\n\x0fPropertiesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xb6\x01\n\x07Service\x12\x17\n\x13SERVICE_UNSPECIFIED\x10\x00\x12\x08\n\x04HDFS\x10\x01\x12\x08\n\x04YARN\x10\x02\x12\r\n\tMAPREDUCE\x10\x03\x12\x08\n\x04HIVE\x10\x04\x12\x07\n\x03TEZ\x10\x05\x12\r\n\tZOOKEEPER\x10\x06\x12\t\n\x05HBASE\x10\x07\x12\t\n\x05SQOOP\x10\x08\x12\t\n\x05\x46LUME\x10\t\x12\t\n\x05SPARK\x10\n\x12\x0c\n\x08ZEPPELIN\x10\x0b\x12\t\n\x05OOZIE\x10\x0c\x12\x08\n\x04LIVY\x10\r\"[\n\rClusterConfig\x12\x12\n\nversion_id\x18\x01 \x01(\t\x12\x36\n\x06hadoop\x18\x02 \x01(\x0b\x32&.yandex.cloud.dataproc.v1.HadoopConfig\"B\n\x14InitializationAction\x12\x0b\n\x03uri\x18\x01 \x01(\t\x12\x0c\n\x04\x61rgs\x18\x02 \x03(\t\x12\x0f\n\x07timeout\x18\x03 \x01(\x03\x42\x65\n\x1cyandex.cloud.api.dataproc.v1ZEgithub.com/yandex-cloud/go-genproto/yandex/cloud/dataproc/v1;dataprocb\x06proto3')
|
|
20
20
|
|
|
21
21
|
_globals = globals()
|
|
22
22
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -35,21 +35,23 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
35
35
|
_HADOOPCONFIG_PROPERTIESENTRY._options = None
|
|
36
36
|
_HADOOPCONFIG_PROPERTIESENTRY._serialized_options = b'8\001'
|
|
37
37
|
_globals['_CLUSTER']._serialized_start=172
|
|
38
|
-
_globals['_CLUSTER']._serialized_end=
|
|
39
|
-
_globals['_CLUSTER_LABELSENTRY']._serialized_start=
|
|
40
|
-
_globals['_CLUSTER_LABELSENTRY']._serialized_end=
|
|
41
|
-
_globals['_CLUSTER_STATUS']._serialized_start=
|
|
42
|
-
_globals['_CLUSTER_STATUS']._serialized_end=
|
|
43
|
-
_globals['
|
|
44
|
-
_globals['
|
|
45
|
-
_globals['
|
|
46
|
-
_globals['
|
|
47
|
-
_globals['
|
|
48
|
-
_globals['
|
|
49
|
-
_globals['
|
|
50
|
-
_globals['
|
|
51
|
-
_globals['
|
|
52
|
-
_globals['
|
|
53
|
-
_globals['
|
|
54
|
-
_globals['
|
|
38
|
+
_globals['_CLUSTER']._serialized_end=1093
|
|
39
|
+
_globals['_CLUSTER_LABELSENTRY']._serialized_start=864
|
|
40
|
+
_globals['_CLUSTER_LABELSENTRY']._serialized_end=909
|
|
41
|
+
_globals['_CLUSTER_STATUS']._serialized_start=911
|
|
42
|
+
_globals['_CLUSTER_STATUS']._serialized_end=1018
|
|
43
|
+
_globals['_CLUSTER_ENVIRONMENT']._serialized_start=1020
|
|
44
|
+
_globals['_CLUSTER_ENVIRONMENT']._serialized_end=1093
|
|
45
|
+
_globals['_MONITORING']._serialized_start=1095
|
|
46
|
+
_globals['_MONITORING']._serialized_end=1156
|
|
47
|
+
_globals['_HADOOPCONFIG']._serialized_start=1159
|
|
48
|
+
_globals['_HADOOPCONFIG']._serialized_end=1656
|
|
49
|
+
_globals['_HADOOPCONFIG_PROPERTIESENTRY']._serialized_start=1422
|
|
50
|
+
_globals['_HADOOPCONFIG_PROPERTIESENTRY']._serialized_end=1471
|
|
51
|
+
_globals['_HADOOPCONFIG_SERVICE']._serialized_start=1474
|
|
52
|
+
_globals['_HADOOPCONFIG_SERVICE']._serialized_end=1656
|
|
53
|
+
_globals['_CLUSTERCONFIG']._serialized_start=1658
|
|
54
|
+
_globals['_CLUSTERCONFIG']._serialized_end=1749
|
|
55
|
+
_globals['_INITIALIZATIONACTION']._serialized_start=1751
|
|
56
|
+
_globals['_INITIALIZATIONACTION']._serialized_end=1817
|
|
55
57
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -64,6 +64,21 @@ class Cluster(google.protobuf.message.Message):
|
|
|
64
64
|
STARTING: Cluster.Status.ValueType # 6
|
|
65
65
|
"""Cluster is starting."""
|
|
66
66
|
|
|
67
|
+
class _Environment:
|
|
68
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
69
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
70
|
+
|
|
71
|
+
class _EnvironmentEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[Cluster._Environment.ValueType], builtins.type):
|
|
72
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
73
|
+
ENVIRONMENT_UNSPECIFIED: Cluster._Environment.ValueType # 0
|
|
74
|
+
PRODUCTION: Cluster._Environment.ValueType # 1
|
|
75
|
+
PRESTABLE: Cluster._Environment.ValueType # 2
|
|
76
|
+
|
|
77
|
+
class Environment(_Environment, metaclass=_EnvironmentEnumTypeWrapper): ...
|
|
78
|
+
ENVIRONMENT_UNSPECIFIED: Cluster.Environment.ValueType # 0
|
|
79
|
+
PRODUCTION: Cluster.Environment.ValueType # 1
|
|
80
|
+
PRESTABLE: Cluster.Environment.ValueType # 2
|
|
81
|
+
|
|
67
82
|
@typing.final
|
|
68
83
|
class LabelsEntry(google.protobuf.message.Message):
|
|
69
84
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
@@ -98,6 +113,7 @@ class Cluster(google.protobuf.message.Message):
|
|
|
98
113
|
HOST_GROUP_IDS_FIELD_NUMBER: builtins.int
|
|
99
114
|
DELETION_PROTECTION_FIELD_NUMBER: builtins.int
|
|
100
115
|
LOG_GROUP_ID_FIELD_NUMBER: builtins.int
|
|
116
|
+
ENVIRONMENT_FIELD_NUMBER: builtins.int
|
|
101
117
|
id: builtins.str
|
|
102
118
|
"""ID of the cluster. Generated at creation time."""
|
|
103
119
|
folder_id: builtins.str
|
|
@@ -124,6 +140,8 @@ class Cluster(google.protobuf.message.Message):
|
|
|
124
140
|
"""ID of the cloud logging log group to write logs. If not set, default log group for the folder will be used.
|
|
125
141
|
To prevent logs from being sent to the cloud set cluster property dataproc:disable_cloud_logging = true
|
|
126
142
|
"""
|
|
143
|
+
environment: global___Cluster.Environment.ValueType
|
|
144
|
+
"""Environment of the cluster"""
|
|
127
145
|
@property
|
|
128
146
|
def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
129
147
|
"""Creation timestamp."""
|
|
@@ -169,9 +187,10 @@ class Cluster(google.protobuf.message.Message):
|
|
|
169
187
|
host_group_ids: collections.abc.Iterable[builtins.str] | None = ...,
|
|
170
188
|
deletion_protection: builtins.bool = ...,
|
|
171
189
|
log_group_id: builtins.str = ...,
|
|
190
|
+
environment: global___Cluster.Environment.ValueType = ...,
|
|
172
191
|
) -> None: ...
|
|
173
192
|
def HasField(self, field_name: typing.Literal["config", b"config", "created_at", b"created_at"]) -> builtins.bool: ...
|
|
174
|
-
def ClearField(self, field_name: typing.Literal["bucket", b"bucket", "config", b"config", "created_at", b"created_at", "deletion_protection", b"deletion_protection", "description", b"description", "folder_id", b"folder_id", "health", b"health", "host_group_ids", b"host_group_ids", "id", b"id", "labels", b"labels", "log_group_id", b"log_group_id", "monitoring", b"monitoring", "name", b"name", "security_group_ids", b"security_group_ids", "service_account_id", b"service_account_id", "status", b"status", "ui_proxy", b"ui_proxy", "zone_id", b"zone_id"]) -> None: ...
|
|
193
|
+
def ClearField(self, field_name: typing.Literal["bucket", b"bucket", "config", b"config", "created_at", b"created_at", "deletion_protection", b"deletion_protection", "description", b"description", "environment", b"environment", "folder_id", b"folder_id", "health", b"health", "host_group_ids", b"host_group_ids", "id", b"id", "labels", b"labels", "log_group_id", b"log_group_id", "monitoring", b"monitoring", "name", b"name", "security_group_ids", b"security_group_ids", "service_account_id", b"service_account_id", "status", b"status", "ui_proxy", b"ui_proxy", "zone_id", b"zone_id"]) -> None: ...
|
|
175
194
|
|
|
176
195
|
global___Cluster = Cluster
|
|
177
196
|
|
|
@@ -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)
|