yandexcloud 0.316.0__py3-none-any.whl → 0.318.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of yandexcloud might be problematic. Click here for more details.
- yandex/cloud/ai/assistants/__init__.py +0 -0
- yandex/cloud/ai/assistants/v1/__init__.py +0 -0
- yandex/cloud/ai/assistants/v1/assistant_pb2.py +33 -0
- yandex/cloud/ai/assistants/v1/assistant_pb2.pyi +101 -0
- yandex/cloud/ai/assistants/v1/assistant_pb2_grpc.py +4 -0
- yandex/cloud/ai/assistants/v1/assistant_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/assistants/v1/assistant_service_pb2.py +88 -0
- yandex/cloud/ai/assistants/v1/assistant_service_pb2.pyi +293 -0
- yandex/cloud/ai/assistants/v1/assistant_service_pb2_grpc.py +232 -0
- yandex/cloud/ai/assistants/v1/assistant_service_pb2_grpc.pyi +127 -0
- yandex/cloud/ai/assistants/v1/common_pb2.py +33 -0
- yandex/cloud/ai/assistants/v1/common_pb2.pyi +91 -0
- yandex/cloud/ai/assistants/v1/common_pb2_grpc.py +4 -0
- yandex/cloud/ai/assistants/v1/common_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/assistants/v1/runs/__init__.py +0 -0
- yandex/cloud/ai/assistants/v1/runs/run_pb2.py +40 -0
- yandex/cloud/ai/assistants/v1/runs/run_pb2.pyi +154 -0
- yandex/cloud/ai/assistants/v1/runs/run_pb2_grpc.py +4 -0
- yandex/cloud/ai/assistants/v1/runs/run_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/assistants/v1/runs/run_service_pb2.py +77 -0
- yandex/cloud/ai/assistants/v1/runs/run_service_pb2.pyi +237 -0
- yandex/cloud/ai/assistants/v1/runs/run_service_pb2_grpc.py +199 -0
- yandex/cloud/ai/assistants/v1/runs/run_service_pb2_grpc.pyi +110 -0
- yandex/cloud/ai/assistants/v1/searchindex/__init__.py +0 -0
- yandex/cloud/ai/assistants/v1/searchindex/common_pb2.py +28 -0
- yandex/cloud/ai/assistants/v1/searchindex/common_pb2.pyi +47 -0
- yandex/cloud/ai/assistants/v1/searchindex/common_pb2_grpc.py +4 -0
- yandex/cloud/ai/assistants/v1/searchindex/common_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_pb2.py +28 -0
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_pb2.pyi +43 -0
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_pb2_grpc.py +4 -0
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2.py +45 -0
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2.pyi +72 -0
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2_grpc.py +100 -0
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2_grpc.pyi +59 -0
- yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.py +37 -0
- yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.pyi +132 -0
- yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2_grpc.py +4 -0
- yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2.py +77 -0
- yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2.pyi +205 -0
- yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2_grpc.py +200 -0
- yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2_grpc.pyi +111 -0
- yandex/cloud/ai/assistants/v1/threads/__init__.py +0 -0
- yandex/cloud/ai/assistants/v1/threads/message_pb2.py +45 -0
- yandex/cloud/ai/assistants/v1/threads/message_pb2.pyi +176 -0
- yandex/cloud/ai/assistants/v1/threads/message_pb2_grpc.py +4 -0
- yandex/cloud/ai/assistants/v1/threads/message_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/assistants/v1/threads/message_service_pb2.py +55 -0
- yandex/cloud/ai/assistants/v1/threads/message_service_pb2.pyi +91 -0
- yandex/cloud/ai/assistants/v1/threads/message_service_pb2_grpc.py +133 -0
- yandex/cloud/ai/assistants/v1/threads/message_service_pb2_grpc.pyi +76 -0
- yandex/cloud/ai/assistants/v1/threads/thread_pb2.py +32 -0
- yandex/cloud/ai/assistants/v1/threads/thread_pb2.pyi +85 -0
- yandex/cloud/ai/assistants/v1/threads/thread_pb2_grpc.py +4 -0
- yandex/cloud/ai/assistants/v1/threads/thread_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/assistants/v1/threads/thread_service_pb2.py +76 -0
- yandex/cloud/ai/assistants/v1/threads/thread_service_pb2.pyi +200 -0
- yandex/cloud/ai/assistants/v1/threads/thread_service_pb2_grpc.py +199 -0
- yandex/cloud/ai/assistants/v1/threads/thread_service_pb2_grpc.pyi +110 -0
- yandex/cloud/ai/assistants/v1/users/__init__.py +0 -0
- yandex/cloud/ai/assistants/v1/users/user_pb2.py +32 -0
- yandex/cloud/ai/assistants/v1/users/user_pb2.pyi +85 -0
- yandex/cloud/ai/assistants/v1/users/user_pb2_grpc.py +4 -0
- yandex/cloud/ai/assistants/v1/users/user_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/assistants/v1/users/user_service_pb2.py +75 -0
- yandex/cloud/ai/assistants/v1/users/user_service_pb2.pyi +195 -0
- yandex/cloud/ai/assistants/v1/users/user_service_pb2_grpc.py +199 -0
- yandex/cloud/ai/assistants/v1/users/user_service_pb2_grpc.pyi +110 -0
- yandex/cloud/ai/common/__init__.py +0 -0
- yandex/cloud/ai/common/common_pb2.py +30 -0
- yandex/cloud/ai/common/common_pb2.pyi +69 -0
- yandex/cloud/ai/common/common_pb2_grpc.py +4 -0
- yandex/cloud/ai/common/common_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/files/__init__.py +0 -0
- yandex/cloud/ai/files/v1/__init__.py +0 -0
- yandex/cloud/ai/files/v1/file_pb2.py +32 -0
- yandex/cloud/ai/files/v1/file_pb2.pyi +85 -0
- yandex/cloud/ai/files/v1/file_pb2_grpc.py +4 -0
- yandex/cloud/ai/files/v1/file_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/files/v1/file_service_pb2.py +85 -0
- yandex/cloud/ai/files/v1/file_service_pb2.pyi +228 -0
- yandex/cloud/ai/files/v1/file_service_pb2_grpc.py +232 -0
- yandex/cloud/ai/files/v1/file_service_pb2_grpc.pyi +127 -0
- yandex/cloud/backup/v1/provider_service_pb2.py +12 -10
- yandex/cloud/backup/v1/provider_service_pb2.pyi +5 -1
- yandex/cloud/backup/v1/resource_pb2.py +10 -10
- yandex/cloud/backup/v1/resource_pb2.pyi +5 -1
- yandex/cloud/billing/v1/customer_pb2.pyi +32 -8
- yandex/cloud/billing/v1/customer_service_pb2.pyi +10 -2
- yandex/cloud/cloudrouter/__init__.py +0 -0
- yandex/cloud/cloudrouter/v1/__init__.py +0 -0
- yandex/cloud/cloudrouter/v1/routing_instance_pb2.py +42 -0
- yandex/cloud/cloudrouter/v1/routing_instance_pb2.pyi +215 -0
- yandex/cloud/cloudrouter/v1/routing_instance_pb2_grpc.py +4 -0
- yandex/cloud/cloudrouter/v1/routing_instance_pb2_grpc.pyi +17 -0
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.py +57 -0
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.pyi +137 -0
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2_grpc.py +179 -0
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2_grpc.pyi +138 -0
- yandex/cloud/datatransfer/v1/transfer_pb2.py +12 -10
- yandex/cloud/datatransfer/v1/transfer_pb2.pyi +17 -3
- yandex/cloud/iam/v1/refresh_token_pb2.py +29 -0
- yandex/cloud/iam/v1/refresh_token_pb2.pyi +98 -0
- yandex/cloud/iam/v1/refresh_token_pb2_grpc.py +4 -0
- yandex/cloud/iam/v1/refresh_token_pb2_grpc.pyi +17 -0
- yandex/cloud/iam/v1/refresh_token_service_pb2.py +67 -0
- yandex/cloud/iam/v1/refresh_token_service_pb2.pyi +186 -0
- yandex/cloud/iam/v1/refresh_token_service_pb2_grpc.py +105 -0
- yandex/cloud/iam/v1/refresh_token_service_pb2_grpc.pyi +71 -0
- yandex/cloud/iam/v1/service_control_pb2.py +5 -5
- yandex/cloud/iam/v1/service_control_pb2.pyi +4 -0
- yandex/cloud/loadtesting/agent/v1/agent_registration_service_pb2.py +18 -11
- yandex/cloud/loadtesting/agent/v1/agent_registration_service_pb2.pyi +23 -1
- yandex/cloud/loadtesting/api/v1/agent/agent_pb2.py +6 -5
- yandex/cloud/loadtesting/api/v1/agent/agent_pb2.pyi +9 -1
- yandex/cloud/loadtesting/api/v1/agent/log_settings_pb2.py +29 -0
- yandex/cloud/loadtesting/api/v1/agent/log_settings_pb2.pyi +27 -0
- yandex/cloud/loadtesting/api/v1/agent/log_settings_pb2_grpc.py +4 -0
- yandex/cloud/loadtesting/api/v1/agent/log_settings_pb2_grpc.pyi +17 -0
- yandex/cloud/loadtesting/api/v1/agent_service_pb2.py +27 -26
- yandex/cloud/loadtesting/api/v1/agent_service_pb2.pyi +9 -2
- yandex/cloud/loadtesting/api/v1/test/imbalance_point_pb2.py +2 -2
- yandex/cloud/loadtesting/api/v1/test/imbalance_point_pb2.pyi +5 -1
- yandex/cloud/lockbox/v1/secret_pb2.py +23 -11
- yandex/cloud/lockbox/v1/secret_pb2.pyi +73 -4
- yandex/cloud/lockbox/v1/secret_service_pb2.py +46 -46
- yandex/cloud/lockbox/v1/secret_service_pb2.pyi +14 -3
- yandex/cloud/mdb/clickhouse/v1/cluster_pb2.py +27 -25
- yandex/cloud/mdb/clickhouse/v1/cluster_pb2.pyi +16 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2.py +81 -57
- yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2.pyi +144 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2_grpc.py +68 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_service_pb2_grpc.pyi +40 -0
- yandex/cloud/mdb/mysql/v1/backup_service_pb2.py +17 -13
- yandex/cloud/mdb/mysql/v1/backup_service_pb2_grpc.py +35 -0
- yandex/cloud/mdb/mysql/v1/backup_service_pb2_grpc.pyi +21 -0
- yandex/cloud/mdb/opensearch/v1/auth_pb2.py +6 -5
- yandex/cloud/mdb/opensearch/v1/auth_pb2.pyi +9 -1
- yandex/cloud/mdb/opensearch/v1/cluster_pb2.py +50 -43
- yandex/cloud/mdb/opensearch/v1/cluster_pb2.pyi +40 -4
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.py +61 -61
- yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.pyi +32 -8
- yandex/cloud/monitoring/v3/chart_widget_pb2.py +46 -44
- yandex/cloud/monitoring/v3/chart_widget_pb2.pyi +28 -2
- yandex/cloud/oauth/claims_pb2.py +8 -7
- yandex/cloud/oauth/claims_pb2.pyi +9 -2
- yandex/cloud/serverless/eventrouter/__init__.py +0 -0
- yandex/cloud/serverless/eventrouter/v1/__init__.py +0 -0
- yandex/cloud/serverless/eventrouter/v1/bus_pb2.py +33 -0
- yandex/cloud/serverless/eventrouter/v1/bus_pb2.pyi +107 -0
- yandex/cloud/serverless/eventrouter/v1/bus_pb2_grpc.py +4 -0
- yandex/cloud/serverless/eventrouter/v1/bus_pb2_grpc.pyi +17 -0
- yandex/cloud/serverless/eventrouter/v1/bus_service_pb2.py +115 -0
- yandex/cloud/serverless/eventrouter/v1/bus_service_pb2.pyi +320 -0
- yandex/cloud/serverless/eventrouter/v1/bus_service_pb2_grpc.py +346 -0
- yandex/cloud/serverless/eventrouter/v1/bus_service_pb2_grpc.pyi +219 -0
- yandex/cloud/serverless/eventrouter/v1/connector_pb2.py +61 -0
- yandex/cloud/serverless/eventrouter/v1/connector_pb2.pyi +223 -0
- yandex/cloud/serverless/eventrouter/v1/connector_pb2_grpc.py +4 -0
- yandex/cloud/serverless/eventrouter/v1/connector_pb2_grpc.pyi +17 -0
- yandex/cloud/serverless/eventrouter/v1/connector_service_pb2.py +135 -0
- yandex/cloud/serverless/eventrouter/v1/connector_service_pb2.pyi +397 -0
- yandex/cloud/serverless/eventrouter/v1/connector_service_pb2_grpc.py +414 -0
- yandex/cloud/serverless/eventrouter/v1/connector_service_pb2_grpc.pyi +259 -0
- yandex/cloud/serverless/eventrouter/v1/event_service_pb2.py +37 -0
- yandex/cloud/serverless/eventrouter/v1/event_service_pb2.pyi +31 -0
- yandex/cloud/serverless/eventrouter/v1/event_service_pb2_grpc.py +71 -0
- yandex/cloud/serverless/eventrouter/v1/event_service_pb2_grpc.pyi +51 -0
- yandex/cloud/serverless/eventrouter/v1/rule_pb2.py +123 -0
- yandex/cloud/serverless/eventrouter/v1/rule_pb2.pyi +534 -0
- yandex/cloud/serverless/eventrouter/v1/rule_pb2_grpc.py +4 -0
- yandex/cloud/serverless/eventrouter/v1/rule_pb2_grpc.pyi +17 -0
- yandex/cloud/serverless/eventrouter/v1/rule_service_pb2.py +139 -0
- yandex/cloud/serverless/eventrouter/v1/rule_service_pb2.pyi +415 -0
- yandex/cloud/serverless/eventrouter/v1/rule_service_pb2_grpc.py +414 -0
- yandex/cloud/serverless/eventrouter/v1/rule_service_pb2_grpc.pyi +259 -0
- yandex/cloud/serverless/functions/v1/function_pb2.py +34 -34
- yandex/cloud/serverless/functions/v1/function_pb2.pyi +8 -0
- yandex/cloud/serverless/workflows/__init__.py +0 -0
- yandex/cloud/serverless/workflows/v1/__init__.py +0 -0
- yandex/cloud/serverless/workflows/v1/execution_pb2.py +43 -0
- yandex/cloud/serverless/workflows/v1/execution_pb2.pyi +203 -0
- yandex/cloud/serverless/workflows/v1/execution_pb2_grpc.py +4 -0
- yandex/cloud/serverless/workflows/v1/execution_pb2_grpc.pyi +17 -0
- yandex/cloud/serverless/workflows/v1/execution_service_pb2.py +74 -0
- yandex/cloud/serverless/workflows/v1/execution_service_pb2.pyi +231 -0
- yandex/cloud/serverless/workflows/v1/execution_service_pb2_grpc.py +206 -0
- yandex/cloud/serverless/workflows/v1/execution_service_pb2_grpc.pyi +130 -0
- yandex/cloud/serverless/workflows/v1/history_entry_pb2.py +41 -0
- yandex/cloud/serverless/workflows/v1/history_entry_pb2.pyi +174 -0
- yandex/cloud/serverless/workflows/v1/history_entry_pb2_grpc.py +4 -0
- yandex/cloud/serverless/workflows/v1/history_entry_pb2_grpc.pyi +17 -0
- yandex/cloud/serverless/workflows/v1/workflow_pb2.py +47 -0
- yandex/cloud/serverless/workflows/v1/workflow_pb2.pyi +260 -0
- yandex/cloud/serverless/workflows/v1/workflow_pb2_grpc.py +4 -0
- yandex/cloud/serverless/workflows/v1/workflow_pb2_grpc.pyi +17 -0
- yandex/cloud/serverless/workflows/v1/workflow_service_pb2.py +112 -0
- yandex/cloud/serverless/workflows/v1/workflow_service_pb2.pyi +395 -0
- yandex/cloud/serverless/workflows/v1/workflow_service_pb2_grpc.py +241 -0
- yandex/cloud/serverless/workflows/v1/workflow_service_pb2_grpc.pyi +151 -0
- yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/__init__.py +0 -0
- yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/advanced_rate_limiter_profile_pb2.py +77 -0
- yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/advanced_rate_limiter_profile_pb2.pyi +352 -0
- yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/advanced_rate_limiter_profile_pb2_grpc.py +4 -0
- yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/advanced_rate_limiter_profile_pb2_grpc.pyi +17 -0
- yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/advanced_rate_limiter_profile_service_pb2.py +78 -0
- yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/advanced_rate_limiter_profile_service_pb2.pyi +244 -0
- yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/advanced_rate_limiter_profile_service_pb2_grpc.py +208 -0
- yandex/cloud/smartwebsecurity/v1/advanced_rate_limiter/advanced_rate_limiter_profile_service_pb2_grpc.pyi +132 -0
- yandex/cloud/smartwebsecurity/v1/waf/__init__.py +0 -0
- yandex/cloud/smartwebsecurity/v1/waf/rule_set_descriptor_pb2.py +35 -0
- yandex/cloud/smartwebsecurity/v1/waf/rule_set_descriptor_pb2.pyi +71 -0
- yandex/cloud/smartwebsecurity/v1/waf/rule_set_descriptor_pb2_grpc.py +4 -0
- yandex/cloud/smartwebsecurity/v1/waf/rule_set_descriptor_pb2_grpc.pyi +17 -0
- yandex/cloud/smartwebsecurity/v1/waf/rule_set_descriptor_service_pb2.py +37 -0
- yandex/cloud/smartwebsecurity/v1/waf/rule_set_descriptor_service_pb2.pyi +31 -0
- yandex/cloud/smartwebsecurity/v1/waf/rule_set_descriptor_service_pb2_grpc.py +71 -0
- yandex/cloud/smartwebsecurity/v1/waf/rule_set_descriptor_service_pb2_grpc.pyi +51 -0
- yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2.py +81 -0
- yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2.pyi +296 -0
- yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2_grpc.py +4 -0
- yandex/cloud/smartwebsecurity/v1/waf/waf_profile_pb2_grpc.pyi +17 -0
- yandex/cloud/smartwebsecurity/v1/waf/waf_profile_service_pb2.py +76 -0
- yandex/cloud/smartwebsecurity/v1/waf/waf_profile_service_pb2.pyi +283 -0
- yandex/cloud/smartwebsecurity/v1/waf/waf_profile_service_pb2_grpc.py +208 -0
- yandex/cloud/smartwebsecurity/v1/waf/waf_profile_service_pb2_grpc.pyi +132 -0
- yandex/cloud/speechsense/v1/analysis/summarization_pb2.py +32 -0
- yandex/cloud/speechsense/v1/analysis/summarization_pb2.pyi +95 -0
- yandex/cloud/speechsense/v1/analysis/summarization_pb2_grpc.py +4 -0
- yandex/cloud/speechsense/v1/analysis/summarization_pb2_grpc.pyi +17 -0
- yandex/cloud/speechsense/v1/project_pb2.py +29 -0
- yandex/cloud/speechsense/v1/project_pb2.pyi +79 -0
- yandex/cloud/speechsense/v1/project_pb2_grpc.py +4 -0
- yandex/cloud/speechsense/v1/project_pb2_grpc.pyi +17 -0
- yandex/cloud/speechsense/v1/project_service_pb2.py +35 -0
- yandex/cloud/speechsense/v1/project_service_pb2.pyi +59 -0
- yandex/cloud/speechsense/v1/project_service_pb2_grpc.py +68 -0
- yandex/cloud/speechsense/v1/project_service_pb2_grpc.pyi +45 -0
- yandex/cloud/speechsense/v1/talk_pb2.py +8 -7
- yandex/cloud/speechsense/v1/talk_pb2.pyi +7 -2
- yandex/cloud/storage/v1/s3api_pb2.py +35 -0
- yandex/cloud/storage/v1/s3api_pb2.pyi +181 -0
- yandex/cloud/storage/v1/s3api_pb2_grpc.py +4 -0
- yandex/cloud/storage/v1/s3api_pb2_grpc.pyi +17 -0
- yandex/cloud/video/v1/channel_service_pb2.py +33 -28
- yandex/cloud/video/v1/episode_service_pb2.py +56 -47
- yandex/cloud/video/v1/stream_line_service_pb2.py +67 -60
- yandex/cloud/video/v1/stream_service_pb2.py +46 -41
- yandex/cloud/video/v1/thumbnail_service_pb2.py +29 -22
- yandex/cloud/video/v1/video_service_pb2.py +62 -53
- yandexcloud/_sdk.py +1 -0
- {yandexcloud-0.316.0.dist-info → yandexcloud-0.318.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.316.0.dist-info → yandexcloud-0.318.0.dist-info}/RECORD +259 -58
- {yandexcloud-0.316.0.dist-info → yandexcloud-0.318.0.dist-info}/WHEEL +1 -1
- {yandexcloud-0.316.0.dist-info → yandexcloud-0.318.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.316.0.dist-info → yandexcloud-0.318.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.316.0.dist-info → yandexcloud-0.318.0.dist-info}/top_level.txt +0 -0
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: yandex/cloud/ai/assistants/v1/assistant.proto
|
|
4
|
+
"""Generated protocol buffer code."""
|
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
|
6
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
7
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
8
|
+
from google.protobuf.internal import builder as _builder
|
|
9
|
+
# @@protoc_insertion_point(imports)
|
|
10
|
+
|
|
11
|
+
_sym_db = _symbol_database.Default()
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
from yandex.cloud.ai.common import common_pb2 as yandex_dot_cloud_dot_ai_dot_common_dot_common__pb2
|
|
15
|
+
from yandex.cloud.ai.assistants.v1 import common_pb2 as yandex_dot_cloud_dot_ai_dot_assistants_dot_v1_dot_common__pb2
|
|
16
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n-yandex/cloud/ai/assistants/v1/assistant.proto\x12\x1dyandex.cloud.ai.assistants.v1\x1a#yandex/cloud/ai/common/common.proto\x1a*yandex/cloud/ai/assistants/v1/common.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xc4\x05\n\tAssistant\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x12\n\ncreated_by\x18\x05 \x01(\t\x12.\n\ncreated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x12\n\nupdated_by\x18\x07 \x01(\t\x12.\n\nupdated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x43\n\x11\x65xpiration_config\x18\t \x01(\x0b\x32(.yandex.cloud.ai.common.ExpirationConfig\x12.\n\nexpires_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x44\n\x06labels\x18\x0b \x03(\x0b\x32\x34.yandex.cloud.ai.assistants.v1.Assistant.LabelsEntry\x12\x11\n\tmodel_uri\x18\x0c \x01(\t\x12\x13\n\x0binstruction\x18\r \x01(\t\x12Y\n\x19prompt_truncation_options\x18\x0e \x01(\x0b\x32\x36.yandex.cloud.ai.assistants.v1.PromptTruncationOptions\x12L\n\x12\x63ompletion_options\x18\x0f \x01(\x0b\x32\x30.yandex.cloud.ai.assistants.v1.CompletionOptions\x12\x32\n\x05tools\x18\x10 \x03(\x0b\x32#.yandex.cloud.ai.assistants.v1.Tool\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42q\n!yandex.cloud.api.ai.assistants.v1ZLgithub.com/yandex-cloud/go-genproto/yandex/cloud/ai/assistants/v1;assistantsb\x06proto3')
|
|
20
|
+
|
|
21
|
+
_globals = globals()
|
|
22
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
23
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.ai.assistants.v1.assistant_pb2', _globals)
|
|
24
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
25
|
+
DESCRIPTOR._options = None
|
|
26
|
+
DESCRIPTOR._serialized_options = b'\n!yandex.cloud.api.ai.assistants.v1ZLgithub.com/yandex-cloud/go-genproto/yandex/cloud/ai/assistants/v1;assistants'
|
|
27
|
+
_ASSISTANT_LABELSENTRY._options = None
|
|
28
|
+
_ASSISTANT_LABELSENTRY._serialized_options = b'8\001'
|
|
29
|
+
_globals['_ASSISTANT']._serialized_start=195
|
|
30
|
+
_globals['_ASSISTANT']._serialized_end=903
|
|
31
|
+
_globals['_ASSISTANT_LABELSENTRY']._serialized_start=858
|
|
32
|
+
_globals['_ASSISTANT_LABELSENTRY']._serialized_end=903
|
|
33
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import builtins
|
|
7
|
+
import collections.abc
|
|
8
|
+
import google.protobuf.descriptor
|
|
9
|
+
import google.protobuf.internal.containers
|
|
10
|
+
import google.protobuf.message
|
|
11
|
+
import google.protobuf.timestamp_pb2
|
|
12
|
+
import typing
|
|
13
|
+
import yandex.cloud.ai.assistants.v1.common_pb2
|
|
14
|
+
import yandex.cloud.ai.common.common_pb2
|
|
15
|
+
|
|
16
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
17
|
+
|
|
18
|
+
@typing.final
|
|
19
|
+
class Assistant(google.protobuf.message.Message):
|
|
20
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
21
|
+
|
|
22
|
+
@typing.final
|
|
23
|
+
class LabelsEntry(google.protobuf.message.Message):
|
|
24
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
25
|
+
|
|
26
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
27
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
28
|
+
key: builtins.str
|
|
29
|
+
value: builtins.str
|
|
30
|
+
def __init__(
|
|
31
|
+
self,
|
|
32
|
+
*,
|
|
33
|
+
key: builtins.str = ...,
|
|
34
|
+
value: builtins.str = ...,
|
|
35
|
+
) -> None: ...
|
|
36
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
37
|
+
|
|
38
|
+
ID_FIELD_NUMBER: builtins.int
|
|
39
|
+
FOLDER_ID_FIELD_NUMBER: builtins.int
|
|
40
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
41
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
42
|
+
CREATED_BY_FIELD_NUMBER: builtins.int
|
|
43
|
+
CREATED_AT_FIELD_NUMBER: builtins.int
|
|
44
|
+
UPDATED_BY_FIELD_NUMBER: builtins.int
|
|
45
|
+
UPDATED_AT_FIELD_NUMBER: builtins.int
|
|
46
|
+
EXPIRATION_CONFIG_FIELD_NUMBER: builtins.int
|
|
47
|
+
EXPIRES_AT_FIELD_NUMBER: builtins.int
|
|
48
|
+
LABELS_FIELD_NUMBER: builtins.int
|
|
49
|
+
MODEL_URI_FIELD_NUMBER: builtins.int
|
|
50
|
+
INSTRUCTION_FIELD_NUMBER: builtins.int
|
|
51
|
+
PROMPT_TRUNCATION_OPTIONS_FIELD_NUMBER: builtins.int
|
|
52
|
+
COMPLETION_OPTIONS_FIELD_NUMBER: builtins.int
|
|
53
|
+
TOOLS_FIELD_NUMBER: builtins.int
|
|
54
|
+
id: builtins.str
|
|
55
|
+
folder_id: builtins.str
|
|
56
|
+
name: builtins.str
|
|
57
|
+
description: builtins.str
|
|
58
|
+
created_by: builtins.str
|
|
59
|
+
updated_by: builtins.str
|
|
60
|
+
model_uri: builtins.str
|
|
61
|
+
instruction: builtins.str
|
|
62
|
+
@property
|
|
63
|
+
def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
|
|
64
|
+
@property
|
|
65
|
+
def updated_at(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
|
|
66
|
+
@property
|
|
67
|
+
def expiration_config(self) -> yandex.cloud.ai.common.common_pb2.ExpirationConfig: ...
|
|
68
|
+
@property
|
|
69
|
+
def expires_at(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
|
|
70
|
+
@property
|
|
71
|
+
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]: ...
|
|
72
|
+
@property
|
|
73
|
+
def prompt_truncation_options(self) -> yandex.cloud.ai.assistants.v1.common_pb2.PromptTruncationOptions: ...
|
|
74
|
+
@property
|
|
75
|
+
def completion_options(self) -> yandex.cloud.ai.assistants.v1.common_pb2.CompletionOptions: ...
|
|
76
|
+
@property
|
|
77
|
+
def tools(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.ai.assistants.v1.common_pb2.Tool]: ...
|
|
78
|
+
def __init__(
|
|
79
|
+
self,
|
|
80
|
+
*,
|
|
81
|
+
id: builtins.str = ...,
|
|
82
|
+
folder_id: builtins.str = ...,
|
|
83
|
+
name: builtins.str = ...,
|
|
84
|
+
description: builtins.str = ...,
|
|
85
|
+
created_by: builtins.str = ...,
|
|
86
|
+
created_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
87
|
+
updated_by: builtins.str = ...,
|
|
88
|
+
updated_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
89
|
+
expiration_config: yandex.cloud.ai.common.common_pb2.ExpirationConfig | None = ...,
|
|
90
|
+
expires_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
91
|
+
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
92
|
+
model_uri: builtins.str = ...,
|
|
93
|
+
instruction: builtins.str = ...,
|
|
94
|
+
prompt_truncation_options: yandex.cloud.ai.assistants.v1.common_pb2.PromptTruncationOptions | None = ...,
|
|
95
|
+
completion_options: yandex.cloud.ai.assistants.v1.common_pb2.CompletionOptions | None = ...,
|
|
96
|
+
tools: collections.abc.Iterable[yandex.cloud.ai.assistants.v1.common_pb2.Tool] | None = ...,
|
|
97
|
+
) -> None: ...
|
|
98
|
+
def HasField(self, field_name: typing.Literal["completion_options", b"completion_options", "created_at", b"created_at", "expiration_config", b"expiration_config", "expires_at", b"expires_at", "prompt_truncation_options", b"prompt_truncation_options", "updated_at", b"updated_at"]) -> builtins.bool: ...
|
|
99
|
+
def ClearField(self, field_name: typing.Literal["completion_options", b"completion_options", "created_at", b"created_at", "created_by", b"created_by", "description", b"description", "expiration_config", b"expiration_config", "expires_at", b"expires_at", "folder_id", b"folder_id", "id", b"id", "instruction", b"instruction", "labels", b"labels", "model_uri", b"model_uri", "name", b"name", "prompt_truncation_options", b"prompt_truncation_options", "tools", b"tools", "updated_at", b"updated_at", "updated_by", b"updated_by"]) -> None: ...
|
|
100
|
+
|
|
101
|
+
global___Assistant = Assistant
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import abc
|
|
7
|
+
import collections.abc
|
|
8
|
+
import grpc
|
|
9
|
+
import grpc.aio
|
|
10
|
+
import typing
|
|
11
|
+
|
|
12
|
+
_T = typing.TypeVar("_T")
|
|
13
|
+
|
|
14
|
+
class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
|
|
15
|
+
|
|
16
|
+
class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
|
|
17
|
+
...
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: yandex/cloud/ai/assistants/v1/assistant_service.proto
|
|
4
|
+
"""Generated protocol buffer code."""
|
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
|
6
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
7
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
8
|
+
from google.protobuf.internal import builder as _builder
|
|
9
|
+
# @@protoc_insertion_point(imports)
|
|
10
|
+
|
|
11
|
+
_sym_db = _symbol_database.Default()
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
from yandex.cloud.ai.common import common_pb2 as yandex_dot_cloud_dot_ai_dot_common_dot_common__pb2
|
|
15
|
+
from yandex.cloud.ai.assistants.v1 import assistant_pb2 as yandex_dot_cloud_dot_ai_dot_assistants_dot_v1_dot_assistant__pb2
|
|
16
|
+
from yandex.cloud.ai.assistants.v1 import common_pb2 as yandex_dot_cloud_dot_ai_dot_assistants_dot_v1_dot_common__pb2
|
|
17
|
+
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
18
|
+
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
19
|
+
from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n5yandex/cloud/ai/assistants/v1/assistant_service.proto\x12\x1dyandex.cloud.ai.assistants.v1\x1a#yandex/cloud/ai/common/common.proto\x1a-yandex/cloud/ai/assistants/v1/assistant.proto\x1a*yandex/cloud/ai/assistants/v1/common.proto\x1a\x1dyandex/cloud/validation.proto\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\"\xa6\x04\n\x16\x43reateAssistantRequest\x12\x17\n\tfolder_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\x43\n\x11\x65xpiration_config\x18\x04 \x01(\x0b\x32(.yandex.cloud.ai.common.ExpirationConfig\x12Q\n\x06labels\x18\x05 \x03(\x0b\x32\x41.yandex.cloud.ai.assistants.v1.CreateAssistantRequest.LabelsEntry\x12\x17\n\tmodel_uri\x18\x06 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x13\n\x0binstruction\x18\x07 \x01(\t\x12Y\n\x19prompt_truncation_options\x18\x08 \x01(\x0b\x32\x36.yandex.cloud.ai.assistants.v1.PromptTruncationOptions\x12L\n\x12\x63ompletion_options\x18\t \x01(\x0b\x32\x30.yandex.cloud.ai.assistants.v1.CompletionOptions\x12\x32\n\x05tools\x18\n \x03(\x0b\x32#.yandex.cloud.ai.assistants.v1.Tool\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"1\n\x13GetAssistantRequest\x12\x1a\n\x0c\x61ssistant_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"\xda\x04\n\x16UpdateAssistantRequest\x12\x1a\n\x0c\x61ssistant_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x35\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x04\xe8\xc7\x31\x01\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x43\n\x11\x65xpiration_config\x18\x05 \x01(\x0b\x32(.yandex.cloud.ai.common.ExpirationConfig\x12Q\n\x06labels\x18\x06 \x03(\x0b\x32\x41.yandex.cloud.ai.assistants.v1.UpdateAssistantRequest.LabelsEntry\x12\x11\n\tmodel_uri\x18\x07 \x01(\t\x12\x13\n\x0binstruction\x18\x08 \x01(\t\x12Y\n\x19prompt_truncation_options\x18\t \x01(\x0b\x32\x36.yandex.cloud.ai.assistants.v1.PromptTruncationOptions\x12L\n\x12\x63ompletion_options\x18\n \x01(\x0b\x32\x30.yandex.cloud.ai.assistants.v1.CompletionOptions\x12\x32\n\x05tools\x18\x0b \x03(\x0b\x32#.yandex.cloud.ai.assistants.v1.Tool\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"4\n\x16\x44\x65leteAssistantRequest\x12\x1a\n\x0c\x61ssistant_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"\x19\n\x17\x44\x65leteAssistantResponse\"W\n\x15ListAssistantsRequest\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\"o\n\x16ListAssistantsResponse\x12<\n\nassistants\x18\x01 \x03(\x0b\x32(.yandex.cloud.ai.assistants.v1.Assistant\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"a\n\x1cListAssistantVersionsRequest\x12\x1a\n\x0c\x61ssistant_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\"\x8c\x01\n\x10\x41ssistantVersion\x12\n\n\x02id\x18\x01 \x01(\t\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12;\n\tassistant\x18\x03 \x01(\x0b\x32(.yandex.cloud.ai.assistants.v1.Assistant\"{\n\x1dListAssistantVersionsResponse\x12\x41\n\x08versions\x18\x01 \x03(\x0b\x32/.yandex.cloud.ai.assistants.v1.AssistantVersion\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\xde\x07\n\x10\x41ssistantService\x12\x8f\x01\n\x06\x43reate\x12\x35.yandex.cloud.ai.assistants.v1.CreateAssistantRequest\x1a(.yandex.cloud.ai.assistants.v1.Assistant\"$\x82\xd3\xe4\x93\x02\x1e\"\x19/assistants/v1/assistants:\x01*\x12\x95\x01\n\x03Get\x12\x32.yandex.cloud.ai.assistants.v1.GetAssistantRequest\x1a(.yandex.cloud.ai.assistants.v1.Assistant\"0\x82\xd3\xe4\x93\x02*\x12(/assistants/v1/assistants/{assistant_id}\x12\x9e\x01\n\x06Update\x12\x35.yandex.cloud.ai.assistants.v1.UpdateAssistantRequest\x1a(.yandex.cloud.ai.assistants.v1.Assistant\"3\x82\xd3\xe4\x93\x02-2(/assistants/v1/assistants/{assistant_id}:\x01*\x12\xa9\x01\n\x06\x44\x65lete\x12\x35.yandex.cloud.ai.assistants.v1.DeleteAssistantRequest\x1a\x36.yandex.cloud.ai.assistants.v1.DeleteAssistantResponse\"0\x82\xd3\xe4\x93\x02**(/assistants/v1/assistants/{assistant_id}\x12\x96\x01\n\x04List\x12\x34.yandex.cloud.ai.assistants.v1.ListAssistantsRequest\x1a\x35.yandex.cloud.ai.assistants.v1.ListAssistantsResponse\"!\x82\xd3\xe4\x93\x02\x1b\x12\x19/assistants/v1/assistants\x12\xb9\x01\n\x0cListVersions\x12;.yandex.cloud.ai.assistants.v1.ListAssistantVersionsRequest\x1a<.yandex.cloud.ai.assistants.v1.ListAssistantVersionsResponse\".\x82\xd3\xe4\x93\x02(\x12&/assistants/v1/assistants:listVersionsBq\n!yandex.cloud.api.ai.assistants.v1ZLgithub.com/yandex-cloud/go-genproto/yandex/cloud/ai/assistants/v1;assistantsb\x06proto3')
|
|
23
|
+
|
|
24
|
+
_globals = globals()
|
|
25
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
26
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.ai.assistants.v1.assistant_service_pb2', _globals)
|
|
27
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
28
|
+
DESCRIPTOR._options = None
|
|
29
|
+
DESCRIPTOR._serialized_options = b'\n!yandex.cloud.api.ai.assistants.v1ZLgithub.com/yandex-cloud/go-genproto/yandex/cloud/ai/assistants/v1;assistants'
|
|
30
|
+
_CREATEASSISTANTREQUEST_LABELSENTRY._options = None
|
|
31
|
+
_CREATEASSISTANTREQUEST_LABELSENTRY._serialized_options = b'8\001'
|
|
32
|
+
_CREATEASSISTANTREQUEST.fields_by_name['folder_id']._options = None
|
|
33
|
+
_CREATEASSISTANTREQUEST.fields_by_name['folder_id']._serialized_options = b'\350\3071\001'
|
|
34
|
+
_CREATEASSISTANTREQUEST.fields_by_name['model_uri']._options = None
|
|
35
|
+
_CREATEASSISTANTREQUEST.fields_by_name['model_uri']._serialized_options = b'\350\3071\001'
|
|
36
|
+
_GETASSISTANTREQUEST.fields_by_name['assistant_id']._options = None
|
|
37
|
+
_GETASSISTANTREQUEST.fields_by_name['assistant_id']._serialized_options = b'\350\3071\001'
|
|
38
|
+
_UPDATEASSISTANTREQUEST_LABELSENTRY._options = None
|
|
39
|
+
_UPDATEASSISTANTREQUEST_LABELSENTRY._serialized_options = b'8\001'
|
|
40
|
+
_UPDATEASSISTANTREQUEST.fields_by_name['assistant_id']._options = None
|
|
41
|
+
_UPDATEASSISTANTREQUEST.fields_by_name['assistant_id']._serialized_options = b'\350\3071\001'
|
|
42
|
+
_UPDATEASSISTANTREQUEST.fields_by_name['update_mask']._options = None
|
|
43
|
+
_UPDATEASSISTANTREQUEST.fields_by_name['update_mask']._serialized_options = b'\350\3071\001'
|
|
44
|
+
_DELETEASSISTANTREQUEST.fields_by_name['assistant_id']._options = None
|
|
45
|
+
_DELETEASSISTANTREQUEST.fields_by_name['assistant_id']._serialized_options = b'\350\3071\001'
|
|
46
|
+
_LISTASSISTANTSREQUEST.fields_by_name['folder_id']._options = None
|
|
47
|
+
_LISTASSISTANTSREQUEST.fields_by_name['folder_id']._serialized_options = b'\350\3071\001'
|
|
48
|
+
_LISTASSISTANTVERSIONSREQUEST.fields_by_name['assistant_id']._options = None
|
|
49
|
+
_LISTASSISTANTVERSIONSREQUEST.fields_by_name['assistant_id']._serialized_options = b'\350\3071\001'
|
|
50
|
+
_ASSISTANTSERVICE.methods_by_name['Create']._options = None
|
|
51
|
+
_ASSISTANTSERVICE.methods_by_name['Create']._serialized_options = b'\202\323\344\223\002\036\"\031/assistants/v1/assistants:\001*'
|
|
52
|
+
_ASSISTANTSERVICE.methods_by_name['Get']._options = None
|
|
53
|
+
_ASSISTANTSERVICE.methods_by_name['Get']._serialized_options = b'\202\323\344\223\002*\022(/assistants/v1/assistants/{assistant_id}'
|
|
54
|
+
_ASSISTANTSERVICE.methods_by_name['Update']._options = None
|
|
55
|
+
_ASSISTANTSERVICE.methods_by_name['Update']._serialized_options = b'\202\323\344\223\002-2(/assistants/v1/assistants/{assistant_id}:\001*'
|
|
56
|
+
_ASSISTANTSERVICE.methods_by_name['Delete']._options = None
|
|
57
|
+
_ASSISTANTSERVICE.methods_by_name['Delete']._serialized_options = b'\202\323\344\223\002**(/assistants/v1/assistants/{assistant_id}'
|
|
58
|
+
_ASSISTANTSERVICE.methods_by_name['List']._options = None
|
|
59
|
+
_ASSISTANTSERVICE.methods_by_name['List']._serialized_options = b'\202\323\344\223\002\033\022\031/assistants/v1/assistants'
|
|
60
|
+
_ASSISTANTSERVICE.methods_by_name['ListVersions']._options = None
|
|
61
|
+
_ASSISTANTSERVICE.methods_by_name['ListVersions']._serialized_options = b'\202\323\344\223\002(\022&/assistants/v1/assistants:listVersions'
|
|
62
|
+
_globals['_CREATEASSISTANTREQUEST']._serialized_start=312
|
|
63
|
+
_globals['_CREATEASSISTANTREQUEST']._serialized_end=862
|
|
64
|
+
_globals['_CREATEASSISTANTREQUEST_LABELSENTRY']._serialized_start=817
|
|
65
|
+
_globals['_CREATEASSISTANTREQUEST_LABELSENTRY']._serialized_end=862
|
|
66
|
+
_globals['_GETASSISTANTREQUEST']._serialized_start=864
|
|
67
|
+
_globals['_GETASSISTANTREQUEST']._serialized_end=913
|
|
68
|
+
_globals['_UPDATEASSISTANTREQUEST']._serialized_start=916
|
|
69
|
+
_globals['_UPDATEASSISTANTREQUEST']._serialized_end=1518
|
|
70
|
+
_globals['_UPDATEASSISTANTREQUEST_LABELSENTRY']._serialized_start=817
|
|
71
|
+
_globals['_UPDATEASSISTANTREQUEST_LABELSENTRY']._serialized_end=862
|
|
72
|
+
_globals['_DELETEASSISTANTREQUEST']._serialized_start=1520
|
|
73
|
+
_globals['_DELETEASSISTANTREQUEST']._serialized_end=1572
|
|
74
|
+
_globals['_DELETEASSISTANTRESPONSE']._serialized_start=1574
|
|
75
|
+
_globals['_DELETEASSISTANTRESPONSE']._serialized_end=1599
|
|
76
|
+
_globals['_LISTASSISTANTSREQUEST']._serialized_start=1601
|
|
77
|
+
_globals['_LISTASSISTANTSREQUEST']._serialized_end=1688
|
|
78
|
+
_globals['_LISTASSISTANTSRESPONSE']._serialized_start=1690
|
|
79
|
+
_globals['_LISTASSISTANTSRESPONSE']._serialized_end=1801
|
|
80
|
+
_globals['_LISTASSISTANTVERSIONSREQUEST']._serialized_start=1803
|
|
81
|
+
_globals['_LISTASSISTANTVERSIONSREQUEST']._serialized_end=1900
|
|
82
|
+
_globals['_ASSISTANTVERSION']._serialized_start=1903
|
|
83
|
+
_globals['_ASSISTANTVERSION']._serialized_end=2043
|
|
84
|
+
_globals['_LISTASSISTANTVERSIONSRESPONSE']._serialized_start=2045
|
|
85
|
+
_globals['_LISTASSISTANTVERSIONSRESPONSE']._serialized_end=2168
|
|
86
|
+
_globals['_ASSISTANTSERVICE']._serialized_start=2171
|
|
87
|
+
_globals['_ASSISTANTSERVICE']._serialized_end=3161
|
|
88
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,293 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import builtins
|
|
7
|
+
import collections.abc
|
|
8
|
+
import google.protobuf.descriptor
|
|
9
|
+
import google.protobuf.field_mask_pb2
|
|
10
|
+
import google.protobuf.internal.containers
|
|
11
|
+
import google.protobuf.message
|
|
12
|
+
import typing
|
|
13
|
+
import yandex.cloud.ai.assistants.v1.assistant_pb2
|
|
14
|
+
import yandex.cloud.ai.assistants.v1.common_pb2
|
|
15
|
+
import yandex.cloud.ai.common.common_pb2
|
|
16
|
+
|
|
17
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
18
|
+
|
|
19
|
+
@typing.final
|
|
20
|
+
class CreateAssistantRequest(google.protobuf.message.Message):
|
|
21
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
22
|
+
|
|
23
|
+
@typing.final
|
|
24
|
+
class LabelsEntry(google.protobuf.message.Message):
|
|
25
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
26
|
+
|
|
27
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
28
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
29
|
+
key: builtins.str
|
|
30
|
+
value: builtins.str
|
|
31
|
+
def __init__(
|
|
32
|
+
self,
|
|
33
|
+
*,
|
|
34
|
+
key: builtins.str = ...,
|
|
35
|
+
value: builtins.str = ...,
|
|
36
|
+
) -> None: ...
|
|
37
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
38
|
+
|
|
39
|
+
FOLDER_ID_FIELD_NUMBER: builtins.int
|
|
40
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
41
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
42
|
+
EXPIRATION_CONFIG_FIELD_NUMBER: builtins.int
|
|
43
|
+
LABELS_FIELD_NUMBER: builtins.int
|
|
44
|
+
MODEL_URI_FIELD_NUMBER: builtins.int
|
|
45
|
+
INSTRUCTION_FIELD_NUMBER: builtins.int
|
|
46
|
+
PROMPT_TRUNCATION_OPTIONS_FIELD_NUMBER: builtins.int
|
|
47
|
+
COMPLETION_OPTIONS_FIELD_NUMBER: builtins.int
|
|
48
|
+
TOOLS_FIELD_NUMBER: builtins.int
|
|
49
|
+
folder_id: builtins.str
|
|
50
|
+
name: builtins.str
|
|
51
|
+
description: builtins.str
|
|
52
|
+
model_uri: builtins.str
|
|
53
|
+
instruction: builtins.str
|
|
54
|
+
@property
|
|
55
|
+
def expiration_config(self) -> yandex.cloud.ai.common.common_pb2.ExpirationConfig: ...
|
|
56
|
+
@property
|
|
57
|
+
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]: ...
|
|
58
|
+
@property
|
|
59
|
+
def prompt_truncation_options(self) -> yandex.cloud.ai.assistants.v1.common_pb2.PromptTruncationOptions: ...
|
|
60
|
+
@property
|
|
61
|
+
def completion_options(self) -> yandex.cloud.ai.assistants.v1.common_pb2.CompletionOptions: ...
|
|
62
|
+
@property
|
|
63
|
+
def tools(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.ai.assistants.v1.common_pb2.Tool]: ...
|
|
64
|
+
def __init__(
|
|
65
|
+
self,
|
|
66
|
+
*,
|
|
67
|
+
folder_id: builtins.str = ...,
|
|
68
|
+
name: builtins.str = ...,
|
|
69
|
+
description: builtins.str = ...,
|
|
70
|
+
expiration_config: yandex.cloud.ai.common.common_pb2.ExpirationConfig | None = ...,
|
|
71
|
+
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
72
|
+
model_uri: builtins.str = ...,
|
|
73
|
+
instruction: builtins.str = ...,
|
|
74
|
+
prompt_truncation_options: yandex.cloud.ai.assistants.v1.common_pb2.PromptTruncationOptions | None = ...,
|
|
75
|
+
completion_options: yandex.cloud.ai.assistants.v1.common_pb2.CompletionOptions | None = ...,
|
|
76
|
+
tools: collections.abc.Iterable[yandex.cloud.ai.assistants.v1.common_pb2.Tool] | None = ...,
|
|
77
|
+
) -> None: ...
|
|
78
|
+
def HasField(self, field_name: typing.Literal["completion_options", b"completion_options", "expiration_config", b"expiration_config", "prompt_truncation_options", b"prompt_truncation_options"]) -> builtins.bool: ...
|
|
79
|
+
def ClearField(self, field_name: typing.Literal["completion_options", b"completion_options", "description", b"description", "expiration_config", b"expiration_config", "folder_id", b"folder_id", "instruction", b"instruction", "labels", b"labels", "model_uri", b"model_uri", "name", b"name", "prompt_truncation_options", b"prompt_truncation_options", "tools", b"tools"]) -> None: ...
|
|
80
|
+
|
|
81
|
+
global___CreateAssistantRequest = CreateAssistantRequest
|
|
82
|
+
|
|
83
|
+
@typing.final
|
|
84
|
+
class GetAssistantRequest(google.protobuf.message.Message):
|
|
85
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
86
|
+
|
|
87
|
+
ASSISTANT_ID_FIELD_NUMBER: builtins.int
|
|
88
|
+
assistant_id: builtins.str
|
|
89
|
+
def __init__(
|
|
90
|
+
self,
|
|
91
|
+
*,
|
|
92
|
+
assistant_id: builtins.str = ...,
|
|
93
|
+
) -> None: ...
|
|
94
|
+
def ClearField(self, field_name: typing.Literal["assistant_id", b"assistant_id"]) -> None: ...
|
|
95
|
+
|
|
96
|
+
global___GetAssistantRequest = GetAssistantRequest
|
|
97
|
+
|
|
98
|
+
@typing.final
|
|
99
|
+
class UpdateAssistantRequest(google.protobuf.message.Message):
|
|
100
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
101
|
+
|
|
102
|
+
@typing.final
|
|
103
|
+
class LabelsEntry(google.protobuf.message.Message):
|
|
104
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
105
|
+
|
|
106
|
+
KEY_FIELD_NUMBER: builtins.int
|
|
107
|
+
VALUE_FIELD_NUMBER: builtins.int
|
|
108
|
+
key: builtins.str
|
|
109
|
+
value: builtins.str
|
|
110
|
+
def __init__(
|
|
111
|
+
self,
|
|
112
|
+
*,
|
|
113
|
+
key: builtins.str = ...,
|
|
114
|
+
value: builtins.str = ...,
|
|
115
|
+
) -> None: ...
|
|
116
|
+
def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
|
|
117
|
+
|
|
118
|
+
ASSISTANT_ID_FIELD_NUMBER: builtins.int
|
|
119
|
+
UPDATE_MASK_FIELD_NUMBER: builtins.int
|
|
120
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
121
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
122
|
+
EXPIRATION_CONFIG_FIELD_NUMBER: builtins.int
|
|
123
|
+
LABELS_FIELD_NUMBER: builtins.int
|
|
124
|
+
MODEL_URI_FIELD_NUMBER: builtins.int
|
|
125
|
+
INSTRUCTION_FIELD_NUMBER: builtins.int
|
|
126
|
+
PROMPT_TRUNCATION_OPTIONS_FIELD_NUMBER: builtins.int
|
|
127
|
+
COMPLETION_OPTIONS_FIELD_NUMBER: builtins.int
|
|
128
|
+
TOOLS_FIELD_NUMBER: builtins.int
|
|
129
|
+
assistant_id: builtins.str
|
|
130
|
+
name: builtins.str
|
|
131
|
+
description: builtins.str
|
|
132
|
+
model_uri: builtins.str
|
|
133
|
+
instruction: builtins.str
|
|
134
|
+
@property
|
|
135
|
+
def update_mask(self) -> google.protobuf.field_mask_pb2.FieldMask: ...
|
|
136
|
+
@property
|
|
137
|
+
def expiration_config(self) -> yandex.cloud.ai.common.common_pb2.ExpirationConfig: ...
|
|
138
|
+
@property
|
|
139
|
+
def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]: ...
|
|
140
|
+
@property
|
|
141
|
+
def prompt_truncation_options(self) -> yandex.cloud.ai.assistants.v1.common_pb2.PromptTruncationOptions: ...
|
|
142
|
+
@property
|
|
143
|
+
def completion_options(self) -> yandex.cloud.ai.assistants.v1.common_pb2.CompletionOptions: ...
|
|
144
|
+
@property
|
|
145
|
+
def tools(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.ai.assistants.v1.common_pb2.Tool]: ...
|
|
146
|
+
def __init__(
|
|
147
|
+
self,
|
|
148
|
+
*,
|
|
149
|
+
assistant_id: builtins.str = ...,
|
|
150
|
+
update_mask: google.protobuf.field_mask_pb2.FieldMask | None = ...,
|
|
151
|
+
name: builtins.str = ...,
|
|
152
|
+
description: builtins.str = ...,
|
|
153
|
+
expiration_config: yandex.cloud.ai.common.common_pb2.ExpirationConfig | None = ...,
|
|
154
|
+
labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
|
|
155
|
+
model_uri: builtins.str = ...,
|
|
156
|
+
instruction: builtins.str = ...,
|
|
157
|
+
prompt_truncation_options: yandex.cloud.ai.assistants.v1.common_pb2.PromptTruncationOptions | None = ...,
|
|
158
|
+
completion_options: yandex.cloud.ai.assistants.v1.common_pb2.CompletionOptions | None = ...,
|
|
159
|
+
tools: collections.abc.Iterable[yandex.cloud.ai.assistants.v1.common_pb2.Tool] | None = ...,
|
|
160
|
+
) -> None: ...
|
|
161
|
+
def HasField(self, field_name: typing.Literal["completion_options", b"completion_options", "expiration_config", b"expiration_config", "prompt_truncation_options", b"prompt_truncation_options", "update_mask", b"update_mask"]) -> builtins.bool: ...
|
|
162
|
+
def ClearField(self, field_name: typing.Literal["assistant_id", b"assistant_id", "completion_options", b"completion_options", "description", b"description", "expiration_config", b"expiration_config", "instruction", b"instruction", "labels", b"labels", "model_uri", b"model_uri", "name", b"name", "prompt_truncation_options", b"prompt_truncation_options", "tools", b"tools", "update_mask", b"update_mask"]) -> None: ...
|
|
163
|
+
|
|
164
|
+
global___UpdateAssistantRequest = UpdateAssistantRequest
|
|
165
|
+
|
|
166
|
+
@typing.final
|
|
167
|
+
class DeleteAssistantRequest(google.protobuf.message.Message):
|
|
168
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
169
|
+
|
|
170
|
+
ASSISTANT_ID_FIELD_NUMBER: builtins.int
|
|
171
|
+
assistant_id: builtins.str
|
|
172
|
+
def __init__(
|
|
173
|
+
self,
|
|
174
|
+
*,
|
|
175
|
+
assistant_id: builtins.str = ...,
|
|
176
|
+
) -> None: ...
|
|
177
|
+
def ClearField(self, field_name: typing.Literal["assistant_id", b"assistant_id"]) -> None: ...
|
|
178
|
+
|
|
179
|
+
global___DeleteAssistantRequest = DeleteAssistantRequest
|
|
180
|
+
|
|
181
|
+
@typing.final
|
|
182
|
+
class DeleteAssistantResponse(google.protobuf.message.Message):
|
|
183
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
184
|
+
|
|
185
|
+
def __init__(
|
|
186
|
+
self,
|
|
187
|
+
) -> None: ...
|
|
188
|
+
|
|
189
|
+
global___DeleteAssistantResponse = DeleteAssistantResponse
|
|
190
|
+
|
|
191
|
+
@typing.final
|
|
192
|
+
class ListAssistantsRequest(google.protobuf.message.Message):
|
|
193
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
194
|
+
|
|
195
|
+
FOLDER_ID_FIELD_NUMBER: builtins.int
|
|
196
|
+
PAGE_SIZE_FIELD_NUMBER: builtins.int
|
|
197
|
+
PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
198
|
+
folder_id: builtins.str
|
|
199
|
+
page_size: builtins.int
|
|
200
|
+
page_token: builtins.str
|
|
201
|
+
def __init__(
|
|
202
|
+
self,
|
|
203
|
+
*,
|
|
204
|
+
folder_id: builtins.str = ...,
|
|
205
|
+
page_size: builtins.int = ...,
|
|
206
|
+
page_token: builtins.str = ...,
|
|
207
|
+
) -> None: ...
|
|
208
|
+
def ClearField(self, field_name: typing.Literal["folder_id", b"folder_id", "page_size", b"page_size", "page_token", b"page_token"]) -> None: ...
|
|
209
|
+
|
|
210
|
+
global___ListAssistantsRequest = ListAssistantsRequest
|
|
211
|
+
|
|
212
|
+
@typing.final
|
|
213
|
+
class ListAssistantsResponse(google.protobuf.message.Message):
|
|
214
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
215
|
+
|
|
216
|
+
ASSISTANTS_FIELD_NUMBER: builtins.int
|
|
217
|
+
NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
218
|
+
next_page_token: builtins.str
|
|
219
|
+
@property
|
|
220
|
+
def assistants(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.ai.assistants.v1.assistant_pb2.Assistant]: ...
|
|
221
|
+
def __init__(
|
|
222
|
+
self,
|
|
223
|
+
*,
|
|
224
|
+
assistants: collections.abc.Iterable[yandex.cloud.ai.assistants.v1.assistant_pb2.Assistant] | None = ...,
|
|
225
|
+
next_page_token: builtins.str = ...,
|
|
226
|
+
) -> None: ...
|
|
227
|
+
def ClearField(self, field_name: typing.Literal["assistants", b"assistants", "next_page_token", b"next_page_token"]) -> None: ...
|
|
228
|
+
|
|
229
|
+
global___ListAssistantsResponse = ListAssistantsResponse
|
|
230
|
+
|
|
231
|
+
@typing.final
|
|
232
|
+
class ListAssistantVersionsRequest(google.protobuf.message.Message):
|
|
233
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
234
|
+
|
|
235
|
+
ASSISTANT_ID_FIELD_NUMBER: builtins.int
|
|
236
|
+
PAGE_SIZE_FIELD_NUMBER: builtins.int
|
|
237
|
+
PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
238
|
+
assistant_id: builtins.str
|
|
239
|
+
page_size: builtins.int
|
|
240
|
+
page_token: builtins.str
|
|
241
|
+
def __init__(
|
|
242
|
+
self,
|
|
243
|
+
*,
|
|
244
|
+
assistant_id: builtins.str = ...,
|
|
245
|
+
page_size: builtins.int = ...,
|
|
246
|
+
page_token: builtins.str = ...,
|
|
247
|
+
) -> None: ...
|
|
248
|
+
def ClearField(self, field_name: typing.Literal["assistant_id", b"assistant_id", "page_size", b"page_size", "page_token", b"page_token"]) -> None: ...
|
|
249
|
+
|
|
250
|
+
global___ListAssistantVersionsRequest = ListAssistantVersionsRequest
|
|
251
|
+
|
|
252
|
+
@typing.final
|
|
253
|
+
class AssistantVersion(google.protobuf.message.Message):
|
|
254
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
255
|
+
|
|
256
|
+
ID_FIELD_NUMBER: builtins.int
|
|
257
|
+
UPDATE_MASK_FIELD_NUMBER: builtins.int
|
|
258
|
+
ASSISTANT_FIELD_NUMBER: builtins.int
|
|
259
|
+
id: builtins.str
|
|
260
|
+
@property
|
|
261
|
+
def update_mask(self) -> google.protobuf.field_mask_pb2.FieldMask: ...
|
|
262
|
+
@property
|
|
263
|
+
def assistant(self) -> yandex.cloud.ai.assistants.v1.assistant_pb2.Assistant: ...
|
|
264
|
+
def __init__(
|
|
265
|
+
self,
|
|
266
|
+
*,
|
|
267
|
+
id: builtins.str = ...,
|
|
268
|
+
update_mask: google.protobuf.field_mask_pb2.FieldMask | None = ...,
|
|
269
|
+
assistant: yandex.cloud.ai.assistants.v1.assistant_pb2.Assistant | None = ...,
|
|
270
|
+
) -> None: ...
|
|
271
|
+
def HasField(self, field_name: typing.Literal["assistant", b"assistant", "update_mask", b"update_mask"]) -> builtins.bool: ...
|
|
272
|
+
def ClearField(self, field_name: typing.Literal["assistant", b"assistant", "id", b"id", "update_mask", b"update_mask"]) -> None: ...
|
|
273
|
+
|
|
274
|
+
global___AssistantVersion = AssistantVersion
|
|
275
|
+
|
|
276
|
+
@typing.final
|
|
277
|
+
class ListAssistantVersionsResponse(google.protobuf.message.Message):
|
|
278
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
279
|
+
|
|
280
|
+
VERSIONS_FIELD_NUMBER: builtins.int
|
|
281
|
+
NEXT_PAGE_TOKEN_FIELD_NUMBER: builtins.int
|
|
282
|
+
next_page_token: builtins.str
|
|
283
|
+
@property
|
|
284
|
+
def versions(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___AssistantVersion]: ...
|
|
285
|
+
def __init__(
|
|
286
|
+
self,
|
|
287
|
+
*,
|
|
288
|
+
versions: collections.abc.Iterable[global___AssistantVersion] | None = ...,
|
|
289
|
+
next_page_token: builtins.str = ...,
|
|
290
|
+
) -> None: ...
|
|
291
|
+
def ClearField(self, field_name: typing.Literal["next_page_token", b"next_page_token", "versions", b"versions"]) -> None: ...
|
|
292
|
+
|
|
293
|
+
global___ListAssistantVersionsResponse = ListAssistantVersionsResponse
|