volcengine-python-sdk 4.0.26__py2.py3-none-any.whl → 4.0.28__py2.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 volcengine-python-sdk might be problematic. Click here for more details.
- {volcengine_python_sdk-4.0.26.dist-info → volcengine_python_sdk-4.0.28.dist-info}/METADATA +1 -1
- {volcengine_python_sdk-4.0.26.dist-info → volcengine_python_sdk-4.0.28.dist-info}/RECORD +427 -44
- {volcengine_python_sdk-4.0.26.dist-info → volcengine_python_sdk-4.0.28.dist-info}/top_level.txt +1 -0
- volcenginesdkacep/__init__.py +15 -0
- volcenginesdkacep/api/acep_api.py +485 -0
- volcenginesdkacep/models/__init__.py +15 -0
- volcenginesdkacep/models/backup_data_request.py +176 -0
- volcenginesdkacep/models/backup_data_response.py +149 -0
- volcenginesdkacep/models/delete_backup_data_request.py +150 -0
- volcenginesdkacep/models/delete_backup_data_response.py +123 -0
- volcenginesdkacep/models/detail_for_backup_data_output.py +201 -0
- volcenginesdkacep/models/detail_for_delete_backup_data_output.py +175 -0
- volcenginesdkacep/models/detail_for_restore_data_output.py +175 -0
- volcenginesdkacep/models/get_dc_bandwidth_daily_peak_request.py +204 -0
- volcenginesdkacep/models/get_dc_bandwidth_daily_peak_response.py +123 -0
- volcenginesdkacep/models/list_backup_data_request.py +254 -0
- volcenginesdkacep/models/list_backup_data_response.py +149 -0
- volcenginesdkacep/models/restore_data_request.py +203 -0
- volcenginesdkacep/models/restore_data_response.py +149 -0
- volcenginesdkacep/models/row_for_get_dc_bandwidth_daily_peak_output.py +253 -0
- volcenginesdkacep/models/row_for_list_backup_data_output.py +799 -0
- volcenginesdkclb/__init__.py +10 -0
- volcenginesdkclb/api/clb_api.py +194 -0
- volcenginesdkclb/models/__init__.py +10 -0
- volcenginesdkclb/models/access_log_for_describe_network_load_balancer_attributes_output.py +175 -0
- volcenginesdkclb/models/add_domain_extension_for_modify_listener_domain_extensions_input.py +175 -0
- volcenginesdkclb/models/convert_load_balancer_billing_type_request.py +27 -1
- volcenginesdkclb/models/describe_listener_attributes_response.py +27 -1
- volcenginesdkclb/models/describe_network_load_balancer_attributes_response.py +27 -1
- volcenginesdkclb/models/describe_nlb_server_groups_request.py +53 -1
- volcenginesdkclb/models/domain_extension_for_describe_listener_attributes_output.py +201 -0
- volcenginesdkclb/models/domain_extension_for_describe_listeners_output.py +201 -0
- volcenginesdkclb/models/listener_for_describe_listeners_output.py +27 -1
- volcenginesdkclb/models/modify_domain_extension_for_modify_listener_domain_extensions_input.py +175 -0
- volcenginesdkclb/models/modify_listener_domain_extensions_request.py +202 -0
- volcenginesdkclb/models/modify_listener_domain_extensions_response.py +123 -0
- volcenginesdkclb/models/modify_network_load_balancer_access_log_request.py +202 -0
- volcenginesdkclb/models/modify_network_load_balancer_access_log_response.py +123 -0
- volcenginesdkclb/models/remove_domain_extension_for_modify_listener_domain_extensions_input.py +123 -0
- volcenginesdkcore/api_client.py +1 -1
- volcenginesdkcore/configuration.py +1 -1
- volcenginesdkcore/interceptor/interceptors/build_request_interceptor.py +4 -0
- volcenginesdkcore/interceptor/interceptors/sign_request_interceptor.py +1 -1
- volcenginesdkdbw/__init__.py +18 -0
- volcenginesdkdbw/api/dbw_api.py +388 -0
- volcenginesdkdbw/models/__init__.py +18 -0
- volcenginesdkdbw/models/column_for_get_table_info_output.py +331 -0
- volcenginesdkdbw/models/execute_sql_request.py +231 -0
- volcenginesdkdbw/models/execute_sql_response.py +123 -0
- volcenginesdkdbw/models/foreign_key_for_get_table_info_output.py +279 -0
- volcenginesdkdbw/models/get_table_info_request.py +205 -0
- volcenginesdkdbw/models/get_table_info_response.py +123 -0
- volcenginesdkdbw/models/index_for_get_table_info_output.py +201 -0
- volcenginesdkdbw/models/item_for_list_databases_output.py +279 -0
- volcenginesdkdbw/models/list_databases_request.py +203 -0
- volcenginesdkdbw/models/list_databases_response.py +149 -0
- volcenginesdkdbw/models/list_tables_request.py +230 -0
- volcenginesdkdbw/models/list_tables_response.py +149 -0
- volcenginesdkdbw/models/partition_options_for_get_table_info_output.py +175 -0
- volcenginesdkdbw/models/result_for_execute_sql_output.py +305 -0
- volcenginesdkdbw/models/row_for_execute_sql_output.py +123 -0
- volcenginesdkdbw/models/running_info_for_execute_sql_output.py +201 -0
- volcenginesdkdbw/models/table_meta_for_get_table_info_output.py +383 -0
- volcenginesdkdbw/models/table_options_for_get_table_info_output.py +331 -0
- volcenginesdkgraph/__init__.py +48 -0
- volcenginesdkgraph/api/graph_api.py +951 -78
- volcenginesdkgraph/models/__init__.py +48 -0
- volcenginesdkgraph/models/availability_zone_for_list_graph_rag_service_output.py +253 -0
- volcenginesdkgraph/models/bg3_link_for_list_graph_rag_service_output.py +175 -0
- volcenginesdkgraph/models/bytestore_info_for_list_graph_rag_service_output.py +201 -0
- volcenginesdkgraph/models/conf_checker_for_get_conf_checker_output.py +409 -0
- volcenginesdkgraph/models/conf_checker_for_update_conf_checker_input.py +409 -0
- volcenginesdkgraph/models/conf_checker_for_validate_conf_checker_input.py +409 -0
- volcenginesdkgraph/models/convert_value_for_list_tablets_output.py +149 -0
- volcenginesdkgraph/models/create_instance_request.py +29 -3
- volcenginesdkgraph/models/first_for_list_tablet_task_output.py +175 -0
- volcenginesdkgraph/models/get_conf_checker_request.py +253 -0
- volcenginesdkgraph/models/get_conf_checker_response.py +123 -0
- volcenginesdkgraph/models/graphrag_add_knowledge_base_request.py +178 -0
- volcenginesdkgraph/models/graphrag_add_knowledge_base_response.py +95 -0
- volcenginesdkgraph/models/image_info_for_list_graph_rag_service_output.py +227 -0
- volcenginesdkgraph/models/info_for_list_graph_rag_service_output.py +175 -0
- volcenginesdkgraph/models/info_for_list_tablet_task_output.py +201 -0
- volcenginesdkgraph/models/ins_spec_for_list_graph_rag_service_output.py +175 -0
- volcenginesdkgraph/models/list_graph_rag_service_request.py +178 -0
- volcenginesdkgraph/models/list_graph_rag_service_response.py +149 -0
- volcenginesdkgraph/models/list_tablet_server_request.py +150 -0
- volcenginesdkgraph/models/list_tablet_server_response.py +149 -0
- volcenginesdkgraph/models/list_tablet_task_request.py +177 -0
- volcenginesdkgraph/models/list_tablet_task_response.py +123 -0
- volcenginesdkgraph/models/list_tablets_request.py +254 -0
- volcenginesdkgraph/models/list_tablets_response.py +123 -0
- volcenginesdkgraph/models/migrate_tablet_replica_request.py +257 -0
- volcenginesdkgraph/models/migrate_tablet_replica_response.py +123 -0
- volcenginesdkgraph/models/pending_schedule_replica_for_list_tablets_output.py +149 -0
- volcenginesdkgraph/models/replica_info_for_list_tablets_output.py +149 -0
- volcenginesdkgraph/models/replicas_to_close_for_list_tablet_task_output.py +227 -0
- volcenginesdkgraph/models/replicas_to_delete_for_list_tablet_task_output.py +227 -0
- volcenginesdkgraph/models/replicas_to_failover_by_promote_for_list_tablet_task_output.py +149 -0
- volcenginesdkgraph/models/replicas_to_failover_by_reopen_for_list_tablet_task_output.py +149 -0
- volcenginesdkgraph/models/replicas_to_open_or_add_for_list_tablet_task_output.py +227 -0
- volcenginesdkgraph/models/second_for_list_tablet_task_output.py +175 -0
- volcenginesdkgraph/models/storage_info_for_list_graph_rag_service_output.py +149 -0
- volcenginesdkgraph/models/tablet_info_for_list_tablets_output.py +149 -0
- volcenginesdkgraph/models/tablet_server_info_for_list_tablet_server_output.py +227 -0
- volcenginesdkgraph/models/tablet_task_info_for_list_tablet_task_output.py +435 -0
- volcenginesdkgraph/models/tablet_to_merge_for_list_tablet_task_output.py +149 -0
- volcenginesdkgraph/models/tablet_to_split_for_list_tablet_task_output.py +175 -0
- volcenginesdkgraph/models/tablets_to_delete_for_list_tablet_task_output.py +175 -0
- volcenginesdkgraph/models/tag_for_list_graph_rag_service_output.py +149 -0
- volcenginesdkgraph/models/update_conf_checker_request.py +123 -0
- volcenginesdkgraph/models/update_conf_checker_response.py +123 -0
- volcenginesdkgraph/models/validate_conf_checker_request.py +123 -0
- volcenginesdkgraph/models/validate_conf_checker_response.py +149 -0
- volcenginesdkgraph/models/value_for_list_tablets_output.py +201 -0
- volcenginesdkgraph/models/ve_graph_info_for_list_graph_rag_service_output.py +851 -0
- volcenginesdkid/__init__.py +276 -0
- volcenginesdkid/api/__init__.py +6 -0
- volcenginesdkid/api/id_api.py +7891 -0
- volcenginesdkid/models/__init__.py +272 -0
- volcenginesdkid/models/api_key_auth_config_for_batch_get_inbound_auth_config_output.py +201 -0
- volcenginesdkid/models/api_key_auth_config_for_create_api_key_input.py +201 -0
- volcenginesdkid/models/api_key_auth_config_for_create_inbound_auth_config_input.py +201 -0
- volcenginesdkid/models/api_key_auth_config_for_create_inbound_auth_config_output.py +201 -0
- volcenginesdkid/models/api_key_auth_config_for_get_inbound_auth_config_output.py +201 -0
- volcenginesdkid/models/api_key_auth_config_for_list_inbound_auth_configs_output.py +201 -0
- volcenginesdkid/models/api_key_auth_config_for_update_inbound_auth_config_input.py +201 -0
- volcenginesdkid/models/api_key_credential_provider_for_batch_get_api_key_credential_providers_output.py +201 -0
- volcenginesdkid/models/api_key_credential_provider_for_list_api_key_credential_providers_output.py +201 -0
- volcenginesdkid/models/api_key_metadata_for_batch_get_inbound_auth_config_output.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_create_api_key_credential_provider_input.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_create_api_key_input.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_create_inbound_auth_config_input.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_create_inbound_auth_config_output.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_get_api_key_credential_provider_output.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_get_inbound_auth_config_output.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_get_resource_api_key_output.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_list_inbound_auth_configs_output.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_update_api_key_credential_provider_input.py +149 -0
- volcenginesdkid/models/api_key_metadata_for_update_inbound_auth_config_input.py +149 -0
- volcenginesdkid/models/attach_inbound_auth_config_request.py +151 -0
- volcenginesdkid/models/attach_inbound_auth_config_response.py +95 -0
- volcenginesdkid/models/authorization_server_metadata_for_create_oauth2_credential_provider_input.py +201 -0
- volcenginesdkid/models/authorization_server_metadata_for_get_oauth2_credential_provider_output.py +201 -0
- volcenginesdkid/models/authorization_server_metadata_for_update_oauth2_credential_provider_input.py +201 -0
- volcenginesdkid/models/batch_get_api_key_credential_providers_request.py +149 -0
- volcenginesdkid/models/batch_get_api_key_credential_providers_response.py +123 -0
- volcenginesdkid/models/batch_get_inbound_auth_config_request.py +123 -0
- volcenginesdkid/models/batch_get_inbound_auth_config_response.py +123 -0
- volcenginesdkid/models/batch_get_oauth2_credential_providers_request.py +149 -0
- volcenginesdkid/models/batch_get_oauth2_credential_providers_response.py +123 -0
- volcenginesdkid/models/check_api_key_request.py +124 -0
- volcenginesdkid/models/check_api_key_response.py +95 -0
- volcenginesdkid/models/check_permission_request.py +254 -0
- volcenginesdkid/models/check_permission_response.py +149 -0
- volcenginesdkid/models/config_for_create_oauth2_credential_provider_input.py +331 -0
- volcenginesdkid/models/config_for_get_oauth2_credential_provider_output.py +331 -0
- volcenginesdkid/models/config_for_update_oauth2_credential_provider_input.py +331 -0
- volcenginesdkid/models/create_api_key_credential_provider_request.py +203 -0
- volcenginesdkid/models/create_api_key_credential_provider_response.py +175 -0
- volcenginesdkid/models/create_api_key_request.py +150 -0
- volcenginesdkid/models/create_api_key_response.py +95 -0
- volcenginesdkid/models/create_identity_provider_o_auth_request.py +419 -0
- volcenginesdkid/models/create_identity_provider_o_auth_response.py +409 -0
- volcenginesdkid/models/create_identity_provider_oidc_request.py +365 -0
- volcenginesdkid/models/create_identity_provider_oidc_response.py +357 -0
- volcenginesdkid/models/create_inbound_auth_config_request.py +254 -0
- volcenginesdkid/models/create_inbound_auth_config_response.py +357 -0
- volcenginesdkid/models/create_namespace_request.py +149 -0
- volcenginesdkid/models/create_namespace_response.py +175 -0
- volcenginesdkid/models/create_oauth2_credential_provider_request.py +206 -0
- volcenginesdkid/models/create_oauth2_credential_provider_response.py +175 -0
- volcenginesdkid/models/create_policy_request.py +149 -0
- volcenginesdkid/models/create_policy_response.py +175 -0
- volcenginesdkid/models/create_user_pool_client_request.py +230 -0
- volcenginesdkid/models/create_user_pool_client_response.py +461 -0
- volcenginesdkid/models/create_user_pool_request.py +150 -0
- volcenginesdkid/models/create_user_pool_response.py +383 -0
- volcenginesdkid/models/create_user_request.py +410 -0
- volcenginesdkid/models/create_user_response.py +773 -0
- volcenginesdkid/models/create_users_csv_request.py +124 -0
- volcenginesdkid/models/create_users_csv_response.py +201 -0
- volcenginesdkid/models/create_users_request.py +150 -0
- volcenginesdkid/models/create_users_response.py +201 -0
- volcenginesdkid/models/create_workload_identity_request.py +228 -0
- volcenginesdkid/models/create_workload_identity_response.py +305 -0
- volcenginesdkid/models/create_workload_pool_request.py +149 -0
- volcenginesdkid/models/create_workload_pool_response.py +253 -0
- volcenginesdkid/models/credential_provider_for_list_credential_providers_output.py +253 -0
- volcenginesdkid/models/custom_parameters_for_create_oauth2_credential_provider_input.py +123 -0
- volcenginesdkid/models/custom_parameters_for_get_oauth2_credential_provider_output.py +123 -0
- volcenginesdkid/models/custom_parameters_for_get_resource_oauth2_token_input.py +123 -0
- volcenginesdkid/models/custom_parameters_for_update_oauth2_credential_provider_input.py +123 -0
- volcenginesdkid/models/data_for_list_identity_providers_o_auth_output.py +409 -0
- volcenginesdkid/models/data_for_list_identity_providers_oidc_output.py +357 -0
- volcenginesdkid/models/data_for_list_identity_providers_output.py +227 -0
- volcenginesdkid/models/data_for_list_policies_output.py +175 -0
- volcenginesdkid/models/data_for_list_user_pool_clients_output.py +253 -0
- volcenginesdkid/models/data_for_list_user_pools_output.py +279 -0
- volcenginesdkid/models/data_for_list_users_output.py +773 -0
- volcenginesdkid/models/delete_api_key_credential_provider_request.py +150 -0
- volcenginesdkid/models/delete_api_key_credential_provider_response.py +95 -0
- volcenginesdkid/models/delete_api_key_request.py +151 -0
- volcenginesdkid/models/delete_api_key_response.py +95 -0
- volcenginesdkid/models/delete_identity_provider_o_auth_request.py +151 -0
- volcenginesdkid/models/delete_identity_provider_o_auth_response.py +123 -0
- volcenginesdkid/models/delete_identity_provider_oidc_request.py +151 -0
- volcenginesdkid/models/delete_identity_provider_oidc_response.py +123 -0
- volcenginesdkid/models/delete_identity_provider_request.py +151 -0
- volcenginesdkid/models/delete_identity_provider_response.py +123 -0
- volcenginesdkid/models/delete_inbound_auth_config_request.py +124 -0
- volcenginesdkid/models/delete_inbound_auth_config_response.py +95 -0
- volcenginesdkid/models/delete_namespace_request.py +123 -0
- volcenginesdkid/models/delete_namespace_response.py +149 -0
- volcenginesdkid/models/delete_oauth2_credential_provider_request.py +150 -0
- volcenginesdkid/models/delete_oauth2_credential_provider_response.py +95 -0
- volcenginesdkid/models/delete_policy_request.py +149 -0
- volcenginesdkid/models/delete_policy_response.py +149 -0
- volcenginesdkid/models/delete_user_pool_client_request.py +151 -0
- volcenginesdkid/models/delete_user_pool_client_response.py +123 -0
- volcenginesdkid/models/delete_user_pool_request.py +124 -0
- volcenginesdkid/models/delete_user_pool_response.py +123 -0
- volcenginesdkid/models/delete_users_request.py +150 -0
- volcenginesdkid/models/delete_users_response.py +201 -0
- volcenginesdkid/models/delete_workload_identity_request.py +150 -0
- volcenginesdkid/models/delete_workload_identity_response.py +95 -0
- volcenginesdkid/models/delete_workload_pool_request.py +123 -0
- volcenginesdkid/models/delete_workload_pool_response.py +95 -0
- volcenginesdkid/models/detach_inbound_auth_config_request.py +151 -0
- volcenginesdkid/models/detach_inbound_auth_config_response.py +95 -0
- volcenginesdkid/models/entity_for_check_permission_input.py +149 -0
- volcenginesdkid/models/entry_for_create_oauth2_credential_provider_input.py +149 -0
- volcenginesdkid/models/entry_for_get_oauth2_credential_provider_output.py +149 -0
- volcenginesdkid/models/entry_for_get_resource_oauth2_token_input.py +149 -0
- volcenginesdkid/models/entry_for_update_oauth2_credential_provider_input.py +149 -0
- volcenginesdkid/models/filter_for_list_identity_providers_input.py +149 -0
- volcenginesdkid/models/filter_for_list_user_pool_clients_input.py +175 -0
- volcenginesdkid/models/filter_for_list_user_pools_input.py +201 -0
- volcenginesdkid/models/filter_for_list_users_input.py +435 -0
- volcenginesdkid/models/get_api_key_credential_provider_request.py +150 -0
- volcenginesdkid/models/get_api_key_credential_provider_response.py +279 -0
- volcenginesdkid/models/get_identity_provider_o_auth_request.py +151 -0
- volcenginesdkid/models/get_identity_provider_o_auth_response.py +409 -0
- volcenginesdkid/models/get_identity_provider_oidc_request.py +151 -0
- volcenginesdkid/models/get_identity_provider_oidc_response.py +357 -0
- volcenginesdkid/models/get_inbound_auth_config_request.py +124 -0
- volcenginesdkid/models/get_inbound_auth_config_response.py +357 -0
- volcenginesdkid/models/get_namespace_request.py +149 -0
- volcenginesdkid/models/get_namespace_response.py +201 -0
- volcenginesdkid/models/get_oauth2_credential_provider_request.py +150 -0
- volcenginesdkid/models/get_oauth2_credential_provider_response.py +305 -0
- volcenginesdkid/models/get_policy_request.py +149 -0
- volcenginesdkid/models/get_policy_response.py +175 -0
- volcenginesdkid/models/get_resource_api_key_request.py +177 -0
- volcenginesdkid/models/get_resource_api_key_response.py +149 -0
- volcenginesdkid/models/get_resource_oauth2_token_request.py +307 -0
- volcenginesdkid/models/get_resource_oauth2_token_response.py +149 -0
- volcenginesdkid/models/get_user_csv_template_request.py +124 -0
- volcenginesdkid/models/get_user_csv_template_response.py +95 -0
- volcenginesdkid/models/get_user_pool_client_request.py +151 -0
- volcenginesdkid/models/get_user_pool_client_response.py +461 -0
- volcenginesdkid/models/get_user_pool_request.py +124 -0
- volcenginesdkid/models/get_user_pool_response.py +383 -0
- volcenginesdkid/models/get_user_request.py +151 -0
- volcenginesdkid/models/get_user_response.py +773 -0
- volcenginesdkid/models/get_workload_access_token_for_jwt_request.py +176 -0
- volcenginesdkid/models/get_workload_access_token_for_jwt_response.py +149 -0
- volcenginesdkid/models/get_workload_access_token_for_user_id_request.py +176 -0
- volcenginesdkid/models/get_workload_access_token_for_user_id_response.py +149 -0
- volcenginesdkid/models/get_workload_access_token_request.py +149 -0
- volcenginesdkid/models/get_workload_access_token_response.py +149 -0
- volcenginesdkid/models/get_workload_identity_request.py +150 -0
- volcenginesdkid/models/get_workload_identity_response.py +305 -0
- volcenginesdkid/models/get_workload_pool_request.py +149 -0
- volcenginesdkid/models/get_workload_pool_response.py +253 -0
- volcenginesdkid/models/grant_permission_request.py +228 -0
- volcenginesdkid/models/grant_permission_response.py +175 -0
- volcenginesdkid/models/id_token_for_create_user_pool_client_output.py +123 -0
- volcenginesdkid/models/id_token_for_get_user_pool_client_output.py +123 -0
- volcenginesdkid/models/id_token_for_update_user_pool_client_input.py +123 -0
- volcenginesdkid/models/id_token_for_update_user_pool_client_output.py +123 -0
- volcenginesdkid/models/inbound_auth_config_for_batch_get_inbound_auth_config_output.py +357 -0
- volcenginesdkid/models/inbound_auth_config_for_list_inbound_auth_configs_output.py +357 -0
- volcenginesdkid/models/jwt_auth_config_for_batch_get_inbound_auth_config_output.py +175 -0
- volcenginesdkid/models/jwt_auth_config_for_create_inbound_auth_config_input.py +175 -0
- volcenginesdkid/models/jwt_auth_config_for_create_inbound_auth_config_output.py +175 -0
- volcenginesdkid/models/jwt_auth_config_for_get_inbound_auth_config_output.py +175 -0
- volcenginesdkid/models/jwt_auth_config_for_list_inbound_auth_configs_output.py +175 -0
- volcenginesdkid/models/jwt_auth_config_for_update_inbound_auth_config_input.py +175 -0
- volcenginesdkid/models/list_api_key_credential_providers_request.py +177 -0
- volcenginesdkid/models/list_api_key_credential_providers_response.py +201 -0
- volcenginesdkid/models/list_credential_providers_request.py +177 -0
- volcenginesdkid/models/list_credential_providers_response.py +201 -0
- volcenginesdkid/models/list_identity_providers_o_auth_request.py +124 -0
- volcenginesdkid/models/list_identity_providers_o_auth_response.py +201 -0
- volcenginesdkid/models/list_identity_providers_oidc_request.py +124 -0
- volcenginesdkid/models/list_identity_providers_oidc_response.py +201 -0
- volcenginesdkid/models/list_identity_providers_request.py +204 -0
- volcenginesdkid/models/list_identity_providers_response.py +201 -0
- volcenginesdkid/models/list_inbound_auth_configs_request.py +203 -0
- volcenginesdkid/models/list_inbound_auth_configs_response.py +201 -0
- volcenginesdkid/models/list_namespaces_request.py +149 -0
- volcenginesdkid/models/list_namespaces_response.py +201 -0
- volcenginesdkid/models/list_oauth2_credential_providers_request.py +177 -0
- volcenginesdkid/models/list_oauth2_credential_providers_response.py +201 -0
- volcenginesdkid/models/list_policies_request.py +123 -0
- volcenginesdkid/models/list_policies_response.py +123 -0
- volcenginesdkid/models/list_user_pool_clients_request.py +256 -0
- volcenginesdkid/models/list_user_pool_clients_response.py +201 -0
- volcenginesdkid/models/list_user_pools_request.py +229 -0
- volcenginesdkid/models/list_user_pools_response.py +201 -0
- volcenginesdkid/models/list_users_request.py +256 -0
- volcenginesdkid/models/list_users_response.py +201 -0
- volcenginesdkid/models/list_workload_identities_request.py +209 -0
- volcenginesdkid/models/list_workload_identities_response.py +201 -0
- volcenginesdkid/models/list_workload_pools_request.py +157 -0
- volcenginesdkid/models/list_workload_pools_response.py +201 -0
- volcenginesdkid/models/oauth2_callback_request.py +178 -0
- volcenginesdkid/models/oauth2_callback_response.py +123 -0
- volcenginesdkid/models/oauth2_credential_provider_for_batch_get_oauth2_credential_providers_output.py +227 -0
- volcenginesdkid/models/oauth2_credential_provider_for_list_oauth2_credential_providers_output.py +227 -0
- volcenginesdkid/models/oauth2_discovery_for_create_oauth2_credential_provider_input.py +149 -0
- volcenginesdkid/models/oauth2_discovery_for_get_oauth2_credential_provider_output.py +149 -0
- volcenginesdkid/models/oauth2_discovery_for_update_oauth2_credential_provider_input.py +149 -0
- volcenginesdkid/models/operation_for_check_permission_input.py +149 -0
- volcenginesdkid/models/operation_for_grant_permission_input.py +175 -0
- volcenginesdkid/models/original_caller_for_check_permission_input.py +149 -0
- volcenginesdkid/models/original_caller_for_grant_permission_input.py +175 -0
- volcenginesdkid/models/parent_for_check_permission_input.py +149 -0
- volcenginesdkid/models/principal_for_check_permission_input.py +149 -0
- volcenginesdkid/models/principal_for_grant_permission_input.py +175 -0
- volcenginesdkid/models/provider_options_for_create_identity_provider_o_auth_input.py +227 -0
- volcenginesdkid/models/provider_options_for_create_identity_provider_o_auth_output.py +227 -0
- volcenginesdkid/models/provider_options_for_create_identity_provider_oidc_input.py +227 -0
- volcenginesdkid/models/provider_options_for_create_identity_provider_oidc_output.py +227 -0
- volcenginesdkid/models/provider_options_for_get_identity_provider_o_auth_output.py +227 -0
- volcenginesdkid/models/provider_options_for_get_identity_provider_oidc_output.py +227 -0
- volcenginesdkid/models/provider_options_for_list_identity_providers_o_auth_output.py +227 -0
- volcenginesdkid/models/provider_options_for_list_identity_providers_oidc_output.py +227 -0
- volcenginesdkid/models/provider_options_for_update_identity_provider_o_auth_input.py +227 -0
- volcenginesdkid/models/provider_options_for_update_identity_provider_o_auth_output.py +227 -0
- volcenginesdkid/models/provider_options_for_update_identity_provider_oidc_input.py +227 -0
- volcenginesdkid/models/provider_options_for_update_identity_provider_oidc_output.py +227 -0
- volcenginesdkid/models/reference_for_check_permission_input.py +149 -0
- volcenginesdkid/models/refresh_token_for_create_user_pool_client_output.py +227 -0
- volcenginesdkid/models/refresh_token_for_get_user_pool_client_output.py +227 -0
- volcenginesdkid/models/refresh_token_for_update_user_pool_client_input.py +227 -0
- volcenginesdkid/models/refresh_token_for_update_user_pool_client_output.py +227 -0
- volcenginesdkid/models/resource_for_check_permission_input.py +149 -0
- volcenginesdkid/models/resource_for_grant_permission_input.py +175 -0
- volcenginesdkid/models/update_api_key_credential_provider_request.py +202 -0
- volcenginesdkid/models/update_api_key_credential_provider_response.py +227 -0
- volcenginesdkid/models/update_identity_provider_o_auth_request.py +440 -0
- volcenginesdkid/models/update_identity_provider_o_auth_response.py +409 -0
- volcenginesdkid/models/update_identity_provider_oidc_request.py +388 -0
- volcenginesdkid/models/update_identity_provider_oidc_response.py +357 -0
- volcenginesdkid/models/update_inbound_auth_config_request.py +202 -0
- volcenginesdkid/models/update_inbound_auth_config_response.py +95 -0
- volcenginesdkid/models/update_namespace_request.py +149 -0
- volcenginesdkid/models/update_namespace_response.py +149 -0
- volcenginesdkid/models/update_oauth2_credential_provider_request.py +176 -0
- volcenginesdkid/models/update_oauth2_credential_provider_response.py +227 -0
- volcenginesdkid/models/update_user_pool_client_request.py +359 -0
- volcenginesdkid/models/update_user_pool_client_response.py +461 -0
- volcenginesdkid/models/update_user_pool_request.py +176 -0
- volcenginesdkid/models/update_user_pool_response.py +383 -0
- volcenginesdkid/models/update_user_request.py +411 -0
- volcenginesdkid/models/update_user_response.py +773 -0
- volcenginesdkid/models/update_workload_identity_request.py +202 -0
- volcenginesdkid/models/update_workload_identity_response.py +95 -0
- volcenginesdkid/models/update_workload_pool_request.py +149 -0
- volcenginesdkid/models/update_workload_pool_response.py +95 -0
- volcenginesdkid/models/user_for_create_users_input.py +383 -0
- volcenginesdkid/models/workload_identity_for_list_workload_identities_output.py +305 -0
- volcenginesdkid/models/workload_pool_for_list_workload_pools_output.py +253 -0
- volcenginesdklivesaas/__init__.py +3 -0
- volcenginesdklivesaas/models/__init__.py +3 -0
- volcenginesdklivesaas/models/auto_start_config_for_create_activity_apiv2_input.py +175 -0
- volcenginesdklivesaas/models/auto_start_config_for_get_activity_basic_config_api_output.py +175 -0
- volcenginesdklivesaas/models/auto_start_config_for_update_activity_basic_config_api_input.py +175 -0
- volcenginesdklivesaas/models/create_activity_apiv2_request.py +27 -1
- volcenginesdklivesaas/models/get_activity_basic_config_api_response.py +79 -1
- volcenginesdklivesaas/models/update_activity_basic_config_api_request.py +53 -1
- volcenginesdkvefaas/__init__.py +4 -0
- volcenginesdkvefaas/api/vefaas_api.py +194 -0
- volcenginesdkvefaas/models/__init__.py +4 -0
- volcenginesdkvefaas/models/enable_user_cr_vpc_tunnel_request.py +124 -0
- volcenginesdkvefaas/models/enable_user_cr_vpc_tunnel_response.py +149 -0
- volcenginesdkvefaas/models/query_user_cr_vpc_tunnel_request.py +124 -0
- volcenginesdkvefaas/models/query_user_cr_vpc_tunnel_response.py +123 -0
- volcenginesdkvke/models/scheduled_instance_policy_for_create_scaling_policy_input.py +27 -1
- volcenginesdkvke/models/scheduled_instance_policy_for_list_scaling_policies_output.py +27 -1
- volcenginesdkvke/models/scheduled_instance_policy_for_update_scaling_policy_input.py +27 -1
- volcenginesdkvod20250101/__init__.py +26 -0
- volcenginesdkvod20250101/api/vod20250101_api.py +888 -112
- volcenginesdkvod20250101/models/__init__.py +26 -0
- volcenginesdkvod20250101/models/create_ai_termbase_request.py +256 -0
- volcenginesdkvod20250101/models/create_ai_termbase_response.py +123 -0
- volcenginesdkvod20250101/models/delete_ai_term_item_request.py +177 -0
- volcenginesdkvod20250101/models/delete_ai_term_item_response.py +95 -0
- volcenginesdkvod20250101/models/delete_ai_termbase_request.py +151 -0
- volcenginesdkvod20250101/models/delete_ai_termbase_response.py +95 -0
- volcenginesdkvod20250101/models/get_ai_termbase_request.py +151 -0
- volcenginesdkvod20250101/models/get_ai_termbase_response.py +123 -0
- volcenginesdkvod20250101/models/list_ai_termbase_request.py +124 -0
- volcenginesdkvod20250101/models/list_ai_termbase_response.py +123 -0
- volcenginesdkvod20250101/models/process_config_for_submit_ai_translation_workflow_input.py +53 -1
- volcenginesdkvod20250101/models/process_config_for_update_ai_translation_project_config_input.py +149 -0
- volcenginesdkvod20250101/models/scenario_for_create_ai_termbase_input.py +95 -0
- volcenginesdkvod20250101/models/set_ai_term_item_request.py +177 -0
- volcenginesdkvod20250101/models/set_ai_term_item_response.py +95 -0
- volcenginesdkvod20250101/models/term_item_for_create_ai_termbase_output.py +149 -0
- volcenginesdkvod20250101/models/term_item_for_get_ai_termbase_output.py +149 -0
- volcenginesdkvod20250101/models/term_item_for_list_ai_termbase_output.py +149 -0
- volcenginesdkvod20250101/models/term_item_for_set_ai_term_item_input.py +149 -0
- volcenginesdkvod20250101/models/termbase_config_for_submit_ai_translation_workflow_input.py +123 -0
- volcenginesdkvod20250101/models/termbase_for_create_ai_termbase_output.py +279 -0
- volcenginesdkvod20250101/models/termbase_for_get_ai_termbase_output.py +279 -0
- volcenginesdkvod20250101/models/termbase_for_list_ai_termbase_output.py +279 -0
- volcenginesdkvod20250101/models/translation_config_for_submit_ai_translation_workflow_input.py +27 -1
- volcenginesdkvod20250101/models/update_ai_termbase_request.py +203 -0
- volcenginesdkvod20250101/models/update_ai_termbase_response.py +95 -0
- volcenginesdkvod20250101/models/update_ai_translation_project_config_request.py +204 -0
- volcenginesdkvod20250101/models/update_ai_translation_project_config_response.py +95 -0
- {volcengine_python_sdk-4.0.26.dist-info → volcengine_python_sdk-4.0.28.dist-info}/WHEEL +0 -0
- {volcengine_python_sdk-4.0.26.dist-info → volcengine_python_sdk-4.0.28.dist-info}/licenses/LICENSE.txt +0 -0
- {volcengine_python_sdk-4.0.26.dist-info → volcengine_python_sdk-4.0.28.dist-info}/licenses/NOTICE.md +0 -0
|
@@ -0,0 +1,383 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
dbw
|
|
5
|
+
|
|
6
|
+
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
|
+
|
|
8
|
+
OpenAPI spec version: common-version
|
|
9
|
+
|
|
10
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
"""
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
import pprint
|
|
15
|
+
import re # noqa: F401
|
|
16
|
+
|
|
17
|
+
import six
|
|
18
|
+
|
|
19
|
+
from volcenginesdkcore.configuration import Configuration
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
class TableMetaForGetTableInfoOutput(object):
|
|
23
|
+
"""NOTE: This class is auto generated by the swagger code generator program.
|
|
24
|
+
|
|
25
|
+
Do not edit the class manually.
|
|
26
|
+
"""
|
|
27
|
+
|
|
28
|
+
"""
|
|
29
|
+
Attributes:
|
|
30
|
+
swagger_types (dict): The key is attribute name
|
|
31
|
+
and the value is attribute type.
|
|
32
|
+
attribute_map (dict): The key is attribute name
|
|
33
|
+
and the value is json key in definition.
|
|
34
|
+
"""
|
|
35
|
+
swagger_types = {
|
|
36
|
+
'character_set': 'str',
|
|
37
|
+
'collations': 'str',
|
|
38
|
+
'columns': 'list[ColumnForGetTableInfoOutput]',
|
|
39
|
+
'definition': 'str',
|
|
40
|
+
'engine': 'str',
|
|
41
|
+
'foreign_keys': 'list[ForeignKeyForGetTableInfoOutput]',
|
|
42
|
+
'htap_options': 'str',
|
|
43
|
+
'indexes': 'list[IndexForGetTableInfoOutput]',
|
|
44
|
+
'name': 'str',
|
|
45
|
+
'partition_options': 'PartitionOptionsForGetTableInfoOutput',
|
|
46
|
+
'table_options': 'TableOptionsForGetTableInfoOutput'
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
attribute_map = {
|
|
50
|
+
'character_set': 'CharacterSet',
|
|
51
|
+
'collations': 'Collations',
|
|
52
|
+
'columns': 'Columns',
|
|
53
|
+
'definition': 'Definition',
|
|
54
|
+
'engine': 'Engine',
|
|
55
|
+
'foreign_keys': 'ForeignKeys',
|
|
56
|
+
'htap_options': 'HTAPOptions',
|
|
57
|
+
'indexes': 'Indexes',
|
|
58
|
+
'name': 'Name',
|
|
59
|
+
'partition_options': 'PartitionOptions',
|
|
60
|
+
'table_options': 'TableOptions'
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
def __init__(self, character_set=None, collations=None, columns=None, definition=None, engine=None, foreign_keys=None, htap_options=None, indexes=None, name=None, partition_options=None, table_options=None, _configuration=None): # noqa: E501
|
|
64
|
+
"""TableMetaForGetTableInfoOutput - a model defined in Swagger""" # noqa: E501
|
|
65
|
+
if _configuration is None:
|
|
66
|
+
_configuration = Configuration()
|
|
67
|
+
self._configuration = _configuration
|
|
68
|
+
|
|
69
|
+
self._character_set = None
|
|
70
|
+
self._collations = None
|
|
71
|
+
self._columns = None
|
|
72
|
+
self._definition = None
|
|
73
|
+
self._engine = None
|
|
74
|
+
self._foreign_keys = None
|
|
75
|
+
self._htap_options = None
|
|
76
|
+
self._indexes = None
|
|
77
|
+
self._name = None
|
|
78
|
+
self._partition_options = None
|
|
79
|
+
self._table_options = None
|
|
80
|
+
self.discriminator = None
|
|
81
|
+
|
|
82
|
+
if character_set is not None:
|
|
83
|
+
self.character_set = character_set
|
|
84
|
+
if collations is not None:
|
|
85
|
+
self.collations = collations
|
|
86
|
+
if columns is not None:
|
|
87
|
+
self.columns = columns
|
|
88
|
+
if definition is not None:
|
|
89
|
+
self.definition = definition
|
|
90
|
+
if engine is not None:
|
|
91
|
+
self.engine = engine
|
|
92
|
+
if foreign_keys is not None:
|
|
93
|
+
self.foreign_keys = foreign_keys
|
|
94
|
+
if htap_options is not None:
|
|
95
|
+
self.htap_options = htap_options
|
|
96
|
+
if indexes is not None:
|
|
97
|
+
self.indexes = indexes
|
|
98
|
+
if name is not None:
|
|
99
|
+
self.name = name
|
|
100
|
+
if partition_options is not None:
|
|
101
|
+
self.partition_options = partition_options
|
|
102
|
+
if table_options is not None:
|
|
103
|
+
self.table_options = table_options
|
|
104
|
+
|
|
105
|
+
@property
|
|
106
|
+
def character_set(self):
|
|
107
|
+
"""Gets the character_set of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
:return: The character_set of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
111
|
+
:rtype: str
|
|
112
|
+
"""
|
|
113
|
+
return self._character_set
|
|
114
|
+
|
|
115
|
+
@character_set.setter
|
|
116
|
+
def character_set(self, character_set):
|
|
117
|
+
"""Sets the character_set of this TableMetaForGetTableInfoOutput.
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
:param character_set: The character_set of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
121
|
+
:type: str
|
|
122
|
+
"""
|
|
123
|
+
|
|
124
|
+
self._character_set = character_set
|
|
125
|
+
|
|
126
|
+
@property
|
|
127
|
+
def collations(self):
|
|
128
|
+
"""Gets the collations of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
:return: The collations of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
132
|
+
:rtype: str
|
|
133
|
+
"""
|
|
134
|
+
return self._collations
|
|
135
|
+
|
|
136
|
+
@collations.setter
|
|
137
|
+
def collations(self, collations):
|
|
138
|
+
"""Sets the collations of this TableMetaForGetTableInfoOutput.
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
:param collations: The collations of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
142
|
+
:type: str
|
|
143
|
+
"""
|
|
144
|
+
|
|
145
|
+
self._collations = collations
|
|
146
|
+
|
|
147
|
+
@property
|
|
148
|
+
def columns(self):
|
|
149
|
+
"""Gets the columns of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
:return: The columns of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
153
|
+
:rtype: list[ColumnForGetTableInfoOutput]
|
|
154
|
+
"""
|
|
155
|
+
return self._columns
|
|
156
|
+
|
|
157
|
+
@columns.setter
|
|
158
|
+
def columns(self, columns):
|
|
159
|
+
"""Sets the columns of this TableMetaForGetTableInfoOutput.
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
:param columns: The columns of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
163
|
+
:type: list[ColumnForGetTableInfoOutput]
|
|
164
|
+
"""
|
|
165
|
+
|
|
166
|
+
self._columns = columns
|
|
167
|
+
|
|
168
|
+
@property
|
|
169
|
+
def definition(self):
|
|
170
|
+
"""Gets the definition of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
:return: The definition of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
174
|
+
:rtype: str
|
|
175
|
+
"""
|
|
176
|
+
return self._definition
|
|
177
|
+
|
|
178
|
+
@definition.setter
|
|
179
|
+
def definition(self, definition):
|
|
180
|
+
"""Sets the definition of this TableMetaForGetTableInfoOutput.
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
:param definition: The definition of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
184
|
+
:type: str
|
|
185
|
+
"""
|
|
186
|
+
|
|
187
|
+
self._definition = definition
|
|
188
|
+
|
|
189
|
+
@property
|
|
190
|
+
def engine(self):
|
|
191
|
+
"""Gets the engine of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
:return: The engine of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
195
|
+
:rtype: str
|
|
196
|
+
"""
|
|
197
|
+
return self._engine
|
|
198
|
+
|
|
199
|
+
@engine.setter
|
|
200
|
+
def engine(self, engine):
|
|
201
|
+
"""Sets the engine of this TableMetaForGetTableInfoOutput.
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
:param engine: The engine of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
205
|
+
:type: str
|
|
206
|
+
"""
|
|
207
|
+
|
|
208
|
+
self._engine = engine
|
|
209
|
+
|
|
210
|
+
@property
|
|
211
|
+
def foreign_keys(self):
|
|
212
|
+
"""Gets the foreign_keys of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
:return: The foreign_keys of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
216
|
+
:rtype: list[ForeignKeyForGetTableInfoOutput]
|
|
217
|
+
"""
|
|
218
|
+
return self._foreign_keys
|
|
219
|
+
|
|
220
|
+
@foreign_keys.setter
|
|
221
|
+
def foreign_keys(self, foreign_keys):
|
|
222
|
+
"""Sets the foreign_keys of this TableMetaForGetTableInfoOutput.
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
:param foreign_keys: The foreign_keys of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
226
|
+
:type: list[ForeignKeyForGetTableInfoOutput]
|
|
227
|
+
"""
|
|
228
|
+
|
|
229
|
+
self._foreign_keys = foreign_keys
|
|
230
|
+
|
|
231
|
+
@property
|
|
232
|
+
def htap_options(self):
|
|
233
|
+
"""Gets the htap_options of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
:return: The htap_options of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
237
|
+
:rtype: str
|
|
238
|
+
"""
|
|
239
|
+
return self._htap_options
|
|
240
|
+
|
|
241
|
+
@htap_options.setter
|
|
242
|
+
def htap_options(self, htap_options):
|
|
243
|
+
"""Sets the htap_options of this TableMetaForGetTableInfoOutput.
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
:param htap_options: The htap_options of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
247
|
+
:type: str
|
|
248
|
+
"""
|
|
249
|
+
|
|
250
|
+
self._htap_options = htap_options
|
|
251
|
+
|
|
252
|
+
@property
|
|
253
|
+
def indexes(self):
|
|
254
|
+
"""Gets the indexes of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
:return: The indexes of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
258
|
+
:rtype: list[IndexForGetTableInfoOutput]
|
|
259
|
+
"""
|
|
260
|
+
return self._indexes
|
|
261
|
+
|
|
262
|
+
@indexes.setter
|
|
263
|
+
def indexes(self, indexes):
|
|
264
|
+
"""Sets the indexes of this TableMetaForGetTableInfoOutput.
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
:param indexes: The indexes of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
268
|
+
:type: list[IndexForGetTableInfoOutput]
|
|
269
|
+
"""
|
|
270
|
+
|
|
271
|
+
self._indexes = indexes
|
|
272
|
+
|
|
273
|
+
@property
|
|
274
|
+
def name(self):
|
|
275
|
+
"""Gets the name of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
:return: The name of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
279
|
+
:rtype: str
|
|
280
|
+
"""
|
|
281
|
+
return self._name
|
|
282
|
+
|
|
283
|
+
@name.setter
|
|
284
|
+
def name(self, name):
|
|
285
|
+
"""Sets the name of this TableMetaForGetTableInfoOutput.
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
:param name: The name of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
289
|
+
:type: str
|
|
290
|
+
"""
|
|
291
|
+
|
|
292
|
+
self._name = name
|
|
293
|
+
|
|
294
|
+
@property
|
|
295
|
+
def partition_options(self):
|
|
296
|
+
"""Gets the partition_options of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
:return: The partition_options of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
300
|
+
:rtype: PartitionOptionsForGetTableInfoOutput
|
|
301
|
+
"""
|
|
302
|
+
return self._partition_options
|
|
303
|
+
|
|
304
|
+
@partition_options.setter
|
|
305
|
+
def partition_options(self, partition_options):
|
|
306
|
+
"""Sets the partition_options of this TableMetaForGetTableInfoOutput.
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
:param partition_options: The partition_options of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
310
|
+
:type: PartitionOptionsForGetTableInfoOutput
|
|
311
|
+
"""
|
|
312
|
+
|
|
313
|
+
self._partition_options = partition_options
|
|
314
|
+
|
|
315
|
+
@property
|
|
316
|
+
def table_options(self):
|
|
317
|
+
"""Gets the table_options of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
:return: The table_options of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
321
|
+
:rtype: TableOptionsForGetTableInfoOutput
|
|
322
|
+
"""
|
|
323
|
+
return self._table_options
|
|
324
|
+
|
|
325
|
+
@table_options.setter
|
|
326
|
+
def table_options(self, table_options):
|
|
327
|
+
"""Sets the table_options of this TableMetaForGetTableInfoOutput.
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
:param table_options: The table_options of this TableMetaForGetTableInfoOutput. # noqa: E501
|
|
331
|
+
:type: TableOptionsForGetTableInfoOutput
|
|
332
|
+
"""
|
|
333
|
+
|
|
334
|
+
self._table_options = table_options
|
|
335
|
+
|
|
336
|
+
def to_dict(self):
|
|
337
|
+
"""Returns the model properties as a dict"""
|
|
338
|
+
result = {}
|
|
339
|
+
|
|
340
|
+
for attr, _ in six.iteritems(self.swagger_types):
|
|
341
|
+
value = getattr(self, attr)
|
|
342
|
+
if isinstance(value, list):
|
|
343
|
+
result[attr] = list(map(
|
|
344
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
345
|
+
value
|
|
346
|
+
))
|
|
347
|
+
elif hasattr(value, "to_dict"):
|
|
348
|
+
result[attr] = value.to_dict()
|
|
349
|
+
elif isinstance(value, dict):
|
|
350
|
+
result[attr] = dict(map(
|
|
351
|
+
lambda item: (item[0], item[1].to_dict())
|
|
352
|
+
if hasattr(item[1], "to_dict") else item,
|
|
353
|
+
value.items()
|
|
354
|
+
))
|
|
355
|
+
else:
|
|
356
|
+
result[attr] = value
|
|
357
|
+
if issubclass(TableMetaForGetTableInfoOutput, dict):
|
|
358
|
+
for key, value in self.items():
|
|
359
|
+
result[key] = value
|
|
360
|
+
|
|
361
|
+
return result
|
|
362
|
+
|
|
363
|
+
def to_str(self):
|
|
364
|
+
"""Returns the string representation of the model"""
|
|
365
|
+
return pprint.pformat(self.to_dict())
|
|
366
|
+
|
|
367
|
+
def __repr__(self):
|
|
368
|
+
"""For `print` and `pprint`"""
|
|
369
|
+
return self.to_str()
|
|
370
|
+
|
|
371
|
+
def __eq__(self, other):
|
|
372
|
+
"""Returns true if both objects are equal"""
|
|
373
|
+
if not isinstance(other, TableMetaForGetTableInfoOutput):
|
|
374
|
+
return False
|
|
375
|
+
|
|
376
|
+
return self.to_dict() == other.to_dict()
|
|
377
|
+
|
|
378
|
+
def __ne__(self, other):
|
|
379
|
+
"""Returns true if both objects are not equal"""
|
|
380
|
+
if not isinstance(other, TableMetaForGetTableInfoOutput):
|
|
381
|
+
return True
|
|
382
|
+
|
|
383
|
+
return self.to_dict() != other.to_dict()
|
|
@@ -0,0 +1,331 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
dbw
|
|
5
|
+
|
|
6
|
+
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
|
+
|
|
8
|
+
OpenAPI spec version: common-version
|
|
9
|
+
|
|
10
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
"""
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
import pprint
|
|
15
|
+
import re # noqa: F401
|
|
16
|
+
|
|
17
|
+
import six
|
|
18
|
+
|
|
19
|
+
from volcenginesdkcore.configuration import Configuration
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
class TableOptionsForGetTableInfoOutput(object):
|
|
23
|
+
"""NOTE: This class is auto generated by the swagger code generator program.
|
|
24
|
+
|
|
25
|
+
Do not edit the class manually.
|
|
26
|
+
"""
|
|
27
|
+
|
|
28
|
+
"""
|
|
29
|
+
Attributes:
|
|
30
|
+
swagger_types (dict): The key is attribute name
|
|
31
|
+
and the value is attribute type.
|
|
32
|
+
attribute_map (dict): The key is attribute name
|
|
33
|
+
and the value is json key in definition.
|
|
34
|
+
"""
|
|
35
|
+
swagger_types = {
|
|
36
|
+
'avg_row_length': 'str',
|
|
37
|
+
'auto_increment': 'str',
|
|
38
|
+
'comment': 'str',
|
|
39
|
+
'create_time': 'str',
|
|
40
|
+
'max_row': 'str',
|
|
41
|
+
'min_row': 'str',
|
|
42
|
+
'row_format': 'str',
|
|
43
|
+
'rows': 'str',
|
|
44
|
+
'table_space': 'str'
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
attribute_map = {
|
|
48
|
+
'avg_row_length': 'AVGRowLength',
|
|
49
|
+
'auto_increment': 'AutoIncrement',
|
|
50
|
+
'comment': 'Comment',
|
|
51
|
+
'create_time': 'CreateTime',
|
|
52
|
+
'max_row': 'MaxRow',
|
|
53
|
+
'min_row': 'MinRow',
|
|
54
|
+
'row_format': 'RowFormat',
|
|
55
|
+
'rows': 'Rows',
|
|
56
|
+
'table_space': 'TableSpace'
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
def __init__(self, avg_row_length=None, auto_increment=None, comment=None, create_time=None, max_row=None, min_row=None, row_format=None, rows=None, table_space=None, _configuration=None): # noqa: E501
|
|
60
|
+
"""TableOptionsForGetTableInfoOutput - a model defined in Swagger""" # noqa: E501
|
|
61
|
+
if _configuration is None:
|
|
62
|
+
_configuration = Configuration()
|
|
63
|
+
self._configuration = _configuration
|
|
64
|
+
|
|
65
|
+
self._avg_row_length = None
|
|
66
|
+
self._auto_increment = None
|
|
67
|
+
self._comment = None
|
|
68
|
+
self._create_time = None
|
|
69
|
+
self._max_row = None
|
|
70
|
+
self._min_row = None
|
|
71
|
+
self._row_format = None
|
|
72
|
+
self._rows = None
|
|
73
|
+
self._table_space = None
|
|
74
|
+
self.discriminator = None
|
|
75
|
+
|
|
76
|
+
if avg_row_length is not None:
|
|
77
|
+
self.avg_row_length = avg_row_length
|
|
78
|
+
if auto_increment is not None:
|
|
79
|
+
self.auto_increment = auto_increment
|
|
80
|
+
if comment is not None:
|
|
81
|
+
self.comment = comment
|
|
82
|
+
if create_time is not None:
|
|
83
|
+
self.create_time = create_time
|
|
84
|
+
if max_row is not None:
|
|
85
|
+
self.max_row = max_row
|
|
86
|
+
if min_row is not None:
|
|
87
|
+
self.min_row = min_row
|
|
88
|
+
if row_format is not None:
|
|
89
|
+
self.row_format = row_format
|
|
90
|
+
if rows is not None:
|
|
91
|
+
self.rows = rows
|
|
92
|
+
if table_space is not None:
|
|
93
|
+
self.table_space = table_space
|
|
94
|
+
|
|
95
|
+
@property
|
|
96
|
+
def avg_row_length(self):
|
|
97
|
+
"""Gets the avg_row_length of this TableOptionsForGetTableInfoOutput. # noqa: E501
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
:return: The avg_row_length of this TableOptionsForGetTableInfoOutput. # noqa: E501
|
|
101
|
+
:rtype: str
|
|
102
|
+
"""
|
|
103
|
+
return self._avg_row_length
|
|
104
|
+
|
|
105
|
+
@avg_row_length.setter
|
|
106
|
+
def avg_row_length(self, avg_row_length):
|
|
107
|
+
"""Sets the avg_row_length of this TableOptionsForGetTableInfoOutput.
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
:param avg_row_length: The avg_row_length of this TableOptionsForGetTableInfoOutput. # noqa: E501
|
|
111
|
+
:type: str
|
|
112
|
+
"""
|
|
113
|
+
|
|
114
|
+
self._avg_row_length = avg_row_length
|
|
115
|
+
|
|
116
|
+
@property
|
|
117
|
+
def auto_increment(self):
|
|
118
|
+
"""Gets the auto_increment of this TableOptionsForGetTableInfoOutput. # noqa: E501
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
:return: The auto_increment of this TableOptionsForGetTableInfoOutput. # noqa: E501
|
|
122
|
+
:rtype: str
|
|
123
|
+
"""
|
|
124
|
+
return self._auto_increment
|
|
125
|
+
|
|
126
|
+
@auto_increment.setter
|
|
127
|
+
def auto_increment(self, auto_increment):
|
|
128
|
+
"""Sets the auto_increment of this TableOptionsForGetTableInfoOutput.
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
:param auto_increment: The auto_increment of this TableOptionsForGetTableInfoOutput. # noqa: E501
|
|
132
|
+
:type: str
|
|
133
|
+
"""
|
|
134
|
+
|
|
135
|
+
self._auto_increment = auto_increment
|
|
136
|
+
|
|
137
|
+
@property
|
|
138
|
+
def comment(self):
|
|
139
|
+
"""Gets the comment of this TableOptionsForGetTableInfoOutput. # noqa: E501
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
:return: The comment of this TableOptionsForGetTableInfoOutput. # noqa: E501
|
|
143
|
+
:rtype: str
|
|
144
|
+
"""
|
|
145
|
+
return self._comment
|
|
146
|
+
|
|
147
|
+
@comment.setter
|
|
148
|
+
def comment(self, comment):
|
|
149
|
+
"""Sets the comment of this TableOptionsForGetTableInfoOutput.
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
:param comment: The comment of this TableOptionsForGetTableInfoOutput. # noqa: E501
|
|
153
|
+
:type: str
|
|
154
|
+
"""
|
|
155
|
+
|
|
156
|
+
self._comment = comment
|
|
157
|
+
|
|
158
|
+
@property
|
|
159
|
+
def create_time(self):
|
|
160
|
+
"""Gets the create_time of this TableOptionsForGetTableInfoOutput. # noqa: E501
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
:return: The create_time of this TableOptionsForGetTableInfoOutput. # noqa: E501
|
|
164
|
+
:rtype: str
|
|
165
|
+
"""
|
|
166
|
+
return self._create_time
|
|
167
|
+
|
|
168
|
+
@create_time.setter
|
|
169
|
+
def create_time(self, create_time):
|
|
170
|
+
"""Sets the create_time of this TableOptionsForGetTableInfoOutput.
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
:param create_time: The create_time of this TableOptionsForGetTableInfoOutput. # noqa: E501
|
|
174
|
+
:type: str
|
|
175
|
+
"""
|
|
176
|
+
|
|
177
|
+
self._create_time = create_time
|
|
178
|
+
|
|
179
|
+
@property
|
|
180
|
+
def max_row(self):
|
|
181
|
+
"""Gets the max_row of this TableOptionsForGetTableInfoOutput. # noqa: E501
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
:return: The max_row of this TableOptionsForGetTableInfoOutput. # noqa: E501
|
|
185
|
+
:rtype: str
|
|
186
|
+
"""
|
|
187
|
+
return self._max_row
|
|
188
|
+
|
|
189
|
+
@max_row.setter
|
|
190
|
+
def max_row(self, max_row):
|
|
191
|
+
"""Sets the max_row of this TableOptionsForGetTableInfoOutput.
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
:param max_row: The max_row of this TableOptionsForGetTableInfoOutput. # noqa: E501
|
|
195
|
+
:type: str
|
|
196
|
+
"""
|
|
197
|
+
|
|
198
|
+
self._max_row = max_row
|
|
199
|
+
|
|
200
|
+
@property
|
|
201
|
+
def min_row(self):
|
|
202
|
+
"""Gets the min_row of this TableOptionsForGetTableInfoOutput. # noqa: E501
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
:return: The min_row of this TableOptionsForGetTableInfoOutput. # noqa: E501
|
|
206
|
+
:rtype: str
|
|
207
|
+
"""
|
|
208
|
+
return self._min_row
|
|
209
|
+
|
|
210
|
+
@min_row.setter
|
|
211
|
+
def min_row(self, min_row):
|
|
212
|
+
"""Sets the min_row of this TableOptionsForGetTableInfoOutput.
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
:param min_row: The min_row of this TableOptionsForGetTableInfoOutput. # noqa: E501
|
|
216
|
+
:type: str
|
|
217
|
+
"""
|
|
218
|
+
|
|
219
|
+
self._min_row = min_row
|
|
220
|
+
|
|
221
|
+
@property
|
|
222
|
+
def row_format(self):
|
|
223
|
+
"""Gets the row_format of this TableOptionsForGetTableInfoOutput. # noqa: E501
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
:return: The row_format of this TableOptionsForGetTableInfoOutput. # noqa: E501
|
|
227
|
+
:rtype: str
|
|
228
|
+
"""
|
|
229
|
+
return self._row_format
|
|
230
|
+
|
|
231
|
+
@row_format.setter
|
|
232
|
+
def row_format(self, row_format):
|
|
233
|
+
"""Sets the row_format of this TableOptionsForGetTableInfoOutput.
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
:param row_format: The row_format of this TableOptionsForGetTableInfoOutput. # noqa: E501
|
|
237
|
+
:type: str
|
|
238
|
+
"""
|
|
239
|
+
|
|
240
|
+
self._row_format = row_format
|
|
241
|
+
|
|
242
|
+
@property
|
|
243
|
+
def rows(self):
|
|
244
|
+
"""Gets the rows of this TableOptionsForGetTableInfoOutput. # noqa: E501
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
:return: The rows of this TableOptionsForGetTableInfoOutput. # noqa: E501
|
|
248
|
+
:rtype: str
|
|
249
|
+
"""
|
|
250
|
+
return self._rows
|
|
251
|
+
|
|
252
|
+
@rows.setter
|
|
253
|
+
def rows(self, rows):
|
|
254
|
+
"""Sets the rows of this TableOptionsForGetTableInfoOutput.
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
:param rows: The rows of this TableOptionsForGetTableInfoOutput. # noqa: E501
|
|
258
|
+
:type: str
|
|
259
|
+
"""
|
|
260
|
+
|
|
261
|
+
self._rows = rows
|
|
262
|
+
|
|
263
|
+
@property
|
|
264
|
+
def table_space(self):
|
|
265
|
+
"""Gets the table_space of this TableOptionsForGetTableInfoOutput. # noqa: E501
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
:return: The table_space of this TableOptionsForGetTableInfoOutput. # noqa: E501
|
|
269
|
+
:rtype: str
|
|
270
|
+
"""
|
|
271
|
+
return self._table_space
|
|
272
|
+
|
|
273
|
+
@table_space.setter
|
|
274
|
+
def table_space(self, table_space):
|
|
275
|
+
"""Sets the table_space of this TableOptionsForGetTableInfoOutput.
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
:param table_space: The table_space of this TableOptionsForGetTableInfoOutput. # noqa: E501
|
|
279
|
+
:type: str
|
|
280
|
+
"""
|
|
281
|
+
|
|
282
|
+
self._table_space = table_space
|
|
283
|
+
|
|
284
|
+
def to_dict(self):
|
|
285
|
+
"""Returns the model properties as a dict"""
|
|
286
|
+
result = {}
|
|
287
|
+
|
|
288
|
+
for attr, _ in six.iteritems(self.swagger_types):
|
|
289
|
+
value = getattr(self, attr)
|
|
290
|
+
if isinstance(value, list):
|
|
291
|
+
result[attr] = list(map(
|
|
292
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
293
|
+
value
|
|
294
|
+
))
|
|
295
|
+
elif hasattr(value, "to_dict"):
|
|
296
|
+
result[attr] = value.to_dict()
|
|
297
|
+
elif isinstance(value, dict):
|
|
298
|
+
result[attr] = dict(map(
|
|
299
|
+
lambda item: (item[0], item[1].to_dict())
|
|
300
|
+
if hasattr(item[1], "to_dict") else item,
|
|
301
|
+
value.items()
|
|
302
|
+
))
|
|
303
|
+
else:
|
|
304
|
+
result[attr] = value
|
|
305
|
+
if issubclass(TableOptionsForGetTableInfoOutput, dict):
|
|
306
|
+
for key, value in self.items():
|
|
307
|
+
result[key] = value
|
|
308
|
+
|
|
309
|
+
return result
|
|
310
|
+
|
|
311
|
+
def to_str(self):
|
|
312
|
+
"""Returns the string representation of the model"""
|
|
313
|
+
return pprint.pformat(self.to_dict())
|
|
314
|
+
|
|
315
|
+
def __repr__(self):
|
|
316
|
+
"""For `print` and `pprint`"""
|
|
317
|
+
return self.to_str()
|
|
318
|
+
|
|
319
|
+
def __eq__(self, other):
|
|
320
|
+
"""Returns true if both objects are equal"""
|
|
321
|
+
if not isinstance(other, TableOptionsForGetTableInfoOutput):
|
|
322
|
+
return False
|
|
323
|
+
|
|
324
|
+
return self.to_dict() == other.to_dict()
|
|
325
|
+
|
|
326
|
+
def __ne__(self, other):
|
|
327
|
+
"""Returns true if both objects are not equal"""
|
|
328
|
+
if not isinstance(other, TableOptionsForGetTableInfoOutput):
|
|
329
|
+
return True
|
|
330
|
+
|
|
331
|
+
return self.to_dict() != other.to_dict()
|