qwak-core 0.0.23__tar.gz
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.
- qwak_core-0.0.23/PKG-INFO +35 -0
- qwak_core-0.0.23/README.md +4 -0
- qwak_core-0.0.23/_qwak_proto/__init__.py +0 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/account/v1/account_pb2.py +82 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/account/v1/account_pb2.pyi +167 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/account/v1/account_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/account/v1/personalization_pb2.py +45 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/account/v1/personalization_pb2.pyi +49 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/account/v1/personalization_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/account/v1/preferences_pb2.py +36 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/account/v1/preferences_pb2.pyi +35 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/account/v1/preferences_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +91 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.pyi +108 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2_grpc.py +135 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +46 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/authenticated_user/v1/credentials_pb2.pyi +62 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/authenticated_user/v1/credentials_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/authenticated_user/v1/details_pb2.py +75 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/authenticated_user/v1/details_pb2.pyi +136 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/authenticated_user/v1/details_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/v0/authentication/authentication_service_pb2.py +69 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/v0/authentication/authentication_service_pb2.pyi +92 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/v0/authentication/authentication_service_pb2_grpc.py +67 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/v0/environments/configuration_pb2.py +75 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/v0/environments/configuration_pb2.pyi +165 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/v0/environments/configuration_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/v0/environments/environment_pb2.py +58 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/v0/environments/environment_pb2.pyi +120 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/v0/environments/environment_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/v0/environments/environment_service_pb2.py +184 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/v0/environments/environment_service_pb2.pyi +274 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/v0/environments/environment_service_pb2_grpc.py +272 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/v0/environments/personalization_pb2.py +45 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/v0/environments/personalization_pb2.pyi +45 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/v0/environments/personalization_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/v0/users/user_pb2.py +96 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/v0/users/user_pb2.pyi +243 -0
- qwak_core-0.0.23/_qwak_proto/qwak/administration/v0/users/user_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +128 -0
- qwak_core-0.0.23/_qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.pyi +303 -0
- qwak_core-0.0.23/_qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +109 -0
- qwak_core-0.0.23/_qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.pyi +128 -0
- qwak_core-0.0.23/_qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2_grpc.py +169 -0
- qwak_core-0.0.23/_qwak_proto/qwak/analytics/analytics_pb2.py +142 -0
- qwak_core-0.0.23/_qwak_proto/qwak/analytics/analytics_pb2.pyi +304 -0
- qwak_core-0.0.23/_qwak_proto/qwak/analytics/analytics_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/analytics/analytics_service_pb2.py +149 -0
- qwak_core-0.0.23/_qwak_proto/qwak/analytics/analytics_service_pb2.pyi +221 -0
- qwak_core-0.0.23/_qwak_proto/qwak/analytics/analytics_service_pb2_grpc.py +236 -0
- qwak_core-0.0.23/_qwak_proto/qwak/audience/v1/audience_api_pb2.py +149 -0
- qwak_core-0.0.23/_qwak_proto/qwak/audience/v1/audience_api_pb2.pyi +176 -0
- qwak_core-0.0.23/_qwak_proto/qwak/audience/v1/audience_api_pb2_grpc.py +240 -0
- qwak_core-0.0.23/_qwak_proto/qwak/audience/v1/audience_pb2.py +137 -0
- qwak_core-0.0.23/_qwak_proto/qwak/audience/v1/audience_pb2.pyi +309 -0
- qwak_core-0.0.23/_qwak_proto/qwak/audience/v1/audience_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +96 -0
- qwak_core-0.0.23/_qwak_proto/qwak/auto_scaling/v1/auto_scaling_pb2.pyi +179 -0
- qwak_core-0.0.23/_qwak_proto/qwak/auto_scaling/v1/auto_scaling_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +49 -0
- qwak_core-0.0.23/_qwak_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.pyi +55 -0
- qwak_core-0.0.23/_qwak_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2_grpc.py +67 -0
- qwak_core-0.0.23/_qwak_proto/qwak/automation/v1/action_pb2.py +178 -0
- qwak_core-0.0.23/_qwak_proto/qwak/automation/v1/action_pb2.pyi +406 -0
- qwak_core-0.0.23/_qwak_proto/qwak/automation/v1/action_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/automation/v1/auto_scaling_pb2.py +93 -0
- qwak_core-0.0.23/_qwak_proto/qwak/automation/v1/auto_scaling_pb2.pyi +169 -0
- qwak_core-0.0.23/_qwak_proto/qwak/automation/v1/auto_scaling_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/automation/v1/automation_execution_pb2.py +55 -0
- qwak_core-0.0.23/_qwak_proto/qwak/automation/v1/automation_execution_pb2.pyi +101 -0
- qwak_core-0.0.23/_qwak_proto/qwak/automation/v1/automation_execution_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/automation/v1/automation_management_service_pb2.py +250 -0
- qwak_core-0.0.23/_qwak_proto/qwak/automation/v1/automation_management_service_pb2.pyi +332 -0
- qwak_core-0.0.23/_qwak_proto/qwak/automation/v1/automation_management_service_pb2_grpc.py +396 -0
- qwak_core-0.0.23/_qwak_proto/qwak/automation/v1/automation_pb2.py +59 -0
- qwak_core-0.0.23/_qwak_proto/qwak/automation/v1/automation_pb2.pyi +121 -0
- qwak_core-0.0.23/_qwak_proto/qwak/automation/v1/automation_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/automation/v1/common_pb2.py +53 -0
- qwak_core-0.0.23/_qwak_proto/qwak/automation/v1/common_pb2.pyi +65 -0
- qwak_core-0.0.23/_qwak_proto/qwak/automation/v1/common_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/automation/v1/notification_pb2.py +93 -0
- qwak_core-0.0.23/_qwak_proto/qwak/automation/v1/notification_pb2.pyi +134 -0
- qwak_core-0.0.23/_qwak_proto/qwak/automation/v1/notification_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/automation/v1/trigger_pb2.py +66 -0
- qwak_core-0.0.23/_qwak_proto/qwak/automation/v1/trigger_pb2.pyi +99 -0
- qwak_core-0.0.23/_qwak_proto/qwak/automation/v1/trigger_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/batch_job/v1/batch_job_events_pb2.py +139 -0
- qwak_core-0.0.23/_qwak_proto/qwak/batch_job/v1/batch_job_events_pb2.pyi +298 -0
- qwak_core-0.0.23/_qwak_proto/qwak/batch_job/v1/batch_job_events_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/batch_job/v1/batch_job_resources_pb2.py +46 -0
- qwak_core-0.0.23/_qwak_proto/qwak/batch_job/v1/batch_job_resources_pb2.pyi +59 -0
- qwak_core-0.0.23/_qwak_proto/qwak/batch_job/v1/batch_job_resources_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.py +466 -0
- qwak_core-0.0.23/_qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.pyi +1081 -0
- qwak_core-0.0.23/_qwak_proto/qwak/batch_job/v1/batch_job_service_pb2_grpc.py +541 -0
- qwak_core-0.0.23/_qwak_proto/qwak/build/v1/build_api_pb2.py +282 -0
- qwak_core-0.0.23/_qwak_proto/qwak/build/v1/build_api_pb2.pyi +415 -0
- qwak_core-0.0.23/_qwak_proto/qwak/build/v1/build_api_pb2_grpc.py +363 -0
- qwak_core-0.0.23/_qwak_proto/qwak/build/v1/build_pb2.py +271 -0
- qwak_core-0.0.23/_qwak_proto/qwak/build/v1/build_pb2.pyi +596 -0
- qwak_core-0.0.23/_qwak_proto/qwak/build/v1/build_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/builds/build_pb2.py +183 -0
- qwak_core-0.0.23/_qwak_proto/qwak/builds/build_pb2.pyi +440 -0
- qwak_core-0.0.23/_qwak_proto/qwak/builds/build_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/builds/build_url_pb2.py +76 -0
- qwak_core-0.0.23/_qwak_proto/qwak/builds/build_url_pb2.pyi +146 -0
- qwak_core-0.0.23/_qwak_proto/qwak/builds/build_url_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/builds/builds_orchestrator_service_pb2.py +172 -0
- qwak_core-0.0.23/_qwak_proto/qwak/builds/builds_orchestrator_service_pb2.pyi +250 -0
- qwak_core-0.0.23/_qwak_proto/qwak/builds/builds_orchestrator_service_pb2_grpc.py +272 -0
- qwak_core-0.0.23/_qwak_proto/qwak/builds/builds_pb2.py +556 -0
- qwak_core-0.0.23/_qwak_proto/qwak/builds/builds_pb2.pyi +1256 -0
- qwak_core-0.0.23/_qwak_proto/qwak/builds/builds_pb2_grpc.py +237 -0
- qwak_core-0.0.23/_qwak_proto/qwak/data_versioning/data_versioning_pb2.py +35 -0
- qwak_core-0.0.23/_qwak_proto/qwak/data_versioning/data_versioning_pb2.pyi +50 -0
- qwak_core-0.0.23/_qwak_proto/qwak/data_versioning/data_versioning_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/data_versioning/data_versioning_service_pb2.py +69 -0
- qwak_core-0.0.23/_qwak_proto/qwak/data_versioning/data_versioning_service_pb2.pyi +72 -0
- qwak_core-0.0.23/_qwak_proto/qwak/data_versioning/data_versioning_service_pb2_grpc.py +101 -0
- qwak_core-0.0.23/_qwak_proto/qwak/deployment/alert_pb2.py +130 -0
- qwak_core-0.0.23/_qwak_proto/qwak/deployment/alert_pb2.pyi +260 -0
- qwak_core-0.0.23/_qwak_proto/qwak/deployment/alert_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/deployment/alert_service_pb2.py +153 -0
- qwak_core-0.0.23/_qwak_proto/qwak/deployment/alert_service_pb2.pyi +190 -0
- qwak_core-0.0.23/_qwak_proto/qwak/deployment/alert_service_pb2_grpc.py +237 -0
- qwak_core-0.0.23/_qwak_proto/qwak/deployment/deployment_messages_pb2.py +36 -0
- qwak_core-0.0.23/_qwak_proto/qwak/deployment/deployment_messages_pb2.pyi +61 -0
- qwak_core-0.0.23/_qwak_proto/qwak/deployment/deployment_messages_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/deployment/deployment_pb2.py +553 -0
- qwak_core-0.0.23/_qwak_proto/qwak/deployment/deployment_pb2.pyi +1339 -0
- qwak_core-0.0.23/_qwak_proto/qwak/deployment/deployment_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/deployment/deployment_service_pb2.py +421 -0
- qwak_core-0.0.23/_qwak_proto/qwak/deployment/deployment_service_pb2.pyi +662 -0
- qwak_core-0.0.23/_qwak_proto/qwak/deployment/deployment_service_pb2_grpc.py +373 -0
- qwak_core-0.0.23/_qwak_proto/qwak/ecosystem/v0/credentials_pb2.py +46 -0
- qwak_core-0.0.23/_qwak_proto/qwak/ecosystem/v0/credentials_pb2.pyi +66 -0
- qwak_core-0.0.23/_qwak_proto/qwak/ecosystem/v0/credentials_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/ecosystem/v0/ecosystem_pb2.py +170 -0
- qwak_core-0.0.23/_qwak_proto/qwak/ecosystem/v0/ecosystem_pb2.pyi +297 -0
- qwak_core-0.0.23/_qwak_proto/qwak/ecosystem/v0/ecosystem_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +224 -0
- qwak_core-0.0.23/_qwak_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.pyi +361 -0
- qwak_core-0.0.23/_qwak_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2_grpc.py +203 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/entities/entity_pb2.py +79 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/entities/entity_pb2.pyi +166 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/entities/entity_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/entities/entity_service_pb2.py +149 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/entities/entity_service_pb2.pyi +203 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/entities/entity_service_pb2_grpc.py +237 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/features/aggregation_pb2.py +166 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/features/aggregation_pb2.pyi +292 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/features/aggregation_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/features/execution_pb2.py +76 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/features/execution_pb2.pyi +156 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/features/execution_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/features/feature_set_pb2.py +134 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/features/feature_set_pb2.pyi +305 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/features/feature_set_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/features/feature_set_service_pb2.py +364 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/features/feature_set_service_pb2.pyi +513 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/features/feature_set_service_pb2_grpc.py +576 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/features/feature_set_state_pb2.py +203 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/features/feature_set_state_pb2.pyi +329 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/features/feature_set_state_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/features/feature_set_state_service_pb2.py +129 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/features/feature_set_state_service_pb2.pyi +175 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/features/feature_set_state_service_pb2_grpc.py +203 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/features/feature_set_types_pb2.py +328 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/features/feature_set_types_pb2.pyi +745 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/features/feature_set_types_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/features/monitoring_pb2.py +55 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/features/monitoring_pb2.pyi +67 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/features/monitoring_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/jobs/job_pb2.py +68 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/jobs/job_pb2.pyi +169 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/jobs/job_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/jobs/job_service_pb2.py +149 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/jobs/job_service_pb2.pyi +237 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/jobs/job_service_pb2_grpc.py +237 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/jobs/v1/job_pb2.py +57 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/jobs/v1/job_pb2.pyi +156 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/jobs/v1/job_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/jobs/v1/job_service_pb2.py +169 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/jobs/v1/job_service_pb2.pyi +285 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/jobs/v1/job_service_pb2_grpc.py +271 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/reports/report_pb2.py +75 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/reports/report_pb2.pyi +159 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/reports/report_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/serving/metadata_pb2.py +57 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/serving/metadata_pb2.pyi +131 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/serving/metadata_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/serving/serving_pb2.py +244 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/serving/serving_pb2.pyi +476 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/serving/serving_pb2_grpc.py +101 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/serving/v1/value_pb2.py +46 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/serving/v1/value_pb2.pyi +91 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/serving/v1/value_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/sources/batch_pb2.py +181 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/sources/batch_pb2.pyi +521 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/sources/batch_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/sources/data_source_pb2.py +78 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/sources/data_source_pb2.pyi +138 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/sources/data_source_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/sources/data_source_service_pb2.py +169 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/sources/data_source_service_pb2.pyi +237 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/sources/data_source_service_pb2_grpc.py +305 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/sources/streaming_pb2.py +174 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/sources/streaming_pb2.pyi +354 -0
- qwak_core-0.0.23/_qwak_proto/qwak/feature_store/sources/streaming_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/features_operator/v1/features_operator_pb2.py +76 -0
- qwak_core-0.0.23/_qwak_proto/qwak/features_operator/v1/features_operator_pb2.pyi +129 -0
- qwak_core-0.0.23/_qwak_proto/qwak/features_operator/v1/features_operator_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/features_operator/v1/features_operator_service_pb2.py +69 -0
- qwak_core-0.0.23/_qwak_proto/qwak/features_operator/v1/features_operator_service_pb2.pyi +98 -0
- qwak_core-0.0.23/_qwak_proto/qwak/features_operator/v1/features_operator_service_pb2_grpc.py +99 -0
- qwak_core-0.0.23/_qwak_proto/qwak/features_operator/v2/features_operator_pb2.py +86 -0
- qwak_core-0.0.23/_qwak_proto/qwak/features_operator/v2/features_operator_pb2.pyi +138 -0
- qwak_core-0.0.23/_qwak_proto/qwak/features_operator/v2/features_operator_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/features_operator/v2/features_operator_service_pb2.py +61 -0
- qwak_core-0.0.23/_qwak_proto/qwak/features_operator/v2/features_operator_service_pb2.pyi +89 -0
- qwak_core-0.0.23/_qwak_proto/qwak/features_operator/v2/features_operator_service_pb2_grpc.py +99 -0
- qwak_core-0.0.23/_qwak_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +81 -0
- qwak_core-0.0.23/_qwak_proto/qwak/features_operator/v3/features_operator_async_service_pb2.pyi +119 -0
- qwak_core-0.0.23/_qwak_proto/qwak/features_operator/v3/features_operator_async_service_pb2_grpc.py +132 -0
- qwak_core-0.0.23/_qwak_proto/qwak/features_operator/v3/features_operator_pb2.py +76 -0
- qwak_core-0.0.23/_qwak_proto/qwak/features_operator/v3/features_operator_pb2.pyi +112 -0
- qwak_core-0.0.23/_qwak_proto/qwak/features_operator/v3/features_operator_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/file_versioning/file_versioning_pb2.py +46 -0
- qwak_core-0.0.23/_qwak_proto/qwak/file_versioning/file_versioning_pb2.pyi +82 -0
- qwak_core-0.0.23/_qwak_proto/qwak/file_versioning/file_versioning_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/file_versioning/file_versioning_service_pb2.py +69 -0
- qwak_core-0.0.23/_qwak_proto/qwak/file_versioning/file_versioning_service_pb2.pyi +72 -0
- qwak_core-0.0.23/_qwak_proto/qwak/file_versioning/file_versioning_service_pb2_grpc.py +101 -0
- qwak_core-0.0.23/_qwak_proto/qwak/fitness_service/constructs_pb2.py +113 -0
- qwak_core-0.0.23/_qwak_proto/qwak/fitness_service/constructs_pb2.pyi +259 -0
- qwak_core-0.0.23/_qwak_proto/qwak/fitness_service/constructs_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/fitness_service/fitness_pb2.py +46 -0
- qwak_core-0.0.23/_qwak_proto/qwak/fitness_service/fitness_pb2.pyi +87 -0
- qwak_core-0.0.23/_qwak_proto/qwak/fitness_service/fitness_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/fitness_service/fitness_service_pb2.py +110 -0
- qwak_core-0.0.23/_qwak_proto/qwak/fitness_service/fitness_service_pb2.pyi +121 -0
- qwak_core-0.0.23/_qwak_proto/qwak/fitness_service/fitness_service_pb2_grpc.py +169 -0
- qwak_core-0.0.23/_qwak_proto/qwak/fitness_service/status_pb2.py +127 -0
- qwak_core-0.0.23/_qwak_proto/qwak/fitness_service/status_pb2.pyi +279 -0
- qwak_core-0.0.23/_qwak_proto/qwak/fitness_service/status_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/inference/feedback/feedback_pb2.py +118 -0
- qwak_core-0.0.23/_qwak_proto/qwak/inference/feedback/feedback_pb2.pyi +253 -0
- qwak_core-0.0.23/_qwak_proto/qwak/inference/feedback/feedback_pb2_grpc.py +100 -0
- qwak_core-0.0.23/_qwak_proto/qwak/kube_deployment_captain/alert_pb2.py +120 -0
- qwak_core-0.0.23/_qwak_proto/qwak/kube_deployment_captain/alert_pb2.pyi +232 -0
- qwak_core-0.0.23/_qwak_proto/qwak/kube_deployment_captain/alert_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/kube_deployment_captain/alerting_pb2.py +65 -0
- qwak_core-0.0.23/_qwak_proto/qwak/kube_deployment_captain/alerting_pb2.pyi +101 -0
- qwak_core-0.0.23/_qwak_proto/qwak/kube_deployment_captain/alerting_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/kube_deployment_captain/batch_job_pb2.py +287 -0
- qwak_core-0.0.23/_qwak_proto/qwak/kube_deployment_captain/batch_job_pb2.pyi +616 -0
- qwak_core-0.0.23/_qwak_proto/qwak/kube_deployment_captain/batch_job_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/kube_deployment_captain/deployment_pb2.py +182 -0
- qwak_core-0.0.23/_qwak_proto/qwak/kube_deployment_captain/deployment_pb2.pyi +452 -0
- qwak_core-0.0.23/_qwak_proto/qwak/kube_deployment_captain/deployment_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +162 -0
- qwak_core-0.0.23/_qwak_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.pyi +352 -0
- qwak_core-0.0.23/_qwak_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +488 -0
- qwak_core-0.0.23/_qwak_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.pyi +786 -0
- qwak_core-0.0.23/_qwak_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2_grpc.py +1091 -0
- qwak_core-0.0.23/_qwak_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +45 -0
- qwak_core-0.0.23/_qwak_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.pyi +63 -0
- qwak_core-0.0.23/_qwak_proto/qwak/kube_deployment_captain/traffic_mapping_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/logging/log_filter_pb2.py +66 -0
- qwak_core-0.0.23/_qwak_proto/qwak/logging/log_filter_pb2.pyi +102 -0
- qwak_core-0.0.23/_qwak_proto/qwak/logging/log_filter_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/logging/log_line_pb2.py +48 -0
- qwak_core-0.0.23/_qwak_proto/qwak/logging/log_line_pb2.pyi +62 -0
- qwak_core-0.0.23/_qwak_proto/qwak/logging/log_line_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/logging/log_reader_service_pb2.py +51 -0
- qwak_core-0.0.23/_qwak_proto/qwak/logging/log_reader_service_pb2.pyi +83 -0
- qwak_core-0.0.23/_qwak_proto/qwak/logging/log_reader_service_pb2_grpc.py +67 -0
- qwak_core-0.0.23/_qwak_proto/qwak/logging/log_source_pb2.py +145 -0
- qwak_core-0.0.23/_qwak_proto/qwak/logging/log_source_pb2.pyi +302 -0
- qwak_core-0.0.23/_qwak_proto/qwak/logging/log_source_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/models/models_pb2.py +324 -0
- qwak_core-0.0.23/_qwak_proto/qwak/models/models_pb2.pyi +661 -0
- qwak_core-0.0.23/_qwak_proto/qwak/models/models_pb2_grpc.py +301 -0
- qwak_core-0.0.23/_qwak_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +149 -0
- qwak_core-0.0.23/_qwak_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.pyi +183 -0
- qwak_core-0.0.23/_qwak_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2_grpc.py +237 -0
- qwak_core-0.0.23/_qwak_proto/qwak/monitoring/v0/alerting_channel_pb2.py +175 -0
- qwak_core-0.0.23/_qwak_proto/qwak/monitoring/v0/alerting_channel_pb2.pyi +360 -0
- qwak_core-0.0.23/_qwak_proto/qwak/monitoring/v0/alerting_channel_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +70 -0
- qwak_core-0.0.23/_qwak_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.pyi +85 -0
- qwak_core-0.0.23/_qwak_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2_grpc.py +101 -0
- qwak_core-0.0.23/_qwak_proto/qwak/projects/projects_pb2.py +135 -0
- qwak_core-0.0.23/_qwak_proto/qwak/projects/projects_pb2.pyi +252 -0
- qwak_core-0.0.23/_qwak_proto/qwak/projects/projects_pb2_grpc.py +169 -0
- qwak_core-0.0.23/_qwak_proto/qwak/secret_service/secret_service_pb2.py +88 -0
- qwak_core-0.0.23/_qwak_proto/qwak/secret_service/secret_service_pb2.pyi +101 -0
- qwak_core-0.0.23/_qwak_proto/qwak/secret_service/secret_service_pb2_grpc.py +135 -0
- qwak_core-0.0.23/_qwak_proto/qwak/self_service/account/v0/account_membership_pb2.py +87 -0
- qwak_core-0.0.23/_qwak_proto/qwak/self_service/account/v0/account_membership_pb2.pyi +170 -0
- qwak_core-0.0.23/_qwak_proto/qwak/self_service/account/v0/account_membership_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/self_service/account/v0/account_membership_service_pb2.py +211 -0
- qwak_core-0.0.23/_qwak_proto/qwak/self_service/account/v0/account_membership_service_pb2.pyi +267 -0
- qwak_core-0.0.23/_qwak_proto/qwak/self_service/account/v0/account_membership_service_pb2_grpc.py +339 -0
- qwak_core-0.0.23/_qwak_proto/qwak/self_service/user/v1/api_key_pb2.py +35 -0
- qwak_core-0.0.23/_qwak_proto/qwak/self_service/user/v1/api_key_pb2.pyi +30 -0
- qwak_core-0.0.23/_qwak_proto/qwak/self_service/user/v1/api_key_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/self_service/user/v1/user_pb2.py +37 -0
- qwak_core-0.0.23/_qwak_proto/qwak/self_service/user/v1/user_pb2.pyi +51 -0
- qwak_core-0.0.23/_qwak_proto/qwak/self_service/user/v1/user_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/self_service/user/v1/user_service_pb2.py +146 -0
- qwak_core-0.0.23/_qwak_proto/qwak/self_service/user/v1/user_service_pb2.pyi +209 -0
- qwak_core-0.0.23/_qwak_proto/qwak/self_service/user/v1/user_service_pb2_grpc.py +203 -0
- qwak_core-0.0.23/_qwak_proto/qwak/traffic/v1/traffic_api_pb2.py +109 -0
- qwak_core-0.0.23/_qwak_proto/qwak/traffic/v1/traffic_api_pb2.pyi +126 -0
- qwak_core-0.0.23/_qwak_proto/qwak/traffic/v1/traffic_api_pb2_grpc.py +169 -0
- qwak_core-0.0.23/_qwak_proto/qwak/traffic/v1/traffic_pb2.py +134 -0
- qwak_core-0.0.23/_qwak_proto/qwak/traffic/v1/traffic_pb2.pyi +281 -0
- qwak_core-0.0.23/_qwak_proto/qwak/traffic/v1/traffic_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/user_application/common/v0/resources_pb2.py +73 -0
- qwak_core-0.0.23/_qwak_proto/qwak/user_application/common/v0/resources_pb2.pyi +115 -0
- qwak_core-0.0.23/_qwak_proto/qwak/user_application/common/v0/resources_pb2_grpc.py +4 -0
- qwak_core-0.0.23/_qwak_proto/qwak/user_application/v0/user_application_pb2.py +58 -0
- qwak_core-0.0.23/_qwak_proto/qwak/user_application/v0/user_application_pb2.pyi +75 -0
- qwak_core-0.0.23/_qwak_proto/qwak/user_application/v0/user_application_pb2_grpc.py +4 -0
- qwak_core-0.0.23/pyproject.toml +83 -0
- qwak_core-0.0.23/qwak/__init__.py +12 -0
- qwak_core-0.0.23/qwak/automations/__init__.py +57 -0
- qwak_core-0.0.23/qwak/automations/automation_executions.py +94 -0
- qwak_core-0.0.23/qwak/automations/automations.py +938 -0
- qwak_core-0.0.23/qwak/clients/__init__.py +0 -0
- qwak_core-0.0.23/qwak/clients/administration/__init__.py +4 -0
- qwak_core-0.0.23/qwak/clients/administration/authenticated_user/__init__.py +0 -0
- qwak_core-0.0.23/qwak/clients/administration/authenticated_user/client.py +40 -0
- qwak_core-0.0.23/qwak/clients/administration/authentication/__init__.py +0 -0
- qwak_core-0.0.23/qwak/clients/administration/authentication/client.py +31 -0
- qwak_core-0.0.23/qwak/clients/administration/eco_system/__init__.py +0 -0
- qwak_core-0.0.23/qwak/clients/administration/eco_system/client.py +153 -0
- qwak_core-0.0.23/qwak/clients/administration/environment/__init__.py +0 -0
- qwak_core-0.0.23/qwak/clients/administration/environment/client.py +76 -0
- qwak_core-0.0.23/qwak/clients/administration/self_service/__init__.py +0 -0
- qwak_core-0.0.23/qwak/clients/administration/self_service/client.py +70 -0
- qwak_core-0.0.23/qwak/clients/alert_management/__init__.py +1 -0
- qwak_core-0.0.23/qwak/clients/alert_management/client.py +63 -0
- qwak_core-0.0.23/qwak/clients/analytics/__init__.py +1 -0
- qwak_core-0.0.23/qwak/clients/analytics/client.py +81 -0
- qwak_core-0.0.23/qwak/clients/audience/__init__.py +1 -0
- qwak_core-0.0.23/qwak/clients/audience/client.py +52 -0
- qwak_core-0.0.23/qwak/clients/automation_management/__init__.py +0 -0
- qwak_core-0.0.23/qwak/clients/automation_management/client.py +264 -0
- qwak_core-0.0.23/qwak/clients/autoscaling/__init__.py +1 -0
- qwak_core-0.0.23/qwak/clients/autoscaling/client.py +31 -0
- qwak_core-0.0.23/qwak/clients/batch_job_management/__init__.py +3 -0
- qwak_core-0.0.23/qwak/clients/batch_job_management/client.py +447 -0
- qwak_core-0.0.23/qwak/clients/batch_job_management/executions_config.py +181 -0
- qwak_core-0.0.23/qwak/clients/batch_job_management/results.py +73 -0
- qwak_core-0.0.23/qwak/clients/build_management/__init__.py +1 -0
- qwak_core-0.0.23/qwak/clients/build_management/client.py +127 -0
- qwak_core-0.0.23/qwak/clients/build_orchestrator/__init__.py +1 -0
- qwak_core-0.0.23/qwak/clients/build_orchestrator/client.py +413 -0
- qwak_core-0.0.23/qwak/clients/data_versioning/__init__.py +0 -0
- qwak_core-0.0.23/qwak/clients/data_versioning/client.py +57 -0
- qwak_core-0.0.23/qwak/clients/deployment/__init__.py +0 -0
- qwak_core-0.0.23/qwak/clients/deployment/client.py +174 -0
- qwak_core-0.0.23/qwak/clients/feature_store/__init__.py +1 -0
- qwak_core-0.0.23/qwak/clients/feature_store/job_registry_client.py +70 -0
- qwak_core-0.0.23/qwak/clients/feature_store/management_client.py +450 -0
- qwak_core-0.0.23/qwak/clients/feature_store/operator_client.py +145 -0
- qwak_core-0.0.23/qwak/clients/feedback/__init__.py +0 -0
- qwak_core-0.0.23/qwak/clients/feedback/client.py +83 -0
- qwak_core-0.0.23/qwak/clients/file_versioning/__init__.py +0 -0
- qwak_core-0.0.23/qwak/clients/file_versioning/client.py +58 -0
- qwak_core-0.0.23/qwak/clients/kube_deployment_captain/__init__.py +1 -0
- qwak_core-0.0.23/qwak/clients/kube_deployment_captain/client.py +230 -0
- qwak_core-0.0.23/qwak/clients/logging_client/__init__.py +1 -0
- qwak_core-0.0.23/qwak/clients/logging_client/client.py +129 -0
- qwak_core-0.0.23/qwak/clients/model_management/__init__.py +1 -0
- qwak_core-0.0.23/qwak/clients/model_management/client.py +105 -0
- qwak_core-0.0.23/qwak/clients/project/__init__.py +0 -0
- qwak_core-0.0.23/qwak/clients/project/client.py +59 -0
- qwak_core-0.0.23/qwak/clients/secret_service/__init__.py +1 -0
- qwak_core-0.0.23/qwak/clients/secret_service/client.py +72 -0
- qwak_core-0.0.23/qwak/clients/user_application_instance/__init__.py +1 -0
- qwak_core-0.0.23/qwak/clients/user_application_instance/client.py +176 -0
- qwak_core-0.0.23/qwak/exceptions/__init__.py +7 -0
- qwak_core-0.0.23/qwak/exceptions/quiet_error.py +22 -0
- qwak_core-0.0.23/qwak/exceptions/qwak_build_exception.py +17 -0
- qwak_core-0.0.23/qwak/exceptions/qwak_exception.py +6 -0
- qwak_core-0.0.23/qwak/exceptions/qwak_http_exception.py +19 -0
- qwak_core-0.0.23/qwak/exceptions/qwak_inference_exception.py +4 -0
- qwak_core-0.0.23/qwak/exceptions/qwak_load_model_failed_exception.py +10 -0
- qwak_core-0.0.23/qwak/exceptions/qwak_login_exception.py +8 -0
- qwak_core-0.0.23/qwak/exceptions/qwak_mock_http_exception.py +4 -0
- qwak_core-0.0.23/qwak/exceptions/qwak_model_initialization_exception.py +4 -0
- qwak_core-0.0.23/qwak/exceptions/qwak_not_found_exception.py +6 -0
- qwak_core-0.0.23/qwak/exceptions/qwak_quiet_build_exception.py +12 -0
- qwak_core-0.0.23/qwak/feature_store/__init__.py +0 -0
- qwak_core-0.0.23/qwak/feature_store/data_sources/__init__.py +29 -0
- qwak_core-0.0.23/qwak/feature_store/data_sources/batch_sources/__init__.py +0 -0
- qwak_core-0.0.23/qwak/feature_store/data_sources/batch_sources/_batch.py +64 -0
- qwak_core-0.0.23/qwak/feature_store/data_sources/batch_sources/_jdbc.py +22 -0
- qwak_core-0.0.23/qwak/feature_store/data_sources/batch_sources/big_query.py +80 -0
- qwak_core-0.0.23/qwak/feature_store/data_sources/batch_sources/csv.py +61 -0
- qwak_core-0.0.23/qwak/feature_store/data_sources/batch_sources/elastic_search.py +61 -0
- qwak_core-0.0.23/qwak/feature_store/data_sources/batch_sources/filesystem_config.py +91 -0
- qwak_core-0.0.23/qwak/feature_store/data_sources/batch_sources/mongodb.py +57 -0
- qwak_core-0.0.23/qwak/feature_store/data_sources/batch_sources/mysql.py +49 -0
- qwak_core-0.0.23/qwak/feature_store/data_sources/batch_sources/parquet.py +53 -0
- qwak_core-0.0.23/qwak/feature_store/data_sources/batch_sources/postgres.py +49 -0
- qwak_core-0.0.23/qwak/feature_store/data_sources/batch_sources/redshift.py +85 -0
- qwak_core-0.0.23/qwak/feature_store/data_sources/batch_sources/snowflake.py +77 -0
- qwak_core-0.0.23/qwak/feature_store/data_sources/batch_sources/vertica.py +57 -0
- qwak_core-0.0.23/qwak/feature_store/entities/__init__.py +0 -0
- qwak_core-0.0.23/qwak/feature_store/entities/entity.py +60 -0
- qwak_core-0.0.23/qwak/feature_store/feature_sets/__init__.py +0 -0
- qwak_core-0.0.23/qwak/feature_store/feature_sets/backfill.py +58 -0
- qwak_core-0.0.23/qwak/feature_store/feature_sets/batch.py +459 -0
- qwak_core-0.0.23/qwak/feature_store/feature_sets/context.py +9 -0
- qwak_core-0.0.23/qwak/feature_store/feature_sets/execution_spec.py +51 -0
- qwak_core-0.0.23/qwak/feature_store/feature_sets/metadata.py +23 -0
- qwak_core-0.0.23/qwak/feature_store/feature_sets/read_policies.py +245 -0
- qwak_core-0.0.23/qwak/feature_store/feature_sets/transformations.py +50 -0
- qwak_core-0.0.23/qwak/feature_store/offline/__init__.py +0 -0
- qwak_core-0.0.23/qwak/feature_store/online/__init__.py +0 -0
- qwak_core-0.0.23/qwak/feature_store/online/client.py +0 -0
- qwak_core-0.0.23/qwak/inner/__init__.py +11 -0
- qwak_core-0.0.23/qwak/inner/const.py +36 -0
- qwak_core-0.0.23/qwak/inner/di_configuration/__init__.py +59 -0
- qwak_core-0.0.23/qwak/inner/di_configuration/account.py +210 -0
- qwak_core-0.0.23/qwak/inner/di_configuration/config.yml +4 -0
- qwak_core-0.0.23/qwak/inner/di_configuration/containers.py +23 -0
- qwak_core-0.0.23/qwak/inner/di_configuration/session.py +12 -0
- qwak_core-0.0.23/qwak/inner/model_loggers_utils.py +93 -0
- qwak_core-0.0.23/qwak/inner/runtime_di/__init__.py +13 -0
- qwak_core-0.0.23/qwak/inner/runtime_di/containers.py +10 -0
- qwak_core-0.0.23/qwak/inner/singleton_meta.py +18 -0
- qwak_core-0.0.23/qwak/inner/tool/__init__.py +2 -0
- qwak_core-0.0.23/qwak/inner/tool/auth.py +104 -0
- qwak_core-0.0.23/qwak/inner/tool/grpc/__init__.py +0 -0
- qwak_core-0.0.23/qwak/inner/tool/grpc/grpc_auth.py +17 -0
- qwak_core-0.0.23/qwak/inner/tool/grpc/grpc_tools.py +162 -0
- qwak_core-0.0.23/qwak/inner/tool/grpc/grpc_try_wrapping.py +17 -0
- qwak_core-0.0.23/qwak/inner/tool/retry_utils.py +23 -0
- qwak_core-0.0.23/qwak/inner/tool/run_config/__init__.py +10 -0
- qwak_core-0.0.23/qwak/inner/tool/run_config/base.py +101 -0
- qwak_core-0.0.23/qwak/inner/tool/run_config/utils.py +251 -0
- qwak_core-0.0.23/qwak/model/__init__.py +0 -0
- qwak_core-0.0.23/qwak/model/adapters/__init__.py +39 -0
- qwak_core-0.0.23/qwak/model/adapters/input_adapters/__init__.py +0 -0
- qwak_core-0.0.23/qwak/model/adapters/input_adapters/base_input_adapter.py +8 -0
- qwak_core-0.0.23/qwak/model/adapters/input_adapters/dataframe_input_adapter.py +8 -0
- qwak_core-0.0.23/qwak/model/adapters/input_adapters/file_input_adapter.py +8 -0
- qwak_core-0.0.23/qwak/model/adapters/input_adapters/image_input_adapter.py +8 -0
- qwak_core-0.0.23/qwak/model/adapters/input_adapters/json_input_adapter.py +8 -0
- qwak_core-0.0.23/qwak/model/adapters/input_adapters/multi_input_adapter.py +50 -0
- qwak_core-0.0.23/qwak/model/adapters/input_adapters/numpy_input_adapter.py +100 -0
- qwak_core-0.0.23/qwak/model/adapters/input_adapters/proto_input_adapter.py +32 -0
- qwak_core-0.0.23/qwak/model/adapters/input_adapters/string_input_adapter.py +8 -0
- qwak_core-0.0.23/qwak/model/adapters/input_adapters/tf_tensor_input_adapter.py +8 -0
- qwak_core-0.0.23/qwak/model/adapters/output_adapters/__init__.py +0 -0
- qwak_core-0.0.23/qwak/model/adapters/output_adapters/base_output_adapter.py +13 -0
- qwak_core-0.0.23/qwak/model/adapters/output_adapters/dataframe_output_adapter.py +9 -0
- qwak_core-0.0.23/qwak/model/adapters/output_adapters/default_output_adapter.py +9 -0
- qwak_core-0.0.23/qwak/model/adapters/output_adapters/json_output_adapter.py +9 -0
- qwak_core-0.0.23/qwak/model/adapters/output_adapters/numpy_output_adapter.py +32 -0
- qwak_core-0.0.23/qwak/model/adapters/output_adapters/proto_output_adapter.py +16 -0
- qwak_core-0.0.23/qwak/model/adapters/output_adapters/qwak_with_default_fallback.py +5 -0
- qwak_core-0.0.23/qwak/model/adapters/output_adapters/tf_tensor_output_adapter.py +9 -0
- qwak_core-0.0.23/qwak/model/analytics_logging.py +14 -0
- qwak_core-0.0.23/qwak/model/base.py +61 -0
- qwak_core-0.0.23/qwak/model/decorators/__init__.py +0 -0
- qwak_core-0.0.23/qwak/model/decorators/api.py +43 -0
- qwak_core-0.0.23/qwak/model/decorators/api_implementation.py +26 -0
- qwak_core-0.0.23/qwak/model/experiment_tracking.py +65 -0
- qwak_core-0.0.23/qwak/model/schema.py +63 -0
- qwak_core-0.0.23/qwak/model/schema_entities.py +204 -0
- qwak_core-0.0.23/qwak/model/utils/__init__.py +0 -0
- qwak_core-0.0.23/qwak/model/utils/extract_wrapped_function.py +9 -0
- qwak_core-0.0.23/qwak/model_loggers/__init__.py +0 -0
- qwak_core-0.0.23/qwak/model_loggers/artifact_logger.py +87 -0
- qwak_core-0.0.23/qwak/model_loggers/data_logger.py +163 -0
- qwak_core-0.0.23/qwak/model_loggers/model_logger.py +30 -0
- qwak_core-0.0.23/qwak/qwak_client/__init__.py +0 -0
- qwak_core-0.0.23/qwak/qwak_client/builds/__init__.py +0 -0
- qwak_core-0.0.23/qwak/qwak_client/builds/build.py +96 -0
- qwak_core-0.0.23/qwak/qwak_client/builds/filters/__init__.py +0 -0
- qwak_core-0.0.23/qwak/qwak_client/builds/filters/metric_filter.py +38 -0
- qwak_core-0.0.23/qwak/qwak_client/builds/filters/parameter_filter.py +34 -0
- qwak_core-0.0.23/qwak/qwak_client/client.py +491 -0
- qwak_core-0.0.23/qwak/qwak_client/deployments/__init__.py +0 -0
- qwak_core-0.0.23/qwak/qwak_client/deployments/deployment.py +405 -0
- qwak_core-0.0.23/qwak/qwak_client/models/__init__.py +0 -0
- qwak_core-0.0.23/qwak/qwak_client/models/model.py +51 -0
- qwak_core-0.0.23/qwak/qwak_client/models/model_metadata.py +14 -0
- qwak_core-0.0.23/qwak/qwak_client/projects/__init__.py +0 -0
- qwak_core-0.0.23/qwak/qwak_client/projects/project.py +55 -0
- qwak_core-0.0.23/qwak/testing/__init__.py +0 -0
- qwak_core-0.0.23/qwak/testing/fixtures.py +7 -0
- qwak_core-0.0.23/qwak_services_mock/__init__.py +1 -0
- qwak_core-0.0.23/qwak_services_mock/mocks/__init__.py +0 -0
- qwak_core-0.0.23/qwak_services_mock/mocks/alert_manager_service_api.py +54 -0
- qwak_core-0.0.23/qwak_services_mock/mocks/analytics_api.py +54 -0
- qwak_core-0.0.23/qwak_services_mock/mocks/audience_service_api.py +77 -0
- qwak_core-0.0.23/qwak_services_mock/mocks/authentication_service.py +27 -0
- qwak_core-0.0.23/qwak_services_mock/mocks/automation_management_service.py +226 -0
- qwak_core-0.0.23/qwak_services_mock/mocks/autoscaling_service_api.py +29 -0
- qwak_core-0.0.23/qwak_services_mock/mocks/batch_job_manager_service.py +304 -0
- qwak_core-0.0.23/qwak_services_mock/mocks/build_management.py +106 -0
- qwak_core-0.0.23/qwak_services_mock/mocks/build_orchestrator_build_api.py +108 -0
- qwak_core-0.0.23/qwak_services_mock/mocks/build_orchestrator_service_api.py +106 -0
- qwak_core-0.0.23/qwak_services_mock/mocks/data_versioning_service.py +37 -0
- qwak_core-0.0.23/qwak_services_mock/mocks/deployment_management_service.py +406 -0
- qwak_core-0.0.23/qwak_services_mock/mocks/ecosystem_service_api.py +32 -0
- qwak_core-0.0.23/qwak_services_mock/mocks/feature_store_data_sources_manager_api.py +44 -0
- qwak_core-0.0.23/qwak_services_mock/mocks/feature_store_entities_manager_api.py +57 -0
- qwak_core-0.0.23/qwak_services_mock/mocks/feature_store_feature_set_manager_api.py +92 -0
- qwak_core-0.0.23/qwak_services_mock/mocks/features_operator_v3_service.py +29 -0
- qwak_core-0.0.23/qwak_services_mock/mocks/features_set_state_service_api.py +55 -0
- qwak_core-0.0.23/qwak_services_mock/mocks/feedback_service.py +33 -0
- qwak_core-0.0.23/qwak_services_mock/mocks/file_versioning_service.py +37 -0
- qwak_core-0.0.23/qwak_services_mock/mocks/job_registry_service_api.py +71 -0
- qwak_core-0.0.23/qwak_services_mock/mocks/kube_captain_service_api.py +39 -0
- qwak_core-0.0.23/qwak_services_mock/mocks/logging_service.py +203 -0
- qwak_core-0.0.23/qwak_services_mock/mocks/model_management_service.py +94 -0
- qwak_core-0.0.23/qwak_services_mock/mocks/project_manager_service.py +95 -0
- qwak_core-0.0.23/qwak_services_mock/mocks/qwak_mocks.py +85 -0
- qwak_core-0.0.23/qwak_services_mock/mocks/secret_service.py +42 -0
- qwak_core-0.0.23/qwak_services_mock/mocks/self_service_user_service.py +31 -0
- qwak_core-0.0.23/qwak_services_mock/mocks/user_application_instance_service_api.py +105 -0
- qwak_core-0.0.23/qwak_services_mock/mocks/utils/__init__.py +0 -0
- qwak_core-0.0.23/qwak_services_mock/mocks/utils/exception_handlers.py +7 -0
- qwak_core-0.0.23/qwak_services_mock/services_mock.py +374 -0
- qwak_core-0.0.23/qwak_services_mock/utils/__init__.py +0 -0
- qwak_core-0.0.23/qwak_services_mock/utils/service_utils.py +9 -0
- qwak_core-0.0.23/setup.py +138 -0
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: qwak-core
|
|
3
|
+
Version: 0.0.23
|
|
4
|
+
Summary: Qwak Core contains the necessary objects and communication tools for using the Qwak Platform
|
|
5
|
+
License: Apache-2.0
|
|
6
|
+
Keywords: mlops,ml,deployment,serving,model
|
|
7
|
+
Author: Qwak
|
|
8
|
+
Author-email: info@qwak.com
|
|
9
|
+
Requires-Python: >=3.7.1,<3.10
|
|
10
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
11
|
+
Classifier: Operating System :: OS Independent
|
|
12
|
+
Classifier: Programming Language :: Python :: 3
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
18
|
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
19
|
+
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
20
|
+
Requires-Dist: PyYAML
|
|
21
|
+
Requires-Dist: dependency-injector (>=4.0)
|
|
22
|
+
Requires-Dist: grpcio (>=1.32.0)
|
|
23
|
+
Requires-Dist: marshmallow-dataclass (>=8.5.8,<9.0.0)
|
|
24
|
+
Requires-Dist: protobuf (>=3.10,<4)
|
|
25
|
+
Requires-Dist: python-jose
|
|
26
|
+
Requires-Dist: requests
|
|
27
|
+
Requires-Dist: typeguard (>=2,<3)
|
|
28
|
+
Project-URL: Home page, https://www.qwak.com/
|
|
29
|
+
Description-Content-Type: text/markdown
|
|
30
|
+
|
|
31
|
+
# Qwak Core
|
|
32
|
+
|
|
33
|
+
Qwak is an end-to-end production ML platform designed to allow data scientists to build, deploy, and monitor their models in production with minimal engineering friction.
|
|
34
|
+
Qwak Core contains all the objects and tools necessary to use the Qwak Platform
|
|
35
|
+
|
|
File without changes
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: qwak/administration/account/v1/account.proto
|
|
4
|
+
"""Generated protocol buffer code."""
|
|
5
|
+
from google.protobuf.internal import enum_type_wrapper
|
|
6
|
+
from google.protobuf import descriptor as _descriptor
|
|
7
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
8
|
+
from google.protobuf import message as _message
|
|
9
|
+
from google.protobuf import reflection as _reflection
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
# @@protoc_insertion_point(imports)
|
|
12
|
+
|
|
13
|
+
_sym_db = _symbol_database.Default()
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
17
|
+
from _qwak_proto.qwak.administration.account.v1 import preferences_pb2 as qwak_dot_administration_dot_account_dot_v1_dot_preferences__pb2
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,qwak/administration/account/v1/account.proto\x12\x1eqwak.administration.account.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x30qwak/administration/account/v1/preferences.proto\"\xf1\x02\n\x07\x41\x63\x63ount\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x45\n\x06status\x18\x04 \x01(\x0e\x32\x35.qwak.administration.account.v1.AccountActivityStatus\x12\x44\n\x0bpreferences\x18\x07 \x01(\x0b\x32/.qwak.administration.account.AccountPreferences\x12\x1e\n\x16\x64\x65\x66\x61ult_environment_id\x18\x08 \x01(\t\x12.\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x34\n\x10last_modified_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x39\n\x04type\x18\t \x01(\x0e\x32+.qwak.administration.account.v1.AccountType\"c\n\x11ListAccountFilter\x12N\n\x0f\x61\x63tivity_status\x18\x01 \x01(\x0e\x32\x35.qwak.administration.account.v1.AccountActivityStatus\"_\n\x12\x41utoBindingAccount\x12\n\n\x02id\x18\x01 \x01(\t\x12=\n\x04rule\x18\x02 \x01(\x0b\x32/.qwak.administration.account.v1.AutoBindingRule\")\n\x0f\x41utoBindingRule\x12\x16\n\x0e\x65mail_hostname\x18\x01 \x01(\t*k\n\x15\x41\x63\x63ountActivityStatus\x12\x1a\n\x16\x41\x43\x43OUNT_STATUS_INVALID\x10\x00\x12\x19\n\x15\x41\x43\x43OUNT_STATUS_ACTIVE\x10\x01\x12\x1b\n\x17\x41\x43\x43OUNT_STATUS_DISABLED\x10\x02*=\n\x0b\x41\x63\x63ountType\x12\x18\n\x14\x41\x43\x43OUNT_TYPE_INVALID\x10\x00\x12\n\n\x06HYBRID\x10\x01\x12\x08\n\x04SAAS\x10\x02\x42\xb4\x01\n)com.qwak.ai.administration.api.account.v1P\x01Z\x84\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/account/v1;account_v0b\x06proto3')
|
|
21
|
+
|
|
22
|
+
_ACCOUNTACTIVITYSTATUS = DESCRIPTOR.enum_types_by_name['AccountActivityStatus']
|
|
23
|
+
AccountActivityStatus = enum_type_wrapper.EnumTypeWrapper(_ACCOUNTACTIVITYSTATUS)
|
|
24
|
+
_ACCOUNTTYPE = DESCRIPTOR.enum_types_by_name['AccountType']
|
|
25
|
+
AccountType = enum_type_wrapper.EnumTypeWrapper(_ACCOUNTTYPE)
|
|
26
|
+
ACCOUNT_STATUS_INVALID = 0
|
|
27
|
+
ACCOUNT_STATUS_ACTIVE = 1
|
|
28
|
+
ACCOUNT_STATUS_DISABLED = 2
|
|
29
|
+
ACCOUNT_TYPE_INVALID = 0
|
|
30
|
+
HYBRID = 1
|
|
31
|
+
SAAS = 2
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
_ACCOUNT = DESCRIPTOR.message_types_by_name['Account']
|
|
35
|
+
_LISTACCOUNTFILTER = DESCRIPTOR.message_types_by_name['ListAccountFilter']
|
|
36
|
+
_AUTOBINDINGACCOUNT = DESCRIPTOR.message_types_by_name['AutoBindingAccount']
|
|
37
|
+
_AUTOBINDINGRULE = DESCRIPTOR.message_types_by_name['AutoBindingRule']
|
|
38
|
+
Account = _reflection.GeneratedProtocolMessageType('Account', (_message.Message,), {
|
|
39
|
+
'DESCRIPTOR' : _ACCOUNT,
|
|
40
|
+
'__module__' : 'qwak.administration.account.v1.account_pb2'
|
|
41
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.account.v1.Account)
|
|
42
|
+
})
|
|
43
|
+
_sym_db.RegisterMessage(Account)
|
|
44
|
+
|
|
45
|
+
ListAccountFilter = _reflection.GeneratedProtocolMessageType('ListAccountFilter', (_message.Message,), {
|
|
46
|
+
'DESCRIPTOR' : _LISTACCOUNTFILTER,
|
|
47
|
+
'__module__' : 'qwak.administration.account.v1.account_pb2'
|
|
48
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.account.v1.ListAccountFilter)
|
|
49
|
+
})
|
|
50
|
+
_sym_db.RegisterMessage(ListAccountFilter)
|
|
51
|
+
|
|
52
|
+
AutoBindingAccount = _reflection.GeneratedProtocolMessageType('AutoBindingAccount', (_message.Message,), {
|
|
53
|
+
'DESCRIPTOR' : _AUTOBINDINGACCOUNT,
|
|
54
|
+
'__module__' : 'qwak.administration.account.v1.account_pb2'
|
|
55
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.account.v1.AutoBindingAccount)
|
|
56
|
+
})
|
|
57
|
+
_sym_db.RegisterMessage(AutoBindingAccount)
|
|
58
|
+
|
|
59
|
+
AutoBindingRule = _reflection.GeneratedProtocolMessageType('AutoBindingRule', (_message.Message,), {
|
|
60
|
+
'DESCRIPTOR' : _AUTOBINDINGRULE,
|
|
61
|
+
'__module__' : 'qwak.administration.account.v1.account_pb2'
|
|
62
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.account.v1.AutoBindingRule)
|
|
63
|
+
})
|
|
64
|
+
_sym_db.RegisterMessage(AutoBindingRule)
|
|
65
|
+
|
|
66
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
67
|
+
|
|
68
|
+
DESCRIPTOR._options = None
|
|
69
|
+
DESCRIPTOR._serialized_options = b'\n)com.qwak.ai.administration.api.account.v1P\001Z\204\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/account/v1;account_v0'
|
|
70
|
+
_ACCOUNTACTIVITYSTATUS._serialized_start=776
|
|
71
|
+
_ACCOUNTACTIVITYSTATUS._serialized_end=883
|
|
72
|
+
_ACCOUNTTYPE._serialized_start=885
|
|
73
|
+
_ACCOUNTTYPE._serialized_end=946
|
|
74
|
+
_ACCOUNT._serialized_start=164
|
|
75
|
+
_ACCOUNT._serialized_end=533
|
|
76
|
+
_LISTACCOUNTFILTER._serialized_start=535
|
|
77
|
+
_LISTACCOUNTFILTER._serialized_end=634
|
|
78
|
+
_AUTOBINDINGACCOUNT._serialized_start=636
|
|
79
|
+
_AUTOBINDINGACCOUNT._serialized_end=731
|
|
80
|
+
_AUTOBINDINGRULE._serialized_start=733
|
|
81
|
+
_AUTOBINDINGRULE._serialized_end=774
|
|
82
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
import builtins
|
|
6
|
+
import google.protobuf.descriptor
|
|
7
|
+
import google.protobuf.internal.enum_type_wrapper
|
|
8
|
+
import google.protobuf.message
|
|
9
|
+
import google.protobuf.timestamp_pb2
|
|
10
|
+
import qwak.administration.account.v1.preferences_pb2
|
|
11
|
+
import sys
|
|
12
|
+
import typing
|
|
13
|
+
|
|
14
|
+
if sys.version_info >= (3, 10):
|
|
15
|
+
import typing as typing_extensions
|
|
16
|
+
else:
|
|
17
|
+
import typing_extensions
|
|
18
|
+
|
|
19
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
20
|
+
|
|
21
|
+
class _AccountActivityStatus:
|
|
22
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
23
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
24
|
+
|
|
25
|
+
class _AccountActivityStatusEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_AccountActivityStatus.ValueType], builtins.type): # noqa: F821
|
|
26
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
27
|
+
ACCOUNT_STATUS_INVALID: _AccountActivityStatus.ValueType # 0
|
|
28
|
+
"""Default invalid State"""
|
|
29
|
+
ACCOUNT_STATUS_ACTIVE: _AccountActivityStatus.ValueType # 1
|
|
30
|
+
"""Marks the account is currently active in Qwak"""
|
|
31
|
+
ACCOUNT_STATUS_DISABLED: _AccountActivityStatus.ValueType # 2
|
|
32
|
+
"""Marks that the account is disabled"""
|
|
33
|
+
|
|
34
|
+
class AccountActivityStatus(_AccountActivityStatus, metaclass=_AccountActivityStatusEnumTypeWrapper): ...
|
|
35
|
+
|
|
36
|
+
ACCOUNT_STATUS_INVALID: AccountActivityStatus.ValueType # 0
|
|
37
|
+
"""Default invalid State"""
|
|
38
|
+
ACCOUNT_STATUS_ACTIVE: AccountActivityStatus.ValueType # 1
|
|
39
|
+
"""Marks the account is currently active in Qwak"""
|
|
40
|
+
ACCOUNT_STATUS_DISABLED: AccountActivityStatus.ValueType # 2
|
|
41
|
+
"""Marks that the account is disabled"""
|
|
42
|
+
global___AccountActivityStatus = AccountActivityStatus
|
|
43
|
+
|
|
44
|
+
class _AccountType:
|
|
45
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
46
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
47
|
+
|
|
48
|
+
class _AccountTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_AccountType.ValueType], builtins.type): # noqa: F821
|
|
49
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
50
|
+
ACCOUNT_TYPE_INVALID: _AccountType.ValueType # 0
|
|
51
|
+
"""Default invalid account type"""
|
|
52
|
+
HYBRID: _AccountType.ValueType # 1
|
|
53
|
+
"""Hybrid account type"""
|
|
54
|
+
SAAS: _AccountType.ValueType # 2
|
|
55
|
+
"""Saas account type"""
|
|
56
|
+
|
|
57
|
+
class AccountType(_AccountType, metaclass=_AccountTypeEnumTypeWrapper): ...
|
|
58
|
+
|
|
59
|
+
ACCOUNT_TYPE_INVALID: AccountType.ValueType # 0
|
|
60
|
+
"""Default invalid account type"""
|
|
61
|
+
HYBRID: AccountType.ValueType # 1
|
|
62
|
+
"""Hybrid account type"""
|
|
63
|
+
SAAS: AccountType.ValueType # 2
|
|
64
|
+
"""Saas account type"""
|
|
65
|
+
global___AccountType = AccountType
|
|
66
|
+
|
|
67
|
+
class Account(google.protobuf.message.Message):
|
|
68
|
+
"""An account represent a billable entity.
|
|
69
|
+
users can be bind to account
|
|
70
|
+
"""
|
|
71
|
+
|
|
72
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
73
|
+
|
|
74
|
+
ID_FIELD_NUMBER: builtins.int
|
|
75
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
76
|
+
STATUS_FIELD_NUMBER: builtins.int
|
|
77
|
+
PREFERENCES_FIELD_NUMBER: builtins.int
|
|
78
|
+
DEFAULT_ENVIRONMENT_ID_FIELD_NUMBER: builtins.int
|
|
79
|
+
CREATED_AT_FIELD_NUMBER: builtins.int
|
|
80
|
+
LAST_MODIFIED_AT_FIELD_NUMBER: builtins.int
|
|
81
|
+
TYPE_FIELD_NUMBER: builtins.int
|
|
82
|
+
id: builtins.str
|
|
83
|
+
"""Assigned account ID"""
|
|
84
|
+
name: builtins.str
|
|
85
|
+
"""Given account name"""
|
|
86
|
+
status: global___AccountActivityStatus.ValueType
|
|
87
|
+
"""Current account status"""
|
|
88
|
+
@property
|
|
89
|
+
def preferences(self) -> qwak.administration.account.v1.preferences_pb2.AccountPreferences:
|
|
90
|
+
"""Account preferences"""
|
|
91
|
+
default_environment_id: builtins.str
|
|
92
|
+
"""Account default environment"""
|
|
93
|
+
@property
|
|
94
|
+
def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
95
|
+
"""Creation date"""
|
|
96
|
+
@property
|
|
97
|
+
def last_modified_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
|
|
98
|
+
"""Last modification date"""
|
|
99
|
+
type: global___AccountType.ValueType
|
|
100
|
+
"""The type of the account"""
|
|
101
|
+
def __init__(
|
|
102
|
+
self,
|
|
103
|
+
*,
|
|
104
|
+
id: builtins.str = ...,
|
|
105
|
+
name: builtins.str = ...,
|
|
106
|
+
status: global___AccountActivityStatus.ValueType = ...,
|
|
107
|
+
preferences: qwak.administration.account.v1.preferences_pb2.AccountPreferences | None = ...,
|
|
108
|
+
default_environment_id: builtins.str = ...,
|
|
109
|
+
created_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
110
|
+
last_modified_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
111
|
+
type: global___AccountType.ValueType = ...,
|
|
112
|
+
) -> None: ...
|
|
113
|
+
def HasField(self, field_name: typing_extensions.Literal["created_at", b"created_at", "last_modified_at", b"last_modified_at", "preferences", b"preferences"]) -> builtins.bool: ...
|
|
114
|
+
def ClearField(self, field_name: typing_extensions.Literal["created_at", b"created_at", "default_environment_id", b"default_environment_id", "id", b"id", "last_modified_at", b"last_modified_at", "name", b"name", "preferences", b"preferences", "status", b"status", "type", b"type"]) -> None: ...
|
|
115
|
+
|
|
116
|
+
global___Account = Account
|
|
117
|
+
|
|
118
|
+
class ListAccountFilter(google.protobuf.message.Message):
|
|
119
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
120
|
+
|
|
121
|
+
ACTIVITY_STATUS_FIELD_NUMBER: builtins.int
|
|
122
|
+
activity_status: global___AccountActivityStatus.ValueType
|
|
123
|
+
"""Filter based on account activity status"""
|
|
124
|
+
def __init__(
|
|
125
|
+
self,
|
|
126
|
+
*,
|
|
127
|
+
activity_status: global___AccountActivityStatus.ValueType = ...,
|
|
128
|
+
) -> None: ...
|
|
129
|
+
def ClearField(self, field_name: typing_extensions.Literal["activity_status", b"activity_status"]) -> None: ...
|
|
130
|
+
|
|
131
|
+
global___ListAccountFilter = ListAccountFilter
|
|
132
|
+
|
|
133
|
+
class AutoBindingAccount(google.protobuf.message.Message):
|
|
134
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
135
|
+
|
|
136
|
+
ID_FIELD_NUMBER: builtins.int
|
|
137
|
+
RULE_FIELD_NUMBER: builtins.int
|
|
138
|
+
id: builtins.str
|
|
139
|
+
"""Id"""
|
|
140
|
+
@property
|
|
141
|
+
def rule(self) -> global___AutoBindingRule:
|
|
142
|
+
"""hostname to auto-bind"""
|
|
143
|
+
def __init__(
|
|
144
|
+
self,
|
|
145
|
+
*,
|
|
146
|
+
id: builtins.str = ...,
|
|
147
|
+
rule: global___AutoBindingRule | None = ...,
|
|
148
|
+
) -> None: ...
|
|
149
|
+
def HasField(self, field_name: typing_extensions.Literal["rule", b"rule"]) -> builtins.bool: ...
|
|
150
|
+
def ClearField(self, field_name: typing_extensions.Literal["id", b"id", "rule", b"rule"]) -> None: ...
|
|
151
|
+
|
|
152
|
+
global___AutoBindingAccount = AutoBindingAccount
|
|
153
|
+
|
|
154
|
+
class AutoBindingRule(google.protobuf.message.Message):
|
|
155
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
156
|
+
|
|
157
|
+
EMAIL_HOSTNAME_FIELD_NUMBER: builtins.int
|
|
158
|
+
email_hostname: builtins.str
|
|
159
|
+
"""email_hostname to auto-bind"""
|
|
160
|
+
def __init__(
|
|
161
|
+
self,
|
|
162
|
+
*,
|
|
163
|
+
email_hostname: builtins.str = ...,
|
|
164
|
+
) -> None: ...
|
|
165
|
+
def ClearField(self, field_name: typing_extensions.Literal["email_hostname", b"email_hostname"]) -> None: ...
|
|
166
|
+
|
|
167
|
+
global___AutoBindingRule = AutoBindingRule
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: qwak/administration/account/v1/personalization.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 message as _message
|
|
8
|
+
from google.protobuf import reflection as _reflection
|
|
9
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
10
|
+
# @@protoc_insertion_point(imports)
|
|
11
|
+
|
|
12
|
+
_sym_db = _symbol_database.Default()
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4qwak/administration/account/v1/personalization.proto\x12\x1bqwak.administration.account\"K\n\x16\x41\x63\x63ountPersonalization\x12\x31\n\x05\x62rand\x18\x01 \x01(\x0b\x32\".qwak.administration.account.Brand\" \n\x05\x42rand\x12\x17\n\x0flogo_image_path\x18\x01 \x01(\tB\xb4\x01\n)com.qwak.ai.administration.api.account.v1P\x01Z\x84\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/account/v1;account_v0b\x06proto3')
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
_ACCOUNTPERSONALIZATION = DESCRIPTOR.message_types_by_name['AccountPersonalization']
|
|
22
|
+
_BRAND = DESCRIPTOR.message_types_by_name['Brand']
|
|
23
|
+
AccountPersonalization = _reflection.GeneratedProtocolMessageType('AccountPersonalization', (_message.Message,), {
|
|
24
|
+
'DESCRIPTOR' : _ACCOUNTPERSONALIZATION,
|
|
25
|
+
'__module__' : 'qwak.administration.account.v1.personalization_pb2'
|
|
26
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.account.AccountPersonalization)
|
|
27
|
+
})
|
|
28
|
+
_sym_db.RegisterMessage(AccountPersonalization)
|
|
29
|
+
|
|
30
|
+
Brand = _reflection.GeneratedProtocolMessageType('Brand', (_message.Message,), {
|
|
31
|
+
'DESCRIPTOR' : _BRAND,
|
|
32
|
+
'__module__' : 'qwak.administration.account.v1.personalization_pb2'
|
|
33
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.account.Brand)
|
|
34
|
+
})
|
|
35
|
+
_sym_db.RegisterMessage(Brand)
|
|
36
|
+
|
|
37
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
38
|
+
|
|
39
|
+
DESCRIPTOR._options = None
|
|
40
|
+
DESCRIPTOR._serialized_options = b'\n)com.qwak.ai.administration.api.account.v1P\001Z\204\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/account/v1;account_v0'
|
|
41
|
+
_ACCOUNTPERSONALIZATION._serialized_start=85
|
|
42
|
+
_ACCOUNTPERSONALIZATION._serialized_end=160
|
|
43
|
+
_BRAND._serialized_start=162
|
|
44
|
+
_BRAND._serialized_end=194
|
|
45
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
import builtins
|
|
6
|
+
import google.protobuf.descriptor
|
|
7
|
+
import google.protobuf.message
|
|
8
|
+
import sys
|
|
9
|
+
|
|
10
|
+
if sys.version_info >= (3, 8):
|
|
11
|
+
import typing as typing_extensions
|
|
12
|
+
else:
|
|
13
|
+
import typing_extensions
|
|
14
|
+
|
|
15
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
16
|
+
|
|
17
|
+
class AccountPersonalization(google.protobuf.message.Message):
|
|
18
|
+
"""A customization options mainly for frontend"""
|
|
19
|
+
|
|
20
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
21
|
+
|
|
22
|
+
BRAND_FIELD_NUMBER: builtins.int
|
|
23
|
+
@property
|
|
24
|
+
def brand(self) -> global___Brand: ...
|
|
25
|
+
def __init__(
|
|
26
|
+
self,
|
|
27
|
+
*,
|
|
28
|
+
brand: global___Brand | None = ...,
|
|
29
|
+
) -> None: ...
|
|
30
|
+
def HasField(self, field_name: typing_extensions.Literal["brand", b"brand"]) -> builtins.bool: ...
|
|
31
|
+
def ClearField(self, field_name: typing_extensions.Literal["brand", b"brand"]) -> None: ...
|
|
32
|
+
|
|
33
|
+
global___AccountPersonalization = AccountPersonalization
|
|
34
|
+
|
|
35
|
+
class Brand(google.protobuf.message.Message):
|
|
36
|
+
"""A customization options for brand the qwak system with the customer brand"""
|
|
37
|
+
|
|
38
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
39
|
+
|
|
40
|
+
LOGO_IMAGE_PATH_FIELD_NUMBER: builtins.int
|
|
41
|
+
logo_image_path: builtins.str
|
|
42
|
+
def __init__(
|
|
43
|
+
self,
|
|
44
|
+
*,
|
|
45
|
+
logo_image_path: builtins.str = ...,
|
|
46
|
+
) -> None: ...
|
|
47
|
+
def ClearField(self, field_name: typing_extensions.Literal["logo_image_path", b"logo_image_path"]) -> None: ...
|
|
48
|
+
|
|
49
|
+
global___Brand = Brand
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: qwak/administration/account/v1/preferences.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 message as _message
|
|
8
|
+
from google.protobuf import reflection as _reflection
|
|
9
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
10
|
+
# @@protoc_insertion_point(imports)
|
|
11
|
+
|
|
12
|
+
_sym_db = _symbol_database.Default()
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
from _qwak_proto.qwak.administration.account.v1 import personalization_pb2 as qwak_dot_administration_dot_account_dot_v1_dot_personalization__pb2
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0qwak/administration/account/v1/preferences.proto\x12\x1bqwak.administration.account\x1a\x34qwak/administration/account/v1/personalization.proto\"b\n\x12\x41\x63\x63ountPreferences\x12L\n\x0fpersonalization\x18\x02 \x01(\x0b\x32\x33.qwak.administration.account.AccountPersonalizationB\xb4\x01\n)com.qwak.ai.administration.api.account.v1P\x01Z\x84\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/account/v1;account_v0b\x06proto3')
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
_ACCOUNTPREFERENCES = DESCRIPTOR.message_types_by_name['AccountPreferences']
|
|
23
|
+
AccountPreferences = _reflection.GeneratedProtocolMessageType('AccountPreferences', (_message.Message,), {
|
|
24
|
+
'DESCRIPTOR' : _ACCOUNTPREFERENCES,
|
|
25
|
+
'__module__' : 'qwak.administration.account.v1.preferences_pb2'
|
|
26
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.account.AccountPreferences)
|
|
27
|
+
})
|
|
28
|
+
_sym_db.RegisterMessage(AccountPreferences)
|
|
29
|
+
|
|
30
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
31
|
+
|
|
32
|
+
DESCRIPTOR._options = None
|
|
33
|
+
DESCRIPTOR._serialized_options = b'\n)com.qwak.ai.administration.api.account.v1P\001Z\204\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/account/v1;account_v0'
|
|
34
|
+
_ACCOUNTPREFERENCES._serialized_start=135
|
|
35
|
+
_ACCOUNTPREFERENCES._serialized_end=233
|
|
36
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
import builtins
|
|
6
|
+
import google.protobuf.descriptor
|
|
7
|
+
import google.protobuf.message
|
|
8
|
+
import qwak.administration.account.v1.personalization_pb2
|
|
9
|
+
import sys
|
|
10
|
+
|
|
11
|
+
if sys.version_info >= (3, 8):
|
|
12
|
+
import typing as typing_extensions
|
|
13
|
+
else:
|
|
14
|
+
import typing_extensions
|
|
15
|
+
|
|
16
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
17
|
+
|
|
18
|
+
class AccountPreferences(google.protobuf.message.Message):
|
|
19
|
+
"""An account preferences"""
|
|
20
|
+
|
|
21
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
22
|
+
|
|
23
|
+
PERSONALIZATION_FIELD_NUMBER: builtins.int
|
|
24
|
+
@property
|
|
25
|
+
def personalization(self) -> qwak.administration.account.v1.personalization_pb2.AccountPersonalization:
|
|
26
|
+
"""Account personalization"""
|
|
27
|
+
def __init__(
|
|
28
|
+
self,
|
|
29
|
+
*,
|
|
30
|
+
personalization: qwak.administration.account.v1.personalization_pb2.AccountPersonalization | None = ...,
|
|
31
|
+
) -> None: ...
|
|
32
|
+
def HasField(self, field_name: typing_extensions.Literal["personalization", b"personalization"]) -> builtins.bool: ...
|
|
33
|
+
def ClearField(self, field_name: typing_extensions.Literal["personalization", b"personalization"]) -> None: ...
|
|
34
|
+
|
|
35
|
+
global___AccountPreferences = AccountPreferences
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: qwak/administration/authenticated_user/v1/authenticated_user_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 message as _message
|
|
8
|
+
from google.protobuf import reflection as _reflection
|
|
9
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
10
|
+
# @@protoc_insertion_point(imports)
|
|
11
|
+
|
|
12
|
+
_sym_db = _symbol_database.Default()
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
|
|
16
|
+
from _qwak_proto.qwak.administration.authenticated_user.v1 import details_pb2 as qwak_dot_administration_dot_authenticated__user_dot_v1_dot_details__pb2
|
|
17
|
+
from _qwak_proto.qwak.administration.authenticated_user.v1 import credentials_pb2 as qwak_dot_administration_dot_authenticated__user_dot_v1_dot_credentials__pb2
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nJqwak/administration/authenticated_user/v1/authenticated_user_service.proto\x12)qwak.administration.authenticated_user.v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x37qwak/administration/authenticated_user/v1/details.proto\x1a;qwak/administration/authenticated_user/v1/credentials.proto\"\x13\n\x11GetDetailsRequest\"\xae\x01\n\x12GetDetailsResponse\x12\x44\n\x04user\x18\x01 \x01(\x0b\x32\x36.qwak.administration.authenticated_user.v1.UserDetails\x12R\n\x0b\x65nvironment\x18\x02 \x01(\x0b\x32=.qwak.administration.authenticated_user.v1.EnvironmentDetails\"\x1e\n\x1cGetEnvironmentDetailsRequest\"s\n\x1dGetEnvironmentDetailsResponse\x12R\n\x0b\x65nvironment\x18\x01 \x01(\x0b\x32=.qwak.administration.authenticated_user.v1.EnvironmentDetails\"I\n\x1aGetCloudCredentialsRequest\x12+\n\x08\x64uration\x18\x01 \x01(\x0b\x32\x19.google.protobuf.Duration\"u\n\x1bGetCloudCredentialsResponse\x12V\n\x11\x63loud_credentials\x18\x01 \x01(\x0b\x32;.qwak.administration.authenticated_user.v1.CloudCredentials2\xf3\x03\n\x11\x41uthenticatedUser\x12\x89\x01\n\nGetDetails\x12<.qwak.administration.authenticated_user.v1.GetDetailsRequest\x1a=.qwak.administration.authenticated_user.v1.GetDetailsResponse\x12\xaa\x01\n\x15GetEnvironmentDetails\x12G.qwak.administration.authenticated_user.v1.GetEnvironmentDetailsRequest\x1aH.qwak.administration.authenticated_user.v1.GetEnvironmentDetailsResponse\x12\xa4\x01\n\x13GetCloudCredentials\x12\x45.qwak.administration.authenticated_user.v1.GetCloudCredentialsRequest\x1a\x46.qwak.administration.authenticated_user.v1.GetCloudCredentialsResponseBN\n4com.qwak.ai.administration.api.authenticated_user.v1P\x01Z\x14.;authenticated_userb\x06proto3')
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
_GETDETAILSREQUEST = DESCRIPTOR.message_types_by_name['GetDetailsRequest']
|
|
25
|
+
_GETDETAILSRESPONSE = DESCRIPTOR.message_types_by_name['GetDetailsResponse']
|
|
26
|
+
_GETENVIRONMENTDETAILSREQUEST = DESCRIPTOR.message_types_by_name['GetEnvironmentDetailsRequest']
|
|
27
|
+
_GETENVIRONMENTDETAILSRESPONSE = DESCRIPTOR.message_types_by_name['GetEnvironmentDetailsResponse']
|
|
28
|
+
_GETCLOUDCREDENTIALSREQUEST = DESCRIPTOR.message_types_by_name['GetCloudCredentialsRequest']
|
|
29
|
+
_GETCLOUDCREDENTIALSRESPONSE = DESCRIPTOR.message_types_by_name['GetCloudCredentialsResponse']
|
|
30
|
+
GetDetailsRequest = _reflection.GeneratedProtocolMessageType('GetDetailsRequest', (_message.Message,), {
|
|
31
|
+
'DESCRIPTOR' : _GETDETAILSREQUEST,
|
|
32
|
+
'__module__' : 'qwak.administration.authenticated_user.v1.authenticated_user_service_pb2'
|
|
33
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.authenticated_user.v1.GetDetailsRequest)
|
|
34
|
+
})
|
|
35
|
+
_sym_db.RegisterMessage(GetDetailsRequest)
|
|
36
|
+
|
|
37
|
+
GetDetailsResponse = _reflection.GeneratedProtocolMessageType('GetDetailsResponse', (_message.Message,), {
|
|
38
|
+
'DESCRIPTOR' : _GETDETAILSRESPONSE,
|
|
39
|
+
'__module__' : 'qwak.administration.authenticated_user.v1.authenticated_user_service_pb2'
|
|
40
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.authenticated_user.v1.GetDetailsResponse)
|
|
41
|
+
})
|
|
42
|
+
_sym_db.RegisterMessage(GetDetailsResponse)
|
|
43
|
+
|
|
44
|
+
GetEnvironmentDetailsRequest = _reflection.GeneratedProtocolMessageType('GetEnvironmentDetailsRequest', (_message.Message,), {
|
|
45
|
+
'DESCRIPTOR' : _GETENVIRONMENTDETAILSREQUEST,
|
|
46
|
+
'__module__' : 'qwak.administration.authenticated_user.v1.authenticated_user_service_pb2'
|
|
47
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.authenticated_user.v1.GetEnvironmentDetailsRequest)
|
|
48
|
+
})
|
|
49
|
+
_sym_db.RegisterMessage(GetEnvironmentDetailsRequest)
|
|
50
|
+
|
|
51
|
+
GetEnvironmentDetailsResponse = _reflection.GeneratedProtocolMessageType('GetEnvironmentDetailsResponse', (_message.Message,), {
|
|
52
|
+
'DESCRIPTOR' : _GETENVIRONMENTDETAILSRESPONSE,
|
|
53
|
+
'__module__' : 'qwak.administration.authenticated_user.v1.authenticated_user_service_pb2'
|
|
54
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.authenticated_user.v1.GetEnvironmentDetailsResponse)
|
|
55
|
+
})
|
|
56
|
+
_sym_db.RegisterMessage(GetEnvironmentDetailsResponse)
|
|
57
|
+
|
|
58
|
+
GetCloudCredentialsRequest = _reflection.GeneratedProtocolMessageType('GetCloudCredentialsRequest', (_message.Message,), {
|
|
59
|
+
'DESCRIPTOR' : _GETCLOUDCREDENTIALSREQUEST,
|
|
60
|
+
'__module__' : 'qwak.administration.authenticated_user.v1.authenticated_user_service_pb2'
|
|
61
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.authenticated_user.v1.GetCloudCredentialsRequest)
|
|
62
|
+
})
|
|
63
|
+
_sym_db.RegisterMessage(GetCloudCredentialsRequest)
|
|
64
|
+
|
|
65
|
+
GetCloudCredentialsResponse = _reflection.GeneratedProtocolMessageType('GetCloudCredentialsResponse', (_message.Message,), {
|
|
66
|
+
'DESCRIPTOR' : _GETCLOUDCREDENTIALSRESPONSE,
|
|
67
|
+
'__module__' : 'qwak.administration.authenticated_user.v1.authenticated_user_service_pb2'
|
|
68
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.authenticated_user.v1.GetCloudCredentialsResponse)
|
|
69
|
+
})
|
|
70
|
+
_sym_db.RegisterMessage(GetCloudCredentialsResponse)
|
|
71
|
+
|
|
72
|
+
_AUTHENTICATEDUSER = DESCRIPTOR.services_by_name['AuthenticatedUser']
|
|
73
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
74
|
+
|
|
75
|
+
DESCRIPTOR._options = None
|
|
76
|
+
DESCRIPTOR._serialized_options = b'\n4com.qwak.ai.administration.api.authenticated_user.v1P\001Z\024.;authenticated_user'
|
|
77
|
+
_GETDETAILSREQUEST._serialized_start=271
|
|
78
|
+
_GETDETAILSREQUEST._serialized_end=290
|
|
79
|
+
_GETDETAILSRESPONSE._serialized_start=293
|
|
80
|
+
_GETDETAILSRESPONSE._serialized_end=467
|
|
81
|
+
_GETENVIRONMENTDETAILSREQUEST._serialized_start=469
|
|
82
|
+
_GETENVIRONMENTDETAILSREQUEST._serialized_end=499
|
|
83
|
+
_GETENVIRONMENTDETAILSRESPONSE._serialized_start=501
|
|
84
|
+
_GETENVIRONMENTDETAILSRESPONSE._serialized_end=616
|
|
85
|
+
_GETCLOUDCREDENTIALSREQUEST._serialized_start=618
|
|
86
|
+
_GETCLOUDCREDENTIALSREQUEST._serialized_end=691
|
|
87
|
+
_GETCLOUDCREDENTIALSRESPONSE._serialized_start=693
|
|
88
|
+
_GETCLOUDCREDENTIALSRESPONSE._serialized_end=810
|
|
89
|
+
_AUTHENTICATEDUSER._serialized_start=813
|
|
90
|
+
_AUTHENTICATEDUSER._serialized_end=1312
|
|
91
|
+
# @@protoc_insertion_point(module_scope)
|