qwak-core 0.4.278__py3-none-any.whl → 0.5.19__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 qwak-core might be problematic. Click here for more details.
- _qwak_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py +8 -23
- _qwak_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py +10 -27
- _qwak_proto/qwak/administration/account/v1/account_pb2.py +25 -88
- _qwak_proto/qwak/administration/account/v1/account_pb2.pyi +21 -2
- _qwak_proto/qwak/administration/account/v1/account_service_pb2.py +42 -187
- _qwak_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +26 -114
- _qwak_proto/qwak/administration/account/v1/personalization_pb2.py +8 -24
- _qwak_proto/qwak/administration/account/v1/preferences_pb2.py +6 -14
- _qwak_proto/qwak/administration/account/v1/terms_pb2.py +14 -54
- _qwak_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +18 -67
- _qwak_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +8 -24
- _qwak_proto/qwak/administration/authenticated_user/v1/credentials_pb2.pyi +1 -1
- _qwak_proto/qwak/administration/authenticated_user/v1/details_pb2.py +14 -54
- _qwak_proto/qwak/administration/cluster/v2/cluster_pb2.py +38 -173
- _qwak_proto/qwak/administration/runtime_configuration/v0/container_registry_config_pb2.py +32 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/container_registry_config_pb2.pyi +65 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/container_registry_config_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +6 -14
- _qwak_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +8 -24
- _qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +13 -35
- _qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.pyi +24 -3
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/databricks/auth_pb2.py +34 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/databricks/auth_pb2.pyi +97 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/databricks/auth_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +6 -14
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +12 -44
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +9 -15
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.pyi +29 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +6 -14
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +8 -15
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.pyi +16 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +10 -34
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/aws/auth_pb2.py +42 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/aws/auth_pb2.pyi +159 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/aws/auth_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/azure/auth_pb2.py +39 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/azure/auth_pb2.pyi +126 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/azure/auth_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +19 -55
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.pyi +38 -6
- _qwak_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +6 -14
- _qwak_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +6 -14
- _qwak_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +14 -54
- _qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +13 -35
- _qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.pyi +26 -3
- _qwak_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +10 -34
- _qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +8 -15
- _qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.pyi +7 -2
- _qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +13 -35
- _qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.pyi +24 -3
- _qwak_proto/qwak/administration/v0/authentication/authentication_service_pb2.py +14 -47
- _qwak_proto/qwak/administration/v0/environments/configuration_pb2.py +20 -82
- _qwak_proto/qwak/administration/v0/environments/environment_pb2.py +12 -40
- _qwak_proto/qwak/administration/v0/environments/environment_service_pb2.py +36 -158
- _qwak_proto/qwak/administration/v0/environments/personalization_pb2.py +8 -24
- _qwak_proto/qwak/administration/v0/users/user_pb2.py +18 -71
- _qwak_proto/qwak/admiral/secret/v0/secret_pb2.py +29 -116
- _qwak_proto/qwak/admiral/secret/v0/secret_pb2.pyi +21 -2
- _qwak_proto/qwak/admiral/secret/v0/secret_service_pb2.py +18 -67
- _qwak_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +18 -67
- _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +38 -174
- _qwak_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +22 -87
- _qwak_proto/qwak/analytics/analytics_pb2.py +26 -121
- _qwak_proto/qwak/analytics/analytics_service_pb2.py +46 -207
- _qwak_proto/qwak/artifactory_settings/artifactory_settings_pb2.py +8 -24
- _qwak_proto/qwak/audience/v1/audience_api_pb2.py +30 -127
- _qwak_proto/qwak/audience/v1/audience_pb2.py +26 -113
- _qwak_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +18 -79
- _qwak_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +10 -27
- _qwak_proto/qwak/automation/v1/action_pb2.py +40 -180
- _qwak_proto/qwak/automation/v1/auto_scaling_pb2.py +18 -79
- _qwak_proto/qwak/automation/v1/automation_execution_pb2.py +12 -43
- _qwak_proto/qwak/automation/v1/automation_management_service_pb2.py +56 -258
- _qwak_proto/qwak/automation/v1/automation_pb2.py +11 -35
- _qwak_proto/qwak/automation/v1/automation_pb2.pyi +5 -1
- _qwak_proto/qwak/automation/v1/common_pb2.py +10 -35
- _qwak_proto/qwak/automation/v1/notification_pb2.py +16 -68
- _qwak_proto/qwak/automation/v1/trigger_pb2.py +14 -54
- _qwak_proto/qwak/batch_job/v1/batch_job_events_pb2.py +26 -116
- _qwak_proto/qwak/batch_job/v1/batch_job_resources_pb2.py +8 -26
- _qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.py +119 -562
- _qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.pyi +5 -1
- _qwak_proto/qwak/build/v1/build_api_pb2.py +86 -407
- _qwak_proto/qwak/build/v1/build_pb2.py +114 -549
- _qwak_proto/qwak/build_settings/build_settings_api_pb2.py +18 -67
- _qwak_proto/qwak/build_settings/build_settings_pb2.py +18 -74
- _qwak_proto/qwak/builds/build_pb2.py +46 -207
- _qwak_proto/qwak/builds/build_pb2.pyi +48 -3
- _qwak_proto/qwak/builds/build_url_pb2.py +26 -113
- _qwak_proto/qwak/builds/build_values_pb2.py +82 -0
- _qwak_proto/qwak/builds/build_values_pb2.pyi +559 -0
- _qwak_proto/qwak/builds/build_values_pb2_grpc.py +4 -0
- _qwak_proto/qwak/builds/builds_orchestrator_service_pb2.py +87 -270
- _qwak_proto/qwak/builds/builds_orchestrator_service_pb2.pyi +173 -0
- _qwak_proto/qwak/builds/builds_orchestrator_service_pb2_grpc.py +66 -0
- _qwak_proto/qwak/builds/builds_pb2.py +87 -528
- _qwak_proto/qwak/builds/builds_pb2.pyi +0 -191
- _qwak_proto/qwak/builds/builds_pb2_grpc.py +0 -233
- _qwak_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +12 -37
- _qwak_proto/qwak/data_versioning/data_versioning_pb2.py +8 -24
- _qwak_proto/qwak/data_versioning/data_versioning_service_pb2.py +14 -47
- _qwak_proto/qwak/deployment/alert_pb2.py +24 -108
- _qwak_proto/qwak/deployment/alert_service_pb2.py +30 -127
- _qwak_proto/qwak/deployment/deployment_messages_pb2.py +6 -14
- _qwak_proto/qwak/deployment/deployment_pb2.py +124 -588
- _qwak_proto/qwak/deployment/deployment_service_pb2.py +86 -419
- _qwak_proto/qwak/ecosystem/jfrog/v0/token_pb2.py +47 -165
- _qwak_proto/qwak/ecosystem/jfrog/v0/token_pb2.pyi +102 -3
- _qwak_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +22 -87
- _qwak_proto/qwak/ecosystem/v0/auth_pb2.py +28 -0
- _qwak_proto/qwak/ecosystem/v0/auth_pb2.pyi +37 -0
- _qwak_proto/qwak/ecosystem/v0/auth_pb2_grpc.py +4 -0
- _qwak_proto/qwak/ecosystem/v0/azure_credentials_pb2.py +37 -0
- _qwak_proto/qwak/ecosystem/v0/azure_credentials_pb2.pyi +117 -0
- _qwak_proto/qwak/ecosystem/v0/azure_credentials_pb2_grpc.py +4 -0
- _qwak_proto/qwak/ecosystem/v0/credentials_pb2.py +12 -35
- _qwak_proto/qwak/ecosystem/v0/credentials_pb2.pyi +8 -3
- _qwak_proto/qwak/ecosystem/v0/ecosystem_pb2.py +30 -138
- _qwak_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +52 -237
- _qwak_proto/qwak/execution/v1/backfill_pb2.py +18 -74
- _qwak_proto/qwak/execution/v1/batch_pb2.py +10 -34
- _qwak_proto/qwak/execution/v1/deletion_pb2.py +12 -44
- _qwak_proto/qwak/execution/v1/execution_pb2.py +16 -69
- _qwak_proto/qwak/execution/v1/execution_service_pb2.py +64 -298
- _qwak_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +6 -14
- _qwak_proto/qwak/execution/v1/jobs/job_pb2.py +18 -76
- _qwak_proto/qwak/execution/v1/jobs/job_service_pb2.py +54 -247
- _qwak_proto/qwak/execution/v1/jobs/reports/report_pb2.py +20 -84
- _qwak_proto/qwak/execution/v1/state/execution_state_pb2.py +6 -14
- _qwak_proto/qwak/execution/v1/state/execution_state_service_pb2.py +30 -127
- _qwak_proto/qwak/execution/v1/state/featureset_state_pb2.py +6 -14
- _qwak_proto/qwak/execution/v1/state/spark_execution_state_pb2.py +14 -68
- _qwak_proto/qwak/execution/v1/streaming_aggregation_pb2.py +22 -55
- _qwak_proto/qwak/execution/v1/streaming_aggregation_pb2.pyi +71 -1
- _qwak_proto/qwak/execution/v1/streaming_pb2.py +12 -44
- _qwak_proto/qwak/feature_store/entities/entity_pb2.py +16 -57
- _qwak_proto/qwak/feature_store/entities/entity_service_pb2.py +30 -127
- _qwak_proto/qwak/feature_store/features/aggregation_pb2.py +38 -175
- _qwak_proto/qwak/feature_store/features/deployment_pb2.py +36 -167
- _qwak_proto/qwak/feature_store/features/deployment_service_pb2.py +10 -27
- _qwak_proto/qwak/feature_store/features/execution_pb2.py +14 -56
- _qwak_proto/qwak/feature_store/features/feature_set_attribute_pb2.py +6 -14
- _qwak_proto/qwak/feature_store/features/feature_set_pb2.py +35 -156
- _qwak_proto/qwak/feature_store/features/feature_set_pb2.pyi +9 -1
- _qwak_proto/qwak/feature_store/features/feature_set_service_pb2.py +97 -440
- _qwak_proto/qwak/feature_store/features/feature_set_service_pb2.pyi +25 -0
- _qwak_proto/qwak/feature_store/features/feature_set_service_pb2_grpc.py +34 -0
- _qwak_proto/qwak/feature_store/features/feature_set_state_pb2.py +38 -181
- _qwak_proto/qwak/feature_store/features/feature_set_state_service_pb2.py +26 -107
- _qwak_proto/qwak/feature_store/features/feature_set_types_pb2.py +77 -347
- _qwak_proto/qwak/feature_store/features/feature_set_types_pb2.pyi +7 -2
- _qwak_proto/qwak/feature_store/features/monitoring_pb2.py +10 -34
- _qwak_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +32 -143
- _qwak_proto/qwak/feature_store/jobs/job_pb2.py +12 -46
- _qwak_proto/qwak/feature_store/jobs/job_service_pb2.py +30 -127
- _qwak_proto/qwak/feature_store/jobs/v1/job_pb2.py +12 -45
- _qwak_proto/qwak/feature_store/jobs/v1/job_service_pb2.py +42 -187
- _qwak_proto/qwak/feature_store/platform/platform_details_pb2.py +8 -24
- _qwak_proto/qwak/feature_store/reports/report_pb2.py +14 -53
- _qwak_proto/qwak/feature_store/repository/common/platform_pb2.py +10 -34
- _qwak_proto/qwak/feature_store/serving/management_pb2.py +14 -47
- _qwak_proto/qwak/feature_store/serving/metadata_pb2.py +12 -44
- _qwak_proto/qwak/feature_store/serving/serving_pb2.py +50 -222
- _qwak_proto/qwak/feature_store/serving/v1/value_pb2.py +8 -24
- _qwak_proto/qwak/feature_store/sinks/sink_pb2.py +14 -54
- _qwak_proto/qwak/feature_store/sources/batch_pb2.py +79 -335
- _qwak_proto/qwak/feature_store/sources/batch_pb2.pyi +99 -7
- _qwak_proto/qwak/feature_store/sources/data_source_attribute_pb2.py +6 -14
- _qwak_proto/qwak/feature_store/sources/data_source_pb2.py +15 -55
- _qwak_proto/qwak/feature_store/sources/data_source_pb2.pyi +5 -1
- _qwak_proto/qwak/feature_store/sources/data_source_service_pb2.py +39 -148
- _qwak_proto/qwak/feature_store/sources/data_source_service_pb2.pyi +25 -0
- _qwak_proto/qwak/feature_store/sources/data_source_service_pb2_grpc.py +34 -0
- _qwak_proto/qwak/feature_store/sources/streaming_pb2.py +34 -146
- _qwak_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +6 -14
- _qwak_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +10 -34
- _qwak_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +16 -58
- _qwak_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +10 -27
- _qwak_proto/qwak/features_operator/v1/features_operator_pb2.py +14 -54
- _qwak_proto/qwak/features_operator/v1/features_operator_service_pb2.py +14 -47
- _qwak_proto/qwak/features_operator/v2/features_operator_pb2.py +16 -64
- _qwak_proto/qwak/features_operator/v2/features_operator_service_pb2.py +12 -37
- _qwak_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +26 -107
- _qwak_proto/qwak/features_operator/v3/features_operator_pb2.py +16 -64
- _qwak_proto/qwak/file_versioning/file_versioning_pb2.py +10 -33
- _qwak_proto/qwak/file_versioning/file_versioning_service_pb2.py +14 -47
- _qwak_proto/qwak/fitness_service/constructs_pb2.py +23 -100
- _qwak_proto/qwak/fitness_service/constructs_pb2.pyi +24 -0
- _qwak_proto/qwak/fitness_service/fitness_pb2.py +7 -34
- _qwak_proto/qwak/fitness_service/fitness_pb2.pyi +0 -93
- _qwak_proto/qwak/fitness_service/status_pb2.py +17 -108
- _qwak_proto/qwak/fitness_service/status_pb2.pyi +1 -121
- _qwak_proto/qwak/inference/feedback/feedback_pb2.py +28 -96
- _qwak_proto/qwak/instance_template/instance_template_pb2.py +13 -41
- _qwak_proto/qwak/instance_template/instance_template_pb2.pyi +4 -1
- _qwak_proto/qwak/instance_template/instance_template_service_pb2.py +14 -47
- _qwak_proto/qwak/integration/hugging_face_integration_pb2.py +16 -64
- _qwak_proto/qwak/integration/integration_pb2.py +28 -126
- _qwak_proto/qwak/integration/integration_service_pb2.py +34 -147
- _qwak_proto/qwak/integration/open_a_i_integration_pb2.py +16 -64
- _qwak_proto/qwak/integration/opsgenie_integration_pb2.py +20 -82
- _qwak_proto/qwak/integration/pagerduty_integration_pb2.py +24 -104
- _qwak_proto/qwak/integration/slack_app_integration_pb2.py +24 -104
- _qwak_proto/qwak/kube_deployment_captain/alert_pb2.py +22 -97
- _qwak_proto/qwak/kube_deployment_captain/alerting_pb2.py +12 -44
- _qwak_proto/qwak/kube_deployment_captain/batch_job_pb2.py +70 -323
- _qwak_proto/qwak/kube_deployment_captain/batch_job_pb2.pyi +20 -5
- _qwak_proto/qwak/kube_deployment_captain/deployment_pb2.py +44 -167
- _qwak_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +32 -144
- _qwak_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +108 -519
- _qwak_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +8 -24
- _qwak_proto/qwak/logging/log_filter_pb2.py +12 -44
- _qwak_proto/qwak/logging/log_line_pb2.py +8 -25
- _qwak_proto/qwak/logging/log_reader_service_pb2.py +10 -27
- _qwak_proto/qwak/logging/log_source_pb2.py +30 -134
- _qwak_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +18 -74
- _qwak_proto/qwak/model_group/model_group_pb2.py +25 -48
- _qwak_proto/qwak/model_group/model_group_pb2.pyi +88 -0
- _qwak_proto/qwak/model_group/model_group_pb2_grpc.py +70 -0
- _qwak_proto/qwak/model_group/model_group_repository_details_pb2.py +23 -75
- _qwak_proto/qwak/model_group/model_group_repository_details_pb2.pyi +44 -6
- _qwak_proto/qwak/models/models_pb2.py +99 -406
- _qwak_proto/qwak/models/models_pb2.pyi +86 -0
- _qwak_proto/qwak/models/models_pb2_grpc.py +34 -0
- _qwak_proto/qwak/models/models_query_pb2.py +16 -56
- _qwak_proto/qwak/models/models_query_pb2.pyi +4 -4
- _qwak_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +30 -127
- _qwak_proto/qwak/monitoring/v0/alerting_channel_pb2.py +34 -152
- _qwak_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +14 -47
- _qwak_proto/qwak/offline/serving/v1/feature_values_pb2.py +6 -14
- _qwak_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +30 -123
- _qwak_proto/qwak/offline/serving/v1/options_pb2.py +6 -14
- _qwak_proto/qwak/offline/serving/v1/population_pb2.py +14 -54
- _qwak_proto/qwak/projects/jfrog_project_spec_pb2.py +6 -14
- _qwak_proto/qwak/projects/projects_pb2.py +50 -192
- _qwak_proto/qwak/projects/projects_pb2.pyi +35 -0
- _qwak_proto/qwak/prompt/v1/prompt/prompt_manager_service_pb2.py +54 -247
- _qwak_proto/qwak/prompt/v1/prompt/prompt_pb2.py +46 -214
- _qwak_proto/qwak/secret_service/secret_service_pb2.py +18 -67
- _qwak_proto/qwak/secret_service/secret_service_pb2.pyi +1 -1
- _qwak_proto/qwak/self_service/account/v0/account_membership_pb2.py +24 -106
- _qwak_proto/qwak/self_service/account/v0/account_membership_service_pb2.py +50 -227
- _qwak_proto/qwak/self_service/account/v0/account_status_pb2.py +16 -65
- _qwak_proto/qwak/self_service/account/v0/managing_account_pb2.py +37 -132
- _qwak_proto/qwak/self_service/account/v0/managing_account_pb2.pyi +40 -2
- _qwak_proto/qwak/self_service/account/v0/managing_account_service_pb2.py +22 -87
- _qwak_proto/qwak/self_service/user/v1/api_key_pb2.py +6 -14
- _qwak_proto/qwak/self_service/user/v1/user_pb2.py +6 -14
- _qwak_proto/qwak/self_service/user/v1/user_service_pb2.py +30 -121
- _qwak_proto/qwak/service_discovery/service_discovery_location_pb2.py +12 -44
- _qwak_proto/qwak/service_discovery/service_discovery_location_service_pb2.py +10 -27
- _qwak_proto/qwak/traffic/v1/traffic_api_pb2.py +22 -87
- _qwak_proto/qwak/traffic/v1/traffic_pb2.py +26 -113
- _qwak_proto/qwak/user_application/common/v0/resources_pb2.py +31 -139
- _qwak_proto/qwak/user_application/common/v0/resources_pb2.pyi +24 -0
- _qwak_proto/qwak/user_application/v0/user_application_pb2.py +11 -44
- _qwak_proto/qwak/user_application/v0/user_application_pb2.pyi +6 -0
- _qwak_proto/qwak/vectors/v1/collection/collection_pb2.py +24 -106
- _qwak_proto/qwak/vectors/v1/collection/collection_service_pb2.py +38 -167
- _qwak_proto/qwak/vectors/v1/collection/event/collection_event_pb2.py +6 -14
- _qwak_proto/qwak/vectors/v1/filters_pb2.py +30 -134
- _qwak_proto/qwak/vectors/v1/vector_pb2.py +14 -54
- _qwak_proto/qwak/vectors/v1/vector_service_pb2.py +26 -107
- _qwak_proto/qwak/workspace/workspace_pb2.py +22 -107
- _qwak_proto/qwak/workspace/workspace_service_pb2.py +62 -287
- qwak/__init__.py +1 -1
- qwak/automations/automations.py +3 -0
- qwak/clients/feature_store/execution_management_client.py +28 -0
- qwak/clients/feature_store/management_client.py +156 -206
- qwak/clients/feature_store/operator_client.py +19 -1
- qwak/clients/logging_client/client.py +13 -18
- qwak/clients/model_management/client.py +0 -5
- qwak/clients/project/client.py +0 -7
- qwak/exceptions/__init__.py +1 -0
- qwak/exceptions/qwak_grpc_address_exception.py +9 -0
- qwak/feature_store/_common/artifact_utils.py +10 -8
- qwak/feature_store/_common/packaging.py +39 -21
- qwak/feature_store/_common/source_code_spec.py +61 -11
- qwak/feature_store/_common/source_code_spec_factory.py +63 -10
- qwak/feature_store/data_sources/__init__.py +2 -0
- qwak/feature_store/data_sources/base.py +11 -7
- qwak/feature_store/data_sources/batch/snowflake.py +34 -8
- qwak/feature_store/data_sources/batch/unity_catalog.py +107 -0
- qwak/feature_store/execution/streaming_backfill.py +48 -0
- qwak/feature_store/feature_sets/base_feature_set.py +1 -0
- qwak/feature_store/feature_sets/streaming.py +84 -63
- qwak/feature_store/feature_sets/streaming_backfill.py +88 -124
- qwak/feature_store/online/client.py +20 -4
- qwak/feature_store/validations/validation_decorators.py +70 -0
- qwak/feature_store/validations/validation_response.py +3 -1
- qwak/feature_store/validations/validator.py +11 -3
- qwak/inner/build_logic/interface/context_interface.py +4 -0
- qwak/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py +1 -1
- qwak/inner/const.py +2 -6
- qwak/inner/di_configuration/__init__.py +1 -69
- qwak/inner/di_configuration/account.py +18 -63
- qwak/inner/di_configuration/containers.py +5 -1
- qwak/inner/di_configuration/dependency_wiring.py +98 -0
- qwak/inner/tool/auth.py +10 -80
- qwak/inner/tool/grpc/grpc_auth.py +0 -32
- qwak/inner/tool/grpc/grpc_tools.py +125 -11
- qwak/inner/tool/grpc/grpc_try_wrapping.py +140 -3
- qwak/llmops/generation/chat/openai/types/chat/chat_completion.py +24 -6
- qwak/llmops/generation/chat/openai/types/chat/chat_completion_chunk.py +44 -8
- qwak/llmops/generation/chat/openai/types/chat/chat_completion_message.py +6 -3
- qwak/qwak_client/client.py +2 -13
- qwak/vector_store/rest_helpers.py +4 -16
- qwak_core-0.5.19.dist-info/METADATA +48 -0
- {qwak_core-0.4.278.dist-info → qwak_core-0.5.19.dist-info}/RECORD +316 -334
- qwak_services_mock/mocks/execution_management_service.py +9 -1
- qwak_services_mock/mocks/feature_store_data_sources_manager_api.py +55 -13
- qwak_services_mock/mocks/feature_store_entities_manager_api.py +31 -29
- qwak_services_mock/mocks/features_operator_v3_service.py +20 -0
- qwak_services_mock/mocks/qwak_mocks.py +0 -2
- qwak_services_mock/services_mock.py +1 -11
- _qwak_proto/qwak/fitness_service/fitness_service_pb2.py +0 -110
- _qwak_proto/qwak/fitness_service/fitness_service_pb2.pyi +0 -121
- _qwak_proto/qwak/fitness_service/fitness_service_pb2_grpc.py +0 -169
- frogml_storage/__init__.py +0 -1
- frogml_storage/artifactory/__init__.py +0 -1
- frogml_storage/artifactory/_artifactory_api.py +0 -315
- frogml_storage/authentication/login/__init__.py +0 -1
- frogml_storage/authentication/login/_login_cli.py +0 -239
- frogml_storage/authentication/login/_login_command.py +0 -74
- frogml_storage/authentication/models/__init__.py +0 -3
- frogml_storage/authentication/models/_auth.py +0 -24
- frogml_storage/authentication/models/_auth_config.py +0 -70
- frogml_storage/authentication/models/_login.py +0 -22
- frogml_storage/authentication/utils/__init__.py +0 -17
- frogml_storage/authentication/utils/_authentication_utils.py +0 -281
- frogml_storage/authentication/utils/_login_checks_utils.py +0 -114
- frogml_storage/base_storage.py +0 -140
- frogml_storage/constants.py +0 -56
- frogml_storage/exceptions/checksum_verification_error.py +0 -3
- frogml_storage/exceptions/validation_error.py +0 -4
- frogml_storage/frog_ml.py +0 -668
- frogml_storage/http/__init__.py +0 -1
- frogml_storage/http/http_client.py +0 -83
- frogml_storage/logging/__init__.py +0 -1
- frogml_storage/logging/_log_config.py +0 -45
- frogml_storage/logging/log_utils.py +0 -21
- frogml_storage/models/__init__.py +0 -1
- frogml_storage/models/_download_context.py +0 -54
- frogml_storage/models/dataset_manifest.py +0 -13
- frogml_storage/models/entity_manifest.py +0 -93
- frogml_storage/models/frogml_dataset_version.py +0 -21
- frogml_storage/models/frogml_entity_type_info.py +0 -50
- frogml_storage/models/frogml_entity_version.py +0 -34
- frogml_storage/models/frogml_model_version.py +0 -21
- frogml_storage/models/model_manifest.py +0 -60
- frogml_storage/models/serialization_metadata.py +0 -15
- frogml_storage/utils/__init__.py +0 -12
- frogml_storage/utils/_environment.py +0 -21
- frogml_storage/utils/_input_checks_utility.py +0 -104
- frogml_storage/utils/_storage_utils.py +0 -15
- frogml_storage/utils/_url_utils.py +0 -27
- qwak/clients/build_management/__init__.py +0 -1
- qwak/clients/build_management/client.py +0 -114
- qwak_core-0.4.278.dist-info/METADATA +0 -415
- qwak_services_mock/mocks/build_management.py +0 -100
- {qwak_core-0.4.278.dist-info → qwak_core-0.5.19.dist-info}/WHEEL +0 -0
|
@@ -4,9 +4,8 @@
|
|
|
4
4
|
"""Generated protocol buffer code."""
|
|
5
5
|
from google.protobuf import descriptor as _descriptor
|
|
6
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
7
|
from google.protobuf import symbol_database as _symbol_database
|
|
8
|
+
from google.protobuf.internal import builder as _builder
|
|
10
9
|
# @@protoc_insertion_point(imports)
|
|
11
10
|
|
|
12
11
|
_sym_db = _symbol_database.Default()
|
|
@@ -21,73 +20,25 @@ from _qwak_proto.qwak.administration.v0.environments import configuration_pb2 as
|
|
|
21
20
|
|
|
22
21
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n1qwak/self_service/account/v0/account_status.proto\x12\x1cqwak.self_service.account.v0\x1a\x30qwak/administration/account/v1/preferences.proto\x1a*qwak/administration/account/v1/terms.proto\x1a,qwak/administration/account/v1/account.proto\x1a\x39qwak/administration/account/v1/jfrog_tenant_details.proto\x1a\x37qwak/administration/v0/environments/configuration.proto\"\x91\x02\n\rAccountStatus\x12_\n\x1c\x61\x63\x63ount_creation_in_progress\x18\x01 \x01(\x0b\x32\x37.qwak.self_service.account.v0.AccountCreationInProgressH\x00\x12\x43\n\raccount_ready\x18\x02 \x01(\x0b\x32*.qwak.self_service.account.v0.AccountReadyH\x00\x12P\n\x14\x61\x63\x63ount_doesnt_exist\x18\x03 \x01(\x0b\x32\x30.qwak.self_service.account.v0.AccountDoesntExistH\x00\x42\x08\n\x06status\"\x1b\n\x19\x41\x63\x63ountCreationInProgress\"\xfa\x04\n\x0c\x41\x63\x63ountReady\x12\x12\n\naccount_id\x18\x01 \x01(\t\x12\x14\n\x0c\x61\x63\x63ount_name\x18\x02 \x01(\t\x12\x44\n\x0bpreferences\x18\x03 \x01(\x0b\x32/.qwak.administration.account.AccountPreferences\x12\x1e\n\x16\x64\x65\x66\x61ult_environment_id\x18\x04 \x01(\t\x12\\\n\x12\x65nvironments_by_id\x18\x05 \x03(\x0b\x32@.qwak.self_service.account.v0.AccountReady.EnvironmentsByIdEntry\x12\x39\n\x04type\x18\x06 \x01(\x0e\x32+.qwak.administration.account.v1.AccountType\x12\x39\n\x04tier\x18\x07 \x01(\x0e\x32+.qwak.administration.account.v1.AccountTier\x12P\n\x14jfrog_tenant_details\x18\x08 \x01(\x0b\x32\x32.qwak.administration.account.v1.JfrogTenantDetails\x12I\n\x0e\x61\x63\x63\x65pted_terms\x18\t \x01(\x0b\x32\x31.qwak.administration.account.AccountAcceptedTerms\x1ai\n\x15\x45nvironmentsByIdEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12?\n\x05value\x18\x02 \x01(\x0b\x32\x30.qwak.self_service.account.v0.EnvironmentDetails:\x02\x38\x01\"\\\n\x12\x41\x63\x63ountDoesntExist\x12\x1f\n\x17is_entitled_to_jfrog_ml\x18\x01 \x01(\x08\x12%\n\x1dhas_create_account_permission\x18\x02 \x01(\x08\"\x98\x01\n\x12\x45nvironmentDetails\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12T\n\rconfiguration\x18\x03 \x01(\x0b\x32=.qwak.administration.environment.QwakEnvironmentConfiguration\x12\x12\n\ncluster_id\x18\x04 \x01(\tB\xb9\x01\n#com.qwak.ai.self_service.account.v0P\x01Z\x8f\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/self_service/account/v0;self_service_account_v0b\x06proto3')
|
|
23
22
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
_ACCOUNTCREATIONINPROGRESS = DESCRIPTOR.message_types_by_name['AccountCreationInProgress']
|
|
28
|
-
_ACCOUNTREADY = DESCRIPTOR.message_types_by_name['AccountReady']
|
|
29
|
-
_ACCOUNTREADY_ENVIRONMENTSBYIDENTRY = _ACCOUNTREADY.nested_types_by_name['EnvironmentsByIdEntry']
|
|
30
|
-
_ACCOUNTDOESNTEXIST = DESCRIPTOR.message_types_by_name['AccountDoesntExist']
|
|
31
|
-
_ENVIRONMENTDETAILS = DESCRIPTOR.message_types_by_name['EnvironmentDetails']
|
|
32
|
-
AccountStatus = _reflection.GeneratedProtocolMessageType('AccountStatus', (_message.Message,), {
|
|
33
|
-
'DESCRIPTOR' : _ACCOUNTSTATUS,
|
|
34
|
-
'__module__' : 'qwak.self_service.account.v0.account_status_pb2'
|
|
35
|
-
# @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.AccountStatus)
|
|
36
|
-
})
|
|
37
|
-
_sym_db.RegisterMessage(AccountStatus)
|
|
38
|
-
|
|
39
|
-
AccountCreationInProgress = _reflection.GeneratedProtocolMessageType('AccountCreationInProgress', (_message.Message,), {
|
|
40
|
-
'DESCRIPTOR' : _ACCOUNTCREATIONINPROGRESS,
|
|
41
|
-
'__module__' : 'qwak.self_service.account.v0.account_status_pb2'
|
|
42
|
-
# @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.AccountCreationInProgress)
|
|
43
|
-
})
|
|
44
|
-
_sym_db.RegisterMessage(AccountCreationInProgress)
|
|
45
|
-
|
|
46
|
-
AccountReady = _reflection.GeneratedProtocolMessageType('AccountReady', (_message.Message,), {
|
|
47
|
-
|
|
48
|
-
'EnvironmentsByIdEntry' : _reflection.GeneratedProtocolMessageType('EnvironmentsByIdEntry', (_message.Message,), {
|
|
49
|
-
'DESCRIPTOR' : _ACCOUNTREADY_ENVIRONMENTSBYIDENTRY,
|
|
50
|
-
'__module__' : 'qwak.self_service.account.v0.account_status_pb2'
|
|
51
|
-
# @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.AccountReady.EnvironmentsByIdEntry)
|
|
52
|
-
})
|
|
53
|
-
,
|
|
54
|
-
'DESCRIPTOR' : _ACCOUNTREADY,
|
|
55
|
-
'__module__' : 'qwak.self_service.account.v0.account_status_pb2'
|
|
56
|
-
# @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.AccountReady)
|
|
57
|
-
})
|
|
58
|
-
_sym_db.RegisterMessage(AccountReady)
|
|
59
|
-
_sym_db.RegisterMessage(AccountReady.EnvironmentsByIdEntry)
|
|
60
|
-
|
|
61
|
-
AccountDoesntExist = _reflection.GeneratedProtocolMessageType('AccountDoesntExist', (_message.Message,), {
|
|
62
|
-
'DESCRIPTOR' : _ACCOUNTDOESNTEXIST,
|
|
63
|
-
'__module__' : 'qwak.self_service.account.v0.account_status_pb2'
|
|
64
|
-
# @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.AccountDoesntExist)
|
|
65
|
-
})
|
|
66
|
-
_sym_db.RegisterMessage(AccountDoesntExist)
|
|
67
|
-
|
|
68
|
-
EnvironmentDetails = _reflection.GeneratedProtocolMessageType('EnvironmentDetails', (_message.Message,), {
|
|
69
|
-
'DESCRIPTOR' : _ENVIRONMENTDETAILS,
|
|
70
|
-
'__module__' : 'qwak.self_service.account.v0.account_status_pb2'
|
|
71
|
-
# @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.EnvironmentDetails)
|
|
72
|
-
})
|
|
73
|
-
_sym_db.RegisterMessage(EnvironmentDetails)
|
|
74
|
-
|
|
23
|
+
_globals = globals()
|
|
24
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
25
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.self_service.account.v0.account_status_pb2', _globals)
|
|
75
26
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
76
27
|
|
|
77
28
|
DESCRIPTOR._options = None
|
|
78
29
|
DESCRIPTOR._serialized_options = b'\n#com.qwak.ai.self_service.account.v0P\001Z\217\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/self_service/account/v0;self_service_account_v0'
|
|
79
30
|
_ACCOUNTREADY_ENVIRONMENTSBYIDENTRY._options = None
|
|
80
31
|
_ACCOUNTREADY_ENVIRONMENTSBYIDENTRY._serialized_options = b'8\001'
|
|
81
|
-
_ACCOUNTSTATUS._serialized_start=340
|
|
82
|
-
_ACCOUNTSTATUS._serialized_end=613
|
|
83
|
-
_ACCOUNTCREATIONINPROGRESS._serialized_start=615
|
|
84
|
-
_ACCOUNTCREATIONINPROGRESS._serialized_end=642
|
|
85
|
-
_ACCOUNTREADY._serialized_start=645
|
|
86
|
-
_ACCOUNTREADY._serialized_end=1279
|
|
87
|
-
_ACCOUNTREADY_ENVIRONMENTSBYIDENTRY._serialized_start=1174
|
|
88
|
-
_ACCOUNTREADY_ENVIRONMENTSBYIDENTRY._serialized_end=1279
|
|
89
|
-
_ACCOUNTDOESNTEXIST._serialized_start=1281
|
|
90
|
-
_ACCOUNTDOESNTEXIST._serialized_end=1373
|
|
91
|
-
_ENVIRONMENTDETAILS._serialized_start=1376
|
|
92
|
-
_ENVIRONMENTDETAILS._serialized_end=1528
|
|
32
|
+
_globals['_ACCOUNTSTATUS']._serialized_start=340
|
|
33
|
+
_globals['_ACCOUNTSTATUS']._serialized_end=613
|
|
34
|
+
_globals['_ACCOUNTCREATIONINPROGRESS']._serialized_start=615
|
|
35
|
+
_globals['_ACCOUNTCREATIONINPROGRESS']._serialized_end=642
|
|
36
|
+
_globals['_ACCOUNTREADY']._serialized_start=645
|
|
37
|
+
_globals['_ACCOUNTREADY']._serialized_end=1279
|
|
38
|
+
_globals['_ACCOUNTREADY_ENVIRONMENTSBYIDENTRY']._serialized_start=1174
|
|
39
|
+
_globals['_ACCOUNTREADY_ENVIRONMENTSBYIDENTRY']._serialized_end=1279
|
|
40
|
+
_globals['_ACCOUNTDOESNTEXIST']._serialized_start=1281
|
|
41
|
+
_globals['_ACCOUNTDOESNTEXIST']._serialized_end=1373
|
|
42
|
+
_globals['_ENVIRONMENTDETAILS']._serialized_start=1376
|
|
43
|
+
_globals['_ENVIRONMENTDETAILS']._serialized_end=1528
|
|
93
44
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -2,12 +2,10 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# source: qwak/self_service/account/v0/managing_account.proto
|
|
4
4
|
"""Generated protocol buffer code."""
|
|
5
|
-
from google.protobuf.internal import enum_type_wrapper
|
|
6
5
|
from google.protobuf import descriptor as _descriptor
|
|
7
6
|
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
7
|
from google.protobuf import symbol_database as _symbol_database
|
|
8
|
+
from google.protobuf.internal import builder as _builder
|
|
11
9
|
# @@protoc_insertion_point(imports)
|
|
12
10
|
|
|
13
11
|
_sym_db = _symbol_database.Default()
|
|
@@ -16,140 +14,47 @@ _sym_db = _symbol_database.Default()
|
|
|
16
14
|
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
17
15
|
|
|
18
16
|
|
|
19
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3qwak/self_service/account/v0/managing_account.proto\x12\x1cqwak.self_service.account.v0\x1a\x1fgoogle/protobuf/timestamp.proto\"\x12\n\x10\x43loudProviderAWS\"\x12\n\x10\x43loudProviderGCP\"\xb3\x01\n\x11\x43loudProviderSpec\x12=\n\x03\x61ws\x18\x01 \x01(\x0b\x32..qwak.self_service.account.v0.CloudProviderAWSH\x00\x12=\n\x03gcp\x18\x02 \x01(\x0b\x32..qwak.self_service.account.v0.CloudProviderGCPH\x00\x12\x0e\n\x06region\x18\x03 \x01(\tB\x10\n\x0e\x63loud_provider\"\
|
|
20
|
-
|
|
21
|
-
_CLOUDPROVIDER = DESCRIPTOR.enum_types_by_name['CloudProvider']
|
|
22
|
-
CloudProvider = enum_type_wrapper.EnumTypeWrapper(_CLOUDPROVIDER)
|
|
23
|
-
_CREATEACCOUNTREQUESTSTATUSCODE = DESCRIPTOR.enum_types_by_name['CreateAccountRequestStatusCode']
|
|
24
|
-
CreateAccountRequestStatusCode = enum_type_wrapper.EnumTypeWrapper(_CREATEACCOUNTREQUESTSTATUSCODE)
|
|
25
|
-
CLOUD_PROVIDER_INVALID = 0
|
|
26
|
-
AWS = 1
|
|
27
|
-
GCP = 2
|
|
28
|
-
CREATE_ACCOUNT_REQUEST_STATUS_CODE_INVALID = 0
|
|
29
|
-
REQUEST_PENDING = 1
|
|
30
|
-
REQUEST_REGISTERED = 2
|
|
31
|
-
REQUEST_PROCESSING = 3
|
|
32
|
-
REQUEST_FAILED = 4
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
_CLOUDPROVIDERAWS = DESCRIPTOR.message_types_by_name['CloudProviderAWS']
|
|
36
|
-
_CLOUDPROVIDERGCP = DESCRIPTOR.message_types_by_name['CloudProviderGCP']
|
|
37
|
-
_CLOUDPROVIDERSPEC = DESCRIPTOR.message_types_by_name['CloudProviderSpec']
|
|
38
|
-
_CREATEACCOUNTOPTIONS = DESCRIPTOR.message_types_by_name['CreateAccountOptions']
|
|
39
|
-
_CREATEACCOUNTREQUESTDESCRIPTION = DESCRIPTOR.message_types_by_name['CreateAccountRequestDescription']
|
|
40
|
-
_CREATEACCOUNTREQUESTMETADATA = DESCRIPTOR.message_types_by_name['CreateAccountRequestMetadata']
|
|
41
|
-
_CREATEACCOUNTREQUESTSPEC = DESCRIPTOR.message_types_by_name['CreateAccountRequestSpec']
|
|
42
|
-
_CREATEACCOUNTREQUESTSTATUS = DESCRIPTOR.message_types_by_name['CreateAccountRequestStatus']
|
|
43
|
-
_CLOUDPROVIDERREGIONS = DESCRIPTOR.message_types_by_name['CloudProviderRegions']
|
|
44
|
-
_SELFSERVICEJFROGPROJECTSPEC = DESCRIPTOR.message_types_by_name['SelfServiceJFrogProjectSpec']
|
|
45
|
-
_SELFSERVICEJFROGTENANTSPEC = DESCRIPTOR.message_types_by_name['SelfServiceJFrogTenantSpec']
|
|
46
|
-
CloudProviderAWS = _reflection.GeneratedProtocolMessageType('CloudProviderAWS', (_message.Message,), {
|
|
47
|
-
'DESCRIPTOR' : _CLOUDPROVIDERAWS,
|
|
48
|
-
'__module__' : 'qwak.self_service.account.v0.managing_account_pb2'
|
|
49
|
-
# @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.CloudProviderAWS)
|
|
50
|
-
})
|
|
51
|
-
_sym_db.RegisterMessage(CloudProviderAWS)
|
|
52
|
-
|
|
53
|
-
CloudProviderGCP = _reflection.GeneratedProtocolMessageType('CloudProviderGCP', (_message.Message,), {
|
|
54
|
-
'DESCRIPTOR' : _CLOUDPROVIDERGCP,
|
|
55
|
-
'__module__' : 'qwak.self_service.account.v0.managing_account_pb2'
|
|
56
|
-
# @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.CloudProviderGCP)
|
|
57
|
-
})
|
|
58
|
-
_sym_db.RegisterMessage(CloudProviderGCP)
|
|
59
|
-
|
|
60
|
-
CloudProviderSpec = _reflection.GeneratedProtocolMessageType('CloudProviderSpec', (_message.Message,), {
|
|
61
|
-
'DESCRIPTOR' : _CLOUDPROVIDERSPEC,
|
|
62
|
-
'__module__' : 'qwak.self_service.account.v0.managing_account_pb2'
|
|
63
|
-
# @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.CloudProviderSpec)
|
|
64
|
-
})
|
|
65
|
-
_sym_db.RegisterMessage(CloudProviderSpec)
|
|
66
|
-
|
|
67
|
-
CreateAccountOptions = _reflection.GeneratedProtocolMessageType('CreateAccountOptions', (_message.Message,), {
|
|
68
|
-
'DESCRIPTOR' : _CREATEACCOUNTOPTIONS,
|
|
69
|
-
'__module__' : 'qwak.self_service.account.v0.managing_account_pb2'
|
|
70
|
-
# @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.CreateAccountOptions)
|
|
71
|
-
})
|
|
72
|
-
_sym_db.RegisterMessage(CreateAccountOptions)
|
|
73
|
-
|
|
74
|
-
CreateAccountRequestDescription = _reflection.GeneratedProtocolMessageType('CreateAccountRequestDescription', (_message.Message,), {
|
|
75
|
-
'DESCRIPTOR' : _CREATEACCOUNTREQUESTDESCRIPTION,
|
|
76
|
-
'__module__' : 'qwak.self_service.account.v0.managing_account_pb2'
|
|
77
|
-
# @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.CreateAccountRequestDescription)
|
|
78
|
-
})
|
|
79
|
-
_sym_db.RegisterMessage(CreateAccountRequestDescription)
|
|
80
|
-
|
|
81
|
-
CreateAccountRequestMetadata = _reflection.GeneratedProtocolMessageType('CreateAccountRequestMetadata', (_message.Message,), {
|
|
82
|
-
'DESCRIPTOR' : _CREATEACCOUNTREQUESTMETADATA,
|
|
83
|
-
'__module__' : 'qwak.self_service.account.v0.managing_account_pb2'
|
|
84
|
-
# @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.CreateAccountRequestMetadata)
|
|
85
|
-
})
|
|
86
|
-
_sym_db.RegisterMessage(CreateAccountRequestMetadata)
|
|
87
|
-
|
|
88
|
-
CreateAccountRequestSpec = _reflection.GeneratedProtocolMessageType('CreateAccountRequestSpec', (_message.Message,), {
|
|
89
|
-
'DESCRIPTOR' : _CREATEACCOUNTREQUESTSPEC,
|
|
90
|
-
'__module__' : 'qwak.self_service.account.v0.managing_account_pb2'
|
|
91
|
-
# @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.CreateAccountRequestSpec)
|
|
92
|
-
})
|
|
93
|
-
_sym_db.RegisterMessage(CreateAccountRequestSpec)
|
|
94
|
-
|
|
95
|
-
CreateAccountRequestStatus = _reflection.GeneratedProtocolMessageType('CreateAccountRequestStatus', (_message.Message,), {
|
|
96
|
-
'DESCRIPTOR' : _CREATEACCOUNTREQUESTSTATUS,
|
|
97
|
-
'__module__' : 'qwak.self_service.account.v0.managing_account_pb2'
|
|
98
|
-
# @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.CreateAccountRequestStatus)
|
|
99
|
-
})
|
|
100
|
-
_sym_db.RegisterMessage(CreateAccountRequestStatus)
|
|
101
|
-
|
|
102
|
-
CloudProviderRegions = _reflection.GeneratedProtocolMessageType('CloudProviderRegions', (_message.Message,), {
|
|
103
|
-
'DESCRIPTOR' : _CLOUDPROVIDERREGIONS,
|
|
104
|
-
'__module__' : 'qwak.self_service.account.v0.managing_account_pb2'
|
|
105
|
-
# @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.CloudProviderRegions)
|
|
106
|
-
})
|
|
107
|
-
_sym_db.RegisterMessage(CloudProviderRegions)
|
|
108
|
-
|
|
109
|
-
SelfServiceJFrogProjectSpec = _reflection.GeneratedProtocolMessageType('SelfServiceJFrogProjectSpec', (_message.Message,), {
|
|
110
|
-
'DESCRIPTOR' : _SELFSERVICEJFROGPROJECTSPEC,
|
|
111
|
-
'__module__' : 'qwak.self_service.account.v0.managing_account_pb2'
|
|
112
|
-
# @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.SelfServiceJFrogProjectSpec)
|
|
113
|
-
})
|
|
114
|
-
_sym_db.RegisterMessage(SelfServiceJFrogProjectSpec)
|
|
115
|
-
|
|
116
|
-
SelfServiceJFrogTenantSpec = _reflection.GeneratedProtocolMessageType('SelfServiceJFrogTenantSpec', (_message.Message,), {
|
|
117
|
-
'DESCRIPTOR' : _SELFSERVICEJFROGTENANTSPEC,
|
|
118
|
-
'__module__' : 'qwak.self_service.account.v0.managing_account_pb2'
|
|
119
|
-
# @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.SelfServiceJFrogTenantSpec)
|
|
120
|
-
})
|
|
121
|
-
_sym_db.RegisterMessage(SelfServiceJFrogTenantSpec)
|
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n3qwak/self_service/account/v0/managing_account.proto\x12\x1cqwak.self_service.account.v0\x1a\x1fgoogle/protobuf/timestamp.proto\"\x12\n\x10\x43loudProviderAWS\"\x12\n\x10\x43loudProviderGCP\"\xb3\x01\n\x11\x43loudProviderSpec\x12=\n\x03\x61ws\x18\x01 \x01(\x0b\x32..qwak.self_service.account.v0.CloudProviderAWSH\x00\x12=\n\x03gcp\x18\x02 \x01(\x0b\x32..qwak.self_service.account.v0.CloudProviderGCPH\x00\x12\x0e\n\x06region\x18\x03 \x01(\tB\x10\n\x0e\x63loud_provider\"\xe9\x02\n\x14\x43reateAccountOptions\x12\x14\n\x0c\x61\x63\x63ount_name\x18\x01 \x01(\t\x12G\n\x0e\x63loud_provider\x18\x02 \x01(\x0e\x32+.qwak.self_service.account.v0.CloudProviderB\x02\x18\x01\x12P\n\x13\x63loud_provider_spec\x18\x03 \x01(\x0b\x32/.qwak.self_service.account.v0.CloudProviderSpecB\x02\x18\x01\x12S\n\x11jfrog_tenant_spec\x18\x04 \x01(\x0b\x32\x38.qwak.self_service.account.v0.SelfServiceJFrogTenantSpec\x12K\n\x12\x63luster_identifier\x18\x05 \x01(\x0b\x32/.qwak.self_service.account.v0.ClusterIdentifier\"d\n\x11\x43lusterIdentifier\x12G\n\ncluster_id\x18\x01 \x01(\x0b\x32\x31.qwak.self_service.account.v0.ClusterIdIdentifierH\x00\x42\x06\n\x04type\")\n\x13\x43lusterIdIdentifier\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"\xff\x01\n\x1f\x43reateAccountRequestDescription\x12L\n\x08metadata\x18\x01 \x01(\x0b\x32:.qwak.self_service.account.v0.CreateAccountRequestMetadata\x12\x44\n\x04spec\x18\x02 \x01(\x0b\x32\x36.qwak.self_service.account.v0.CreateAccountRequestSpec\x12H\n\x06status\x18\x03 \x01(\x0b\x32\x38.qwak.self_service.account.v0.CreateAccountRequestStatus\"x\n\x1c\x43reateAccountRequestMetadata\x12\x12\n\nrequest_id\x18\x01 \x01(\t\x12.\n\ncreated_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\x0crequested_by\x18\x03 \x01(\t\"0\n\x18\x43reateAccountRequestSpec\x12\x14\n\x0c\x61\x63\x63ount_name\x18\x01 \x01(\t\"\x9d\x01\n\x1a\x43reateAccountRequestStatus\x12J\n\x04\x63ode\x18\x01 \x01(\x0e\x32<.qwak.self_service.account.v0.CreateAccountRequestStatusCode\x12\x33\n\x0flast_changed_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"l\n\x14\x43loudProviderRegions\x12\x43\n\x0e\x63loud_provider\x18\x01 \x01(\x0e\x32+.qwak.self_service.account.v0.CloudProvider\x12\x0f\n\x07regions\x18\x02 \x03(\t\"2\n\x1bSelfServiceJFrogProjectSpec\x12\x13\n\x0bproject_key\x18\x01 \x01(\t\"u\n\x1aSelfServiceJFrogTenantSpec\x12W\n\x14\x64\x65\x66\x61ult_project_spec\x18\x01 \x01(\x0b\x32\x39.qwak.self_service.account.v0.SelfServiceJFrogProjectSpec*H\n\rCloudProvider\x12\x1a\n\x16\x43LOUD_PROVIDER_INVALID\x10\x00\x12\x07\n\x03\x41WS\x10\x01\x12\x07\n\x03GCP\x10\x02\x12\t\n\x05\x41ZURE\x10\x03*\xa9\x01\n\x1e\x43reateAccountRequestStatusCode\x12.\n*CREATE_ACCOUNT_REQUEST_STATUS_CODE_INVALID\x10\x00\x12\x13\n\x0fREQUEST_PENDING\x10\x01\x12\x16\n\x12REQUEST_REGISTERED\x10\x02\x12\x16\n\x12REQUEST_PROCESSING\x10\x03\x12\x12\n\x0eREQUEST_FAILED\x10\x04\x42\xb9\x01\n#com.qwak.ai.self_service.account.v0P\x01Z\x8f\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/self_service/account/v0;self_service_account_v0b\x06proto3')
|
|
122
18
|
|
|
19
|
+
_globals = globals()
|
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.self_service.account.v0.managing_account_pb2', _globals)
|
|
123
22
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
124
23
|
|
|
125
24
|
DESCRIPTOR._options = None
|
|
126
25
|
DESCRIPTOR._serialized_options = b'\n#com.qwak.ai.self_service.account.v0P\001Z\217\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/self_service/account/v0;self_service_account_v0'
|
|
127
26
|
_CREATEACCOUNTOPTIONS.fields_by_name['cloud_provider']._options = None
|
|
128
27
|
_CREATEACCOUNTOPTIONS.fields_by_name['cloud_provider']._serialized_options = b'\030\001'
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
28
|
+
_CREATEACCOUNTOPTIONS.fields_by_name['cloud_provider_spec']._options = None
|
|
29
|
+
_CREATEACCOUNTOPTIONS.fields_by_name['cloud_provider_spec']._serialized_options = b'\030\001'
|
|
30
|
+
_globals['_CLOUDPROVIDER']._serialized_start=1720
|
|
31
|
+
_globals['_CLOUDPROVIDER']._serialized_end=1792
|
|
32
|
+
_globals['_CREATEACCOUNTREQUESTSTATUSCODE']._serialized_start=1795
|
|
33
|
+
_globals['_CREATEACCOUNTREQUESTSTATUSCODE']._serialized_end=1964
|
|
34
|
+
_globals['_CLOUDPROVIDERAWS']._serialized_start=118
|
|
35
|
+
_globals['_CLOUDPROVIDERAWS']._serialized_end=136
|
|
36
|
+
_globals['_CLOUDPROVIDERGCP']._serialized_start=138
|
|
37
|
+
_globals['_CLOUDPROVIDERGCP']._serialized_end=156
|
|
38
|
+
_globals['_CLOUDPROVIDERSPEC']._serialized_start=159
|
|
39
|
+
_globals['_CLOUDPROVIDERSPEC']._serialized_end=338
|
|
40
|
+
_globals['_CREATEACCOUNTOPTIONS']._serialized_start=341
|
|
41
|
+
_globals['_CREATEACCOUNTOPTIONS']._serialized_end=702
|
|
42
|
+
_globals['_CLUSTERIDENTIFIER']._serialized_start=704
|
|
43
|
+
_globals['_CLUSTERIDENTIFIER']._serialized_end=804
|
|
44
|
+
_globals['_CLUSTERIDIDENTIFIER']._serialized_start=806
|
|
45
|
+
_globals['_CLUSTERIDIDENTIFIER']._serialized_end=847
|
|
46
|
+
_globals['_CREATEACCOUNTREQUESTDESCRIPTION']._serialized_start=850
|
|
47
|
+
_globals['_CREATEACCOUNTREQUESTDESCRIPTION']._serialized_end=1105
|
|
48
|
+
_globals['_CREATEACCOUNTREQUESTMETADATA']._serialized_start=1107
|
|
49
|
+
_globals['_CREATEACCOUNTREQUESTMETADATA']._serialized_end=1227
|
|
50
|
+
_globals['_CREATEACCOUNTREQUESTSPEC']._serialized_start=1229
|
|
51
|
+
_globals['_CREATEACCOUNTREQUESTSPEC']._serialized_end=1277
|
|
52
|
+
_globals['_CREATEACCOUNTREQUESTSTATUS']._serialized_start=1280
|
|
53
|
+
_globals['_CREATEACCOUNTREQUESTSTATUS']._serialized_end=1437
|
|
54
|
+
_globals['_CLOUDPROVIDERREGIONS']._serialized_start=1439
|
|
55
|
+
_globals['_CLOUDPROVIDERREGIONS']._serialized_end=1547
|
|
56
|
+
_globals['_SELFSERVICEJFROGPROJECTSPEC']._serialized_start=1549
|
|
57
|
+
_globals['_SELFSERVICEJFROGPROJECTSPEC']._serialized_end=1599
|
|
58
|
+
_globals['_SELFSERVICEJFROGTENANTSPEC']._serialized_start=1601
|
|
59
|
+
_globals['_SELFSERVICEJFROGTENANTSPEC']._serialized_end=1718
|
|
155
60
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -28,12 +28,14 @@ class _CloudProviderEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._
|
|
|
28
28
|
CLOUD_PROVIDER_INVALID: _CloudProvider.ValueType # 0
|
|
29
29
|
AWS: _CloudProvider.ValueType # 1
|
|
30
30
|
GCP: _CloudProvider.ValueType # 2
|
|
31
|
+
AZURE: _CloudProvider.ValueType # 3
|
|
31
32
|
|
|
32
33
|
class CloudProvider(_CloudProvider, metaclass=_CloudProviderEnumTypeWrapper): ...
|
|
33
34
|
|
|
34
35
|
CLOUD_PROVIDER_INVALID: CloudProvider.ValueType # 0
|
|
35
36
|
AWS: CloudProvider.ValueType # 1
|
|
36
37
|
GCP: CloudProvider.ValueType # 2
|
|
38
|
+
AZURE: CloudProvider.ValueType # 3
|
|
37
39
|
global___CloudProvider = CloudProvider
|
|
38
40
|
|
|
39
41
|
class _CreateAccountRequestStatusCode:
|
|
@@ -115,6 +117,7 @@ class CreateAccountOptions(google.protobuf.message.Message):
|
|
|
115
117
|
CLOUD_PROVIDER_FIELD_NUMBER: builtins.int
|
|
116
118
|
CLOUD_PROVIDER_SPEC_FIELD_NUMBER: builtins.int
|
|
117
119
|
JFROG_TENANT_SPEC_FIELD_NUMBER: builtins.int
|
|
120
|
+
CLUSTER_IDENTIFIER_FIELD_NUMBER: builtins.int
|
|
118
121
|
account_name: builtins.str
|
|
119
122
|
"""Account name"""
|
|
120
123
|
cloud_provider: global___CloudProvider.ValueType
|
|
@@ -125,6 +128,9 @@ class CreateAccountOptions(google.protobuf.message.Message):
|
|
|
125
128
|
@property
|
|
126
129
|
def jfrog_tenant_spec(self) -> global___SelfServiceJFrogTenantSpec:
|
|
127
130
|
"""JFrog tenant spec"""
|
|
131
|
+
@property
|
|
132
|
+
def cluster_identifier(self) -> global___ClusterIdentifier:
|
|
133
|
+
"""Cluster identifier"""
|
|
128
134
|
def __init__(
|
|
129
135
|
self,
|
|
130
136
|
*,
|
|
@@ -132,12 +138,44 @@ class CreateAccountOptions(google.protobuf.message.Message):
|
|
|
132
138
|
cloud_provider: global___CloudProvider.ValueType = ...,
|
|
133
139
|
cloud_provider_spec: global___CloudProviderSpec | None = ...,
|
|
134
140
|
jfrog_tenant_spec: global___SelfServiceJFrogTenantSpec | None = ...,
|
|
141
|
+
cluster_identifier: global___ClusterIdentifier | None = ...,
|
|
135
142
|
) -> None: ...
|
|
136
|
-
def HasField(self, field_name: typing_extensions.Literal["cloud_provider_spec", b"cloud_provider_spec", "jfrog_tenant_spec", b"jfrog_tenant_spec"]) -> builtins.bool: ...
|
|
137
|
-
def ClearField(self, field_name: typing_extensions.Literal["account_name", b"account_name", "cloud_provider", b"cloud_provider", "cloud_provider_spec", b"cloud_provider_spec", "jfrog_tenant_spec", b"jfrog_tenant_spec"]) -> None: ...
|
|
143
|
+
def HasField(self, field_name: typing_extensions.Literal["cloud_provider_spec", b"cloud_provider_spec", "cluster_identifier", b"cluster_identifier", "jfrog_tenant_spec", b"jfrog_tenant_spec"]) -> builtins.bool: ...
|
|
144
|
+
def ClearField(self, field_name: typing_extensions.Literal["account_name", b"account_name", "cloud_provider", b"cloud_provider", "cloud_provider_spec", b"cloud_provider_spec", "cluster_identifier", b"cluster_identifier", "jfrog_tenant_spec", b"jfrog_tenant_spec"]) -> None: ...
|
|
138
145
|
|
|
139
146
|
global___CreateAccountOptions = CreateAccountOptions
|
|
140
147
|
|
|
148
|
+
class ClusterIdentifier(google.protobuf.message.Message):
|
|
149
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
150
|
+
|
|
151
|
+
CLUSTER_ID_FIELD_NUMBER: builtins.int
|
|
152
|
+
@property
|
|
153
|
+
def cluster_id(self) -> global___ClusterIdIdentifier: ...
|
|
154
|
+
def __init__(
|
|
155
|
+
self,
|
|
156
|
+
*,
|
|
157
|
+
cluster_id: global___ClusterIdIdentifier | None = ...,
|
|
158
|
+
) -> None: ...
|
|
159
|
+
def HasField(self, field_name: typing_extensions.Literal["cluster_id", b"cluster_id", "type", b"type"]) -> builtins.bool: ...
|
|
160
|
+
def ClearField(self, field_name: typing_extensions.Literal["cluster_id", b"cluster_id", "type", b"type"]) -> None: ...
|
|
161
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["type", b"type"]) -> typing_extensions.Literal["cluster_id"] | None: ...
|
|
162
|
+
|
|
163
|
+
global___ClusterIdentifier = ClusterIdentifier
|
|
164
|
+
|
|
165
|
+
class ClusterIdIdentifier(google.protobuf.message.Message):
|
|
166
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
167
|
+
|
|
168
|
+
CLUSTER_ID_FIELD_NUMBER: builtins.int
|
|
169
|
+
cluster_id: builtins.str
|
|
170
|
+
def __init__(
|
|
171
|
+
self,
|
|
172
|
+
*,
|
|
173
|
+
cluster_id: builtins.str = ...,
|
|
174
|
+
) -> None: ...
|
|
175
|
+
def ClearField(self, field_name: typing_extensions.Literal["cluster_id", b"cluster_id"]) -> None: ...
|
|
176
|
+
|
|
177
|
+
global___ClusterIdIdentifier = ClusterIdIdentifier
|
|
178
|
+
|
|
141
179
|
class CreateAccountRequestDescription(google.protobuf.message.Message):
|
|
142
180
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
143
181
|
|
|
@@ -4,9 +4,8 @@
|
|
|
4
4
|
"""Generated protocol buffer code."""
|
|
5
5
|
from google.protobuf import descriptor as _descriptor
|
|
6
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
7
|
from google.protobuf import symbol_database as _symbol_database
|
|
8
|
+
from google.protobuf.internal import builder as _builder
|
|
10
9
|
# @@protoc_insertion_point(imports)
|
|
11
10
|
|
|
12
11
|
_sym_db = _symbol_database.Default()
|
|
@@ -18,93 +17,29 @@ from _qwak_proto.qwak.self_service.account.v0 import managing_account_pb2 as qwa
|
|
|
18
17
|
|
|
19
18
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n;qwak/self_service/account/v0/managing_account_service.proto\x12\x1cqwak.self_service.account.v0\x1a\x31qwak/self_service/account/v0/account_status.proto\x1a\x33qwak/self_service/account/v0/managing_account.proto\"j\n#CreateAccountCreationRequestRequest\x12\x43\n\x07options\x18\x01 \x01(\x0b\x32\x32.qwak.self_service.account.v0.CreateAccountOptions\"z\n$CreateAccountCreationRequestResponse\x12R\n\x0b\x64\x65scription\x18\x01 \x01(\x0b\x32=.qwak.self_service.account.v0.CreateAccountRequestDescription\"l\n%ValidateAccountCreationRequestRequest\x12\x43\n\x07options\x18\x01 \x01(\x0b\x32\x32.qwak.self_service.account.v0.CreateAccountOptions\"C\n&ValidateAccountCreationRequestResponse\x12\x19\n\x11\x65rror_description\x18\x01 \x03(\t\"\x19\n\x17GetAccountStatusRequest\"W\n\x18GetAccountStatusResponse\x12;\n\x06status\x18\x01 \x01(\x0b\x32+.qwak.self_service.account.v0.AccountStatus\")\n\'GetCloudProviderSupportedRegionsRequest\"y\n(GetCloudProviderSupportedRegionsResponse\x12M\n\x11supported_regions\x18\x01 \x03(\x0b\x32\x32.qwak.self_service.account.v0.CloudProviderRegions2\xa6\x05\n\x16ManagingAccountService\x12\xa5\x01\n\x1c\x43reateAccountCreationRequest\x12\x41.qwak.self_service.account.v0.CreateAccountCreationRequestRequest\x1a\x42.qwak.self_service.account.v0.CreateAccountCreationRequestResponse\x12\xab\x01\n\x1eValidateAccountCreationRequest\x12\x43.qwak.self_service.account.v0.ValidateAccountCreationRequestRequest\x1a\x44.qwak.self_service.account.v0.ValidateAccountCreationRequestResponse\x12\x81\x01\n\x10GetAccountStatus\x12\x35.qwak.self_service.account.v0.GetAccountStatusRequest\x1a\x36.qwak.self_service.account.v0.GetAccountStatusResponse\x12\xb1\x01\n GetCloudProviderSupportedRegions\x12\x45.qwak.self_service.account.v0.GetCloudProviderSupportedRegionsRequest\x1a\x46.qwak.self_service.account.v0.GetCloudProviderSupportedRegionsResponseB\xb9\x01\n#com.qwak.ai.self_service.account.v0P\x01Z\x8f\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/self_service/account/v0;self_service_account_v0b\x06proto3')
|
|
20
19
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
_CREATEACCOUNTCREATIONREQUESTRESPONSE = DESCRIPTOR.message_types_by_name['CreateAccountCreationRequestResponse']
|
|
25
|
-
_VALIDATEACCOUNTCREATIONREQUESTREQUEST = DESCRIPTOR.message_types_by_name['ValidateAccountCreationRequestRequest']
|
|
26
|
-
_VALIDATEACCOUNTCREATIONREQUESTRESPONSE = DESCRIPTOR.message_types_by_name['ValidateAccountCreationRequestResponse']
|
|
27
|
-
_GETACCOUNTSTATUSREQUEST = DESCRIPTOR.message_types_by_name['GetAccountStatusRequest']
|
|
28
|
-
_GETACCOUNTSTATUSRESPONSE = DESCRIPTOR.message_types_by_name['GetAccountStatusResponse']
|
|
29
|
-
_GETCLOUDPROVIDERSUPPORTEDREGIONSREQUEST = DESCRIPTOR.message_types_by_name['GetCloudProviderSupportedRegionsRequest']
|
|
30
|
-
_GETCLOUDPROVIDERSUPPORTEDREGIONSRESPONSE = DESCRIPTOR.message_types_by_name['GetCloudProviderSupportedRegionsResponse']
|
|
31
|
-
CreateAccountCreationRequestRequest = _reflection.GeneratedProtocolMessageType('CreateAccountCreationRequestRequest', (_message.Message,), {
|
|
32
|
-
'DESCRIPTOR' : _CREATEACCOUNTCREATIONREQUESTREQUEST,
|
|
33
|
-
'__module__' : 'qwak.self_service.account.v0.managing_account_service_pb2'
|
|
34
|
-
# @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.CreateAccountCreationRequestRequest)
|
|
35
|
-
})
|
|
36
|
-
_sym_db.RegisterMessage(CreateAccountCreationRequestRequest)
|
|
37
|
-
|
|
38
|
-
CreateAccountCreationRequestResponse = _reflection.GeneratedProtocolMessageType('CreateAccountCreationRequestResponse', (_message.Message,), {
|
|
39
|
-
'DESCRIPTOR' : _CREATEACCOUNTCREATIONREQUESTRESPONSE,
|
|
40
|
-
'__module__' : 'qwak.self_service.account.v0.managing_account_service_pb2'
|
|
41
|
-
# @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.CreateAccountCreationRequestResponse)
|
|
42
|
-
})
|
|
43
|
-
_sym_db.RegisterMessage(CreateAccountCreationRequestResponse)
|
|
44
|
-
|
|
45
|
-
ValidateAccountCreationRequestRequest = _reflection.GeneratedProtocolMessageType('ValidateAccountCreationRequestRequest', (_message.Message,), {
|
|
46
|
-
'DESCRIPTOR' : _VALIDATEACCOUNTCREATIONREQUESTREQUEST,
|
|
47
|
-
'__module__' : 'qwak.self_service.account.v0.managing_account_service_pb2'
|
|
48
|
-
# @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.ValidateAccountCreationRequestRequest)
|
|
49
|
-
})
|
|
50
|
-
_sym_db.RegisterMessage(ValidateAccountCreationRequestRequest)
|
|
51
|
-
|
|
52
|
-
ValidateAccountCreationRequestResponse = _reflection.GeneratedProtocolMessageType('ValidateAccountCreationRequestResponse', (_message.Message,), {
|
|
53
|
-
'DESCRIPTOR' : _VALIDATEACCOUNTCREATIONREQUESTRESPONSE,
|
|
54
|
-
'__module__' : 'qwak.self_service.account.v0.managing_account_service_pb2'
|
|
55
|
-
# @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.ValidateAccountCreationRequestResponse)
|
|
56
|
-
})
|
|
57
|
-
_sym_db.RegisterMessage(ValidateAccountCreationRequestResponse)
|
|
58
|
-
|
|
59
|
-
GetAccountStatusRequest = _reflection.GeneratedProtocolMessageType('GetAccountStatusRequest', (_message.Message,), {
|
|
60
|
-
'DESCRIPTOR' : _GETACCOUNTSTATUSREQUEST,
|
|
61
|
-
'__module__' : 'qwak.self_service.account.v0.managing_account_service_pb2'
|
|
62
|
-
# @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.GetAccountStatusRequest)
|
|
63
|
-
})
|
|
64
|
-
_sym_db.RegisterMessage(GetAccountStatusRequest)
|
|
65
|
-
|
|
66
|
-
GetAccountStatusResponse = _reflection.GeneratedProtocolMessageType('GetAccountStatusResponse', (_message.Message,), {
|
|
67
|
-
'DESCRIPTOR' : _GETACCOUNTSTATUSRESPONSE,
|
|
68
|
-
'__module__' : 'qwak.self_service.account.v0.managing_account_service_pb2'
|
|
69
|
-
# @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.GetAccountStatusResponse)
|
|
70
|
-
})
|
|
71
|
-
_sym_db.RegisterMessage(GetAccountStatusResponse)
|
|
72
|
-
|
|
73
|
-
GetCloudProviderSupportedRegionsRequest = _reflection.GeneratedProtocolMessageType('GetCloudProviderSupportedRegionsRequest', (_message.Message,), {
|
|
74
|
-
'DESCRIPTOR' : _GETCLOUDPROVIDERSUPPORTEDREGIONSREQUEST,
|
|
75
|
-
'__module__' : 'qwak.self_service.account.v0.managing_account_service_pb2'
|
|
76
|
-
# @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.GetCloudProviderSupportedRegionsRequest)
|
|
77
|
-
})
|
|
78
|
-
_sym_db.RegisterMessage(GetCloudProviderSupportedRegionsRequest)
|
|
79
|
-
|
|
80
|
-
GetCloudProviderSupportedRegionsResponse = _reflection.GeneratedProtocolMessageType('GetCloudProviderSupportedRegionsResponse', (_message.Message,), {
|
|
81
|
-
'DESCRIPTOR' : _GETCLOUDPROVIDERSUPPORTEDREGIONSRESPONSE,
|
|
82
|
-
'__module__' : 'qwak.self_service.account.v0.managing_account_service_pb2'
|
|
83
|
-
# @@protoc_insertion_point(class_scope:qwak.self_service.account.v0.GetCloudProviderSupportedRegionsResponse)
|
|
84
|
-
})
|
|
85
|
-
_sym_db.RegisterMessage(GetCloudProviderSupportedRegionsResponse)
|
|
86
|
-
|
|
87
|
-
_MANAGINGACCOUNTSERVICE = DESCRIPTOR.services_by_name['ManagingAccountService']
|
|
20
|
+
_globals = globals()
|
|
21
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
22
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.self_service.account.v0.managing_account_service_pb2', _globals)
|
|
88
23
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
89
24
|
|
|
90
25
|
DESCRIPTOR._options = None
|
|
91
26
|
DESCRIPTOR._serialized_options = b'\n#com.qwak.ai.self_service.account.v0P\001Z\217\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/self_service/account/v0;self_service_account_v0'
|
|
92
|
-
_CREATEACCOUNTCREATIONREQUESTREQUEST._serialized_start=197
|
|
93
|
-
_CREATEACCOUNTCREATIONREQUESTREQUEST._serialized_end=303
|
|
94
|
-
_CREATEACCOUNTCREATIONREQUESTRESPONSE._serialized_start=305
|
|
95
|
-
_CREATEACCOUNTCREATIONREQUESTRESPONSE._serialized_end=427
|
|
96
|
-
_VALIDATEACCOUNTCREATIONREQUESTREQUEST._serialized_start=429
|
|
97
|
-
_VALIDATEACCOUNTCREATIONREQUESTREQUEST._serialized_end=537
|
|
98
|
-
_VALIDATEACCOUNTCREATIONREQUESTRESPONSE._serialized_start=539
|
|
99
|
-
_VALIDATEACCOUNTCREATIONREQUESTRESPONSE._serialized_end=606
|
|
100
|
-
_GETACCOUNTSTATUSREQUEST._serialized_start=608
|
|
101
|
-
_GETACCOUNTSTATUSREQUEST._serialized_end=633
|
|
102
|
-
_GETACCOUNTSTATUSRESPONSE._serialized_start=635
|
|
103
|
-
_GETACCOUNTSTATUSRESPONSE._serialized_end=722
|
|
104
|
-
_GETCLOUDPROVIDERSUPPORTEDREGIONSREQUEST._serialized_start=724
|
|
105
|
-
_GETCLOUDPROVIDERSUPPORTEDREGIONSREQUEST._serialized_end=765
|
|
106
|
-
_GETCLOUDPROVIDERSUPPORTEDREGIONSRESPONSE._serialized_start=767
|
|
107
|
-
_GETCLOUDPROVIDERSUPPORTEDREGIONSRESPONSE._serialized_end=888
|
|
108
|
-
_MANAGINGACCOUNTSERVICE._serialized_start=891
|
|
109
|
-
_MANAGINGACCOUNTSERVICE._serialized_end=1569
|
|
27
|
+
_globals['_CREATEACCOUNTCREATIONREQUESTREQUEST']._serialized_start=197
|
|
28
|
+
_globals['_CREATEACCOUNTCREATIONREQUESTREQUEST']._serialized_end=303
|
|
29
|
+
_globals['_CREATEACCOUNTCREATIONREQUESTRESPONSE']._serialized_start=305
|
|
30
|
+
_globals['_CREATEACCOUNTCREATIONREQUESTRESPONSE']._serialized_end=427
|
|
31
|
+
_globals['_VALIDATEACCOUNTCREATIONREQUESTREQUEST']._serialized_start=429
|
|
32
|
+
_globals['_VALIDATEACCOUNTCREATIONREQUESTREQUEST']._serialized_end=537
|
|
33
|
+
_globals['_VALIDATEACCOUNTCREATIONREQUESTRESPONSE']._serialized_start=539
|
|
34
|
+
_globals['_VALIDATEACCOUNTCREATIONREQUESTRESPONSE']._serialized_end=606
|
|
35
|
+
_globals['_GETACCOUNTSTATUSREQUEST']._serialized_start=608
|
|
36
|
+
_globals['_GETACCOUNTSTATUSREQUEST']._serialized_end=633
|
|
37
|
+
_globals['_GETACCOUNTSTATUSRESPONSE']._serialized_start=635
|
|
38
|
+
_globals['_GETACCOUNTSTATUSRESPONSE']._serialized_end=722
|
|
39
|
+
_globals['_GETCLOUDPROVIDERSUPPORTEDREGIONSREQUEST']._serialized_start=724
|
|
40
|
+
_globals['_GETCLOUDPROVIDERSUPPORTEDREGIONSREQUEST']._serialized_end=765
|
|
41
|
+
_globals['_GETCLOUDPROVIDERSUPPORTEDREGIONSRESPONSE']._serialized_start=767
|
|
42
|
+
_globals['_GETCLOUDPROVIDERSUPPORTEDREGIONSRESPONSE']._serialized_end=888
|
|
43
|
+
_globals['_MANAGINGACCOUNTSERVICE']._serialized_start=891
|
|
44
|
+
_globals['_MANAGINGACCOUNTSERVICE']._serialized_end=1569
|
|
110
45
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -4,9 +4,8 @@
|
|
|
4
4
|
"""Generated protocol buffer code."""
|
|
5
5
|
from google.protobuf import descriptor as _descriptor
|
|
6
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
7
|
from google.protobuf import symbol_database as _symbol_database
|
|
8
|
+
from google.protobuf.internal import builder as _builder
|
|
10
9
|
# @@protoc_insertion_point(imports)
|
|
11
10
|
|
|
12
11
|
_sym_db = _symbol_database.Default()
|
|
@@ -16,20 +15,13 @@ _sym_db = _symbol_database.Default()
|
|
|
16
15
|
|
|
17
16
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'qwak/self_service/user/v1/api_key.proto\x12\x19qwak.self_service.user.v1\"\x1f\n\rApiKeyDetails\x12\x0e\n\x06\x65xists\x18\x01 \x01(\x08\x42\xaf\x01\n\x1f\x63om.qwak.ai.self_service.v1.apiP\x01Z\x89\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/self_service/user/v1;self_service_user_v1b\x06proto3')
|
|
18
17
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
ApiKeyDetails = _reflection.GeneratedProtocolMessageType('ApiKeyDetails', (_message.Message,), {
|
|
23
|
-
'DESCRIPTOR' : _APIKEYDETAILS,
|
|
24
|
-
'__module__' : 'qwak.self_service.user.v1.api_key_pb2'
|
|
25
|
-
# @@protoc_insertion_point(class_scope:qwak.self_service.user.v1.ApiKeyDetails)
|
|
26
|
-
})
|
|
27
|
-
_sym_db.RegisterMessage(ApiKeyDetails)
|
|
28
|
-
|
|
18
|
+
_globals = globals()
|
|
19
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
20
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.self_service.user.v1.api_key_pb2', _globals)
|
|
29
21
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
30
22
|
|
|
31
23
|
DESCRIPTOR._options = None
|
|
32
24
|
DESCRIPTOR._serialized_options = b'\n\037com.qwak.ai.self_service.v1.apiP\001Z\211\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/self_service/user/v1;self_service_user_v1'
|
|
33
|
-
_APIKEYDETAILS._serialized_start=70
|
|
34
|
-
_APIKEYDETAILS._serialized_end=101
|
|
25
|
+
_globals['_APIKEYDETAILS']._serialized_start=70
|
|
26
|
+
_globals['_APIKEYDETAILS']._serialized_end=101
|
|
35
27
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -4,9 +4,8 @@
|
|
|
4
4
|
"""Generated protocol buffer code."""
|
|
5
5
|
from google.protobuf import descriptor as _descriptor
|
|
6
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
7
|
from google.protobuf import symbol_database as _symbol_database
|
|
8
|
+
from google.protobuf.internal import builder as _builder
|
|
10
9
|
# @@protoc_insertion_point(imports)
|
|
11
10
|
|
|
12
11
|
_sym_db = _symbol_database.Default()
|
|
@@ -18,20 +17,13 @@ from _qwak_proto.qwak.administration.v0.users import user_pb2 as qwak_dot_admini
|
|
|
18
17
|
|
|
19
18
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n$qwak/self_service/user/v1/user.proto\x12\x19qwak.self_service.user.v1\x1a\x1egoogle/protobuf/wrappers.proto\x1a\'qwak/administration/v0/users/user.proto\"\xdc\x02\n\x0bUserProfile\x12(\n\x02id\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x32\n\x0c\x64isplay_name\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.StringValue\x12\x43\n\x0cjob_function\x18\x03 \x01(\x0e\x32-.qwak.administration.user.QwakUserJobFunction\x12=\n\tjob_level\x18\x04 \x01(\x0e\x32*.qwak.administration.user.QwakUserJobLevel\x12?\n\x0c\x61\x63\x63ount_role\x18\x05 \x01(\x0e\x32).qwak.administration.user.QwakAccountRole\x12\x17\n\x0f\x65nvironment_ids\x18\x06 \x03(\t\x12\x11\n\ttime_zone\x18\x07 \x01(\tB\xaf\x01\n\x1f\x63om.qwak.ai.self_service.v1.apiP\x01Z\x89\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/self_service/user/v1;self_service_user_v1b\x06proto3')
|
|
20
19
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
UserProfile = _reflection.GeneratedProtocolMessageType('UserProfile', (_message.Message,), {
|
|
25
|
-
'DESCRIPTOR' : _USERPROFILE,
|
|
26
|
-
'__module__' : 'qwak.self_service.user.v1.user_pb2'
|
|
27
|
-
# @@protoc_insertion_point(class_scope:qwak.self_service.user.v1.UserProfile)
|
|
28
|
-
})
|
|
29
|
-
_sym_db.RegisterMessage(UserProfile)
|
|
30
|
-
|
|
20
|
+
_globals = globals()
|
|
21
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
22
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.self_service.user.v1.user_pb2', _globals)
|
|
31
23
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
32
24
|
|
|
33
25
|
DESCRIPTOR._options = None
|
|
34
26
|
DESCRIPTOR._serialized_options = b'\n\037com.qwak.ai.self_service.v1.apiP\001Z\211\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/self_service/user/v1;self_service_user_v1'
|
|
35
|
-
_USERPROFILE._serialized_start=141
|
|
36
|
-
_USERPROFILE._serialized_end=489
|
|
27
|
+
_globals['_USERPROFILE']._serialized_start=141
|
|
28
|
+
_globals['_USERPROFILE']._serialized_end=489
|
|
37
29
|
# @@protoc_insertion_point(module_scope)
|