frogml 1.1.115__py3-none-any.whl → 1.2.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.
Files changed (483) hide show
  1. frogml/__init__.py +1 -1
  2. frogml/_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py +3 -3
  3. frogml/_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.pyi +6 -4
  4. frogml/_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py +3 -3
  5. frogml/_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.pyi +8 -9
  6. frogml/_proto/jfml/model_version/v1/artifact_pb2.py +3 -3
  7. frogml/_proto/jfml/model_version/v1/artifact_pb2.pyi +8 -9
  8. frogml/_proto/jfml/model_version/v1/build_spec_pb2.py +3 -3
  9. frogml/_proto/jfml/model_version/v1/build_spec_pb2.pyi +24 -20
  10. frogml/_proto/jfml/model_version/v1/model_repository_spec_pb2.py +3 -3
  11. frogml/_proto/jfml/model_version/v1/model_repository_spec_pb2.pyi +6 -9
  12. frogml/_proto/jfml/model_version/v1/model_version_framework_pb2.py +3 -3
  13. frogml/_proto/jfml/model_version/v1/model_version_framework_pb2.pyi +13 -10
  14. frogml/_proto/jfml/model_version/v1/model_version_manager_service_pb2.py +3 -3
  15. frogml/_proto/jfml/model_version/v1/model_version_manager_service_pb2.pyi +43 -30
  16. frogml/_proto/jfml/model_version/v1/model_version_pb2.py +11 -11
  17. frogml/_proto/jfml/model_version/v1/model_version_pb2.pyi +48 -32
  18. frogml/_proto/qwak/administration/account/v1/account_pb2.py +25 -23
  19. frogml/_proto/qwak/administration/account/v1/account_pb2.pyi +55 -21
  20. frogml/_proto/qwak/administration/account/v1/account_service_pb2.py +3 -3
  21. frogml/_proto/qwak/administration/account/v1/account_service_pb2.pyi +63 -36
  22. frogml/_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +5 -5
  23. frogml/_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.pyi +35 -22
  24. frogml/_proto/qwak/administration/account/v1/personalization_pb2.py +3 -3
  25. frogml/_proto/qwak/administration/account/v1/personalization_pb2.pyi +7 -9
  26. frogml/_proto/qwak/administration/account/v1/preferences_pb2.py +3 -3
  27. frogml/_proto/qwak/administration/account/v1/preferences_pb2.pyi +6 -8
  28. frogml/_proto/qwak/administration/account/v1/terms_pb2.py +3 -3
  29. frogml/_proto/qwak/administration/account/v1/terms_pb2.pyi +16 -11
  30. frogml/_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +3 -3
  31. frogml/_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.pyi +20 -14
  32. frogml/_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +3 -3
  33. frogml/_proto/qwak/administration/authenticated_user/v1/credentials_pb2.pyi +10 -11
  34. frogml/_proto/qwak/administration/authenticated_user/v1/details_pb2.py +3 -3
  35. frogml/_proto/qwak/administration/authenticated_user/v1/details_pb2.pyi +18 -15
  36. frogml/_proto/qwak/administration/cluster/v2/cluster_pb2.py +3 -3
  37. frogml/_proto/qwak/administration/cluster/v2/cluster_pb2.pyi +62 -39
  38. frogml/_proto/qwak/administration/runtime_configuration/v0/container_registry_config_pb2.py +3 -3
  39. frogml/_proto/qwak/administration/runtime_configuration/v0/container_registry_config_pb2.pyi +12 -13
  40. frogml/_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +3 -3
  41. frogml/_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.pyi +5 -8
  42. frogml/_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +3 -3
  43. frogml/_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.pyi +8 -10
  44. frogml/_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +3 -3
  45. frogml/_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.pyi +11 -11
  46. frogml/_proto/qwak/administration/runtime_configuration/v0/external/databricks/auth_pb2.py +3 -3
  47. frogml/_proto/qwak/administration/runtime_configuration/v0/external/databricks/auth_pb2.pyi +16 -17
  48. frogml/_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +3 -3
  49. frogml/_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.pyi +8 -11
  50. frogml/_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +3 -3
  51. frogml/_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.pyi +12 -12
  52. frogml/_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +3 -3
  53. frogml/_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.pyi +8 -10
  54. frogml/_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +3 -3
  55. frogml/_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.pyi +8 -11
  56. frogml/_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +3 -3
  57. frogml/_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.pyi +6 -9
  58. frogml/_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +3 -3
  59. frogml/_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.pyi +13 -14
  60. frogml/_proto/qwak/administration/runtime_configuration/v0/hosting/aws/auth_pb2.py +3 -3
  61. frogml/_proto/qwak/administration/runtime_configuration/v0/hosting/aws/auth_pb2.pyi +29 -25
  62. frogml/_proto/qwak/administration/runtime_configuration/v0/hosting/azure/auth_pb2.py +3 -3
  63. frogml/_proto/qwak/administration/runtime_configuration/v0/hosting/azure/auth_pb2.pyi +23 -21
  64. frogml/_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +3 -3
  65. frogml/_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.pyi +27 -25
  66. frogml/_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +3 -3
  67. frogml/_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.pyi +6 -9
  68. frogml/_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +3 -3
  69. frogml/_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.pyi +6 -9
  70. frogml/_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +3 -3
  71. frogml/_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.pyi +22 -21
  72. frogml/_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +3 -3
  73. frogml/_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.pyi +12 -12
  74. frogml/_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +3 -3
  75. frogml/_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.pyi +13 -14
  76. frogml/_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +3 -3
  77. frogml/_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.pyi +5 -8
  78. frogml/_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +3 -3
  79. frogml/_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.pyi +11 -11
  80. frogml/_proto/qwak/administration/v0/authentication/authentication_service_pb2.py +3 -3
  81. frogml/_proto/qwak/administration/v0/authentication/authentication_service_pb2.pyi +14 -13
  82. frogml/_proto/qwak/administration/v0/environments/configuration_pb2.py +3 -3
  83. frogml/_proto/qwak/administration/v0/environments/configuration_pb2.pyi +33 -20
  84. frogml/_proto/qwak/administration/v0/environments/environment_pb2.py +5 -5
  85. frogml/_proto/qwak/administration/v0/environments/environment_pb2.pyi +17 -8
  86. frogml/_proto/qwak/administration/v0/environments/environment_service_pb2.py +5 -5
  87. frogml/_proto/qwak/administration/v0/environments/environment_service_pb2.pyi +46 -26
  88. frogml/_proto/qwak/administration/v0/environments/personalization_pb2.py +3 -3
  89. frogml/_proto/qwak/administration/v0/environments/personalization_pb2.pyi +7 -9
  90. frogml/_proto/qwak/administration/v0/users/user_pb2.py +7 -7
  91. frogml/_proto/qwak/administration/v0/users/user_pb2.pyi +18 -11
  92. frogml/_proto/qwak/admiral/secret/v0/secret_pb2.py +21 -19
  93. frogml/_proto/qwak/admiral/secret/v0/secret_pb2.pyi +65 -24
  94. frogml/_proto/qwak/admiral/secret/v0/secret_service_pb2.py +3 -3
  95. frogml/_proto/qwak/admiral/secret/v0/secret_service_pb2.pyi +16 -12
  96. frogml/_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +3 -3
  97. frogml/_proto/qwak/admiral/secret/v0/system_secret_service_pb2.pyi +19 -14
  98. frogml/_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +3 -3
  99. frogml/_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.pyi +83 -48
  100. frogml/_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +3 -3
  101. frogml/_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.pyi +25 -16
  102. frogml/_proto/qwak/analytics/analytics_pb2.py +3 -3
  103. frogml/_proto/qwak/analytics/analytics_pb2.pyi +33 -16
  104. frogml/_proto/qwak/analytics/analytics_service_pb2.py +3 -3
  105. frogml/_proto/qwak/analytics/analytics_service_pb2.pyi +46 -26
  106. frogml/_proto/qwak/artifactory_settings/artifactory_settings_pb2.py +3 -3
  107. frogml/_proto/qwak/artifactory_settings/artifactory_settings_pb2.pyi +7 -9
  108. frogml/_proto/qwak/audience/v1/audience_api_pb2.py +3 -3
  109. frogml/_proto/qwak/audience/v1/audience_api_pb2.pyi +25 -17
  110. frogml/_proto/qwak/audience/v1/audience_pb2.py +5 -5
  111. frogml/_proto/qwak/audience/v1/audience_pb2.pyi +38 -23
  112. frogml/_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +3 -3
  113. frogml/_proto/qwak/auto_scaling/v1/auto_scaling_pb2.pyi +22 -13
  114. frogml/_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +3 -3
  115. frogml/_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.pyi +8 -9
  116. frogml/_proto/qwak/automation/v1/action_pb2.py +17 -17
  117. frogml/_proto/qwak/automation/v1/action_pb2.pyi +76 -47
  118. frogml/_proto/qwak/automation/v1/auto_scaling_pb2.py +3 -3
  119. frogml/_proto/qwak/automation/v1/auto_scaling_pb2.pyi +22 -13
  120. frogml/_proto/qwak/automation/v1/automation_execution_pb2.py +3 -3
  121. frogml/_proto/qwak/automation/v1/automation_execution_pb2.pyi +23 -13
  122. frogml/_proto/qwak/automation/v1/automation_management_service_pb2.py +5 -5
  123. frogml/_proto/qwak/automation/v1/automation_management_service_pb2.pyi +56 -32
  124. frogml/_proto/qwak/automation/v1/automation_pb2.py +3 -3
  125. frogml/_proto/qwak/automation/v1/automation_pb2.pyi +28 -25
  126. frogml/_proto/qwak/automation/v1/common_pb2.py +3 -3
  127. frogml/_proto/qwak/automation/v1/common_pb2.pyi +8 -5
  128. frogml/_proto/qwak/automation/v1/notification_pb2.py +7 -7
  129. frogml/_proto/qwak/automation/v1/notification_pb2.pyi +14 -8
  130. frogml/_proto/qwak/automation/v1/trigger_pb2.py +3 -3
  131. frogml/_proto/qwak/automation/v1/trigger_pb2.pyi +17 -16
  132. frogml/_proto/qwak/batch_job/v1/batch_job_events_pb2.py +13 -13
  133. frogml/_proto/qwak/batch_job/v1/batch_job_events_pb2.pyi +22 -14
  134. frogml/_proto/qwak/batch_job/v1/batch_job_resources_pb2.py +3 -3
  135. frogml/_proto/qwak/batch_job/v1/batch_job_resources_pb2.pyi +4 -2
  136. frogml/_proto/qwak/batch_job/v1/batch_job_service_pb2.py +27 -27
  137. frogml/_proto/qwak/batch_job/v1/batch_job_service_pb2.pyi +192 -101
  138. frogml/_proto/qwak/build/v1/build_api_pb2.py +17 -17
  139. frogml/_proto/qwak/build/v1/build_api_pb2.pyi +87 -46
  140. frogml/_proto/qwak/build/v1/build_pb2.py +9 -9
  141. frogml/_proto/qwak/build/v1/build_pb2.pyi +187 -118
  142. frogml/_proto/qwak/build_settings/build_settings_api_pb2.py +3 -3
  143. frogml/_proto/qwak/build_settings/build_settings_api_pb2.pyi +15 -13
  144. frogml/_proto/qwak/build_settings/build_settings_pb2.py +3 -3
  145. frogml/_proto/qwak/build_settings/build_settings_pb2.pyi +24 -19
  146. frogml/_proto/qwak/builds/build_pb2.py +7 -7
  147. frogml/_proto/qwak/builds/build_pb2.pyi +83 -54
  148. frogml/_proto/qwak/builds/build_url_pb2.py +5 -5
  149. frogml/_proto/qwak/builds/build_url_pb2.pyi +39 -21
  150. frogml/_proto/qwak/builds/build_values_pb2.py +35 -29
  151. frogml/_proto/qwak/builds/build_values_pb2.pyi +85 -36
  152. frogml/_proto/qwak/builds/builds_orchestrator_service_pb2.py +19 -19
  153. frogml/_proto/qwak/builds/builds_orchestrator_service_pb2.pyi +100 -52
  154. frogml/_proto/qwak/builds/builds_pb2.py +7 -7
  155. frogml/_proto/qwak/builds/builds_pb2.pyi +177 -105
  156. frogml/_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +3 -3
  157. frogml/_proto/qwak/builds/internal_builds_orchestrator_service_pb2.pyi +12 -10
  158. frogml/_proto/qwak/data_versioning/data_versioning_pb2.py +3 -3
  159. frogml/_proto/qwak/data_versioning/data_versioning_pb2.pyi +8 -10
  160. frogml/_proto/qwak/data_versioning/data_versioning_service_pb2.py +3 -3
  161. frogml/_proto/qwak/data_versioning/data_versioning_service_pb2.pyi +12 -11
  162. frogml/_proto/qwak/deployment/alert_pb2.py +5 -5
  163. frogml/_proto/qwak/deployment/alert_pb2.pyi +31 -20
  164. frogml/_proto/qwak/deployment/alert_service_pb2.py +7 -7
  165. frogml/_proto/qwak/deployment/alert_service_pb2.pyi +34 -21
  166. frogml/_proto/qwak/deployment/deployment_messages_pb2.py +3 -3
  167. frogml/_proto/qwak/deployment/deployment_messages_pb2.pyi +9 -11
  168. frogml/_proto/qwak/deployment/deployment_pb2.py +33 -33
  169. frogml/_proto/qwak/deployment/deployment_pb2.pyi +225 -139
  170. frogml/_proto/qwak/deployment/deployment_service_pb2.py +81 -81
  171. frogml/_proto/qwak/deployment/deployment_service_pb2.pyi +139 -78
  172. frogml/_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2.py +3 -3
  173. frogml/_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2.pyi +11 -9
  174. frogml/_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2.py +3 -3
  175. frogml/_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2.pyi +6 -8
  176. frogml/_proto/qwak/ecosystem/jfrog/v0/token_pb2.py +11 -11
  177. frogml/_proto/qwak/ecosystem/jfrog/v0/token_pb2.pyi +70 -37
  178. frogml/_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +3 -3
  179. frogml/_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.pyi +29 -19
  180. frogml/_proto/qwak/ecosystem/v0/auth_pb2.py +3 -3
  181. frogml/_proto/qwak/ecosystem/v0/auth_pb2.pyi +6 -8
  182. frogml/_proto/qwak/ecosystem/v0/azure_credentials_pb2.py +3 -3
  183. frogml/_proto/qwak/ecosystem/v0/azure_credentials_pb2.pyi +21 -19
  184. frogml/_proto/qwak/ecosystem/v0/credentials_pb2.py +3 -3
  185. frogml/_proto/qwak/ecosystem/v0/credentials_pb2.pyi +16 -15
  186. frogml/_proto/qwak/ecosystem/v0/ecosystem_pb2.py +11 -11
  187. frogml/_proto/qwak/ecosystem/v0/ecosystem_pb2.pyi +63 -40
  188. frogml/_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +5 -5
  189. frogml/_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.pyi +74 -41
  190. frogml/_proto/qwak/execution/v1/backfill_pb2.py +3 -3
  191. frogml/_proto/qwak/execution/v1/backfill_pb2.pyi +34 -24
  192. frogml/_proto/qwak/execution/v1/batch_pb2.py +3 -3
  193. frogml/_proto/qwak/execution/v1/batch_pb2.pyi +16 -13
  194. frogml/_proto/qwak/execution/v1/deletion_pb2.py +3 -3
  195. frogml/_proto/qwak/execution/v1/deletion_pb2.pyi +9 -9
  196. frogml/_proto/qwak/execution/v1/execution_pb2.py +3 -3
  197. frogml/_proto/qwak/execution/v1/execution_pb2.pyi +28 -12
  198. frogml/_proto/qwak/execution/v1/execution_service_pb2.py +5 -5
  199. frogml/_proto/qwak/execution/v1/execution_service_pb2.pyi +69 -43
  200. frogml/_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +3 -3
  201. frogml/_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.pyi +4 -7
  202. frogml/_proto/qwak/execution/v1/jobs/job_pb2.py +5 -5
  203. frogml/_proto/qwak/execution/v1/jobs/job_pb2.pyi +45 -22
  204. frogml/_proto/qwak/execution/v1/jobs/job_service_pb2.py +3 -3
  205. frogml/_proto/qwak/execution/v1/jobs/job_service_pb2.pyi +62 -37
  206. frogml/_proto/qwak/execution/v1/jobs/reports/report_pb2.py +5 -5
  207. frogml/_proto/qwak/execution/v1/jobs/reports/report_pb2.pyi +49 -29
  208. frogml/_proto/qwak/execution/v1/state/execution_state_pb2.py +3 -3
  209. frogml/_proto/qwak/execution/v1/state/execution_state_pb2.pyi +6 -9
  210. frogml/_proto/qwak/execution/v1/state/execution_state_service_pb2.py +3 -3
  211. frogml/_proto/qwak/execution/v1/state/execution_state_service_pb2.pyi +27 -19
  212. frogml/_proto/qwak/execution/v1/state/featureset_state_pb2.py +3 -3
  213. frogml/_proto/qwak/execution/v1/state/featureset_state_pb2.pyi +4 -7
  214. frogml/_proto/qwak/execution/v1/state/spark_execution_state_pb2.py +5 -5
  215. frogml/_proto/qwak/execution/v1/state/spark_execution_state_pb2.pyi +13 -7
  216. frogml/_proto/qwak/execution/v1/streaming_aggregation_pb2.py +21 -14
  217. frogml/_proto/qwak/execution/v1/streaming_aggregation_pb2.pyi +83 -11
  218. frogml/_proto/qwak/execution/v1/streaming_pb2.py +3 -3
  219. frogml/_proto/qwak/execution/v1/streaming_pb2.pyi +10 -10
  220. frogml/_proto/qwak/feature_store/entities/entity_pb2.py +3 -3
  221. frogml/_proto/qwak/feature_store/entities/entity_pb2.pyi +29 -16
  222. frogml/_proto/qwak/feature_store/entities/entity_service_pb2.py +3 -3
  223. frogml/_proto/qwak/feature_store/entities/entity_service_pb2.pyi +37 -22
  224. frogml/_proto/qwak/feature_store/features/aggregation_pb2.py +3 -3
  225. frogml/_proto/qwak/feature_store/features/aggregation_pb2.pyi +39 -21
  226. frogml/_proto/qwak/feature_store/features/deployment_pb2.py +3 -3
  227. frogml/_proto/qwak/feature_store/features/deployment_pb2.pyi +51 -27
  228. frogml/_proto/qwak/feature_store/features/deployment_service_pb2.py +3 -3
  229. frogml/_proto/qwak/feature_store/features/deployment_service_pb2.pyi +5 -7
  230. frogml/_proto/qwak/feature_store/features/execution_pb2.py +3 -3
  231. frogml/_proto/qwak/feature_store/features/execution_pb2.pyi +18 -13
  232. frogml/_proto/qwak/feature_store/features/feature_set_attribute_pb2.py +3 -3
  233. frogml/_proto/qwak/feature_store/features/feature_set_attribute_pb2.pyi +6 -8
  234. frogml/_proto/qwak/feature_store/features/feature_set_pb2.py +21 -21
  235. frogml/_proto/qwak/feature_store/features/feature_set_pb2.pyi +85 -48
  236. frogml/_proto/qwak/feature_store/features/feature_set_service_pb2.py +9 -9
  237. frogml/_proto/qwak/feature_store/features/feature_set_service_pb2.pyi +107 -53
  238. frogml/_proto/qwak/feature_store/features/feature_set_state_pb2.py +3 -3
  239. frogml/_proto/qwak/feature_store/features/feature_set_state_pb2.pyi +46 -23
  240. frogml/_proto/qwak/feature_store/features/feature_set_state_service_pb2.py +3 -3
  241. frogml/_proto/qwak/feature_store/features/feature_set_state_service_pb2.pyi +27 -17
  242. frogml/_proto/qwak/feature_store/features/feature_set_types_pb2.py +73 -71
  243. frogml/_proto/qwak/feature_store/features/feature_set_types_pb2.pyi +181 -99
  244. frogml/_proto/qwak/feature_store/features/monitoring_pb2.py +3 -3
  245. frogml/_proto/qwak/feature_store/features/monitoring_pb2.pyi +11 -11
  246. frogml/_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +3 -3
  247. frogml/_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.pyi +63 -37
  248. frogml/_proto/qwak/feature_store/jobs/job_pb2.py +3 -3
  249. frogml/_proto/qwak/feature_store/jobs/job_pb2.pyi +26 -14
  250. frogml/_proto/qwak/feature_store/jobs/job_service_pb2.py +3 -3
  251. frogml/_proto/qwak/feature_store/jobs/job_service_pb2.pyi +36 -25
  252. frogml/_proto/qwak/feature_store/jobs/v1/job_pb2.py +3 -3
  253. frogml/_proto/qwak/feature_store/jobs/v1/job_pb2.pyi +23 -12
  254. frogml/_proto/qwak/feature_store/jobs/v1/job_service_pb2.py +3 -3
  255. frogml/_proto/qwak/feature_store/jobs/v1/job_service_pb2.pyi +51 -30
  256. frogml/_proto/qwak/feature_store/platform/platform_details_pb2.py +3 -3
  257. frogml/_proto/qwak/feature_store/platform/platform_details_pb2.pyi +11 -11
  258. frogml/_proto/qwak/feature_store/reports/report_pb2.py +3 -3
  259. frogml/_proto/qwak/feature_store/reports/report_pb2.pyi +28 -18
  260. frogml/_proto/qwak/feature_store/repository/common/platform_pb2.py +3 -3
  261. frogml/_proto/qwak/feature_store/repository/common/platform_pb2.pyi +13 -12
  262. frogml/_proto/qwak/feature_store/serving/management_pb2.py +3 -3
  263. frogml/_proto/qwak/feature_store/serving/management_pb2.pyi +10 -10
  264. frogml/_proto/qwak/feature_store/serving/metadata_pb2.py +3 -3
  265. frogml/_proto/qwak/feature_store/serving/metadata_pb2.pyi +21 -15
  266. frogml/_proto/qwak/feature_store/serving/serving_pb2.py +13 -13
  267. frogml/_proto/qwak/feature_store/serving/serving_pb2.pyi +67 -37
  268. frogml/_proto/qwak/feature_store/serving/v1/value_pb2.py +3 -3
  269. frogml/_proto/qwak/feature_store/serving/v1/value_pb2.pyi +8 -10
  270. frogml/_proto/qwak/feature_store/sinks/sink_pb2.py +3 -3
  271. frogml/_proto/qwak/feature_store/sinks/sink_pb2.pyi +20 -16
  272. frogml/_proto/qwak/feature_store/sources/batch_pb2.py +11 -11
  273. frogml/_proto/qwak/feature_store/sources/batch_pb2.pyi +110 -70
  274. frogml/_proto/qwak/feature_store/sources/data_source_attribute_pb2.py +3 -3
  275. frogml/_proto/qwak/feature_store/sources/data_source_attribute_pb2.pyi +6 -8
  276. frogml/_proto/qwak/feature_store/sources/data_source_pb2.py +7 -7
  277. frogml/_proto/qwak/feature_store/sources/data_source_pb2.pyi +37 -30
  278. frogml/_proto/qwak/feature_store/sources/data_source_service_pb2.py +5 -5
  279. frogml/_proto/qwak/feature_store/sources/data_source_service_pb2.pyi +45 -25
  280. frogml/_proto/qwak/feature_store/sources/streaming_pb2.py +11 -11
  281. frogml/_proto/qwak/feature_store/sources/streaming_pb2.pyi +41 -21
  282. frogml/_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +3 -3
  283. frogml/_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.pyi +4 -7
  284. frogml/_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +3 -3
  285. frogml/_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.pyi +17 -17
  286. frogml/_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +5 -5
  287. frogml/_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.pyi +15 -13
  288. frogml/_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +3 -3
  289. frogml/_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.pyi +6 -8
  290. frogml/_proto/qwak/features_operator/v1/features_operator_pb2.py +3 -3
  291. frogml/_proto/qwak/features_operator/v1/features_operator_pb2.pyi +15 -11
  292. frogml/_proto/qwak/features_operator/v1/features_operator_service_pb2.py +3 -3
  293. frogml/_proto/qwak/features_operator/v1/features_operator_service_pb2.pyi +18 -16
  294. frogml/_proto/qwak/features_operator/v2/features_operator_pb2.py +3 -3
  295. frogml/_proto/qwak/features_operator/v2/features_operator_pb2.pyi +16 -11
  296. frogml/_proto/qwak/features_operator/v2/features_operator_service_pb2.py +3 -3
  297. frogml/_proto/qwak/features_operator/v2/features_operator_service_pb2.pyi +20 -19
  298. frogml/_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +3 -3
  299. frogml/_proto/qwak/features_operator/v3/features_operator_async_service_pb2.pyi +41 -34
  300. frogml/_proto/qwak/features_operator/v3/features_operator_pb2.py +3 -3
  301. frogml/_proto/qwak/features_operator/v3/features_operator_pb2.pyi +19 -13
  302. frogml/_proto/qwak/file_versioning/file_versioning_pb2.py +5 -5
  303. frogml/_proto/qwak/file_versioning/file_versioning_pb2.pyi +8 -5
  304. frogml/_proto/qwak/file_versioning/file_versioning_service_pb2.py +3 -3
  305. frogml/_proto/qwak/file_versioning/file_versioning_service_pb2.pyi +12 -11
  306. frogml/_proto/qwak/fitness_service/constructs_pb2.py +3 -3
  307. frogml/_proto/qwak/fitness_service/constructs_pb2.pyi +27 -16
  308. frogml/_proto/qwak/fitness_service/fitness_pb2.py +3 -3
  309. frogml/_proto/qwak/fitness_service/fitness_pb2.pyi +24 -18
  310. frogml/_proto/qwak/fitness_service/fitness_service_pb2.py +3 -3
  311. frogml/_proto/qwak/fitness_service/fitness_service_pb2.pyi +18 -13
  312. frogml/_proto/qwak/fitness_service/status_pb2.py +3 -3
  313. frogml/_proto/qwak/fitness_service/status_pb2.pyi +26 -16
  314. frogml/_proto/qwak/inference/feedback/feedback_pb2.py +3 -3
  315. frogml/_proto/qwak/inference/feedback/feedback_pb2.pyi +28 -15
  316. frogml/_proto/qwak/instance_template/instance_template_pb2.py +3 -3
  317. frogml/_proto/qwak/instance_template/instance_template_pb2.pyi +10 -7
  318. frogml/_proto/qwak/instance_template/instance_template_service_pb2.py +3 -3
  319. frogml/_proto/qwak/instance_template/instance_template_service_pb2.pyi +12 -12
  320. frogml/_proto/qwak/integration/hugging_face_integration_pb2.py +3 -3
  321. frogml/_proto/qwak/integration/hugging_face_integration_pb2.pyi +19 -17
  322. frogml/_proto/qwak/integration/integration_pb2.py +3 -3
  323. frogml/_proto/qwak/integration/integration_pb2.pyi +50 -32
  324. frogml/_proto/qwak/integration/integration_service_pb2.py +3 -3
  325. frogml/_proto/qwak/integration/integration_service_pb2.pyi +39 -23
  326. frogml/_proto/qwak/integration/open_a_i_integration_pb2.py +3 -3
  327. frogml/_proto/qwak/integration/open_a_i_integration_pb2.pyi +20 -17
  328. frogml/_proto/qwak/integration/opsgenie_integration_pb2.py +5 -5
  329. frogml/_proto/qwak/integration/opsgenie_integration_pb2.pyi +29 -16
  330. frogml/_proto/qwak/integration/pagerduty_integration_pb2.py +5 -5
  331. frogml/_proto/qwak/integration/pagerduty_integration_pb2.pyi +39 -26
  332. frogml/_proto/qwak/integration/slack_app_integration_pb2.py +5 -5
  333. frogml/_proto/qwak/integration/slack_app_integration_pb2.pyi +30 -20
  334. frogml/_proto/qwak/jfrog/gateway/v0/repository_pb2.py +3 -3
  335. frogml/_proto/qwak/jfrog/gateway/v0/repository_pb2.pyi +19 -16
  336. frogml/_proto/qwak/jfrog/gateway/v0/repository_service_pb2.py +3 -3
  337. frogml/_proto/qwak/jfrog/gateway/v0/repository_service_pb2.pyi +11 -11
  338. frogml/_proto/qwak/kube_deployment_captain/alert_pb2.py +5 -5
  339. frogml/_proto/qwak/kube_deployment_captain/alert_pb2.pyi +25 -15
  340. frogml/_proto/qwak/kube_deployment_captain/alerting_pb2.py +3 -3
  341. frogml/_proto/qwak/kube_deployment_captain/alerting_pb2.pyi +14 -12
  342. frogml/_proto/qwak/kube_deployment_captain/batch_job_pb2.py +67 -67
  343. frogml/_proto/qwak/kube_deployment_captain/batch_job_pb2.pyi +104 -61
  344. frogml/_proto/qwak/kube_deployment_captain/deployment_pb2.py +3 -3
  345. frogml/_proto/qwak/kube_deployment_captain/deployment_pb2.pyi +63 -40
  346. frogml/_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +7 -7
  347. frogml/_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.pyi +63 -39
  348. frogml/_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +17 -17
  349. frogml/_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.pyi +146 -72
  350. frogml/_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +3 -3
  351. frogml/_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.pyi +8 -10
  352. frogml/_proto/qwak/logging/log_filter_pb2.py +3 -3
  353. frogml/_proto/qwak/logging/log_filter_pb2.pyi +18 -13
  354. frogml/_proto/qwak/logging/log_line_pb2.py +5 -5
  355. frogml/_proto/qwak/logging/log_line_pb2.pyi +7 -8
  356. frogml/_proto/qwak/logging/log_reader_service_pb2.py +3 -3
  357. frogml/_proto/qwak/logging/log_reader_service_pb2.pyi +19 -18
  358. frogml/_proto/qwak/logging/log_source_pb2.py +3 -3
  359. frogml/_proto/qwak/logging/log_source_pb2.pyi +39 -29
  360. frogml/_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +3 -3
  361. frogml/_proto/qwak/model_descriptor/open_ai_descriptor_pb2.pyi +48 -44
  362. frogml/_proto/qwak/model_group/model_group_pb2.py +3 -3
  363. frogml/_proto/qwak/model_group/model_group_pb2.pyi +27 -18
  364. frogml/_proto/qwak/model_group/model_group_repository_details_pb2.py +3 -3
  365. frogml/_proto/qwak/model_group/model_group_repository_details_pb2.pyi +28 -18
  366. frogml/_proto/qwak/models/models_pb2.py +19 -19
  367. frogml/_proto/qwak/models/models_pb2.pyi +148 -89
  368. frogml/_proto/qwak/models/models_query_pb2.py +3 -3
  369. frogml/_proto/qwak/models/models_query_pb2.pyi +18 -13
  370. frogml/_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +3 -3
  371. frogml/_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.pyi +31 -18
  372. frogml/_proto/qwak/monitoring/v0/alerting_channel_pb2.py +3 -3
  373. frogml/_proto/qwak/monitoring/v0/alerting_channel_pb2.pyi +62 -28
  374. frogml/_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +3 -3
  375. frogml/_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.pyi +18 -14
  376. frogml/_proto/qwak/offline/serving/v1/feature_values_pb2.py +3 -3
  377. frogml/_proto/qwak/offline/serving/v1/feature_values_pb2.pyi +5 -7
  378. frogml/_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +3 -3
  379. frogml/_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.pyi +43 -23
  380. frogml/_proto/qwak/offline/serving/v1/options_pb2.py +3 -3
  381. frogml/_proto/qwak/offline/serving/v1/options_pb2.pyi +4 -7
  382. frogml/_proto/qwak/offline/serving/v1/population_pb2.py +3 -3
  383. frogml/_proto/qwak/offline/serving/v1/population_pb2.pyi +18 -15
  384. frogml/_proto/qwak/projects/jfrog_project_spec_pb2.py +3 -3
  385. frogml/_proto/qwak/projects/jfrog_project_spec_pb2.pyi +6 -9
  386. frogml/_proto/qwak/projects/projects_pb2.py +22 -20
  387. frogml/_proto/qwak/projects/projects_pb2.pyi +74 -36
  388. frogml/_proto/qwak/secret_service/secret_service_pb2.py +3 -3
  389. frogml/_proto/qwak/secret_service/secret_service_pb2.pyi +13 -11
  390. frogml/_proto/qwak/self_service/account/v0/account_membership_pb2.py +7 -7
  391. frogml/_proto/qwak/self_service/account/v0/account_membership_pb2.pyi +44 -22
  392. frogml/_proto/qwak/self_service/account/v0/account_membership_service_pb2.py +3 -3
  393. frogml/_proto/qwak/self_service/account/v0/account_membership_service_pb2.pyi +48 -24
  394. frogml/_proto/qwak/self_service/account/v0/account_status_pb2.py +5 -5
  395. frogml/_proto/qwak/self_service/account/v0/account_status_pb2.pyi +30 -23
  396. frogml/_proto/qwak/self_service/account/v0/managing_account_pb2.py +7 -7
  397. frogml/_proto/qwak/self_service/account/v0/managing_account_pb2.pyi +50 -26
  398. frogml/_proto/qwak/self_service/account/v0/managing_account_service_pb2.py +3 -3
  399. frogml/_proto/qwak/self_service/account/v0/managing_account_service_pb2.pyi +25 -16
  400. frogml/_proto/qwak/self_service/user/v1/api_key_pb2.py +3 -3
  401. frogml/_proto/qwak/self_service/user/v1/api_key_pb2.pyi +4 -7
  402. frogml/_proto/qwak/self_service/user/v1/user_pb2.py +3 -3
  403. frogml/_proto/qwak/self_service/user/v1/user_pb2.pyi +16 -16
  404. frogml/_proto/qwak/self_service/user/v1/user_service_pb2.py +5 -5
  405. frogml/_proto/qwak/self_service/user/v1/user_service_pb2.pyi +27 -14
  406. frogml/_proto/qwak/service_discovery/service_discovery_location_pb2.py +3 -3
  407. frogml/_proto/qwak/service_discovery/service_discovery_location_pb2.pyi +11 -11
  408. frogml/_proto/qwak/service_discovery/service_discovery_location_service_pb2.py +3 -3
  409. frogml/_proto/qwak/service_discovery/service_discovery_location_service_pb2.pyi +6 -8
  410. frogml/_proto/qwak/traffic/v1/traffic_api_pb2.py +3 -3
  411. frogml/_proto/qwak/traffic/v1/traffic_api_pb2.pyi +19 -14
  412. frogml/_proto/qwak/traffic/v1/traffic_pb2.py +3 -3
  413. frogml/_proto/qwak/traffic/v1/traffic_pb2.pyi +35 -22
  414. frogml/_proto/qwak/user_application/common/v0/resources_pb2.py +3 -3
  415. frogml/_proto/qwak/user_application/common/v0/resources_pb2.pyi +29 -19
  416. frogml/_proto/qwak/user_application/v0/user_application_pb2.py +7 -7
  417. frogml/_proto/qwak/user_application/v0/user_application_pb2.pyi +8 -5
  418. frogml/core/clients/build_orchestrator/build_model_request_getter.py +6 -2
  419. frogml/core/clients/build_orchestrator/client.py +9 -5
  420. frogml/core/exceptions/__init__.py +1 -0
  421. frogml/core/exceptions/frogml_grpc_address_exception.py +9 -0
  422. frogml/core/exceptions/frogml_token_exception.py +7 -0
  423. frogml/core/feature_store/data_sources/attributes.py +5 -8
  424. frogml/core/feature_store/data_sources/source_authentication.py +5 -6
  425. frogml/core/feature_store/data_sources/time_partition_columns.py +28 -41
  426. frogml/core/feature_store/execution/backfill.py +17 -28
  427. frogml/core/feature_store/feature_sets/transformations/__init__.py +0 -2
  428. frogml/core/feature_store/feature_sets/transformations/transformations.py +0 -69
  429. frogml/core/inner/build_config/build_config_v1.py +4 -5
  430. frogml/core/inner/const.py +2 -0
  431. frogml/core/inner/di_configuration/__init__.py +1 -65
  432. frogml/core/inner/di_configuration/account.py +4 -5
  433. frogml/core/inner/di_configuration/containers.py +7 -0
  434. frogml/core/inner/di_configuration/dependency_wiring.py +95 -0
  435. frogml/core/inner/tool/auth/TOKEN_ROTATION.md +51 -0
  436. frogml/core/inner/tool/auth/__init__.py +3 -0
  437. frogml/core/inner/tool/auth/auth_client.py +192 -0
  438. frogml/core/inner/tool/auth/token_maintainer.py +119 -0
  439. frogml/core/inner/tool/grpc/grpc_auth.py +22 -23
  440. frogml/core/inner/tool/grpc/grpc_tools.py +126 -6
  441. frogml/core/model_loggers/artifact_logger.py +5 -4
  442. frogml/feature_store/_common/packaging.py +1 -1
  443. frogml/feature_store/data_sources/base.py +8 -8
  444. frogml/feature_store/data_sources/batch/_batch.py +0 -3
  445. frogml/feature_store/data_sources/batch/_jdbc.py +6 -7
  446. frogml/feature_store/data_sources/batch/athena.py +6 -7
  447. frogml/feature_store/data_sources/batch/big_query.py +8 -5
  448. frogml/feature_store/data_sources/batch/clickhouse.py +8 -8
  449. frogml/feature_store/data_sources/batch/csv.py +2 -4
  450. frogml/feature_store/data_sources/batch/elastic_search.py +2 -4
  451. frogml/feature_store/data_sources/batch/filesystem/aws.py +21 -22
  452. frogml/feature_store/data_sources/batch/filesystem/base_config.py +3 -3
  453. frogml/feature_store/data_sources/batch/filesystem/gcp.py +3 -7
  454. frogml/feature_store/data_sources/batch/mongodb.py +2 -4
  455. frogml/feature_store/data_sources/batch/mysql.py +2 -3
  456. frogml/feature_store/data_sources/batch/parquet.py +6 -6
  457. frogml/feature_store/data_sources/batch/postgres.py +2 -3
  458. frogml/feature_store/data_sources/batch/redshift.py +8 -6
  459. frogml/feature_store/data_sources/batch/snowflake.py +17 -11
  460. frogml/feature_store/data_sources/batch/unity_catalog.py +14 -10
  461. frogml/feature_store/data_sources/batch/vertica.py +10 -6
  462. frogml/feature_store/data_sources/streaming/_streaming.py +0 -2
  463. frogml/feature_store/data_sources/streaming/kafka/authentication.py +13 -19
  464. frogml/feature_store/data_sources/streaming/kafka/deserialization.py +22 -23
  465. frogml/feature_store/data_sources/streaming/kafka/kafka.py +13 -14
  466. frogml/feature_store/online/client.py +20 -4
  467. frogml/sdk/frogml_client/builds/build.py +8 -7
  468. frogml/sdk/model_version/huggingface/__init__.py +5 -3
  469. frogml/sdk/model_version/utils/files_tools.py +2 -3
  470. frogml/storage/authentication/models/_auth_config.py +22 -1
  471. frogml/storage/authentication/utils/_authentication_utils.py +31 -34
  472. frogml/storage/constants.py +19 -0
  473. frogml/storage/frog_ml.py +5 -22
  474. frogml/storage/models/frogml_dataset_version.py +3 -3
  475. frogml/storage/models/frogml_model_version.py +6 -3
  476. frogml/storage/utils/_input_checks_utility.py +3 -1
  477. {frogml-1.1.115.dist-info → frogml-1.2.19.dist-info}/METADATA +39 -9
  478. {frogml-1.1.115.dist-info → frogml-1.2.19.dist-info}/RECORD +482 -476
  479. frogml_services_mock/mocks/authentication_service.py +3 -3
  480. frogml_services_mock/mocks/build_orchestrator_service_api.py +5 -2
  481. frogml_services_mock/services_mock.py +44 -33
  482. frogml/core/inner/tool/auth.py +0 -100
  483. {frogml-1.1.115.dist-info → frogml-1.2.19.dist-info}/WHEEL +0 -0
@@ -2,6 +2,7 @@
2
2
  @generated by mypy-protobuf. Do not edit manually!
3
3
  isort:skip_file
4
4
  """
5
+
5
6
  import builtins
6
7
  import collections.abc
7
8
  import google.protobuf.descriptor
@@ -9,15 +10,11 @@ import google.protobuf.internal.containers
9
10
  import google.protobuf.message
10
11
  import google.protobuf.struct_pb2
11
12
  import google.protobuf.timestamp_pb2
12
- import sys
13
-
14
- if sys.version_info >= (3, 8):
15
- import typing as typing_extensions
16
- else:
17
- import typing_extensions
13
+ import typing
18
14
 
19
15
  DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
20
16
 
17
+ @typing.final
21
18
  class UserSecretSpec(google.protobuf.message.Message):
22
19
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
23
20
 
@@ -29,10 +26,11 @@ class UserSecretSpec(google.protobuf.message.Message):
29
26
  *,
30
27
  value: builtins.str = ...,
31
28
  ) -> None: ...
32
- def ClearField(self, field_name: typing_extensions.Literal["value", b"value"]) -> None: ...
29
+ def ClearField(self, field_name: typing.Literal["value", b"value"]) -> None: ...
33
30
 
34
31
  global___UserSecretSpec = UserSecretSpec
35
32
 
33
+ @typing.final
36
34
  class SystemSecretSpec(google.protobuf.message.Message):
37
35
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
38
36
 
@@ -40,16 +38,18 @@ class SystemSecretSpec(google.protobuf.message.Message):
40
38
  @property
41
39
  def value(self) -> global___SystemSecretValue:
42
40
  """The Value of The Secret"""
41
+
43
42
  def __init__(
44
43
  self,
45
44
  *,
46
45
  value: global___SystemSecretValue | None = ...,
47
46
  ) -> None: ...
48
- def HasField(self, field_name: typing_extensions.Literal["value", b"value"]) -> builtins.bool: ...
49
- def ClearField(self, field_name: typing_extensions.Literal["value", b"value"]) -> None: ...
47
+ def HasField(self, field_name: typing.Literal["value", b"value"]) -> builtins.bool: ...
48
+ def ClearField(self, field_name: typing.Literal["value", b"value"]) -> None: ...
50
49
 
51
50
  global___SystemSecretSpec = SystemSecretSpec
52
51
 
52
+ @typing.final
53
53
  class SystemSecretDefinition(google.protobuf.message.Message):
54
54
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
55
55
 
@@ -58,20 +58,23 @@ class SystemSecretDefinition(google.protobuf.message.Message):
58
58
  @property
59
59
  def identifier(self) -> global___EnvironmentSecretIdentifier:
60
60
  """Secret identifier"""
61
+
61
62
  @property
62
63
  def spec(self) -> global___SystemSecretSpec:
63
64
  """Secret Spec"""
65
+
64
66
  def __init__(
65
67
  self,
66
68
  *,
67
69
  identifier: global___EnvironmentSecretIdentifier | None = ...,
68
70
  spec: global___SystemSecretSpec | None = ...,
69
71
  ) -> None: ...
70
- def HasField(self, field_name: typing_extensions.Literal["identifier", b"identifier", "spec", b"spec"]) -> builtins.bool: ...
71
- def ClearField(self, field_name: typing_extensions.Literal["identifier", b"identifier", "spec", b"spec"]) -> None: ...
72
+ def HasField(self, field_name: typing.Literal["identifier", b"identifier", "spec", b"spec"]) -> builtins.bool: ...
73
+ def ClearField(self, field_name: typing.Literal["identifier", b"identifier", "spec", b"spec"]) -> None: ...
72
74
 
73
75
  global___SystemSecretDefinition = SystemSecretDefinition
74
76
 
77
+ @typing.final
75
78
  class EnvironmentSecretIdentifier(google.protobuf.message.Message):
76
79
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
77
80
 
@@ -87,32 +90,56 @@ class EnvironmentSecretIdentifier(google.protobuf.message.Message):
87
90
  name: builtins.str = ...,
88
91
  environment_id: builtins.str = ...,
89
92
  ) -> None: ...
90
- def ClearField(self, field_name: typing_extensions.Literal["environment_id", b"environment_id", "name", b"name"]) -> None: ...
93
+ def ClearField(self, field_name: typing.Literal["environment_id", b"environment_id", "name", b"name"]) -> None: ...
91
94
 
92
95
  global___EnvironmentSecretIdentifier = EnvironmentSecretIdentifier
93
96
 
97
+ @typing.final
94
98
  class SetUserEnvironmentSecretOptions(google.protobuf.message.Message):
95
99
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
96
100
 
97
101
  IDENTIFIER_FIELD_NUMBER: builtins.int
98
102
  SPEC_FIELD_NUMBER: builtins.int
103
+ PLATFORM_OPTIONS_FIELD_NUMBER: builtins.int
99
104
  @property
100
105
  def identifier(self) -> global___EnvironmentSecretIdentifier:
101
106
  """Secret identifier"""
107
+
102
108
  @property
103
109
  def spec(self) -> global___UserSecretSpec:
104
110
  """Secret Spec"""
111
+
112
+ @property
113
+ def platform_options(self) -> global___PlatformOptions: ...
105
114
  def __init__(
106
115
  self,
107
116
  *,
108
117
  identifier: global___EnvironmentSecretIdentifier | None = ...,
109
118
  spec: global___UserSecretSpec | None = ...,
119
+ platform_options: global___PlatformOptions | None = ...,
110
120
  ) -> None: ...
111
- def HasField(self, field_name: typing_extensions.Literal["identifier", b"identifier", "spec", b"spec"]) -> builtins.bool: ...
112
- def ClearField(self, field_name: typing_extensions.Literal["identifier", b"identifier", "spec", b"spec"]) -> None: ...
121
+ def HasField(self, field_name: typing.Literal["identifier", b"identifier", "optional_platform_options", b"optional_platform_options", "platform_options", b"platform_options", "spec", b"spec"]) -> builtins.bool: ...
122
+ def ClearField(self, field_name: typing.Literal["identifier", b"identifier", "optional_platform_options", b"optional_platform_options", "platform_options", b"platform_options", "spec", b"spec"]) -> None: ...
123
+ def WhichOneof(self, oneof_group: typing.Literal["optional_platform_options", b"optional_platform_options"]) -> typing.Literal["platform_options"] | None: ...
113
124
 
114
125
  global___SetUserEnvironmentSecretOptions = SetUserEnvironmentSecretOptions
115
126
 
127
+ @typing.final
128
+ class PlatformOptions(google.protobuf.message.Message):
129
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
130
+
131
+ PROJECT_KEY_FIELD_NUMBER: builtins.int
132
+ project_key: builtins.str
133
+ def __init__(
134
+ self,
135
+ *,
136
+ project_key: builtins.str = ...,
137
+ ) -> None: ...
138
+ def ClearField(self, field_name: typing.Literal["project_key", b"project_key"]) -> None: ...
139
+
140
+ global___PlatformOptions = PlatformOptions
141
+
142
+ @typing.final
116
143
  class SetSystemEnvironmentSecretOptions(google.protobuf.message.Message):
117
144
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
118
145
 
@@ -121,20 +148,23 @@ class SetSystemEnvironmentSecretOptions(google.protobuf.message.Message):
121
148
  @property
122
149
  def identifier(self) -> global___EnvironmentSecretIdentifier:
123
150
  """Secret identifier"""
151
+
124
152
  @property
125
153
  def spec(self) -> global___SystemSecretSpec:
126
154
  """Secret Spec"""
155
+
127
156
  def __init__(
128
157
  self,
129
158
  *,
130
159
  identifier: global___EnvironmentSecretIdentifier | None = ...,
131
160
  spec: global___SystemSecretSpec | None = ...,
132
161
  ) -> None: ...
133
- def HasField(self, field_name: typing_extensions.Literal["identifier", b"identifier", "spec", b"spec"]) -> builtins.bool: ...
134
- def ClearField(self, field_name: typing_extensions.Literal["identifier", b"identifier", "spec", b"spec"]) -> None: ...
162
+ def HasField(self, field_name: typing.Literal["identifier", b"identifier", "spec", b"spec"]) -> builtins.bool: ...
163
+ def ClearField(self, field_name: typing.Literal["identifier", b"identifier", "spec", b"spec"]) -> None: ...
135
164
 
136
165
  global___SetSystemEnvironmentSecretOptions = SetSystemEnvironmentSecretOptions
137
166
 
167
+ @typing.final
138
168
  class SystemSecretValue(google.protobuf.message.Message):
139
169
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
140
170
 
@@ -146,9 +176,11 @@ class SystemSecretValue(google.protobuf.message.Message):
146
176
  @property
147
177
  def docker_config_json(self) -> google.protobuf.struct_pb2.Struct:
148
178
  """Serialized ~/.docker/config.json file"""
179
+
149
180
  @property
150
181
  def opaque_pair(self) -> global___OpaquePairValue:
151
182
  """map of pairs arbitrary user-defined data"""
183
+
152
184
  def __init__(
153
185
  self,
154
186
  *,
@@ -156,15 +188,17 @@ class SystemSecretValue(google.protobuf.message.Message):
156
188
  docker_config_json: google.protobuf.struct_pb2.Struct | None = ...,
157
189
  opaque_pair: global___OpaquePairValue | None = ...,
158
190
  ) -> None: ...
159
- def HasField(self, field_name: typing_extensions.Literal["docker_config_json", b"docker_config_json", "opaque", b"opaque", "opaque_pair", b"opaque_pair", "value", b"value"]) -> builtins.bool: ...
160
- def ClearField(self, field_name: typing_extensions.Literal["docker_config_json", b"docker_config_json", "opaque", b"opaque", "opaque_pair", b"opaque_pair", "value", b"value"]) -> None: ...
161
- def WhichOneof(self, oneof_group: typing_extensions.Literal["value", b"value"]) -> typing_extensions.Literal["opaque", "docker_config_json", "opaque_pair"] | None: ...
191
+ def HasField(self, field_name: typing.Literal["docker_config_json", b"docker_config_json", "opaque", b"opaque", "opaque_pair", b"opaque_pair", "value", b"value"]) -> builtins.bool: ...
192
+ def ClearField(self, field_name: typing.Literal["docker_config_json", b"docker_config_json", "opaque", b"opaque", "opaque_pair", b"opaque_pair", "value", b"value"]) -> None: ...
193
+ def WhichOneof(self, oneof_group: typing.Literal["value", b"value"]) -> typing.Literal["opaque", "docker_config_json", "opaque_pair"] | None: ...
162
194
 
163
195
  global___SystemSecretValue = SystemSecretValue
164
196
 
197
+ @typing.final
165
198
  class OpaquePairValue(google.protobuf.message.Message):
166
199
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
167
200
 
201
+ @typing.final
168
202
  class PairsEntry(google.protobuf.message.Message):
169
203
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
170
204
 
@@ -178,21 +212,23 @@ class OpaquePairValue(google.protobuf.message.Message):
178
212
  key: builtins.str = ...,
179
213
  value: builtins.str = ...,
180
214
  ) -> None: ...
181
- def ClearField(self, field_name: typing_extensions.Literal["key", b"key", "value", b"value"]) -> None: ...
215
+ def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
182
216
 
183
217
  PAIRS_FIELD_NUMBER: builtins.int
184
218
  @property
185
219
  def pairs(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
186
220
  """key and Base64 encoded value"""
221
+
187
222
  def __init__(
188
223
  self,
189
224
  *,
190
225
  pairs: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
191
226
  ) -> None: ...
192
- def ClearField(self, field_name: typing_extensions.Literal["pairs", b"pairs"]) -> None: ...
227
+ def ClearField(self, field_name: typing.Literal["pairs", b"pairs"]) -> None: ...
193
228
 
194
229
  global___OpaquePairValue = OpaquePairValue
195
230
 
231
+ @typing.final
196
232
  class AccountSecrets(google.protobuf.message.Message):
197
233
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
198
234
 
@@ -200,15 +236,17 @@ class AccountSecrets(google.protobuf.message.Message):
200
236
  @property
201
237
  def secrets(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___EnvironmentSecretMetadata]:
202
238
  """Environment secrets"""
239
+
203
240
  def __init__(
204
241
  self,
205
242
  *,
206
243
  secrets: collections.abc.Iterable[global___EnvironmentSecretMetadata] | None = ...,
207
244
  ) -> None: ...
208
- def ClearField(self, field_name: typing_extensions.Literal["secrets", b"secrets"]) -> None: ...
245
+ def ClearField(self, field_name: typing.Literal["secrets", b"secrets"]) -> None: ...
209
246
 
210
247
  global___AccountSecrets = AccountSecrets
211
248
 
249
+ @typing.final
212
250
  class EnvironmentSecretMetadata(google.protobuf.message.Message):
213
251
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
214
252
 
@@ -218,12 +256,15 @@ class EnvironmentSecretMetadata(google.protobuf.message.Message):
218
256
  @property
219
257
  def identifier(self) -> global___EnvironmentSecretIdentifier:
220
258
  """Secret Identifier"""
259
+
221
260
  @property
222
261
  def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
223
262
  """Created at datetime"""
263
+
224
264
  @property
225
265
  def last_updated_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
226
266
  """Last updated at datetime"""
267
+
227
268
  def __init__(
228
269
  self,
229
270
  *,
@@ -231,7 +272,7 @@ class EnvironmentSecretMetadata(google.protobuf.message.Message):
231
272
  created_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
232
273
  last_updated_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
233
274
  ) -> None: ...
234
- def HasField(self, field_name: typing_extensions.Literal["created_at", b"created_at", "identifier", b"identifier", "last_updated_at", b"last_updated_at"]) -> builtins.bool: ...
235
- def ClearField(self, field_name: typing_extensions.Literal["created_at", b"created_at", "identifier", b"identifier", "last_updated_at", b"last_updated_at"]) -> None: ...
275
+ def HasField(self, field_name: typing.Literal["created_at", b"created_at", "identifier", b"identifier", "last_updated_at", b"last_updated_at"]) -> builtins.bool: ...
276
+ def ClearField(self, field_name: typing.Literal["created_at", b"created_at", "identifier", b"identifier", "last_updated_at", b"last_updated_at"]) -> None: ...
236
277
 
237
278
  global___EnvironmentSecretMetadata = EnvironmentSecretMetadata
@@ -1,6 +1,7 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: frogml._proto.qwak.admiral/secret/v0/secret_service.proto
4
+ # Protobuf Python Version: 4.25.1
4
5
  """Generated protocol buffer code."""
5
6
  from google.protobuf import descriptor as _descriptor
6
7
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -20,9 +21,8 @@ _globals = globals()
20
21
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
22
  _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.admiral.secret.v0.secret_service_pb2', _globals)
22
23
  if _descriptor._USE_C_DESCRIPTORS == False:
23
-
24
- DESCRIPTOR._options = None
25
- DESCRIPTOR._serialized_options = b'\n\035com.qwak.ai.admiral.secret.v0P\001Zigithub.com/qwak-ai/qwak-platform/services/core/go/admiral/admiral-api/pb/qwak/admiral/secret/v0;secret_v0'
24
+ _globals['DESCRIPTOR']._options = None
25
+ _globals['DESCRIPTOR']._serialized_options = b'\n\035com.qwak.ai.admiral.secret.v0P\001Zigithub.com/qwak-ai/qwak-platform/services/core/go/admiral/admiral-api/pb/qwak/admiral/secret/v0;secret_v0'
26
26
  _globals['_SETENVIRONMENTSECRETREQUEST']._serialized_start=108
27
27
  _globals['_SETENVIRONMENTSECRETREQUEST']._serialized_end=211
28
28
  _globals['_SETENVIRONMENTSECRETRESPONSE']._serialized_start=213
@@ -2,19 +2,16 @@
2
2
  @generated by mypy-protobuf. Do not edit manually!
3
3
  isort:skip_file
4
4
  """
5
+
5
6
  import builtins
6
7
  import google.protobuf.descriptor
7
8
  import google.protobuf.message
8
9
  import frogml._proto.qwak.admiral.secret.v0.secret_pb2
9
- import sys
10
-
11
- if sys.version_info >= (3, 8):
12
- import typing as typing_extensions
13
- else:
14
- import typing_extensions
10
+ import typing
15
11
 
16
12
  DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
17
13
 
14
+ @typing.final
18
15
  class SetEnvironmentSecretRequest(google.protobuf.message.Message):
19
16
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
20
17
 
@@ -26,11 +23,12 @@ class SetEnvironmentSecretRequest(google.protobuf.message.Message):
26
23
  *,
27
24
  options: frogml._proto.qwak.admiral.secret.v0.secret_pb2.SetUserEnvironmentSecretOptions | None = ...,
28
25
  ) -> None: ...
29
- def HasField(self, field_name: typing_extensions.Literal["options", b"options"]) -> builtins.bool: ...
30
- def ClearField(self, field_name: typing_extensions.Literal["options", b"options"]) -> None: ...
26
+ def HasField(self, field_name: typing.Literal["options", b"options"]) -> builtins.bool: ...
27
+ def ClearField(self, field_name: typing.Literal["options", b"options"]) -> None: ...
31
28
 
32
29
  global___SetEnvironmentSecretRequest = SetEnvironmentSecretRequest
33
30
 
31
+ @typing.final
34
32
  class SetEnvironmentSecretResponse(google.protobuf.message.Message):
35
33
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
36
34
 
@@ -40,6 +38,7 @@ class SetEnvironmentSecretResponse(google.protobuf.message.Message):
40
38
 
41
39
  global___SetEnvironmentSecretResponse = SetEnvironmentSecretResponse
42
40
 
41
+ @typing.final
43
42
  class DeleteEnvironmentSecretRequest(google.protobuf.message.Message):
44
43
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
45
44
 
@@ -47,16 +46,18 @@ class DeleteEnvironmentSecretRequest(google.protobuf.message.Message):
47
46
  @property
48
47
  def identifier(self) -> frogml._proto.qwak.admiral.secret.v0.secret_pb2.EnvironmentSecretIdentifier:
49
48
  """Secret identifier"""
49
+
50
50
  def __init__(
51
51
  self,
52
52
  *,
53
53
  identifier: frogml._proto.qwak.admiral.secret.v0.secret_pb2.EnvironmentSecretIdentifier | None = ...,
54
54
  ) -> None: ...
55
- def HasField(self, field_name: typing_extensions.Literal["identifier", b"identifier"]) -> builtins.bool: ...
56
- def ClearField(self, field_name: typing_extensions.Literal["identifier", b"identifier"]) -> None: ...
55
+ def HasField(self, field_name: typing.Literal["identifier", b"identifier"]) -> builtins.bool: ...
56
+ def ClearField(self, field_name: typing.Literal["identifier", b"identifier"]) -> None: ...
57
57
 
58
58
  global___DeleteEnvironmentSecretRequest = DeleteEnvironmentSecretRequest
59
59
 
60
+ @typing.final
60
61
  class DeleteEnvironmentSecretResponse(google.protobuf.message.Message):
61
62
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
62
63
 
@@ -66,6 +67,7 @@ class DeleteEnvironmentSecretResponse(google.protobuf.message.Message):
66
67
 
67
68
  global___DeleteEnvironmentSecretResponse = DeleteEnvironmentSecretResponse
68
69
 
70
+ @typing.final
69
71
  class ListAccountSecretsRequest(google.protobuf.message.Message):
70
72
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
71
73
 
@@ -75,6 +77,7 @@ class ListAccountSecretsRequest(google.protobuf.message.Message):
75
77
 
76
78
  global___ListAccountSecretsRequest = ListAccountSecretsRequest
77
79
 
80
+ @typing.final
78
81
  class ListAccountSecretsResponse(google.protobuf.message.Message):
79
82
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
80
83
 
@@ -82,12 +85,13 @@ class ListAccountSecretsResponse(google.protobuf.message.Message):
82
85
  @property
83
86
  def account_secrets(self) -> frogml._proto.qwak.admiral.secret.v0.secret_pb2.AccountSecrets:
84
87
  """Secrets of account"""
88
+
85
89
  def __init__(
86
90
  self,
87
91
  *,
88
92
  account_secrets: frogml._proto.qwak.admiral.secret.v0.secret_pb2.AccountSecrets | None = ...,
89
93
  ) -> None: ...
90
- def HasField(self, field_name: typing_extensions.Literal["account_secrets", b"account_secrets"]) -> builtins.bool: ...
91
- def ClearField(self, field_name: typing_extensions.Literal["account_secrets", b"account_secrets"]) -> None: ...
94
+ def HasField(self, field_name: typing.Literal["account_secrets", b"account_secrets"]) -> builtins.bool: ...
95
+ def ClearField(self, field_name: typing.Literal["account_secrets", b"account_secrets"]) -> None: ...
92
96
 
93
97
  global___ListAccountSecretsResponse = ListAccountSecretsResponse
@@ -1,6 +1,7 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: frogml._proto.qwak.admiral/secret/v0/system_secret_service.proto
4
+ # Protobuf Python Version: 4.25.1
4
5
  """Generated protocol buffer code."""
5
6
  from google.protobuf import descriptor as _descriptor
6
7
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -20,9 +21,8 @@ _globals = globals()
20
21
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
21
22
  _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.admiral.secret.v0.system_secret_service_pb2', _globals)
22
23
  if _descriptor._USE_C_DESCRIPTORS == False:
23
-
24
- DESCRIPTOR._options = None
25
- DESCRIPTOR._serialized_options = b'\n\035com.qwak.ai.admiral.secret.v0P\001Zigithub.com/qwak-ai/qwak-platform/services/core/go/admiral/admiral-api/pb/qwak/admiral/secret/v0;secret_v0'
24
+ _globals['DESCRIPTOR']._options = None
25
+ _globals['DESCRIPTOR']._serialized_options = b'\n\035com.qwak.ai.admiral.secret.v0P\001Zigithub.com/qwak-ai/qwak-platform/services/core/go/admiral/admiral-api/pb/qwak/admiral/secret/v0;secret_v0'
26
26
  _globals['_SETSYSTEMSECRETREQUEST']._serialized_start=115
27
27
  _globals['_SETSYSTEMSECRETREQUEST']._serialized_end=215
28
28
  _globals['_SETSYSTEMSECRETRESPONSE']._serialized_start=217
@@ -2,19 +2,16 @@
2
2
  @generated by mypy-protobuf. Do not edit manually!
3
3
  isort:skip_file
4
4
  """
5
+
5
6
  import builtins
6
7
  import google.protobuf.descriptor
7
8
  import google.protobuf.message
8
9
  import frogml._proto.qwak.admiral.secret.v0.secret_pb2
9
- import sys
10
-
11
- if sys.version_info >= (3, 8):
12
- import typing as typing_extensions
13
- else:
14
- import typing_extensions
10
+ import typing
15
11
 
16
12
  DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
17
13
 
14
+ @typing.final
18
15
  class SetSystemSecretRequest(google.protobuf.message.Message):
19
16
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
20
17
 
@@ -26,11 +23,12 @@ class SetSystemSecretRequest(google.protobuf.message.Message):
26
23
  *,
27
24
  options: frogml._proto.qwak.admiral.secret.v0.secret_pb2.SetSystemEnvironmentSecretOptions | None = ...,
28
25
  ) -> None: ...
29
- def HasField(self, field_name: typing_extensions.Literal["options", b"options"]) -> builtins.bool: ...
30
- def ClearField(self, field_name: typing_extensions.Literal["options", b"options"]) -> None: ...
26
+ def HasField(self, field_name: typing.Literal["options", b"options"]) -> builtins.bool: ...
27
+ def ClearField(self, field_name: typing.Literal["options", b"options"]) -> None: ...
31
28
 
32
29
  global___SetSystemSecretRequest = SetSystemSecretRequest
33
30
 
31
+ @typing.final
34
32
  class SetSystemSecretResponse(google.protobuf.message.Message):
35
33
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
36
34
 
@@ -40,6 +38,7 @@ class SetSystemSecretResponse(google.protobuf.message.Message):
40
38
 
41
39
  global___SetSystemSecretResponse = SetSystemSecretResponse
42
40
 
41
+ @typing.final
43
42
  class DeleteSystemSecretRequest(google.protobuf.message.Message):
44
43
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
45
44
 
@@ -47,16 +46,18 @@ class DeleteSystemSecretRequest(google.protobuf.message.Message):
47
46
  @property
48
47
  def identifier(self) -> frogml._proto.qwak.admiral.secret.v0.secret_pb2.EnvironmentSecretIdentifier:
49
48
  """Secret identifier"""
49
+
50
50
  def __init__(
51
51
  self,
52
52
  *,
53
53
  identifier: frogml._proto.qwak.admiral.secret.v0.secret_pb2.EnvironmentSecretIdentifier | None = ...,
54
54
  ) -> None: ...
55
- def HasField(self, field_name: typing_extensions.Literal["identifier", b"identifier"]) -> builtins.bool: ...
56
- def ClearField(self, field_name: typing_extensions.Literal["identifier", b"identifier"]) -> None: ...
55
+ def HasField(self, field_name: typing.Literal["identifier", b"identifier"]) -> builtins.bool: ...
56
+ def ClearField(self, field_name: typing.Literal["identifier", b"identifier"]) -> None: ...
57
57
 
58
58
  global___DeleteSystemSecretRequest = DeleteSystemSecretRequest
59
59
 
60
+ @typing.final
60
61
  class DeleteSystemSecretResponse(google.protobuf.message.Message):
61
62
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
62
63
 
@@ -66,6 +67,7 @@ class DeleteSystemSecretResponse(google.protobuf.message.Message):
66
67
 
67
68
  global___DeleteSystemSecretResponse = DeleteSystemSecretResponse
68
69
 
70
+ @typing.final
69
71
  class GetSystemSecretRequest(google.protobuf.message.Message):
70
72
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
71
73
 
@@ -73,16 +75,18 @@ class GetSystemSecretRequest(google.protobuf.message.Message):
73
75
  @property
74
76
  def identifier(self) -> frogml._proto.qwak.admiral.secret.v0.secret_pb2.EnvironmentSecretIdentifier:
75
77
  """Secret identifier"""
78
+
76
79
  def __init__(
77
80
  self,
78
81
  *,
79
82
  identifier: frogml._proto.qwak.admiral.secret.v0.secret_pb2.EnvironmentSecretIdentifier | None = ...,
80
83
  ) -> None: ...
81
- def HasField(self, field_name: typing_extensions.Literal["identifier", b"identifier"]) -> builtins.bool: ...
82
- def ClearField(self, field_name: typing_extensions.Literal["identifier", b"identifier"]) -> None: ...
84
+ def HasField(self, field_name: typing.Literal["identifier", b"identifier"]) -> builtins.bool: ...
85
+ def ClearField(self, field_name: typing.Literal["identifier", b"identifier"]) -> None: ...
83
86
 
84
87
  global___GetSystemSecretRequest = GetSystemSecretRequest
85
88
 
89
+ @typing.final
86
90
  class GetSystemSecretResponse(google.protobuf.message.Message):
87
91
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
88
92
 
@@ -90,12 +94,13 @@ class GetSystemSecretResponse(google.protobuf.message.Message):
90
94
  @property
91
95
  def secret_definition(self) -> frogml._proto.qwak.admiral.secret.v0.secret_pb2.SystemSecretDefinition:
92
96
  """Secret definition"""
97
+
93
98
  def __init__(
94
99
  self,
95
100
  *,
96
101
  secret_definition: frogml._proto.qwak.admiral.secret.v0.secret_pb2.SystemSecretDefinition | None = ...,
97
102
  ) -> None: ...
98
- def HasField(self, field_name: typing_extensions.Literal["secret_definition", b"secret_definition"]) -> builtins.bool: ...
99
- def ClearField(self, field_name: typing_extensions.Literal["secret_definition", b"secret_definition"]) -> None: ...
103
+ def HasField(self, field_name: typing.Literal["secret_definition", b"secret_definition"]) -> builtins.bool: ...
104
+ def ClearField(self, field_name: typing.Literal["secret_definition", b"secret_definition"]) -> None: ...
100
105
 
101
106
  global___GetSystemSecretResponse = GetSystemSecretResponse
@@ -1,6 +1,7 @@
1
1
  # -*- coding: utf-8 -*-
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: frogml._proto.qwak.admiral/user_application_instance/v0/user_application_instance.proto
4
+ # Protobuf Python Version: 4.25.1
4
5
  """Generated protocol buffer code."""
5
6
  from google.protobuf import descriptor as _descriptor
6
7
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -22,9 +23,8 @@ _globals = globals()
22
23
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
23
24
  _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.admiral.user_application_instance.v0.user_application_instance_pb2', _globals)
24
25
  if _descriptor._USE_C_DESCRIPTORS == False:
25
-
26
- DESCRIPTOR._options = None
27
- DESCRIPTOR._serialized_options = b'\n(com.qwak.ai.admiral.user_app_instance.v0P\001Z\217\001github.com/qwak-ai/qwak-platform/services/core/go/admiral/admiral-api/pb/qwak/admiral/user_application_instance/v0;user_application_instance_v0'
26
+ _globals['DESCRIPTOR']._options = None
27
+ _globals['DESCRIPTOR']._serialized_options = b'\n(com.qwak.ai.admiral.user_app_instance.v0P\001Z\217\001github.com/qwak-ai/qwak-platform/services/core/go/admiral/admiral-api/pb/qwak/admiral/user_application_instance/v0;user_application_instance_v0'
28
28
  _globals['_CREATEOPTIONS']._serialized_start=250
29
29
  _globals['_CREATEOPTIONS']._serialized_end=490
30
30
  _globals['_UPDATESPECOPTIONS']._serialized_start=493