yandexcloud 0.334.0__py3-none-any.whl → 0.336.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.
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.py +8 -8
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +11 -3
- yandex/cloud/cic/v1/common/lag_allocation_settings_pb2.py +4 -4
- yandex/cloud/cic/v1/common/lag_allocation_settings_pb2.pyi +3 -9
- yandex/cloud/cic/v1/partner_pb2.pyi +1 -1
- yandex/cloud/cic/v1/private_connection_pb2.py +10 -9
- yandex/cloud/cic/v1/private_connection_pb2.pyi +40 -12
- yandex/cloud/cic/v1/private_connection_service_pb2.py +76 -9
- yandex/cloud/cic/v1/private_connection_service_pb2.pyi +379 -1
- yandex/cloud/cic/v1/private_connection_service_pb2_grpc.py +270 -0
- yandex/cloud/cic/v1/private_connection_service_pb2_grpc.pyi +151 -0
- yandex/cloud/cic/v1/public_connection_pb2.py +10 -7
- yandex/cloud/cic/v1/public_connection_pb2.pyi +32 -2
- yandex/cloud/cic/v1/trunk_connection_pb2.py +16 -13
- yandex/cloud/cic/v1/trunk_connection_pb2.pyi +40 -2
- yandex/cloud/cic/v1/trunk_connection_service_pb2.py +63 -9
- yandex/cloud/cic/v1/trunk_connection_service_pb2.pyi +368 -1
- yandex/cloud/cic/v1/trunk_connection_service_pb2_grpc.py +180 -0
- yandex/cloud/cic/v1/trunk_connection_service_pb2_grpc.pyi +99 -0
- yandex/cloud/cloudrouter/v1/routing_instance_pb2.py +16 -15
- yandex/cloud/cloudrouter/v1/routing_instance_pb2.pyi +11 -3
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.py +86 -15
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.pyi +388 -1
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2_grpc.py +360 -0
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2_grpc.pyi +203 -0
- yandex/cloud/compute/v1/instance_pb2.py +52 -52
- yandex/cloud/compute/v1/instance_pb2.pyi +5 -1
- yandex/cloud/compute/v1/instance_service_pb2.py +130 -126
- yandex/cloud/compute/v1/instance_service_pb2.pyi +17 -2
- yandex/cloud/compute/v1/reserved_instance_pool_pb2.py +59 -0
- yandex/cloud/compute/v1/reserved_instance_pool_pb2.pyi +171 -0
- yandex/cloud/compute/v1/reserved_instance_pool_pb2_grpc.py +24 -0
- yandex/cloud/compute/v1/reserved_instance_pool_pb2_grpc.pyi +17 -0
- yandex/cloud/compute/v1/reserved_instance_pool_service_pb2.py +123 -0
- yandex/cloud/compute/v1/reserved_instance_pool_service_pb2.pyi +345 -0
- yandex/cloud/compute/v1/reserved_instance_pool_service_pb2_grpc.py +282 -0
- yandex/cloud/compute/v1/reserved_instance_pool_service_pb2_grpc.pyi +147 -0
- yandex/cloud/iot/devices/v1/device_pb2.py +4 -4
- yandex/cloud/iot/devices/v1/device_pb2.pyi +6 -2
- yandex/cloud/loadbalancer/v1/network_load_balancer_pb2.py +22 -22
- yandex/cloud/loadbalancer/v1/network_load_balancer_pb2.pyi +5 -1
- yandex/cloud/loadbalancer/v1/network_load_balancer_service_pb2.py +56 -56
- yandex/cloud/loadbalancer/v1/network_load_balancer_service_pb2.pyi +10 -2
- yandex/cloud/lockbox/v1/secret_service_pb2.py +46 -50
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.py +74 -70
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.pyi +151 -5
- yandex/cloud/mdb/clickhouse/v1/user_pb2.py +32 -28
- yandex/cloud/mdb/clickhouse/v1/user_pb2.pyi +198 -10
- yandex/cloud/mdb/greenplum/v1/cluster_pb2.py +30 -24
- yandex/cloud/mdb/greenplum/v1/cluster_pb2.pyi +47 -2
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.py +78 -78
- yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.pyi +29 -5
- yandex/cloud/mdb/mongodb/v1/cluster_service_pb2.pyi +0 -2
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.py +38 -22
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.pyi +193 -13
- yandex/cloud/mdb/mysql/v1/config/mysql5_7_pb2.py +18 -18
- yandex/cloud/mdb/mysql/v1/config/mysql5_7_pb2.pyi +8 -0
- yandex/cloud/mdb/mysql/v1/config/mysql8_0_pb2.py +18 -18
- yandex/cloud/mdb/mysql/v1/config/mysql8_0_pb2.pyi +8 -0
- yandex/cloud/mdb/mysql/v1/user_pb2.py +3 -3
- yandex/cloud/mdb/mysql/v1/user_pb2.pyi +8 -0
- yandex/cloud/serverless/eventrouter/v1/bus_pb2.py +17 -7
- yandex/cloud/serverless/eventrouter/v1/bus_pb2.pyi +46 -2
- yandex/cloud/serverless/eventrouter/v1/bus_service_pb2.py +22 -22
- yandex/cloud/serverless/eventrouter/v1/bus_service_pb2.pyi +24 -3
- yandex/cloud/storage/v1/bucket_pb2.py +75 -73
- yandex/cloud/video/v1/channel_pb2.py +10 -4
- yandex/cloud/video/v1/channel_pb2.pyi +73 -2
- yandex/cloud/video/v1/channel_service_pb2.py +36 -29
- yandex/cloud/video/v1/channel_service_pb2_grpc.py +133 -0
- yandex/cloud/video/v1/channel_service_pb2_grpc.pyi +61 -0
- yandex/cloud/video/v1/episode_service_pb2.py +54 -53
- yandex/cloud/video/v1/episode_service_pb2.pyi +9 -2
- yandex/cloud/video/v1/video_pb2.py +20 -19
- yandex/cloud/video/v1/video_pb2.pyi +12 -2
- yandex/cloud/video/v1/video_service_pb2.py +64 -63
- yandex/cloud/video/v1/video_service_pb2.pyi +23 -4
- yandexcloud/__init__.py +2 -1
- yandexcloud/_channels.py +8 -3
- yandexcloud/_retry_interceptor.py +2 -0
- yandexcloud/_retry_policy.py +31 -0
- yandexcloud/_sdk.py +5 -10
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.336.0.dist-info}/METADATA +20 -1
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.336.0.dist-info}/RECORD +88 -79
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.336.0.dist-info}/WHEEL +1 -1
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.336.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.336.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.334.0.dist-info → yandexcloud-0.336.0.dist-info}/top_level.txt +0 -0
|
@@ -32,7 +32,7 @@ from yandex.cloud.ai.tuning.v1 import tuning_schedulers_pb2 as yandex_dot_cloud_
|
|
|
32
32
|
from yandex.cloud.ai.tuning.v1 import tuning_error_pb2 as yandex_dot_cloud_dot_ai_dot_tuning_dot_v1_dot_tuning__error__pb2
|
|
33
33
|
|
|
34
34
|
|
|
35
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n.yandex/cloud/ai/tuning/v1/tuning_service.proto\x12\x19yandex.cloud.ai.tuning.v1\x1a\x1dyandex/cloud/validation.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a+yandex/cloud/ai/tuning/v1/tuning_task.proto\x1a,yandex/cloud/ai/tuning/v1/tuning_types.proto\x1a\x31yandex/cloud/ai/tuning/v1/tuning_optimizers.proto\x1a\x31yandex/cloud/ai/tuning/v1/tuning_schedulers.proto\x1a,yandex/cloud/ai/tuning/v1/tuning_error.proto\"\x92\x01\n\x12ListTuningsRequest\x12\x17\n\tfolder_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x11\n\tpage_size\x18\x02 \x01(\x03\x12\x12\n\npage_token\x18\x03 \x01(\t\x12<\n\x06status\x18\x04 \x01(\x0e\x32,.yandex.cloud.ai.tuning.v1.TuningTask.Status\"k\n\x13ListTuningsResponse\x12;\n\x0ctuning_tasks\x18\x01 \x03(\x0b\x32%.yandex.cloud.ai.tuning.v1.TuningTask\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"5\n\x15\x44\x65scribeTuningRequest\x12\x1c\n\x0etuning_task_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"T\n\x16\x44\x65scribeTuningResponse\x12:\n\x0btuning_task\x18\x01 \x01(\x0b\x32%.yandex.cloud.ai.tuning.v1.TuningTask\"3\n\x13\x43\x61ncelTuningRequest\x12\x1c\n\x0etuning_task_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\".\n\x14\x43\x61ncelTuningResponse\x12\x16\n\x0etuning_task_id\x18\x01 \x01(\t\"\x8c\x01\n\x0eTuningResponse\x12\x16\n\x0etuning_task_id\x18\x03 \x01(\t\x12<\n\x06status\x18\x04 \x01(\x0e\x32,.yandex.cloud.ai.tuning.v1.TuningTask.Status\x12\x18\n\x10target_model_uri\x18\x05 \x01(\tJ\x04\x08\x01\x10\x02J\x04\x08\x02\x10\x03\"\x91\x01\n\x0eTuningMetadata\x12\x16\n\x0etuning_task_id\x18\x01 \x01(\t\x12<\n\x06status\x18\x02 \x01(\x0e\x32,.yandex.cloud.ai.tuning.v1.TuningTask.Status\x12\x13\n\x0btotal_steps\x18\x03 \x01(\x03\x12\x14\n\x0c\x63urrent_step\x18\x04 \x01(\x03\"\xc0\x07\n\rTuningRequest\x12\x1c\n\x0e\x62\x61se_model_uri\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12X\n\x0etrain_datasets\x18\x02 \x03(\x0b\x32\x38.yandex.cloud.ai.tuning.v1.TuningRequest.WeightedDatasetB\x06\x82\xc8\x31\x02>0\x12U\n\x13validation_datasets\x18\x03 \x03(\x0b\x32\x38.yandex.cloud.ai.tuning.v1.TuningRequest.WeightedDataset\x12^\n\x17text_to_text_completion\x18\x64 \x01(\x0b\x32;.yandex.cloud.ai.tuning.v1.TextToTextCompletionTuningParamsH\x00\x12g\n\x1etext_classification_multilabel\x18\x65 \x01(\x0b\x32=.yandex.cloud.ai.tuning.v1.TextClassificationMultilabelParamsH\x00\x12g\n\x1etext_classification_multiclass\x18\x66 \x01(\x0b\x32=.yandex.cloud.ai.tuning.v1.TextClassificationMulticlassParamsH\x00\x12X\n\x1atext_embedding_pair_params\x18g \x01(\x0b\x32\x32.yandex.cloud.ai.tuning.v1.TextEmbeddingPairParamsH\x00\x12^\n\x1dtext_embedding_triplet_params\x18h \x01(\x0b\x32\x35.yandex.cloud.ai.tuning.v1.TextEmbeddingTripletParamsH\x00\x12\r\n\x04name\x18\xc8\x01 \x01(\t\x12\x14\n\x0b\x64\x65scription\x18\xc9\x01 \x01(\t\x12\x45\n\x06labels\x18\xca\x01 \x03(\x0b\x32\x34.yandex.cloud.ai.tuning.v1.TuningRequest.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a;\n\x0fWeightedDataset\x12\x18\n\ndataset_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x0e\n\x06weight\x18\x02 \x01(\x01\x42\x0f\n\rtuning_paramsJ\x04\x08\x04\x10\x64J\x05\x08i\x10\xc8\x01\"\x89\x06\n TextToTextCompletionTuningParams\x12\x0c\n\x04seed\x18\x01 \x01(\x03\x12\n\n\x02lr\x18\x02 \x01(\x01\x12\x11\n\tn_samples\x18\x03 \x01(\x03\x12\x1c\n\x14\x61\x64\x64itional_arguments\x18\x07 \x01(\t\x12\x39\n\x04lora\x18\x64 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.TuningTypeLoraH\x00\x12\x46\n\x0bprompt_tune\x18\x65 \x01(\x0b\x32/.yandex.cloud.ai.tuning.v1.TuningTypePromptTuneH\x00\x12Y\n\tscheduler\x18\xc8\x01 \x01(\x0b\x32\x45.yandex.cloud.ai.tuning.v1.TextToTextCompletionTuningParams.Scheduler\x12Y\n\toptimizer\x18\xc9\x01 \x01(\x0b\x32\x45.yandex.cloud.ai.tuning.v1.TextToTextCompletionTuningParams.Optimizer\x1a\xed\x01\n\tScheduler\x12<\n\x06linear\x18\x01 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerLinearH\x00\x12@\n\x08\x63onstant\x18\x02 \x01(\x0b\x32,.yandex.cloud.ai.tuning.v1.SchedulerConstantH\x00\x12<\n\x06\x63osine\x18\x03 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerCosineH\x00\x12\x14\n\x0cwarmup_ratio\x18\x65 \x01(\x01\x42\x06\n\x04typeJ\x04\x08\x04\x10\x65\x1aO\n\tOptimizer\x12:\n\x05\x61\x64\x61mw\x18\x01 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.OptimizerAdamwH\x00\x42\x06\n\x04typeB\r\n\x0btuning_typeJ\x04\x08\x04\x10\x07J\x04\x08\x08\x10\x64J\x05\x08\x66\x10\xc8\x01\"\x8f\x06\n\"TextClassificationMultilabelParams\x12\x0c\n\x04seed\x18\x01 \x01(\x03\x12\n\n\x02lr\x18\x02 \x01(\x01\x12\x11\n\tn_samples\x18\x03 \x01(\x03\x12\x1c\n\x14\x61\x64\x64itional_arguments\x18\x07 \x01(\t\x12\x39\n\x04lora\x18\x64 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.TuningTypeLoraH\x00\x12\x46\n\x0bprompt_tune\x18\x65 \x01(\x0b\x32/.yandex.cloud.ai.tuning.v1.TuningTypePromptTuneH\x00\x12[\n\tscheduler\x18\xc8\x01 \x01(\x0b\x32G.yandex.cloud.ai.tuning.v1.TextClassificationMultilabelParams.Scheduler\x12[\n\toptimizer\x18\xc9\x01 \x01(\x0b\x32G.yandex.cloud.ai.tuning.v1.TextClassificationMultilabelParams.Optimizer\x1a\xed\x01\n\tScheduler\x12<\n\x06linear\x18\x01 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerLinearH\x00\x12@\n\x08\x63onstant\x18\x02 \x01(\x0b\x32,.yandex.cloud.ai.tuning.v1.SchedulerConstantH\x00\x12<\n\x06\x63osine\x18\x03 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerCosineH\x00\x12\x14\n\x0cwarmup_ratio\x18\x65 \x01(\x01\x42\x06\n\x04typeJ\x04\x08\x04\x10\x65\x1aO\n\tOptimizer\x12:\n\x05\x61\x64\x61mw\x18\x01 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.OptimizerAdamwH\x00\x42\x06\n\x04typeB\r\n\x0btuning_typeJ\x04\x08\x04\x10\x07J\x04\x08\x08\x10\x64J\x05\x08\x66\x10\xc8\x01\"\x8f\x06\n\"TextClassificationMulticlassParams\x12\x0c\n\x04seed\x18\x01 \x01(\x03\x12\n\n\x02lr\x18\x02 \x01(\x01\x12\x11\n\tn_samples\x18\x03 \x01(\x03\x12\x1c\n\x14\x61\x64\x64itional_arguments\x18\x07 \x01(\t\x12\x39\n\x04lora\x18\x64 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.TuningTypeLoraH\x00\x12\x46\n\x0bprompt_tune\x18\x65 \x01(\x0b\x32/.yandex.cloud.ai.tuning.v1.TuningTypePromptTuneH\x00\x12[\n\tscheduler\x18\xc8\x01 \x01(\x0b\x32G.yandex.cloud.ai.tuning.v1.TextClassificationMulticlassParams.Scheduler\x12[\n\toptimizer\x18\xc9\x01 \x01(\x0b\x32G.yandex.cloud.ai.tuning.v1.TextClassificationMulticlassParams.Optimizer\x1a\xed\x01\n\tScheduler\x12<\n\x06linear\x18\x01 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerLinearH\x00\x12@\n\x08\x63onstant\x18\x02 \x01(\x0b\x32,.yandex.cloud.ai.tuning.v1.SchedulerConstantH\x00\x12<\n\x06\x63osine\x18\x03 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerCosineH\x00\x12\x14\n\x0cwarmup_ratio\x18\x65 \x01(\x01\x42\x06\n\x04typeJ\x04\x08\x04\x10\x65\x1aO\n\tOptimizer\x12:\n\x05\x61\x64\x61mw\x18\x01 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.OptimizerAdamwH\x00\x42\x06\n\x04typeB\r\n\x0btuning_typeJ\x04\x08\x04\x10\x07J\x04\x08\x08\x10\x64J\x05\x08\x66\x10\xc8\x01\"\xa1\x06\n\x17TextEmbeddingPairParams\x12\x0c\n\x04seed\x18\x01 \x01(\x03\x12\n\n\x02lr\x18\x02 \x01(\x01\x12\x11\n\tn_samples\x18\x03 \x01(\x03\x12\x1c\n\x14\x61\x64\x64itional_arguments\x18\x07 \x01(\t\x12\x16\n\x0e\x65mbedding_dims\x18\x08 \x03(\x03\x12\x39\n\x04lora\x18\x64 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.TuningTypeLoraH\x00\x12\x46\n\x0bprompt_tune\x18\x65 \x01(\x0b\x32/.yandex.cloud.ai.tuning.v1.TuningTypePromptTuneH\x00\x12P\n\tscheduler\x18\xc8\x01 \x01(\x0b\x32<.yandex.cloud.ai.tuning.v1.TextEmbeddingPairParams.Scheduler\x12P\n\toptimizer\x18\xc9\x01 \x01(\x0b\x32<.yandex.cloud.ai.tuning.v1.TextEmbeddingPairParams.Optimizer\x1a\x88\x02\n\tScheduler\x12<\n\x06linear\x18\x01 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerLinearH\x00\x12@\n\x08\x63onstant\x18\x02 \x01(\x0b\x32,.yandex.cloud.ai.tuning.v1.SchedulerConstantH\x00\x12<\n\x06\x63osine\x18\x03 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerCosineH\x00\x12\x16\n\x0cwarmup_ratio\x18\x65 \x01(\x01H\x01\x42\x06\n\x04typeB\x17\n\x15optional_warmup_ratioJ\x04\x08\x04\x10\x65\x1aO\n\tOptimizer\x12:\n\x05\x61\x64\x61mw\x18\x01 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.OptimizerAdamwH\x00\x42\x06\n\x04typeB\r\n\x0btuning_typeJ\x04\x08\x04\x10\x07J\x04\x08\t\x10\x64J\x05\x08\x66\x10\xc8\x01\"\xaa\x06\n\x1aTextEmbeddingTripletParams\x12\x0c\n\x04seed\x18\x01 \x01(\x03\x12\n\n\x02lr\x18\x02 \x01(\x01\x12\x11\n\tn_samples\x18\x03 \x01(\x03\x12\x1c\n\x14\x61\x64\x64itional_arguments\x18\x07 \x01(\t\x12\x16\n\x0e\x65mbedding_dims\x18\x08 \x03(\x03\x12\x39\n\x04lora\x18\x64 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.TuningTypeLoraH\x00\x12\x46\n\x0bprompt_tune\x18\x65 \x01(\x0b\x32/.yandex.cloud.ai.tuning.v1.TuningTypePromptTuneH\x00\x12S\n\tscheduler\x18\xc8\x01 \x01(\x0b\x32?.yandex.cloud.ai.tuning.v1.TextEmbeddingTripletParams.Scheduler\x12S\n\toptimizer\x18\xc9\x01 \x01(\x0b\x32?.yandex.cloud.ai.tuning.v1.TextEmbeddingTripletParams.Optimizer\x1a\x88\x02\n\tScheduler\x12<\n\x06linear\x18\x01 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerLinearH\x00\x12@\n\x08\x63onstant\x18\x02 \x01(\x0b\x32,.yandex.cloud.ai.tuning.v1.SchedulerConstantH\x00\x12<\n\x06\x63osine\x18\x03 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerCosineH\x00\x12\x16\n\x0cwarmup_ratio\x18\x65 \x01(\x01H\x01\x42\x06\n\x04typeB\x17\n\x15optional_warmup_ratioJ\x04\x08\x04\x10\x65\x1aO\n\tOptimizer\x12:\n\x05\x61\x64\x61mw\x18\x01 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.OptimizerAdamwH\x00\x42\x06\n\x04typeB\r\n\x0btuning_typeJ\x04\x08\x04\x10\x07J\x04\x08\t\x10\x64J\x05\x08\x66\x10\xc8\x01\"-\n\x14GetMetricsUrlRequest\x12\x15\n\x07task_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\")\n\x15GetMetricsUrlResponse\x12\x10\n\x08load_url\x18\x01 \x01(\t\"*\n\x11GetOptionsRequest\x12\x15\n\x07task_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"\xaf\x04\n\x12GetOptionsResponse\x12\x0f\n\x07task_id\x18\x01 \x01(\t\x12\x16\n\x0e\x62\x61se_model_uri\x18\x02 \x01(\t\x12P\n\x0etrain_datasets\x18\x03 \x03(\x0b\x32\x38.yandex.cloud.ai.tuning.v1.TuningRequest.WeightedDataset\x12U\n\x13validation_datasets\x18\x04 \x03(\x0b\x32\x38.yandex.cloud.ai.tuning.v1.TuningRequest.WeightedDataset\x12^\n\x17text_to_text_completion\x18\x64 \x01(\x0b\x32;.yandex.cloud.ai.tuning.v1.TextToTextCompletionTuningParamsH\x00\x12g\n\x1etext_classification_multilabel\x18\x65 \x01(\x0b\x32=.yandex.cloud.ai.tuning.v1.TextClassificationMultilabelParamsH\x00\x12g\n\x1etext_classification_multiclass\x18\x66 \x01(\x0b\x32=.yandex.cloud.ai.tuning.v1.TextClassificationMulticlassParamsH\x00\x42\x0f\n\rtuning_paramsJ\x04\x08\x05\x10\x64\"+\n\x11ListErrorsRequest\x12\x16\n\x0etuning_task_id\x18\x01 \x01(\t\"R\n\x12ListErrorsResponse\x12<\n\x0ctuning_error\x18\x01 \x03(\x0b\x32&.yandex.cloud.ai.tuning.v1.TuningError2\x97\x06\n\rTuningService\x12y\n\x04Tune\x12(.yandex.cloud.ai.tuning.v1.TuningRequest\x1a!.yandex.cloud.operation.Operation\"$\xb2\xd2* \n\x0eTuningMetadata\x12\x0eTuningResponse\x12\x65\n\x04List\x12-.yandex.cloud.ai.tuning.v1.ListTuningsRequest\x1a..yandex.cloud.ai.tuning.v1.ListTuningsResponse\x12o\n\x08\x44\x65scribe\x12\x30.yandex.cloud.ai.tuning.v1.DescribeTuningRequest\x1a\x31.yandex.cloud.ai.tuning.v1.DescribeTuningResponse\x12i\n\x06\x43\x61ncel\x12..yandex.cloud.ai.tuning.v1.CancelTuningRequest\x1a/.yandex.cloud.ai.tuning.v1.CancelTuningResponse\x12r\n\rGetMetricsUrl\x12/.yandex.cloud.ai.tuning.v1.GetMetricsUrlRequest\x1a\x30.yandex.cloud.ai.tuning.v1.GetMetricsUrlResponse\x12i\n\nGetOptions\x12,.yandex.cloud.ai.tuning.v1.GetOptionsRequest\x1a-.yandex.cloud.ai.tuning.v1.GetOptionsResponse\x12i\n\nListErrors\x12,.yandex.cloud.ai.tuning.v1.ListErrorsRequest\x1a-.yandex.cloud.ai.tuning.v1.ListErrorsResponseBc\n\x1dyandex.cloud.api.ai.tuning.v1ZBgithub.com/yandex-cloud/go-genproto/yandex/cloud/ai/tuning/v1;fomob\x06proto3')
|
|
35
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n.yandex/cloud/ai/tuning/v1/tuning_service.proto\x12\x19yandex.cloud.ai.tuning.v1\x1a\x1dyandex/cloud/validation.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a+yandex/cloud/ai/tuning/v1/tuning_task.proto\x1a,yandex/cloud/ai/tuning/v1/tuning_types.proto\x1a\x31yandex/cloud/ai/tuning/v1/tuning_optimizers.proto\x1a\x31yandex/cloud/ai/tuning/v1/tuning_schedulers.proto\x1a,yandex/cloud/ai/tuning/v1/tuning_error.proto\"\x92\x01\n\x12ListTuningsRequest\x12\x17\n\tfolder_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x11\n\tpage_size\x18\x02 \x01(\x03\x12\x12\n\npage_token\x18\x03 \x01(\t\x12<\n\x06status\x18\x04 \x01(\x0e\x32,.yandex.cloud.ai.tuning.v1.TuningTask.Status\"k\n\x13ListTuningsResponse\x12;\n\x0ctuning_tasks\x18\x01 \x03(\x0b\x32%.yandex.cloud.ai.tuning.v1.TuningTask\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"5\n\x15\x44\x65scribeTuningRequest\x12\x1c\n\x0etuning_task_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"T\n\x16\x44\x65scribeTuningResponse\x12:\n\x0btuning_task\x18\x01 \x01(\x0b\x32%.yandex.cloud.ai.tuning.v1.TuningTask\"3\n\x13\x43\x61ncelTuningRequest\x12\x1c\n\x0etuning_task_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\".\n\x14\x43\x61ncelTuningResponse\x12\x16\n\x0etuning_task_id\x18\x01 \x01(\t\"\x8c\x01\n\x0eTuningResponse\x12\x16\n\x0etuning_task_id\x18\x03 \x01(\t\x12<\n\x06status\x18\x04 \x01(\x0e\x32,.yandex.cloud.ai.tuning.v1.TuningTask.Status\x12\x18\n\x10target_model_uri\x18\x05 \x01(\tJ\x04\x08\x01\x10\x02J\x04\x08\x02\x10\x03\"\x91\x01\n\x0eTuningMetadata\x12\x16\n\x0etuning_task_id\x18\x01 \x01(\t\x12<\n\x06status\x18\x02 \x01(\x0e\x32,.yandex.cloud.ai.tuning.v1.TuningTask.Status\x12\x13\n\x0btotal_steps\x18\x03 \x01(\x03\x12\x14\n\x0c\x63urrent_step\x18\x04 \x01(\x03\"\xc0\x07\n\rTuningRequest\x12\x1c\n\x0e\x62\x61se_model_uri\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12X\n\x0etrain_datasets\x18\x02 \x03(\x0b\x32\x38.yandex.cloud.ai.tuning.v1.TuningRequest.WeightedDatasetB\x06\x82\xc8\x31\x02>0\x12U\n\x13validation_datasets\x18\x03 \x03(\x0b\x32\x38.yandex.cloud.ai.tuning.v1.TuningRequest.WeightedDataset\x12^\n\x17text_to_text_completion\x18\x64 \x01(\x0b\x32;.yandex.cloud.ai.tuning.v1.TextToTextCompletionTuningParamsH\x00\x12g\n\x1etext_classification_multilabel\x18\x65 \x01(\x0b\x32=.yandex.cloud.ai.tuning.v1.TextClassificationMultilabelParamsH\x00\x12g\n\x1etext_classification_multiclass\x18\x66 \x01(\x0b\x32=.yandex.cloud.ai.tuning.v1.TextClassificationMulticlassParamsH\x00\x12X\n\x1atext_embedding_pair_params\x18g \x01(\x0b\x32\x32.yandex.cloud.ai.tuning.v1.TextEmbeddingPairParamsH\x00\x12^\n\x1dtext_embedding_triplet_params\x18h \x01(\x0b\x32\x35.yandex.cloud.ai.tuning.v1.TextEmbeddingTripletParamsH\x00\x12\r\n\x04name\x18\xc8\x01 \x01(\t\x12\x14\n\x0b\x64\x65scription\x18\xc9\x01 \x01(\t\x12\x45\n\x06labels\x18\xca\x01 \x03(\x0b\x32\x34.yandex.cloud.ai.tuning.v1.TuningRequest.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a;\n\x0fWeightedDataset\x12\x18\n\ndataset_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x0e\n\x06weight\x18\x02 \x01(\x01\x42\x0f\n\rtuning_paramsJ\x04\x08\x04\x10\x64J\x05\x08i\x10\xc8\x01\"\x89\x06\n TextToTextCompletionTuningParams\x12\x0c\n\x04seed\x18\x01 \x01(\x03\x12\n\n\x02lr\x18\x02 \x01(\x01\x12\x11\n\tn_samples\x18\x03 \x01(\x03\x12\x1c\n\x14\x61\x64\x64itional_arguments\x18\x07 \x01(\t\x12\x39\n\x04lora\x18\x64 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.TuningTypeLoraH\x00\x12\x46\n\x0bprompt_tune\x18\x65 \x01(\x0b\x32/.yandex.cloud.ai.tuning.v1.TuningTypePromptTuneH\x00\x12Y\n\tscheduler\x18\xc8\x01 \x01(\x0b\x32\x45.yandex.cloud.ai.tuning.v1.TextToTextCompletionTuningParams.Scheduler\x12Y\n\toptimizer\x18\xc9\x01 \x01(\x0b\x32\x45.yandex.cloud.ai.tuning.v1.TextToTextCompletionTuningParams.Optimizer\x1a\xed\x01\n\tScheduler\x12<\n\x06linear\x18\x01 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerLinearH\x00\x12@\n\x08\x63onstant\x18\x02 \x01(\x0b\x32,.yandex.cloud.ai.tuning.v1.SchedulerConstantH\x00\x12<\n\x06\x63osine\x18\x03 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerCosineH\x00\x12\x14\n\x0cwarmup_ratio\x18\x65 \x01(\x01\x42\x06\n\x04typeJ\x04\x08\x04\x10\x65\x1aO\n\tOptimizer\x12:\n\x05\x61\x64\x61mw\x18\x01 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.OptimizerAdamwH\x00\x42\x06\n\x04typeB\r\n\x0btuning_typeJ\x04\x08\x04\x10\x07J\x04\x08\x08\x10\x64J\x05\x08\x66\x10\xc8\x01\"\x8f\x06\n\"TextClassificationMultilabelParams\x12\x0c\n\x04seed\x18\x01 \x01(\x03\x12\n\n\x02lr\x18\x02 \x01(\x01\x12\x11\n\tn_samples\x18\x03 \x01(\x03\x12\x1c\n\x14\x61\x64\x64itional_arguments\x18\x07 \x01(\t\x12\x39\n\x04lora\x18\x64 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.TuningTypeLoraH\x00\x12\x46\n\x0bprompt_tune\x18\x65 \x01(\x0b\x32/.yandex.cloud.ai.tuning.v1.TuningTypePromptTuneH\x00\x12[\n\tscheduler\x18\xc8\x01 \x01(\x0b\x32G.yandex.cloud.ai.tuning.v1.TextClassificationMultilabelParams.Scheduler\x12[\n\toptimizer\x18\xc9\x01 \x01(\x0b\x32G.yandex.cloud.ai.tuning.v1.TextClassificationMultilabelParams.Optimizer\x1a\xed\x01\n\tScheduler\x12<\n\x06linear\x18\x01 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerLinearH\x00\x12@\n\x08\x63onstant\x18\x02 \x01(\x0b\x32,.yandex.cloud.ai.tuning.v1.SchedulerConstantH\x00\x12<\n\x06\x63osine\x18\x03 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerCosineH\x00\x12\x14\n\x0cwarmup_ratio\x18\x65 \x01(\x01\x42\x06\n\x04typeJ\x04\x08\x04\x10\x65\x1aO\n\tOptimizer\x12:\n\x05\x61\x64\x61mw\x18\x01 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.OptimizerAdamwH\x00\x42\x06\n\x04typeB\r\n\x0btuning_typeJ\x04\x08\x04\x10\x07J\x04\x08\x08\x10\x64J\x05\x08\x66\x10\xc8\x01\"\x8f\x06\n\"TextClassificationMulticlassParams\x12\x0c\n\x04seed\x18\x01 \x01(\x03\x12\n\n\x02lr\x18\x02 \x01(\x01\x12\x11\n\tn_samples\x18\x03 \x01(\x03\x12\x1c\n\x14\x61\x64\x64itional_arguments\x18\x07 \x01(\t\x12\x39\n\x04lora\x18\x64 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.TuningTypeLoraH\x00\x12\x46\n\x0bprompt_tune\x18\x65 \x01(\x0b\x32/.yandex.cloud.ai.tuning.v1.TuningTypePromptTuneH\x00\x12[\n\tscheduler\x18\xc8\x01 \x01(\x0b\x32G.yandex.cloud.ai.tuning.v1.TextClassificationMulticlassParams.Scheduler\x12[\n\toptimizer\x18\xc9\x01 \x01(\x0b\x32G.yandex.cloud.ai.tuning.v1.TextClassificationMulticlassParams.Optimizer\x1a\xed\x01\n\tScheduler\x12<\n\x06linear\x18\x01 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerLinearH\x00\x12@\n\x08\x63onstant\x18\x02 \x01(\x0b\x32,.yandex.cloud.ai.tuning.v1.SchedulerConstantH\x00\x12<\n\x06\x63osine\x18\x03 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerCosineH\x00\x12\x14\n\x0cwarmup_ratio\x18\x65 \x01(\x01\x42\x06\n\x04typeJ\x04\x08\x04\x10\x65\x1aO\n\tOptimizer\x12:\n\x05\x61\x64\x61mw\x18\x01 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.OptimizerAdamwH\x00\x42\x06\n\x04typeB\r\n\x0btuning_typeJ\x04\x08\x04\x10\x07J\x04\x08\x08\x10\x64J\x05\x08\x66\x10\xc8\x01\"\xa1\x06\n\x17TextEmbeddingPairParams\x12\x0c\n\x04seed\x18\x01 \x01(\x03\x12\n\n\x02lr\x18\x02 \x01(\x01\x12\x11\n\tn_samples\x18\x03 \x01(\x03\x12\x1c\n\x14\x61\x64\x64itional_arguments\x18\x07 \x01(\t\x12\x16\n\x0e\x65mbedding_dims\x18\x08 \x03(\x03\x12\x39\n\x04lora\x18\x64 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.TuningTypeLoraH\x00\x12\x46\n\x0bprompt_tune\x18\x65 \x01(\x0b\x32/.yandex.cloud.ai.tuning.v1.TuningTypePromptTuneH\x00\x12P\n\tscheduler\x18\xc8\x01 \x01(\x0b\x32<.yandex.cloud.ai.tuning.v1.TextEmbeddingPairParams.Scheduler\x12P\n\toptimizer\x18\xc9\x01 \x01(\x0b\x32<.yandex.cloud.ai.tuning.v1.TextEmbeddingPairParams.Optimizer\x1a\x88\x02\n\tScheduler\x12<\n\x06linear\x18\x01 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerLinearH\x00\x12@\n\x08\x63onstant\x18\x02 \x01(\x0b\x32,.yandex.cloud.ai.tuning.v1.SchedulerConstantH\x00\x12<\n\x06\x63osine\x18\x03 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerCosineH\x00\x12\x16\n\x0cwarmup_ratio\x18\x65 \x01(\x01H\x01\x42\x06\n\x04typeB\x17\n\x15optional_warmup_ratioJ\x04\x08\x04\x10\x65\x1aO\n\tOptimizer\x12:\n\x05\x61\x64\x61mw\x18\x01 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.OptimizerAdamwH\x00\x42\x06\n\x04typeB\r\n\x0btuning_typeJ\x04\x08\x04\x10\x07J\x04\x08\t\x10\x64J\x05\x08\x66\x10\xc8\x01\"\xaa\x06\n\x1aTextEmbeddingTripletParams\x12\x0c\n\x04seed\x18\x01 \x01(\x03\x12\n\n\x02lr\x18\x02 \x01(\x01\x12\x11\n\tn_samples\x18\x03 \x01(\x03\x12\x1c\n\x14\x61\x64\x64itional_arguments\x18\x07 \x01(\t\x12\x16\n\x0e\x65mbedding_dims\x18\x08 \x03(\x03\x12\x39\n\x04lora\x18\x64 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.TuningTypeLoraH\x00\x12\x46\n\x0bprompt_tune\x18\x65 \x01(\x0b\x32/.yandex.cloud.ai.tuning.v1.TuningTypePromptTuneH\x00\x12S\n\tscheduler\x18\xc8\x01 \x01(\x0b\x32?.yandex.cloud.ai.tuning.v1.TextEmbeddingTripletParams.Scheduler\x12S\n\toptimizer\x18\xc9\x01 \x01(\x0b\x32?.yandex.cloud.ai.tuning.v1.TextEmbeddingTripletParams.Optimizer\x1a\x88\x02\n\tScheduler\x12<\n\x06linear\x18\x01 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerLinearH\x00\x12@\n\x08\x63onstant\x18\x02 \x01(\x0b\x32,.yandex.cloud.ai.tuning.v1.SchedulerConstantH\x00\x12<\n\x06\x63osine\x18\x03 \x01(\x0b\x32*.yandex.cloud.ai.tuning.v1.SchedulerCosineH\x00\x12\x16\n\x0cwarmup_ratio\x18\x65 \x01(\x01H\x01\x42\x06\n\x04typeB\x17\n\x15optional_warmup_ratioJ\x04\x08\x04\x10\x65\x1aO\n\tOptimizer\x12:\n\x05\x61\x64\x61mw\x18\x01 \x01(\x0b\x32).yandex.cloud.ai.tuning.v1.OptimizerAdamwH\x00\x42\x06\n\x04typeB\r\n\x0btuning_typeJ\x04\x08\x04\x10\x07J\x04\x08\t\x10\x64J\x05\x08\x66\x10\xc8\x01\"-\n\x14GetMetricsUrlRequest\x12\x15\n\x07task_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\")\n\x15GetMetricsUrlResponse\x12\x10\n\x08load_url\x18\x01 \x01(\t\"*\n\x11GetOptionsRequest\x12\x15\n\x07task_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"\xe9\x05\n\x12GetOptionsResponse\x12\x0f\n\x07task_id\x18\x01 \x01(\t\x12\x16\n\x0e\x62\x61se_model_uri\x18\x02 \x01(\t\x12P\n\x0etrain_datasets\x18\x03 \x03(\x0b\x32\x38.yandex.cloud.ai.tuning.v1.TuningRequest.WeightedDataset\x12U\n\x13validation_datasets\x18\x04 \x03(\x0b\x32\x38.yandex.cloud.ai.tuning.v1.TuningRequest.WeightedDataset\x12^\n\x17text_to_text_completion\x18\x64 \x01(\x0b\x32;.yandex.cloud.ai.tuning.v1.TextToTextCompletionTuningParamsH\x00\x12g\n\x1etext_classification_multilabel\x18\x65 \x01(\x0b\x32=.yandex.cloud.ai.tuning.v1.TextClassificationMultilabelParamsH\x00\x12g\n\x1etext_classification_multiclass\x18\x66 \x01(\x0b\x32=.yandex.cloud.ai.tuning.v1.TextClassificationMulticlassParamsH\x00\x12X\n\x1atext_embedding_pair_params\x18g \x01(\x0b\x32\x32.yandex.cloud.ai.tuning.v1.TextEmbeddingPairParamsH\x00\x12^\n\x1dtext_embedding_triplet_params\x18h \x01(\x0b\x32\x35.yandex.cloud.ai.tuning.v1.TextEmbeddingTripletParamsH\x00\x42\x0f\n\rtuning_paramsJ\x04\x08\x05\x10\x64\"+\n\x11ListErrorsRequest\x12\x16\n\x0etuning_task_id\x18\x01 \x01(\t\"R\n\x12ListErrorsResponse\x12<\n\x0ctuning_error\x18\x01 \x03(\x0b\x32&.yandex.cloud.ai.tuning.v1.TuningError2\x97\x06\n\rTuningService\x12y\n\x04Tune\x12(.yandex.cloud.ai.tuning.v1.TuningRequest\x1a!.yandex.cloud.operation.Operation\"$\xb2\xd2* \n\x0eTuningMetadata\x12\x0eTuningResponse\x12\x65\n\x04List\x12-.yandex.cloud.ai.tuning.v1.ListTuningsRequest\x1a..yandex.cloud.ai.tuning.v1.ListTuningsResponse\x12o\n\x08\x44\x65scribe\x12\x30.yandex.cloud.ai.tuning.v1.DescribeTuningRequest\x1a\x31.yandex.cloud.ai.tuning.v1.DescribeTuningResponse\x12i\n\x06\x43\x61ncel\x12..yandex.cloud.ai.tuning.v1.CancelTuningRequest\x1a/.yandex.cloud.ai.tuning.v1.CancelTuningResponse\x12r\n\rGetMetricsUrl\x12/.yandex.cloud.ai.tuning.v1.GetMetricsUrlRequest\x1a\x30.yandex.cloud.ai.tuning.v1.GetMetricsUrlResponse\x12i\n\nGetOptions\x12,.yandex.cloud.ai.tuning.v1.GetOptionsRequest\x1a-.yandex.cloud.ai.tuning.v1.GetOptionsResponse\x12i\n\nListErrors\x12,.yandex.cloud.ai.tuning.v1.ListErrorsRequest\x1a-.yandex.cloud.ai.tuning.v1.ListErrorsResponseBc\n\x1dyandex.cloud.api.ai.tuning.v1ZBgithub.com/yandex-cloud/go-genproto/yandex/cloud/ai/tuning/v1;fomob\x06proto3')
|
|
36
36
|
|
|
37
37
|
_globals = globals()
|
|
38
38
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -119,11 +119,11 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
119
119
|
_globals['_GETOPTIONSREQUEST']._serialized_start=6234
|
|
120
120
|
_globals['_GETOPTIONSREQUEST']._serialized_end=6276
|
|
121
121
|
_globals['_GETOPTIONSRESPONSE']._serialized_start=6279
|
|
122
|
-
_globals['_GETOPTIONSRESPONSE']._serialized_end=
|
|
123
|
-
_globals['_LISTERRORSREQUEST']._serialized_start=
|
|
124
|
-
_globals['_LISTERRORSREQUEST']._serialized_end=
|
|
125
|
-
_globals['_LISTERRORSRESPONSE']._serialized_start=
|
|
126
|
-
_globals['_LISTERRORSRESPONSE']._serialized_end=
|
|
127
|
-
_globals['_TUNINGSERVICE']._serialized_start=
|
|
128
|
-
_globals['_TUNINGSERVICE']._serialized_end=
|
|
122
|
+
_globals['_GETOPTIONSRESPONSE']._serialized_end=7024
|
|
123
|
+
_globals['_LISTERRORSREQUEST']._serialized_start=7026
|
|
124
|
+
_globals['_LISTERRORSREQUEST']._serialized_end=7069
|
|
125
|
+
_globals['_LISTERRORSRESPONSE']._serialized_start=7071
|
|
126
|
+
_globals['_LISTERRORSRESPONSE']._serialized_end=7153
|
|
127
|
+
_globals['_TUNINGSERVICE']._serialized_start=7156
|
|
128
|
+
_globals['_TUNINGSERVICE']._serialized_end=7947
|
|
129
129
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -760,6 +760,8 @@ class GetOptionsResponse(google.protobuf.message.Message):
|
|
|
760
760
|
TEXT_TO_TEXT_COMPLETION_FIELD_NUMBER: builtins.int
|
|
761
761
|
TEXT_CLASSIFICATION_MULTILABEL_FIELD_NUMBER: builtins.int
|
|
762
762
|
TEXT_CLASSIFICATION_MULTICLASS_FIELD_NUMBER: builtins.int
|
|
763
|
+
TEXT_EMBEDDING_PAIR_PARAMS_FIELD_NUMBER: builtins.int
|
|
764
|
+
TEXT_EMBEDDING_TRIPLET_PARAMS_FIELD_NUMBER: builtins.int
|
|
763
765
|
task_id: builtins.str
|
|
764
766
|
base_model_uri: builtins.str
|
|
765
767
|
@property
|
|
@@ -772,6 +774,10 @@ class GetOptionsResponse(google.protobuf.message.Message):
|
|
|
772
774
|
def text_classification_multilabel(self) -> global___TextClassificationMultilabelParams: ...
|
|
773
775
|
@property
|
|
774
776
|
def text_classification_multiclass(self) -> global___TextClassificationMulticlassParams: ...
|
|
777
|
+
@property
|
|
778
|
+
def text_embedding_pair_params(self) -> global___TextEmbeddingPairParams: ...
|
|
779
|
+
@property
|
|
780
|
+
def text_embedding_triplet_params(self) -> global___TextEmbeddingTripletParams: ...
|
|
775
781
|
def __init__(
|
|
776
782
|
self,
|
|
777
783
|
*,
|
|
@@ -782,10 +788,12 @@ class GetOptionsResponse(google.protobuf.message.Message):
|
|
|
782
788
|
text_to_text_completion: global___TextToTextCompletionTuningParams | None = ...,
|
|
783
789
|
text_classification_multilabel: global___TextClassificationMultilabelParams | None = ...,
|
|
784
790
|
text_classification_multiclass: global___TextClassificationMulticlassParams | None = ...,
|
|
791
|
+
text_embedding_pair_params: global___TextEmbeddingPairParams | None = ...,
|
|
792
|
+
text_embedding_triplet_params: global___TextEmbeddingTripletParams | None = ...,
|
|
785
793
|
) -> None: ...
|
|
786
|
-
def HasField(self, field_name: typing.Literal["text_classification_multiclass", b"text_classification_multiclass", "text_classification_multilabel", b"text_classification_multilabel", "text_to_text_completion", b"text_to_text_completion", "tuning_params", b"tuning_params"]) -> builtins.bool: ...
|
|
787
|
-
def ClearField(self, field_name: typing.Literal["base_model_uri", b"base_model_uri", "task_id", b"task_id", "text_classification_multiclass", b"text_classification_multiclass", "text_classification_multilabel", b"text_classification_multilabel", "text_to_text_completion", b"text_to_text_completion", "train_datasets", b"train_datasets", "tuning_params", b"tuning_params", "validation_datasets", b"validation_datasets"]) -> None: ...
|
|
788
|
-
def WhichOneof(self, oneof_group: typing.Literal["tuning_params", b"tuning_params"]) -> typing.Literal["text_to_text_completion", "text_classification_multilabel", "text_classification_multiclass"] | None: ...
|
|
794
|
+
def HasField(self, field_name: typing.Literal["text_classification_multiclass", b"text_classification_multiclass", "text_classification_multilabel", b"text_classification_multilabel", "text_embedding_pair_params", b"text_embedding_pair_params", "text_embedding_triplet_params", b"text_embedding_triplet_params", "text_to_text_completion", b"text_to_text_completion", "tuning_params", b"tuning_params"]) -> builtins.bool: ...
|
|
795
|
+
def ClearField(self, field_name: typing.Literal["base_model_uri", b"base_model_uri", "task_id", b"task_id", "text_classification_multiclass", b"text_classification_multiclass", "text_classification_multilabel", b"text_classification_multilabel", "text_embedding_pair_params", b"text_embedding_pair_params", "text_embedding_triplet_params", b"text_embedding_triplet_params", "text_to_text_completion", b"text_to_text_completion", "train_datasets", b"train_datasets", "tuning_params", b"tuning_params", "validation_datasets", b"validation_datasets"]) -> None: ...
|
|
796
|
+
def WhichOneof(self, oneof_group: typing.Literal["tuning_params", b"tuning_params"]) -> typing.Literal["text_to_text_completion", "text_classification_multilabel", "text_classification_multiclass", "text_embedding_pair_params", "text_embedding_triplet_params"] | None: ...
|
|
789
797
|
|
|
790
798
|
global___GetOptionsResponse = GetOptionsResponse
|
|
791
799
|
|
|
@@ -25,7 +25,7 @@ _sym_db = _symbol_database.Default()
|
|
|
25
25
|
from yandex.cloud.cic.v1.common import lag_info_pb2 as yandex_dot_cloud_dot_cic_dot_v1_dot_common_dot_lag__info__pb2
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n8yandex/cloud/cic/v1/common/lag_allocation_settings.proto\x12\x1ayandex.cloud.cic.v1.common\x1a)yandex/cloud/cic/v1/common/lag_info.proto\"
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n8yandex/cloud/cic/v1/common/lag_allocation_settings.proto\x12\x1ayandex.cloud.cic.v1.common\x1a)yandex/cloud/cic/v1/common/lag_info.proto\"?\n\x1cLagAllocationSettingsRequest\x12\x12\n\x08lag_size\x18\r \x01(\x03H\x00\x42\x05\n\x03lagJ\x04\x08\x0e\x10\x0f\"N\n\x15LagAllocationSettings\x12\x35\n\x08lag_info\x18\x0e \x01(\x0b\x32#.yandex.cloud.cic.v1.common.LagInfoBd\n\x1eyandex.cloud.api.cic.v1.commonZBgithub.com/yandex-cloud/go-genproto/yandex/cloud/cic/v1/common;cicb\x06proto3')
|
|
29
29
|
|
|
30
30
|
_globals = globals()
|
|
31
31
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -34,7 +34,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
34
34
|
_globals['DESCRIPTOR']._loaded_options = None
|
|
35
35
|
_globals['DESCRIPTOR']._serialized_options = b'\n\036yandex.cloud.api.cic.v1.commonZBgithub.com/yandex-cloud/go-genproto/yandex/cloud/cic/v1/common;cic'
|
|
36
36
|
_globals['_LAGALLOCATIONSETTINGSREQUEST']._serialized_start=131
|
|
37
|
-
_globals['_LAGALLOCATIONSETTINGSREQUEST']._serialized_end=
|
|
38
|
-
_globals['_LAGALLOCATIONSETTINGS']._serialized_start=
|
|
39
|
-
_globals['_LAGALLOCATIONSETTINGS']._serialized_end=
|
|
37
|
+
_globals['_LAGALLOCATIONSETTINGSREQUEST']._serialized_end=194
|
|
38
|
+
_globals['_LAGALLOCATIONSETTINGS']._serialized_start=196
|
|
39
|
+
_globals['_LAGALLOCATIONSETTINGS']._serialized_end=274
|
|
40
40
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -18,24 +18,18 @@ class LagAllocationSettingsRequest(google.protobuf.message.Message):
|
|
|
18
18
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
19
19
|
|
|
20
20
|
LAG_SIZE_FIELD_NUMBER: builtins.int
|
|
21
|
-
LAG_INFO_FIELD_NUMBER: builtins.int
|
|
22
21
|
lag_size: builtins.int
|
|
23
22
|
"""Size of LAG.
|
|
24
23
|
Must be from 1 to 10 inclusively.
|
|
25
24
|
"""
|
|
26
|
-
@property
|
|
27
|
-
def lag_info(self) -> yandex.cloud.cic.v1.common.lag_info_pb2.LagInfo:
|
|
28
|
-
"""LagInfo"""
|
|
29
|
-
|
|
30
25
|
def __init__(
|
|
31
26
|
self,
|
|
32
27
|
*,
|
|
33
28
|
lag_size: builtins.int = ...,
|
|
34
|
-
lag_info: yandex.cloud.cic.v1.common.lag_info_pb2.LagInfo | None = ...,
|
|
35
29
|
) -> None: ...
|
|
36
|
-
def HasField(self, field_name: typing.Literal["lag", b"lag", "
|
|
37
|
-
def ClearField(self, field_name: typing.Literal["lag", b"lag", "
|
|
38
|
-
def WhichOneof(self, oneof_group: typing.Literal["lag", b"lag"]) -> typing.Literal["lag_size"
|
|
30
|
+
def HasField(self, field_name: typing.Literal["lag", b"lag", "lag_size", b"lag_size"]) -> builtins.bool: ...
|
|
31
|
+
def ClearField(self, field_name: typing.Literal["lag", b"lag", "lag_size", b"lag_size"]) -> None: ...
|
|
32
|
+
def WhichOneof(self, oneof_group: typing.Literal["lag", b"lag"]) -> typing.Literal["lag_size"] | None: ...
|
|
39
33
|
|
|
40
34
|
global___LagAllocationSettingsRequest = LagAllocationSettingsRequest
|
|
41
35
|
|
|
@@ -42,7 +42,7 @@ class Partner(google.protobuf.message.Message):
|
|
|
42
42
|
REGION_ID_FIELD_NUMBER: builtins.int
|
|
43
43
|
STATUS_FIELD_NUMBER: builtins.int
|
|
44
44
|
id: builtins.str
|
|
45
|
-
"""ID of the
|
|
45
|
+
"""ID of the partner."""
|
|
46
46
|
region_id: builtins.str
|
|
47
47
|
"""ID of the region that the partner belongs to."""
|
|
48
48
|
status: global___Partner.Status.ValueType
|
|
@@ -23,10 +23,11 @@ _sym_db = _symbol_database.Default()
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
|
26
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
26
27
|
from yandex.cloud.cic.v1 import peering_pb2 as yandex_dot_cloud_dot_cic_dot_v1_dot_peering__pb2
|
|
27
28
|
|
|
28
29
|
|
|
29
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,yandex/cloud/cic/v1/private_connection.proto\x12\x13yandex.cloud.cic.v1\x1a\x1egoogle/protobuf/wrappers.proto\x1a!yandex/cloud/cic/v1/peering.proto\"\
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,yandex/cloud/cic/v1/private_connection.proto\x12\x13yandex.cloud.cic.v1\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a!yandex/cloud/cic/v1/peering.proto\"\xa8\x05\n\x11PrivateConnection\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\x11\n\tfolder_id\x18\x05 \x01(\t\x12\x11\n\tregion_id\x18\x06 \x01(\t\x12\x1b\n\x13trunk_connection_id\x18\x07 \x01(\t\x12,\n\x07vlan_id\x18\x08 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x32\n\x0cipv4_peering\x18\t \x01(\x0b\x32\x1c.yandex.cloud.cic.v1.Peering\x12N\n\x12ipv4_static_routes\x18\x12 \x03(\x0b\x32\x32.yandex.cloud.cic.v1.PrivateConnection.StaticRoute\x12\x42\n\x06labels\x18\x18 \x03(\x0b\x32\x32.yandex.cloud.cic.v1.PrivateConnection.LabelsEntry\x12=\n\x06status\x18\x19 \x01(\x0e\x32-.yandex.cloud.cic.v1.PrivateConnection.Status\x12.\n\ncreated_at\x18\x1b \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x1d\n\x0bStaticRoute\x12\x0e\n\x06prefix\x18\x01 \x01(\t\"V\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\x0c\n\x08UPDATING\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03\x12\n\n\x06\x41\x43TIVE\x10\x04J\x04\x08\x04\x10\x05J\x04\x08\n\x10\x12J\x04\x08\x13\x10\x18J\x04\x08\x1a\x10\x1b\x42V\n\x17yandex.cloud.api.cic.v1Z;github.com/yandex-cloud/go-genproto/yandex/cloud/cic/v1;cicb\x06proto3')
|
|
30
31
|
|
|
31
32
|
_globals = globals()
|
|
32
33
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -36,12 +37,12 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
36
37
|
_globals['DESCRIPTOR']._serialized_options = b'\n\027yandex.cloud.api.cic.v1Z;github.com/yandex-cloud/go-genproto/yandex/cloud/cic/v1;cic'
|
|
37
38
|
_globals['_PRIVATECONNECTION_LABELSENTRY']._loaded_options = None
|
|
38
39
|
_globals['_PRIVATECONNECTION_LABELSENTRY']._serialized_options = b'8\001'
|
|
39
|
-
_globals['
|
|
40
|
-
_globals['
|
|
41
|
-
_globals['
|
|
42
|
-
_globals['
|
|
43
|
-
_globals['
|
|
44
|
-
_globals['
|
|
45
|
-
_globals['
|
|
46
|
-
_globals['
|
|
40
|
+
_globals['_PRIVATECONNECTION']._serialized_start=170
|
|
41
|
+
_globals['_PRIVATECONNECTION']._serialized_end=850
|
|
42
|
+
_globals['_PRIVATECONNECTION_LABELSENTRY']._serialized_start=662
|
|
43
|
+
_globals['_PRIVATECONNECTION_LABELSENTRY']._serialized_end=707
|
|
44
|
+
_globals['_PRIVATECONNECTION_STATICROUTE']._serialized_start=709
|
|
45
|
+
_globals['_PRIVATECONNECTION_STATICROUTE']._serialized_end=738
|
|
46
|
+
_globals['_PRIVATECONNECTION_STATUS']._serialized_start=740
|
|
47
|
+
_globals['_PRIVATECONNECTION_STATUS']._serialized_end=826
|
|
47
48
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -7,11 +7,19 @@ import builtins
|
|
|
7
7
|
import collections.abc
|
|
8
8
|
import google.protobuf.descriptor
|
|
9
9
|
import google.protobuf.internal.containers
|
|
10
|
+
import google.protobuf.internal.enum_type_wrapper
|
|
10
11
|
import google.protobuf.message
|
|
12
|
+
import google.protobuf.timestamp_pb2
|
|
11
13
|
import google.protobuf.wrappers_pb2
|
|
14
|
+
import sys
|
|
12
15
|
import typing
|
|
13
16
|
import yandex.cloud.cic.v1.peering_pb2
|
|
14
17
|
|
|
18
|
+
if sys.version_info >= (3, 10):
|
|
19
|
+
import typing as typing_extensions
|
|
20
|
+
else:
|
|
21
|
+
import typing_extensions
|
|
22
|
+
|
|
15
23
|
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
16
24
|
|
|
17
25
|
@typing.final
|
|
@@ -20,6 +28,25 @@ class PrivateConnection(google.protobuf.message.Message):
|
|
|
20
28
|
|
|
21
29
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
22
30
|
|
|
31
|
+
class _Status:
|
|
32
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
33
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
34
|
+
|
|
35
|
+
class _StatusEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[PrivateConnection._Status.ValueType], builtins.type):
|
|
36
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
37
|
+
STATUS_UNSPECIFIED: PrivateConnection._Status.ValueType # 0
|
|
38
|
+
CREATING: PrivateConnection._Status.ValueType # 1
|
|
39
|
+
UPDATING: PrivateConnection._Status.ValueType # 2
|
|
40
|
+
DELETING: PrivateConnection._Status.ValueType # 3
|
|
41
|
+
ACTIVE: PrivateConnection._Status.ValueType # 4
|
|
42
|
+
|
|
43
|
+
class Status(_Status, metaclass=_StatusEnumTypeWrapper): ...
|
|
44
|
+
STATUS_UNSPECIFIED: PrivateConnection.Status.ValueType # 0
|
|
45
|
+
CREATING: PrivateConnection.Status.ValueType # 1
|
|
46
|
+
UPDATING: PrivateConnection.Status.ValueType # 2
|
|
47
|
+
DELETING: PrivateConnection.Status.ValueType # 3
|
|
48
|
+
ACTIVE: PrivateConnection.Status.ValueType # 4
|
|
49
|
+
|
|
23
50
|
@typing.final
|
|
24
51
|
class LabelsEntry(google.protobuf.message.Message):
|
|
25
52
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
@@ -41,25 +68,16 @@ class PrivateConnection(google.protobuf.message.Message):
|
|
|
41
68
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
42
69
|
|
|
43
70
|
PREFIX_FIELD_NUMBER: builtins.int
|
|
44
|
-
NEXT_HOP_FIELD_NUMBER: builtins.int
|
|
45
71
|
prefix: builtins.str
|
|
46
72
|
"""Prefix.
|
|
47
73
|
It's an ip with format ipPrefix/length where address part of ipPrefix is 0.
|
|
48
74
|
"""
|
|
49
|
-
@property
|
|
50
|
-
def next_hop(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
51
|
-
"""PeerIp.
|
|
52
|
-
It's an ip with just an ipAddress format without mask.
|
|
53
|
-
Will be removed in some next release
|
|
54
|
-
"""
|
|
55
|
-
|
|
56
75
|
def __init__(
|
|
57
76
|
self,
|
|
58
77
|
*,
|
|
59
78
|
prefix: builtins.str = ...,
|
|
60
|
-
next_hop: collections.abc.Iterable[builtins.str] | None = ...,
|
|
61
79
|
) -> None: ...
|
|
62
|
-
def ClearField(self, field_name: typing.Literal["
|
|
80
|
+
def ClearField(self, field_name: typing.Literal["prefix", b"prefix"]) -> None: ...
|
|
63
81
|
|
|
64
82
|
ID_FIELD_NUMBER: builtins.int
|
|
65
83
|
NAME_FIELD_NUMBER: builtins.int
|
|
@@ -71,6 +89,8 @@ class PrivateConnection(google.protobuf.message.Message):
|
|
|
71
89
|
IPV4_PEERING_FIELD_NUMBER: builtins.int
|
|
72
90
|
IPV4_STATIC_ROUTES_FIELD_NUMBER: builtins.int
|
|
73
91
|
LABELS_FIELD_NUMBER: builtins.int
|
|
92
|
+
STATUS_FIELD_NUMBER: builtins.int
|
|
93
|
+
CREATED_AT_FIELD_NUMBER: builtins.int
|
|
74
94
|
id: builtins.str
|
|
75
95
|
"""ID of the privateConnection."""
|
|
76
96
|
name: builtins.str
|
|
@@ -86,6 +106,8 @@ class PrivateConnection(google.protobuf.message.Message):
|
|
|
86
106
|
"""ID of the region that the privateConnection belongs to."""
|
|
87
107
|
trunk_connection_id: builtins.str
|
|
88
108
|
"""ID of the trunk_connection that the privateConnection belongs to."""
|
|
109
|
+
status: global___PrivateConnection.Status.ValueType
|
|
110
|
+
"""Status of the privateConnection."""
|
|
89
111
|
@property
|
|
90
112
|
def vlan_id(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
91
113
|
"""VLAN_ID that the privateConnection uses in multiplexing.
|
|
@@ -111,6 +133,10 @@ class PrivateConnection(google.protobuf.message.Message):
|
|
|
111
133
|
Each key must match the regular expression `[a-z][-_0-9a-z]*`.
|
|
112
134
|
"""
|
|
113
135
|
|
|
136
|
+
@property
|
|
137
|
+
def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
138
|
+
"""Creation timestamp in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format."""
|
|
139
|
+
|
|
114
140
|
def __init__(
|
|
115
141
|
self,
|
|
116
142
|
*,
|
|
@@ -124,8 +150,10 @@ class PrivateConnection(google.protobuf.message.Message):
|
|
|
124
150
|
ipv4_peering: yandex.cloud.cic.v1.peering_pb2.Peering | None = ...,
|
|
125
151
|
ipv4_static_routes: collections.abc.Iterable[global___PrivateConnection.StaticRoute] | None = ...,
|
|
126
152
|
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
153
|
+
status: global___PrivateConnection.Status.ValueType = ...,
|
|
154
|
+
created_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
127
155
|
) -> None: ...
|
|
128
|
-
def HasField(self, field_name: typing.Literal["ipv4_peering", b"ipv4_peering", "vlan_id", b"vlan_id"]) -> builtins.bool: ...
|
|
129
|
-
def ClearField(self, field_name: typing.Literal["description", b"description", "folder_id", b"folder_id", "id", b"id", "ipv4_peering", b"ipv4_peering", "ipv4_static_routes", b"ipv4_static_routes", "labels", b"labels", "name", b"name", "region_id", b"region_id", "trunk_connection_id", b"trunk_connection_id", "vlan_id", b"vlan_id"]) -> None: ...
|
|
156
|
+
def HasField(self, field_name: typing.Literal["created_at", b"created_at", "ipv4_peering", b"ipv4_peering", "vlan_id", b"vlan_id"]) -> builtins.bool: ...
|
|
157
|
+
def ClearField(self, field_name: typing.Literal["created_at", b"created_at", "description", b"description", "folder_id", b"folder_id", "id", b"id", "ipv4_peering", b"ipv4_peering", "ipv4_static_routes", b"ipv4_static_routes", "labels", b"labels", "name", b"name", "region_id", b"region_id", "status", b"status", "trunk_connection_id", b"trunk_connection_id", "vlan_id", b"vlan_id"]) -> None: ...
|
|
130
158
|
|
|
131
159
|
global___PrivateConnection = PrivateConnection
|
|
@@ -23,11 +23,16 @@ _sym_db = _symbol_database.Default()
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
26
|
+
from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
|
|
27
|
+
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
|
26
28
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
29
|
+
from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
|
|
30
|
+
from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
|
|
31
|
+
from yandex.cloud.cic.v1 import peering_pb2 as yandex_dot_cloud_dot_cic_dot_v1_dot_peering__pb2
|
|
27
32
|
from yandex.cloud.cic.v1 import private_connection_pb2 as yandex_dot_cloud_dot_cic_dot_v1_dot_private__connection__pb2
|
|
28
33
|
|
|
29
34
|
|
|
30
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4yandex/cloud/cic/v1/private_connection_service.proto\x12\x13yandex.cloud.cic.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1dyandex/cloud/validation.proto\x1a,yandex/cloud/cic/v1/private_connection.proto\"J\n\x1bGetPrivateConnectionRequest\x12+\n\x15private_connection_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\x9a\x01\n\x1dListPrivateConnectionsRequest\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\"~\n\x1eListPrivateConnectionsResponse\x12\x43\n\x13private_connections\x18\x01 \x03(\x0b\x32&.yandex.cloud.cic.v1.PrivateConnection\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\
|
|
35
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4yandex/cloud/cic/v1/private_connection_service.proto\x12\x13yandex.cloud.cic.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x1dyandex/cloud/validation.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a!yandex/cloud/cic/v1/peering.proto\x1a,yandex/cloud/cic/v1/private_connection.proto\"J\n\x1bGetPrivateConnectionRequest\x12+\n\x15private_connection_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\x9a\x01\n\x1dListPrivateConnectionsRequest\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\"~\n\x1eListPrivateConnectionsResponse\x12\x43\n\x13private_connections\x18\x01 \x03(\x0b\x32&.yandex.cloud.cic.v1.PrivateConnection\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x8e\x04\n\x1e\x43reatePrivateConnectionRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\x11\n\tfolder_id\x18\x04 \x01(\t\x12\x11\n\tregion_id\x18\x05 \x01(\t\x12\x1b\n\x13trunk_connection_id\x18\x06 \x01(\t\x12,\n\x07vlan_id\x18\x07 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x32\n\x0cipv4_peering\x18\n \x01(\x0b\x32\x1c.yandex.cloud.cic.v1.Peering\x12N\n\x12ipv4_static_routes\x18\x13 \x03(\x0b\x32\x32.yandex.cloud.cic.v1.PrivateConnection.StaticRoute\x12\x8c\x01\n\x06labels\x18\x1a \x03(\x0b\x32?.yandex.cloud.cic.v1.CreatePrivateConnectionRequest.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\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\x03\x10\x04J\x04\x08\x08\x10\nJ\x04\x08\x0b\x10\x13J\x04\x08\x14\x10\x1a\"@\n\x1f\x43reatePrivateConnectionMetadata\x12\x1d\n\x15private_connection_id\x18\x01 \x01(\t\"\xd3\x04\n\x1eUpdatePrivateConnectionRequest\x12+\n\x15private_connection_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\x0c\n\x04name\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x11\n\tregion_id\x18\x07 \x01(\t\x12\x1b\n\x13trunk_connection_id\x18\x08 \x01(\t\x12,\n\x07vlan_id\x18\t \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x32\n\x0cipv4_peering\x18\n \x01(\x0b\x32\x1c.yandex.cloud.cic.v1.Peering\x12N\n\x12ipv4_static_routes\x18\x13 \x03(\x0b\x32\x32.yandex.cloud.cic.v1.PrivateConnection.StaticRoute\x12\x8c\x01\n\x06labels\x18\x1a \x03(\x0b\x32?.yandex.cloud.cic.v1.UpdatePrivateConnectionRequest.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\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\x07J\x04\x08\x0b\x10\x13J\x04\x08\x14\x10\x1a\"@\n\x1fUpdatePrivateConnectionMetadata\x12\x1d\n\x15private_connection_id\x18\x01 \x01(\t\"M\n\x1e\x44\x65letePrivateConnectionRequest\x12+\n\x15private_connection_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"@\n\x1f\x44\x65letePrivateConnectionMetadata\x12\x1d\n\x15private_connection_id\x18\x01 \x01(\t\"\x9d\x01\n\x18UpsertStaticRouteRequest\x12+\n\x15private_connection_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12N\n\x12ipv4_static_routes\x18\x02 \x03(\x0b\x32\x32.yandex.cloud.cic.v1.PrivateConnection.StaticRouteJ\x04\x08\x03\x10\x04\":\n\x19UpsertStaticRouteMetadata\x12\x1d\n\x15private_connection_id\x18\x01 \x01(\t\"\x9d\x01\n\x18RemoveStaticRouteRequest\x12+\n\x15private_connection_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12N\n\x12ipv4_static_routes\x18\x02 \x03(\x0b\x32\x32.yandex.cloud.cic.v1.PrivateConnection.StaticRouteJ\x04\x08\x03\x10\x04\":\n\x19RemoveStaticRouteMetadata\x12\x1d\n\x15private_connection_id\x18\x01 \x01(\t\"\x93\x01\n&ListPrivateConnectionOperationsRequest\x12+\n\x15private_connection_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\"y\n\'ListPrivateConnectionOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\xfc\x0c\n\x18PrivateConnectionService\x12\x9b\x01\n\x03Get\x12\x30.yandex.cloud.cic.v1.GetPrivateConnectionRequest\x1a&.yandex.cloud.cic.v1.PrivateConnection\":\x82\xd3\xe4\x93\x02\x34\x12\x32/cic/v1/privateConnections/{private_connection_id}\x12\x93\x01\n\x04List\x12\x32.yandex.cloud.cic.v1.ListPrivateConnectionsRequest\x1a\x33.yandex.cloud.cic.v1.ListPrivateConnectionsResponse\"\"\x82\xd3\xe4\x93\x02\x1c\x12\x1a/cic/v1/privateConnections\x12\xbf\x01\n\x06\x43reate\x12\x33.yandex.cloud.cic.v1.CreatePrivateConnectionRequest\x1a!.yandex.cloud.operation.Operation\"]\xb2\xd2*4\n\x1f\x43reatePrivateConnectionMetadata\x12\x11PrivateConnection\x82\xd3\xe4\x93\x02\x1f\"\x1a/cic/v1/privateConnections:\x01*\x12\xd7\x01\n\x06Update\x12\x33.yandex.cloud.cic.v1.UpdatePrivateConnectionRequest\x1a!.yandex.cloud.operation.Operation\"u\xb2\xd2*4\n\x1fUpdatePrivateConnectionMetadata\x12\x11PrivateConnection\x82\xd3\xe4\x93\x02\x37\x32\x32/cic/v1/privateConnections/{private_connection_id}:\x01*\x12\xd8\x01\n\x06\x44\x65lete\x12\x33.yandex.cloud.cic.v1.DeletePrivateConnectionRequest\x1a!.yandex.cloud.operation.Operation\"v\xb2\xd2*8\n\x1f\x44\x65letePrivateConnectionMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x34*2/cic/v1/privateConnections/{private_connection_id}\x12\xee\x01\n\x11UpsertStaticRoute\x12-.yandex.cloud.cic.v1.UpsertStaticRouteRequest\x1a!.yandex.cloud.operation.Operation\"\x86\x01\xb2\xd2*2\n\x19UpsertStaticRouteMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02J\"E/cic/v1/privateConnections/{private_connection_id}:upsertStaticRoutes:\x01*\x12\xee\x01\n\x11RemoveStaticRoute\x12-.yandex.cloud.cic.v1.RemoveStaticRouteRequest\x1a!.yandex.cloud.operation.Operation\"\x86\x01\xb2\xd2*2\n\x19RemoveStaticRouteMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02J\"E/cic/v1/privateConnections/{private_connection_id}:removeStaticRoutes:\x01*\x12\xd2\x01\n\x0eListOperations\x12;.yandex.cloud.cic.v1.ListPrivateConnectionOperationsRequest\x1a<.yandex.cloud.cic.v1.ListPrivateConnectionOperationsResponse\"E\x82\xd3\xe4\x93\x02?\x12=/cic/v1/privateConnections/{private_connection_id}/operationsBV\n\x17yandex.cloud.api.cic.v1Z;github.com/yandex-cloud/go-genproto/yandex/cloud/cic/v1;cicb\x06proto3')
|
|
31
36
|
|
|
32
37
|
_globals = globals()
|
|
33
38
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -45,16 +50,78 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
45
50
|
_globals['_LISTPRIVATECONNECTIONSREQUEST'].fields_by_name['page_token']._serialized_options = b'\212\3101\005<=100'
|
|
46
51
|
_globals['_LISTPRIVATECONNECTIONSREQUEST'].fields_by_name['filter']._loaded_options = None
|
|
47
52
|
_globals['_LISTPRIVATECONNECTIONSREQUEST'].fields_by_name['filter']._serialized_options = b'\212\3101\006<=1000'
|
|
53
|
+
_globals['_CREATEPRIVATECONNECTIONREQUEST_LABELSENTRY']._loaded_options = None
|
|
54
|
+
_globals['_CREATEPRIVATECONNECTIONREQUEST_LABELSENTRY']._serialized_options = b'8\001'
|
|
55
|
+
_globals['_CREATEPRIVATECONNECTIONREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
56
|
+
_globals['_CREATEPRIVATECONNECTIONREQUEST'].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'
|
|
57
|
+
_globals['_UPDATEPRIVATECONNECTIONREQUEST_LABELSENTRY']._loaded_options = None
|
|
58
|
+
_globals['_UPDATEPRIVATECONNECTIONREQUEST_LABELSENTRY']._serialized_options = b'8\001'
|
|
59
|
+
_globals['_UPDATEPRIVATECONNECTIONREQUEST'].fields_by_name['private_connection_id']._loaded_options = None
|
|
60
|
+
_globals['_UPDATEPRIVATECONNECTIONREQUEST'].fields_by_name['private_connection_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
61
|
+
_globals['_UPDATEPRIVATECONNECTIONREQUEST'].fields_by_name['labels']._loaded_options = None
|
|
62
|
+
_globals['_UPDATEPRIVATECONNECTIONREQUEST'].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'
|
|
63
|
+
_globals['_DELETEPRIVATECONNECTIONREQUEST'].fields_by_name['private_connection_id']._loaded_options = None
|
|
64
|
+
_globals['_DELETEPRIVATECONNECTIONREQUEST'].fields_by_name['private_connection_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
65
|
+
_globals['_UPSERTSTATICROUTEREQUEST'].fields_by_name['private_connection_id']._loaded_options = None
|
|
66
|
+
_globals['_UPSERTSTATICROUTEREQUEST'].fields_by_name['private_connection_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
67
|
+
_globals['_REMOVESTATICROUTEREQUEST'].fields_by_name['private_connection_id']._loaded_options = None
|
|
68
|
+
_globals['_REMOVESTATICROUTEREQUEST'].fields_by_name['private_connection_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
69
|
+
_globals['_LISTPRIVATECONNECTIONOPERATIONSREQUEST'].fields_by_name['private_connection_id']._loaded_options = None
|
|
70
|
+
_globals['_LISTPRIVATECONNECTIONOPERATIONSREQUEST'].fields_by_name['private_connection_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
71
|
+
_globals['_LISTPRIVATECONNECTIONOPERATIONSREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
72
|
+
_globals['_LISTPRIVATECONNECTIONOPERATIONSREQUEST'].fields_by_name['page_size']._serialized_options = b'\372\3071\006<=1000'
|
|
73
|
+
_globals['_LISTPRIVATECONNECTIONOPERATIONSREQUEST'].fields_by_name['page_token']._loaded_options = None
|
|
74
|
+
_globals['_LISTPRIVATECONNECTIONOPERATIONSREQUEST'].fields_by_name['page_token']._serialized_options = b'\212\3101\005<=100'
|
|
48
75
|
_globals['_PRIVATECONNECTIONSERVICE'].methods_by_name['Get']._loaded_options = None
|
|
49
76
|
_globals['_PRIVATECONNECTIONSERVICE'].methods_by_name['Get']._serialized_options = b'\202\323\344\223\0024\0222/cic/v1/privateConnections/{private_connection_id}'
|
|
50
77
|
_globals['_PRIVATECONNECTIONSERVICE'].methods_by_name['List']._loaded_options = None
|
|
51
78
|
_globals['_PRIVATECONNECTIONSERVICE'].methods_by_name['List']._serialized_options = b'\202\323\344\223\002\034\022\032/cic/v1/privateConnections'
|
|
52
|
-
_globals['
|
|
53
|
-
_globals['
|
|
54
|
-
_globals['
|
|
55
|
-
_globals['
|
|
56
|
-
_globals['
|
|
57
|
-
_globals['
|
|
58
|
-
_globals['_PRIVATECONNECTIONSERVICE'].
|
|
59
|
-
_globals['_PRIVATECONNECTIONSERVICE'].
|
|
79
|
+
_globals['_PRIVATECONNECTIONSERVICE'].methods_by_name['Create']._loaded_options = None
|
|
80
|
+
_globals['_PRIVATECONNECTIONSERVICE'].methods_by_name['Create']._serialized_options = b'\262\322*4\n\037CreatePrivateConnectionMetadata\022\021PrivateConnection\202\323\344\223\002\037\"\032/cic/v1/privateConnections:\001*'
|
|
81
|
+
_globals['_PRIVATECONNECTIONSERVICE'].methods_by_name['Update']._loaded_options = None
|
|
82
|
+
_globals['_PRIVATECONNECTIONSERVICE'].methods_by_name['Update']._serialized_options = b'\262\322*4\n\037UpdatePrivateConnectionMetadata\022\021PrivateConnection\202\323\344\223\002722/cic/v1/privateConnections/{private_connection_id}:\001*'
|
|
83
|
+
_globals['_PRIVATECONNECTIONSERVICE'].methods_by_name['Delete']._loaded_options = None
|
|
84
|
+
_globals['_PRIVATECONNECTIONSERVICE'].methods_by_name['Delete']._serialized_options = b'\262\322*8\n\037DeletePrivateConnectionMetadata\022\025google.protobuf.Empty\202\323\344\223\0024*2/cic/v1/privateConnections/{private_connection_id}'
|
|
85
|
+
_globals['_PRIVATECONNECTIONSERVICE'].methods_by_name['UpsertStaticRoute']._loaded_options = None
|
|
86
|
+
_globals['_PRIVATECONNECTIONSERVICE'].methods_by_name['UpsertStaticRoute']._serialized_options = b'\262\322*2\n\031UpsertStaticRouteMetadata\022\025google.protobuf.Empty\202\323\344\223\002J\"E/cic/v1/privateConnections/{private_connection_id}:upsertStaticRoutes:\001*'
|
|
87
|
+
_globals['_PRIVATECONNECTIONSERVICE'].methods_by_name['RemoveStaticRoute']._loaded_options = None
|
|
88
|
+
_globals['_PRIVATECONNECTIONSERVICE'].methods_by_name['RemoveStaticRoute']._serialized_options = b'\262\322*2\n\031RemoveStaticRouteMetadata\022\025google.protobuf.Empty\202\323\344\223\002J\"E/cic/v1/privateConnections/{private_connection_id}:removeStaticRoutes:\001*'
|
|
89
|
+
_globals['_PRIVATECONNECTIONSERVICE'].methods_by_name['ListOperations']._loaded_options = None
|
|
90
|
+
_globals['_PRIVATECONNECTIONSERVICE'].methods_by_name['ListOperations']._serialized_options = b'\202\323\344\223\002?\022=/cic/v1/privateConnections/{private_connection_id}/operations'
|
|
91
|
+
_globals['_GETPRIVATECONNECTIONREQUEST']._serialized_start=359
|
|
92
|
+
_globals['_GETPRIVATECONNECTIONREQUEST']._serialized_end=433
|
|
93
|
+
_globals['_LISTPRIVATECONNECTIONSREQUEST']._serialized_start=436
|
|
94
|
+
_globals['_LISTPRIVATECONNECTIONSREQUEST']._serialized_end=590
|
|
95
|
+
_globals['_LISTPRIVATECONNECTIONSRESPONSE']._serialized_start=592
|
|
96
|
+
_globals['_LISTPRIVATECONNECTIONSRESPONSE']._serialized_end=718
|
|
97
|
+
_globals['_CREATEPRIVATECONNECTIONREQUEST']._serialized_start=721
|
|
98
|
+
_globals['_CREATEPRIVATECONNECTIONREQUEST']._serialized_end=1247
|
|
99
|
+
_globals['_CREATEPRIVATECONNECTIONREQUEST_LABELSENTRY']._serialized_start=1178
|
|
100
|
+
_globals['_CREATEPRIVATECONNECTIONREQUEST_LABELSENTRY']._serialized_end=1223
|
|
101
|
+
_globals['_CREATEPRIVATECONNECTIONMETADATA']._serialized_start=1249
|
|
102
|
+
_globals['_CREATEPRIVATECONNECTIONMETADATA']._serialized_end=1313
|
|
103
|
+
_globals['_UPDATEPRIVATECONNECTIONREQUEST']._serialized_start=1316
|
|
104
|
+
_globals['_UPDATEPRIVATECONNECTIONREQUEST']._serialized_end=1911
|
|
105
|
+
_globals['_UPDATEPRIVATECONNECTIONREQUEST_LABELSENTRY']._serialized_start=1178
|
|
106
|
+
_globals['_UPDATEPRIVATECONNECTIONREQUEST_LABELSENTRY']._serialized_end=1223
|
|
107
|
+
_globals['_UPDATEPRIVATECONNECTIONMETADATA']._serialized_start=1913
|
|
108
|
+
_globals['_UPDATEPRIVATECONNECTIONMETADATA']._serialized_end=1977
|
|
109
|
+
_globals['_DELETEPRIVATECONNECTIONREQUEST']._serialized_start=1979
|
|
110
|
+
_globals['_DELETEPRIVATECONNECTIONREQUEST']._serialized_end=2056
|
|
111
|
+
_globals['_DELETEPRIVATECONNECTIONMETADATA']._serialized_start=2058
|
|
112
|
+
_globals['_DELETEPRIVATECONNECTIONMETADATA']._serialized_end=2122
|
|
113
|
+
_globals['_UPSERTSTATICROUTEREQUEST']._serialized_start=2125
|
|
114
|
+
_globals['_UPSERTSTATICROUTEREQUEST']._serialized_end=2282
|
|
115
|
+
_globals['_UPSERTSTATICROUTEMETADATA']._serialized_start=2284
|
|
116
|
+
_globals['_UPSERTSTATICROUTEMETADATA']._serialized_end=2342
|
|
117
|
+
_globals['_REMOVESTATICROUTEREQUEST']._serialized_start=2345
|
|
118
|
+
_globals['_REMOVESTATICROUTEREQUEST']._serialized_end=2502
|
|
119
|
+
_globals['_REMOVESTATICROUTEMETADATA']._serialized_start=2504
|
|
120
|
+
_globals['_REMOVESTATICROUTEMETADATA']._serialized_end=2562
|
|
121
|
+
_globals['_LISTPRIVATECONNECTIONOPERATIONSREQUEST']._serialized_start=2565
|
|
122
|
+
_globals['_LISTPRIVATECONNECTIONOPERATIONSREQUEST']._serialized_end=2712
|
|
123
|
+
_globals['_LISTPRIVATECONNECTIONOPERATIONSRESPONSE']._serialized_start=2714
|
|
124
|
+
_globals['_LISTPRIVATECONNECTIONOPERATIONSRESPONSE']._serialized_end=2835
|
|
125
|
+
_globals['_PRIVATECONNECTIONSERVICE']._serialized_start=2838
|
|
126
|
+
_globals['_PRIVATECONNECTIONSERVICE']._serialized_end=4498
|
|
60
127
|
# @@protoc_insertion_point(module_scope)
|