frogml-core 0.0.47__py3-none-any.whl → 0.0.49__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 (52) hide show
  1. frogml_core/__init__.py +1 -1
  2. {frogml_core-0.0.47.dist-info → frogml_core-0.0.49.dist-info}/METADATA +1 -1
  3. {frogml_core-0.0.47.dist-info → frogml_core-0.0.49.dist-info}/RECORD +52 -10
  4. frogml_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +18 -18
  5. frogml_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.pyi +12 -0
  6. frogml_proto/qwak/administration/runtime_configuration/v0/auth_pb2.py +36 -0
  7. frogml_proto/qwak/administration/runtime_configuration/v0/auth_pb2.pyi +36 -0
  8. frogml_proto/qwak/administration/runtime_configuration/v0/auth_pb2_grpc.py +4 -0
  9. frogml_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +55 -0
  10. frogml_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.pyi +68 -0
  11. frogml_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2_grpc.py +4 -0
  12. frogml_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +36 -0
  13. frogml_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.pyi +39 -0
  14. frogml_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2_grpc.py +4 -0
  15. frogml_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +66 -0
  16. frogml_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.pyi +79 -0
  17. frogml_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2_grpc.py +4 -0
  18. frogml_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +36 -0
  19. frogml_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.pyi +39 -0
  20. frogml_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2_grpc.py +4 -0
  21. frogml_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +57 -0
  22. frogml_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.pyi +66 -0
  23. frogml_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2_grpc.py +4 -0
  24. frogml_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +76 -0
  25. frogml_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.pyi +114 -0
  26. frogml_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2_grpc.py +4 -0
  27. frogml_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +37 -0
  28. frogml_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.pyi +33 -0
  29. frogml_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2_grpc.py +4 -0
  30. frogml_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +37 -0
  31. frogml_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.pyi +33 -0
  32. frogml_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2_grpc.py +4 -0
  33. frogml_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +76 -0
  34. frogml_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.pyi +107 -0
  35. frogml_proto/qwak/administration/runtime_configuration/v0/network_config_pb2_grpc.py +4 -0
  36. frogml_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +55 -0
  37. frogml_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.pyi +70 -0
  38. frogml_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2_grpc.py +4 -0
  39. frogml_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +42 -0
  40. frogml_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.pyi +62 -0
  41. frogml_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2_grpc.py +4 -0
  42. frogml_proto/qwak/administration/runtime_configuration/v0/secret_pb2.py +45 -0
  43. frogml_proto/qwak/administration/runtime_configuration/v0/secret_pb2.pyi +49 -0
  44. frogml_proto/qwak/administration/runtime_configuration/v0/secret_pb2_grpc.py +4 -0
  45. frogml_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +55 -0
  46. frogml_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.pyi +62 -0
  47. frogml_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2_grpc.py +4 -0
  48. frogml_proto/qwak/administration/v0/environments/configuration_pb2.py +27 -15
  49. frogml_proto/qwak/administration/v0/environments/configuration_pb2.pyi +22 -0
  50. frogml_proto/qwak/administration/v0/environments/environment_pb2.py +8 -8
  51. frogml_proto/qwak/administration/v0/environments/environment_pb2.pyi +9 -2
  52. {frogml_core-0.0.47.dist-info → frogml_core-0.0.49.dist-info}/WHEEL +0 -0
frogml_core/__init__.py CHANGED
@@ -1,7 +1,7 @@
1
1
  """Top-level package for frogml."""
2
2
 
3
3
  __author__ = "jfrog"
4
- __version__ = "0.0.47"
4
+ __version__ = "0.0.49"
5
5
 
6
6
  from frogml_core.inner.di_configuration import wire_dependencies
7
7
  from frogml_core.model.model_version_tracking import ( # noqa: F401,E501
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: frogml-core
3
- Version: 0.0.47
3
+ Version: 0.0.49
4
4
  Summary: frogml Core contains the necessary objects and communication tools for using the Jfrog ml Platform
5
5
  License: Apache-2.0
6
6
  Keywords: mlops,ml,deployment,serving,model
@@ -1,4 +1,4 @@
1
- frogml_core/__init__.py,sha256=pUTKwfckN5l1C9n-DcIESJqu2yEqFpgAgQxnwdab7ec,777
1
+ frogml_core/__init__.py,sha256=wCVIiGJ9BUAc_KpsxyG-rxWcdeT_GBalWM9f1mWiPfU,777
2
2
  frogml_core/automations/__init__.py,sha256=j2gD15MN-xVWhI5rAFsDwhL0CIyICLNT0scXsKvNBkU,1547
3
3
  frogml_core/automations/automation_executions.py,sha256=xpOb9Dq8gPPGNQDJTvBBZbNz4woZDRZY0HqnLSu7pwU,3230
4
4
  frogml_core/automations/automations.py,sha256=GKEQyQMi8sxX5oZn62PaxPi0zD8IaJRjBkhczRJxHNs,13070
@@ -461,8 +461,8 @@ frogml_proto/qwak/administration/account/v1/account_pb2_grpc.py,sha256=1oboBPFxa
461
461
  frogml_proto/qwak/administration/account/v1/account_service_pb2.py,sha256=d4iRyH2hJ0BqQglE_XVioS2XLx6pOY_epJJZOB94iy4,16745
462
462
  frogml_proto/qwak/administration/account/v1/account_service_pb2.pyi,sha256=fen6z2AGluIHzkbet9ilLz7arngEj4eEM9AY4XS53Uc,15731
463
463
  frogml_proto/qwak/administration/account/v1/account_service_pb2_grpc.py,sha256=YNK_XNZQW078YXqqKP7nbvjRZHn6W6WgW9v1ZB6D6RU,18748
464
- frogml_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py,sha256=uN7Xpb6PmiMXofUdZ_bS0y1M1g-Z7GRiocwa3NOUwoM,8851
465
- frogml_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.pyi,sha256=rEJjBYYEgM75xJAYg7TxIvQoh3mKNd05hNuTo2CK6Ag,8134
464
+ frogml_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py,sha256=5Aj0MhHoXBPKsvHuIWGIL5p-o39pR8XxnjyQFFSDZf0,8933
465
+ frogml_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.pyi,sha256=7LlzwNxFDMEAi6NuY2NxPgYs7IYPhJJ6E5Rq2OafjUk,8680
466
466
  frogml_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
467
467
  frogml_proto/qwak/administration/account/v1/personalization_pb2.py,sha256=mdnzpaf_gZTONW4viUlajbK0Z-IMSr8WykRba_qxnEM,2403
468
468
  frogml_proto/qwak/administration/account/v1/personalization_pb2.pyi,sha256=sfLQNbqTtVl62YyeUdRDL6_yeCWo1k6JMAWYCiWp2KQ,1475
@@ -482,14 +482,56 @@ frogml_proto/qwak/administration/authenticated_user/v1/credentials_pb2_grpc.py,s
482
482
  frogml_proto/qwak/administration/authenticated_user/v1/details_pb2.py,sha256=Z1uqfnR7zXHhPaOojmX7FmXK_1nuv7bO9aUA01AZEng,4914
483
483
  frogml_proto/qwak/administration/authenticated_user/v1/details_pb2.pyi,sha256=zdQqQF0o1uv-II_bCMMsm3h-Em_RN1HKmrHcjjszkeE,5995
484
484
  frogml_proto/qwak/administration/authenticated_user/v1/details_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
485
+ frogml_proto/qwak/administration/runtime_configuration/v0/auth_pb2.py,sha256=3T1rq5LISviskZbKqycha9X_apYh55XAV8UUtl3VxMU,1940
486
+ frogml_proto/qwak/administration/runtime_configuration/v0/auth_pb2.pyi,sha256=8K_-2JcRznuh8vlKDoUWtR1m42JxOBtxcnCkb8TZtNc,1428
487
+ frogml_proto/qwak/administration/runtime_configuration/v0/auth_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
488
+ frogml_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py,sha256=aHBWETXQAQ7x3r7ciFzm94eriXkVEfsfZe8XK0rNRKs,3444
489
+ frogml_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.pyi,sha256=AVYGl9yfWtc89UdTOjnWG0qTJOPPZI4_BGWd8Qf27Nk,2530
490
+ frogml_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
491
+ frogml_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py,sha256=2lvuR_uh67V_JSIbzOybW-fHk55mvKut34cNM2Y6cyc,2274
492
+ frogml_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.pyi,sha256=UY7WRLte3WUuY9HIfdbTDdQsldUzwaAJw_uDmSnpnKU,1546
493
+ frogml_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
494
+ frogml_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py,sha256=ZVZeCqiQHSwcU8dSYSAKwKhhIvkLuuGqn8fVdE7d-gs,4782
495
+ frogml_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.pyi,sha256=cyRb4ZxZicpVIlfPUtfHalTAVwAHSnnIwVvjsE7DWV0,3475
496
+ frogml_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
497
+ frogml_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py,sha256=IaxV8x3eCCCVLFKQ77WAehh-WxrEPOptXxn1H9L2exA,2138
498
+ frogml_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.pyi,sha256=U-cpK-mKlWb2XI5QSVepaPWqLSvyZDACTEAPu3FF5bc,1522
499
+ frogml_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
500
+ frogml_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py,sha256=ENLH8obsLj3bdJjc2e4q2Cth9MiR91p6xGq8Os5Y5Ss,4092
501
+ frogml_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.pyi,sha256=A5OXe8GQmk3Rw60CpOvBqbiO56rPQv46-HdJCKfhQAk,3008
502
+ frogml_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
503
+ frogml_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py,sha256=Z8OAdiYLCOWsYjEn_TrnUVOK9qWmn4FLgaiuuFStrQw,5421
504
+ frogml_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.pyi,sha256=GkBkkBUXukoPWmLpDsKGz0JygUDxl8EiSjpZo_xTYY8,5338
505
+ frogml_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
506
+ frogml_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py,sha256=f2T0urSUshD0zX-CDzBef62RyrReT5Ya1uyC03FJdDQ,2438
507
+ frogml_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.pyi,sha256=9GXb76R5pgb1cU1VApbkB-flyMUCobUFUde_7ivUnNs,1448
508
+ frogml_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
509
+ frogml_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py,sha256=xZz117VpGqeTUOZBr4zSK32odUGcEl_BYNpU_kiQQeU,2569
510
+ frogml_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.pyi,sha256=f9TRM2IiIXRHMrnoh_mZHRf1_ySXMXiEgHYTi7irKXk,1422
511
+ frogml_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
512
+ frogml_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py,sha256=ASfTGQUPio0SYEcieasJ9v8ONAWEIosXJvXWzdHhMpo,5264
513
+ frogml_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.pyi,sha256=VHVMzv1hXIbrmgr-KmK7onESzoQRzaomHEdXxz6zwAM,4494
514
+ frogml_proto/qwak/administration/runtime_configuration/v0/network_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
515
+ frogml_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py,sha256=LNb_1VLya8NIQYnwzkkBCJVD5Xd6BVnR2vi5k9JzkI0,3284
516
+ frogml_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.pyi,sha256=I5lypi84OoePvdpz7FtuzVq8J2PRyU--mqV680WlNzc,2562
517
+ frogml_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
518
+ frogml_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py,sha256=rH-Ugd27dQs-L17icW1M3OZSoQK29IJSCKOQwpGVcR8,4582
519
+ frogml_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.pyi,sha256=QLTmYD45iyIZFPj4ozOVR7foK6To8UC0RY_TPCy8Mp4,4979
520
+ frogml_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
521
+ frogml_proto/qwak/administration/runtime_configuration/v0/secret_pb2.py,sha256=6l10NsDXgMUH8641vXf4EWfVhRB0_jKe9ZJNMLBSIQE,2380
522
+ frogml_proto/qwak/administration/runtime_configuration/v0/secret_pb2.pyi,sha256=e8WL8VLVMlRwtmweoGJKDPM6gVqmrZuO-btU-TLOa0I,1766
523
+ frogml_proto/qwak/administration/runtime_configuration/v0/secret_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
524
+ frogml_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py,sha256=JsRkrKeQWLKPJ1nnB8bs8zgRpvbYB3OIB91LNUUhWoA,3425
525
+ frogml_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.pyi,sha256=86lYyaMcsIOIxqx3J0q9DKA6HdVQzFpzq_guhJcgV9s,2588
526
+ frogml_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
485
527
  frogml_proto/qwak/administration/v0/authentication/authentication_service_pb2.py,sha256=TB_RvTOQRAlnD6OML2tH51Ms4NrXTnfUAhbyEdpzfuA,4648
486
528
  frogml_proto/qwak/administration/v0/authentication/authentication_service_pb2.pyi,sha256=jAAqlBaE5GmqYVzmYzJ37rS06-4gma5X9x1ZB8GvAqU,3664
487
529
  frogml_proto/qwak/administration/v0/authentication/authentication_service_pb2_grpc.py,sha256=QX3NOsb1EwPrw-cVl-qoTbbrYrPO0mgXxT1kAi3n7xk,3168
488
- frogml_proto/qwak/administration/v0/environments/configuration_pb2.py,sha256=6e_vm8_RdT2O8hgyfmiUyah18dhgdYXtRL9C-4md1hM,7427
489
- frogml_proto/qwak/administration/v0/environments/configuration_pb2.pyi,sha256=roVnLgAWzogWdV4ekF6Qh-FAMJVPNmTyMe2GP-rZMPU,11879
530
+ frogml_proto/qwak/administration/v0/environments/configuration_pb2.py,sha256=yOmyLrL9LtkuYTkEjXSOIv5s7Jc043PN6EQEMtOKVso,8824
531
+ frogml_proto/qwak/administration/v0/environments/configuration_pb2.pyi,sha256=rMOcGZSQEP0syFTzGxeSODMgM-OezDzFhFDUaT5KHGY,13383
490
532
  frogml_proto/qwak/administration/v0/environments/configuration_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
491
- frogml_proto/qwak/administration/v0/environments/environment_pb2.py,sha256=9899wmBORvskR1A0nYC2Snp5btA8MYxSZGJsvsq1OlY,5132
492
- frogml_proto/qwak/administration/v0/environments/environment_pb2.pyi,sha256=hgJMdJ0Z2lcXXRO6Ov9Vr2CCjAvn0xBNTKjpQmgOEEg,7565
533
+ frogml_proto/qwak/administration/v0/environments/environment_pb2.py,sha256=1p9AmcEZrNJIwYfHa9s4FH5PLLTzZiwdxnbfCz9VEEQ,5294
534
+ frogml_proto/qwak/administration/v0/environments/environment_pb2.pyi,sha256=HsPyKAq-Hgjz5pI3e_KNDoELsZSdSZBtJqbCA9MfDOM,8385
493
535
  frogml_proto/qwak/administration/v0/environments/environment_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
494
536
  frogml_proto/qwak/administration/v0/environments/environment_service_pb2.py,sha256=0QtzNpknYTFvzoFjx1I2AcsaCrR73poLCr2XHL_pfH4,16017
495
537
  frogml_proto/qwak/administration/v0/environments/environment_service_pb2.pyi,sha256=W7ndMyiPkDz1_uUqaFvr8qeA0QzXrDI5FYzjfRzBhfM,12660
@@ -1025,6 +1067,6 @@ frogml_services_mock/mocks/workspace_manager_service_mock.py,sha256=WbOiWgOyr-xT
1025
1067
  frogml_services_mock/services_mock.py,sha256=_34z6rFCHFwcSni-9eyJlrH264xsL_QDNmG-EBv0zMc,20281
1026
1068
  frogml_services_mock/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1027
1069
  frogml_services_mock/utils/service_utils.py,sha256=ZlB0CnB1J6oBn6_m7fQO2U8tKoboHdUa6ljjkRMYNXU,265
1028
- frogml_core-0.0.47.dist-info/METADATA,sha256=RcOh2DzZ3OB5uRw-wstCmOhpYSobFj0Hp4lPwHDYVzU,2004
1029
- frogml_core-0.0.47.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
1030
- frogml_core-0.0.47.dist-info/RECORD,,
1070
+ frogml_core-0.0.49.dist-info/METADATA,sha256=aBdcIWEE2b9ZybKs-qZshL9fdr8aU6NzaMRI8GDyPbc,2004
1071
+ frogml_core-0.0.49.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
1072
+ frogml_core-0.0.49.dist-info/RECORD,,
@@ -14,7 +14,7 @@ _sym_db = _symbol_database.Default()
14
14
 
15
15
 
16
16
 
17
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n9qwak/administration/account/v1/jfrog_tenant_details.proto\x12\x1eqwak.administration.account.v1\"\xa6\x02\n\x12JfrogTenantDetails\x12\x11\n\ttenant_id\x18\x01 \x01(\t\x12^\n\x1d\x64\x65\x66\x61ult_jfrog_project_details\x18\x02 \x01(\x0b\x32\x33.qwak.administration.account.v1.JfrogProjectDetailsB\x02\x18\x01\x12\\\n\x1ajfrog_tenant_configuration\x18\x03 \x01(\x0b\x32\x38.qwak.administration.account.v1.JFrogTenantConfiguration\x12?\n\x0bjpd_details\x18\x04 \x01(\x0b\x32*.qwak.administration.account.v1.JPDDetails\"\xb0\x01\n\nJPDDetails\x12N\n\x0esh_jpd_details\x18\x01 \x01(\x0b\x32\x34.qwak.administration.account.v1.SelfHostedJPDDetailsH\x00\x12J\n\x10saas_jpd_details\x18\x02 \x01(\x0b\x32..qwak.administration.account.v1.SAASJPDDetailsH\x00\x42\x06\n\x04type\"\x16\n\x14SelfHostedJPDDetails\"\x10\n\x0eSAASJPDDetails\"v\n\x18JFrogTenantConfiguration\x12Z\n\x1d\x64\x65\x66\x61ult_jfrog_project_details\x18\x01 \x01(\x0b\x32\x33.qwak.administration.account.v1.JfrogProjectDetails\"*\n\x13JfrogProjectDetails\x12\x13\n\x0bproject_key\x18\x01 \x01(\t\"\xbe\x01\n\x0fJfrogTenantSpec\x12\x11\n\ttenant_id\x18\x01 \x01(\t\x12N\n\x14\x64\x65\x66\x61ult_project_spec\x18\x02 \x01(\x0b\x32\x30.qwak.administration.account.v1.JfrogProjectSpec\x12H\n\x10jpd_details_spec\x18\x03 \x01(\x0b\x32..qwak.administration.account.v1.JPDDetailsSpec\"\xc6\x01\n\x0eJPDDetailsSpec\x12W\n\x13sh_jpd_details_spec\x18\x01 \x01(\x0b\x32\x38.qwak.administration.account.v1.SelfHostedJPDDetailsSpecH\x00\x12S\n\x15saas_jpd_details_spec\x18\x02 \x01(\x0b\x32\x32.qwak.administration.account.v1.SAASJPDDetailsSpecH\x00\x42\x06\n\x04type\"\x1a\n\x18SelfHostedJPDDetailsSpec\"\x14\n\x12SAASJPDDetailsSpec\"\'\n\x10JfrogProjectSpec\x12\x13\n\x0bproject_key\x18\x01 \x01(\tB\xb4\x01\n)com.qwak.ai.administration.api.account.v1P\x01Z\x84\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/account/v1;account_v0b\x06proto3')
17
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n9qwak/administration/account/v1/jfrog_tenant_details.proto\x12\x1eqwak.administration.account.v1\"\xa6\x02\n\x12JfrogTenantDetails\x12\x11\n\ttenant_id\x18\x01 \x01(\t\x12^\n\x1d\x64\x65\x66\x61ult_jfrog_project_details\x18\x02 \x01(\x0b\x32\x33.qwak.administration.account.v1.JfrogProjectDetailsB\x02\x18\x01\x12\\\n\x1ajfrog_tenant_configuration\x18\x03 \x01(\x0b\x32\x38.qwak.administration.account.v1.JFrogTenantConfiguration\x12?\n\x0bjpd_details\x18\x04 \x01(\x0b\x32*.qwak.administration.account.v1.JPDDetails\"\xb0\x01\n\nJPDDetails\x12N\n\x0esh_jpd_details\x18\x01 \x01(\x0b\x32\x34.qwak.administration.account.v1.SelfHostedJPDDetailsH\x00\x12J\n\x10saas_jpd_details\x18\x02 \x01(\x0b\x32..qwak.administration.account.v1.SAASJPDDetailsH\x00\x42\x06\n\x04type\"(\n\x14SelfHostedJPDDetails\x12\x10\n\x08\x62\x61se_url\x18\x01 \x01(\t\"\x10\n\x0eSAASJPDDetails\"v\n\x18JFrogTenantConfiguration\x12Z\n\x1d\x64\x65\x66\x61ult_jfrog_project_details\x18\x01 \x01(\x0b\x32\x33.qwak.administration.account.v1.JfrogProjectDetails\"*\n\x13JfrogProjectDetails\x12\x13\n\x0bproject_key\x18\x01 \x01(\t\"\xbe\x01\n\x0fJfrogTenantSpec\x12\x11\n\ttenant_id\x18\x01 \x01(\t\x12N\n\x14\x64\x65\x66\x61ult_project_spec\x18\x02 \x01(\x0b\x32\x30.qwak.administration.account.v1.JfrogProjectSpec\x12H\n\x10jpd_details_spec\x18\x03 \x01(\x0b\x32..qwak.administration.account.v1.JPDDetailsSpec\"\xc6\x01\n\x0eJPDDetailsSpec\x12W\n\x13sh_jpd_details_spec\x18\x01 \x01(\x0b\x32\x38.qwak.administration.account.v1.SelfHostedJPDDetailsSpecH\x00\x12S\n\x15saas_jpd_details_spec\x18\x02 \x01(\x0b\x32\x32.qwak.administration.account.v1.SAASJPDDetailsSpecH\x00\x42\x06\n\x04type\",\n\x18SelfHostedJPDDetailsSpec\x12\x10\n\x08\x62\x61se_url\x18\x01 \x01(\t\"\x14\n\x12SAASJPDDetailsSpec\"\'\n\x10JfrogProjectSpec\x12\x13\n\x0bproject_key\x18\x01 \x01(\tB\xb4\x01\n)com.qwak.ai.administration.api.account.v1P\x01Z\x84\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/account/v1;account_v0b\x06proto3')
18
18
 
19
19
 
20
20
 
@@ -117,21 +117,21 @@ if _descriptor._USE_C_DESCRIPTORS == False:
117
117
  _JPDDETAILS._serialized_start=391
118
118
  _JPDDETAILS._serialized_end=567
119
119
  _SELFHOSTEDJPDDETAILS._serialized_start=569
120
- _SELFHOSTEDJPDDETAILS._serialized_end=591
121
- _SAASJPDDETAILS._serialized_start=593
122
- _SAASJPDDETAILS._serialized_end=609
123
- _JFROGTENANTCONFIGURATION._serialized_start=611
124
- _JFROGTENANTCONFIGURATION._serialized_end=729
125
- _JFROGPROJECTDETAILS._serialized_start=731
126
- _JFROGPROJECTDETAILS._serialized_end=773
127
- _JFROGTENANTSPEC._serialized_start=776
128
- _JFROGTENANTSPEC._serialized_end=966
129
- _JPDDETAILSSPEC._serialized_start=969
130
- _JPDDETAILSSPEC._serialized_end=1167
131
- _SELFHOSTEDJPDDETAILSSPEC._serialized_start=1169
132
- _SELFHOSTEDJPDDETAILSSPEC._serialized_end=1195
133
- _SAASJPDDETAILSSPEC._serialized_start=1197
134
- _SAASJPDDETAILSSPEC._serialized_end=1217
135
- _JFROGPROJECTSPEC._serialized_start=1219
136
- _JFROGPROJECTSPEC._serialized_end=1258
120
+ _SELFHOSTEDJPDDETAILS._serialized_end=609
121
+ _SAASJPDDETAILS._serialized_start=611
122
+ _SAASJPDDETAILS._serialized_end=627
123
+ _JFROGTENANTCONFIGURATION._serialized_start=629
124
+ _JFROGTENANTCONFIGURATION._serialized_end=747
125
+ _JFROGPROJECTDETAILS._serialized_start=749
126
+ _JFROGPROJECTDETAILS._serialized_end=791
127
+ _JFROGTENANTSPEC._serialized_start=794
128
+ _JFROGTENANTSPEC._serialized_end=984
129
+ _JPDDETAILSSPEC._serialized_start=987
130
+ _JPDDETAILSSPEC._serialized_end=1185
131
+ _SELFHOSTEDJPDDETAILSSPEC._serialized_start=1187
132
+ _SELFHOSTEDJPDDETAILSSPEC._serialized_end=1231
133
+ _SAASJPDDETAILSSPEC._serialized_start=1233
134
+ _SAASJPDDETAILSSPEC._serialized_end=1253
135
+ _JFROGPROJECTSPEC._serialized_start=1255
136
+ _JFROGPROJECTSPEC._serialized_end=1294
137
137
  # @@protoc_insertion_point(module_scope)
@@ -69,9 +69,15 @@ global___JPDDetails = JPDDetails
69
69
  class SelfHostedJPDDetails(google.protobuf.message.Message):
70
70
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
71
71
 
72
+ BASE_URL_FIELD_NUMBER: builtins.int
73
+ base_url: builtins.str
74
+ """The JPD base url, reachable from data planes"""
72
75
  def __init__(
73
76
  self,
77
+ *,
78
+ base_url: builtins.str = ...,
74
79
  ) -> None: ...
80
+ def ClearField(self, field_name: typing_extensions.Literal["base_url", b"base_url"]) -> None: ...
75
81
 
76
82
  global___SelfHostedJPDDetails = SelfHostedJPDDetails
77
83
 
@@ -166,9 +172,15 @@ global___JPDDetailsSpec = JPDDetailsSpec
166
172
  class SelfHostedJPDDetailsSpec(google.protobuf.message.Message):
167
173
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
168
174
 
175
+ BASE_URL_FIELD_NUMBER: builtins.int
176
+ base_url: builtins.str
177
+ """The JPD base url, reachable from data planes"""
169
178
  def __init__(
170
179
  self,
180
+ *,
181
+ base_url: builtins.str = ...,
171
182
  ) -> None: ...
183
+ def ClearField(self, field_name: typing_extensions.Literal["base_url", b"base_url"]) -> None: ...
172
184
 
173
185
  global___SelfHostedJPDDetailsSpec = SelfHostedJPDDetailsSpec
174
186
 
@@ -0,0 +1,36 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: frogml_proto.qwak.administration/runtime_configuration/v0/auth.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf import descriptor as _descriptor
6
+ from google.protobuf import descriptor_pool as _descriptor_pool
7
+ from google.protobuf import message as _message
8
+ from google.protobuf import reflection as _reflection
9
+ from google.protobuf import symbol_database as _symbol_database
10
+ # @@protoc_insertion_point(imports)
11
+
12
+ _sym_db = _symbol_database.Default()
13
+
14
+
15
+ from frogml_proto.qwak.administration.runtime_configuration.v0 import secret_pb2 as qwak_dot_administration_dot_runtime__configuration_dot_v0_dot_secret__pb2
16
+
17
+
18
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n7qwak/administration/runtime_configuration/v0/auth.proto\x12\x31qwak.administration.runtime_configuration.v0.auth\x1a\x39qwak/administration/runtime_configuration/v0/secret.proto\"\xb5\x01\n\tBasicAuth\x12S\n\x08username\x18\x01 \x01(\x0b\x32\x41.qwak.administration.runtime_configuration.v0.secret.SecretKeyRef\x12S\n\x08password\x18\x02 \x01(\x0b\x32\x41.qwak.administration.runtime_configuration.v0.secret.SecretKeyRefB.\n*com.jfrog.ml.runtime_configuration.v0.authP\x01\x62\x06proto3')
19
+
20
+
21
+
22
+ _BASICAUTH = DESCRIPTOR.message_types_by_name['BasicAuth']
23
+ BasicAuth = _reflection.GeneratedProtocolMessageType('BasicAuth', (_message.Message,), {
24
+ 'DESCRIPTOR' : _BASICAUTH,
25
+ '__module__' : 'qwak.administration.runtime_configuration.v0.auth_pb2'
26
+ # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.auth.BasicAuth)
27
+ })
28
+ _sym_db.RegisterMessage(BasicAuth)
29
+
30
+ if _descriptor._USE_C_DESCRIPTORS == False:
31
+
32
+ DESCRIPTOR._options = None
33
+ DESCRIPTOR._serialized_options = b'\n*com.jfrog.ml.runtime_configuration.v0.authP\001'
34
+ _BASICAUTH._serialized_start=170
35
+ _BASICAUTH._serialized_end=351
36
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,36 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+ import builtins
6
+ import google.protobuf.descriptor
7
+ import google.protobuf.message
8
+ import frogml_proto.qwak.administration.runtime_configuration.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
15
+
16
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
17
+
18
+ class BasicAuth(google.protobuf.message.Message):
19
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
20
+
21
+ USERNAME_FIELD_NUMBER: builtins.int
22
+ PASSWORD_FIELD_NUMBER: builtins.int
23
+ @property
24
+ def username(self) -> frogml_proto.qwak.administration.runtime_configuration.v0.secret_pb2.SecretKeyRef: ...
25
+ @property
26
+ def password(self) -> frogml_proto.qwak.administration.runtime_configuration.v0.secret_pb2.SecretKeyRef: ...
27
+ def __init__(
28
+ self,
29
+ *,
30
+ username: frogml_proto.qwak.administration.runtime_configuration.v0.secret_pb2.SecretKeyRef | None = ...,
31
+ password: frogml_proto.qwak.administration.runtime_configuration.v0.secret_pb2.SecretKeyRef | None = ...,
32
+ ) -> None: ...
33
+ def HasField(self, field_name: typing_extensions.Literal["password", b"password", "username", b"username"]) -> builtins.bool: ...
34
+ def ClearField(self, field_name: typing_extensions.Literal["password", b"password", "username", b"username"]) -> None: ...
35
+
36
+ global___BasicAuth = BasicAuth
@@ -0,0 +1,4 @@
1
+ # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2
+ """Client and server classes corresponding to protobuf-defined services."""
3
+ import grpc
4
+
@@ -0,0 +1,55 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: frogml_proto.qwak.administration/runtime_configuration/v0/data_catalog_config.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf import descriptor as _descriptor
6
+ from google.protobuf import descriptor_pool as _descriptor_pool
7
+ from google.protobuf import message as _message
8
+ from google.protobuf import reflection as _reflection
9
+ from google.protobuf import symbol_database as _symbol_database
10
+ # @@protoc_insertion_point(imports)
11
+
12
+ _sym_db = _symbol_database.Default()
13
+
14
+
15
+
16
+
17
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nFqwak/administration/runtime_configuration/v0/data_catalog_config.proto\x12@qwak.administration.runtime_configuration.v0.data_catalog_config\"\xf3\x01\n\x18\x44\x61taCatalogConfiguration\x12\x63\n\x04glue\x18\x01 \x01(\x0b\x32S.qwak.administration.runtime_configuration.v0.data_catalog_config.GlueConfigurationH\x00\x12j\n\x08\x62ig_lake\x18\x02 \x01(\x0b\x32V.qwak.administration.runtime_configuration.v0.data_catalog_config.BigLakeConfigurationH\x00\x42\x06\n\x04type\"}\n\x14\x42igLakeConfiguration\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12 \n\x18\x62ig_lake_connection_name\x18\x02 \x01(\t\x12\x19\n\x11\x62ig_lake_location\x18\x03 \x01(\t\x12\x14\n\x0c\x63\x61talog_name\x18\x04 \x01(\t\"\x13\n\x11GlueConfigurationB=\n9com.jfrog.ml.runtime_configuration.v0.data_catalog_configP\x01\x62\x06proto3')
18
+
19
+
20
+
21
+ _DATACATALOGCONFIGURATION = DESCRIPTOR.message_types_by_name['DataCatalogConfiguration']
22
+ _BIGLAKECONFIGURATION = DESCRIPTOR.message_types_by_name['BigLakeConfiguration']
23
+ _GLUECONFIGURATION = DESCRIPTOR.message_types_by_name['GlueConfiguration']
24
+ DataCatalogConfiguration = _reflection.GeneratedProtocolMessageType('DataCatalogConfiguration', (_message.Message,), {
25
+ 'DESCRIPTOR' : _DATACATALOGCONFIGURATION,
26
+ '__module__' : 'qwak.administration.runtime_configuration.v0.data_catalog_config_pb2'
27
+ # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.data_catalog_config.DataCatalogConfiguration)
28
+ })
29
+ _sym_db.RegisterMessage(DataCatalogConfiguration)
30
+
31
+ BigLakeConfiguration = _reflection.GeneratedProtocolMessageType('BigLakeConfiguration', (_message.Message,), {
32
+ 'DESCRIPTOR' : _BIGLAKECONFIGURATION,
33
+ '__module__' : 'qwak.administration.runtime_configuration.v0.data_catalog_config_pb2'
34
+ # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.data_catalog_config.BigLakeConfiguration)
35
+ })
36
+ _sym_db.RegisterMessage(BigLakeConfiguration)
37
+
38
+ GlueConfiguration = _reflection.GeneratedProtocolMessageType('GlueConfiguration', (_message.Message,), {
39
+ 'DESCRIPTOR' : _GLUECONFIGURATION,
40
+ '__module__' : 'qwak.administration.runtime_configuration.v0.data_catalog_config_pb2'
41
+ # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.data_catalog_config.GlueConfiguration)
42
+ })
43
+ _sym_db.RegisterMessage(GlueConfiguration)
44
+
45
+ if _descriptor._USE_C_DESCRIPTORS == False:
46
+
47
+ DESCRIPTOR._options = None
48
+ DESCRIPTOR._serialized_options = b'\n9com.jfrog.ml.runtime_configuration.v0.data_catalog_configP\001'
49
+ _DATACATALOGCONFIGURATION._serialized_start=141
50
+ _DATACATALOGCONFIGURATION._serialized_end=384
51
+ _BIGLAKECONFIGURATION._serialized_start=386
52
+ _BIGLAKECONFIGURATION._serialized_end=511
53
+ _GLUECONFIGURATION._serialized_start=513
54
+ _GLUECONFIGURATION._serialized_end=532
55
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,68 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+ import builtins
6
+ import google.protobuf.descriptor
7
+ import google.protobuf.message
8
+ import sys
9
+
10
+ if sys.version_info >= (3, 8):
11
+ import typing as typing_extensions
12
+ else:
13
+ import typing_extensions
14
+
15
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
16
+
17
+ class DataCatalogConfiguration(google.protobuf.message.Message):
18
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
19
+
20
+ GLUE_FIELD_NUMBER: builtins.int
21
+ BIG_LAKE_FIELD_NUMBER: builtins.int
22
+ @property
23
+ def glue(self) -> global___GlueConfiguration: ...
24
+ @property
25
+ def big_lake(self) -> global___BigLakeConfiguration: ...
26
+ def __init__(
27
+ self,
28
+ *,
29
+ glue: global___GlueConfiguration | None = ...,
30
+ big_lake: global___BigLakeConfiguration | None = ...,
31
+ ) -> None: ...
32
+ def HasField(self, field_name: typing_extensions.Literal["big_lake", b"big_lake", "glue", b"glue", "type", b"type"]) -> builtins.bool: ...
33
+ def ClearField(self, field_name: typing_extensions.Literal["big_lake", b"big_lake", "glue", b"glue", "type", b"type"]) -> None: ...
34
+ def WhichOneof(self, oneof_group: typing_extensions.Literal["type", b"type"]) -> typing_extensions.Literal["glue", "big_lake"] | None: ...
35
+
36
+ global___DataCatalogConfiguration = DataCatalogConfiguration
37
+
38
+ class BigLakeConfiguration(google.protobuf.message.Message):
39
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
40
+
41
+ PROJECT_ID_FIELD_NUMBER: builtins.int
42
+ BIG_LAKE_CONNECTION_NAME_FIELD_NUMBER: builtins.int
43
+ BIG_LAKE_LOCATION_FIELD_NUMBER: builtins.int
44
+ CATALOG_NAME_FIELD_NUMBER: builtins.int
45
+ project_id: builtins.str
46
+ big_lake_connection_name: builtins.str
47
+ big_lake_location: builtins.str
48
+ catalog_name: builtins.str
49
+ def __init__(
50
+ self,
51
+ *,
52
+ project_id: builtins.str = ...,
53
+ big_lake_connection_name: builtins.str = ...,
54
+ big_lake_location: builtins.str = ...,
55
+ catalog_name: builtins.str = ...,
56
+ ) -> None: ...
57
+ def ClearField(self, field_name: typing_extensions.Literal["big_lake_connection_name", b"big_lake_connection_name", "big_lake_location", b"big_lake_location", "catalog_name", b"catalog_name", "project_id", b"project_id"]) -> None: ...
58
+
59
+ global___BigLakeConfiguration = BigLakeConfiguration
60
+
61
+ class GlueConfiguration(google.protobuf.message.Message):
62
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
63
+
64
+ def __init__(
65
+ self,
66
+ ) -> None: ...
67
+
68
+ global___GlueConfiguration = GlueConfiguration
@@ -0,0 +1,4 @@
1
+ # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2
+ """Client and server classes corresponding to protobuf-defined services."""
3
+ import grpc
4
+
@@ -0,0 +1,36 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: frogml_proto.qwak.administration/runtime_configuration/v0/external/elasticsearch_config.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf import descriptor as _descriptor
6
+ from google.protobuf import descriptor_pool as _descriptor_pool
7
+ from google.protobuf import message as _message
8
+ from google.protobuf import reflection as _reflection
9
+ from google.protobuf import symbol_database as _symbol_database
10
+ # @@protoc_insertion_point(imports)
11
+
12
+ _sym_db = _symbol_database.Default()
13
+
14
+
15
+ from frogml_proto.qwak.administration.runtime_configuration.v0 import auth_pb2 as qwak_dot_administration_dot_runtime__configuration_dot_v0_dot_auth__pb2
16
+
17
+
18
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nPqwak/administration/runtime_configuration/v0/external/elasticsearch_config.proto\x12Jqwak.administration.runtime_configuration.v0.external.elasticsearch_config\x1a\x37qwak/administration/runtime_configuration/v0/auth.proto\"\x97\x01\n\x1a\x45lasticsearchConfiguration\x12M\n\x05\x62\x61sic\x18\x01 \x01(\x0b\x32<.qwak.administration.runtime_configuration.v0.auth.BasicAuthH\x00\x12\x0f\n\x07\x61\x64\x64ress\x18\x02 \x01(\t\x12\x0c\n\x04port\x18\x03 \x01(\x05\x42\x0b\n\tauth_typeBG\nCcom.jfrog.ml.runtime_configuration.v0.external.elasticsearch_configP\x01\x62\x06proto3')
19
+
20
+
21
+
22
+ _ELASTICSEARCHCONFIGURATION = DESCRIPTOR.message_types_by_name['ElasticsearchConfiguration']
23
+ ElasticsearchConfiguration = _reflection.GeneratedProtocolMessageType('ElasticsearchConfiguration', (_message.Message,), {
24
+ 'DESCRIPTOR' : _ELASTICSEARCHCONFIGURATION,
25
+ '__module__' : 'qwak.administration.runtime_configuration.v0.external.elasticsearch_config_pb2'
26
+ # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.external.elasticsearch_config.ElasticsearchConfiguration)
27
+ })
28
+ _sym_db.RegisterMessage(ElasticsearchConfiguration)
29
+
30
+ if _descriptor._USE_C_DESCRIPTORS == False:
31
+
32
+ DESCRIPTOR._options = None
33
+ DESCRIPTOR._serialized_options = b'\nCcom.jfrog.ml.runtime_configuration.v0.external.elasticsearch_configP\001'
34
+ _ELASTICSEARCHCONFIGURATION._serialized_start=218
35
+ _ELASTICSEARCHCONFIGURATION._serialized_end=369
36
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,39 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+ import builtins
6
+ import google.protobuf.descriptor
7
+ import google.protobuf.message
8
+ import frogml_proto.qwak.administration.runtime_configuration.v0.auth_pb2
9
+ import sys
10
+
11
+ if sys.version_info >= (3, 8):
12
+ import typing as typing_extensions
13
+ else:
14
+ import typing_extensions
15
+
16
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
17
+
18
+ class ElasticsearchConfiguration(google.protobuf.message.Message):
19
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
20
+
21
+ BASIC_FIELD_NUMBER: builtins.int
22
+ ADDRESS_FIELD_NUMBER: builtins.int
23
+ PORT_FIELD_NUMBER: builtins.int
24
+ @property
25
+ def basic(self) -> frogml_proto.qwak.administration.runtime_configuration.v0.auth_pb2.BasicAuth: ...
26
+ address: builtins.str
27
+ port: builtins.int
28
+ def __init__(
29
+ self,
30
+ *,
31
+ basic: frogml_proto.qwak.administration.runtime_configuration.v0.auth_pb2.BasicAuth | None = ...,
32
+ address: builtins.str = ...,
33
+ port: builtins.int = ...,
34
+ ) -> None: ...
35
+ def HasField(self, field_name: typing_extensions.Literal["auth_type", b"auth_type", "basic", b"basic"]) -> builtins.bool: ...
36
+ def ClearField(self, field_name: typing_extensions.Literal["address", b"address", "auth_type", b"auth_type", "basic", b"basic", "port", b"port"]) -> None: ...
37
+ def WhichOneof(self, oneof_group: typing_extensions.Literal["auth_type", b"auth_type"]) -> typing_extensions.Literal["basic"] | None: ...
38
+
39
+ global___ElasticsearchConfiguration = ElasticsearchConfiguration
@@ -0,0 +1,4 @@
1
+ # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2
+ """Client and server classes corresponding to protobuf-defined services."""
3
+ import grpc
4
+
@@ -0,0 +1,66 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: frogml_proto.qwak.administration/runtime_configuration/v0/external/kafka_config.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf import descriptor as _descriptor
6
+ from google.protobuf import descriptor_pool as _descriptor_pool
7
+ from google.protobuf import message as _message
8
+ from google.protobuf import reflection as _reflection
9
+ from google.protobuf import symbol_database as _symbol_database
10
+ # @@protoc_insertion_point(imports)
11
+
12
+ _sym_db = _symbol_database.Default()
13
+
14
+
15
+ from frogml_proto.qwak.administration.runtime_configuration.v0 import auth_pb2 as qwak_dot_administration_dot_runtime__configuration_dot_v0_dot_auth__pb2
16
+
17
+
18
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nHqwak/administration/runtime_configuration/v0/external/kafka_config.proto\x12\x42qwak.administration.runtime_configuration.v0.external.kafka_config\x1a\x37qwak/administration/runtime_configuration/v0/auth.proto\"\x89\x02\n\x12KafkaConfiguration\x12\x19\n\x11\x62ootstrap_servers\x18\x01 \x01(\t\x12R\n\nbasic_auth\x18\x02 \x01(\x0b\x32<.qwak.administration.runtime_configuration.v0.auth.BasicAuthH\x00\x12|\n\x11security_protocol\x18\x03 \x01(\x0b\x32_.qwak.administration.runtime_configuration.v0.external.kafka_config.KafkaSecurityProtocolConfigH\x00\x42\x06\n\x04\x61uth\"\xa5\x02\n\x1bKafkaSecurityProtocolConfig\x12~\n\nplain_text\x18\x01 \x01(\x0b\x32h.qwak.administration.runtime_configuration.v0.external.kafka_config.KafkaPlainTextSecurityProtocolConfigH\x00\x12q\n\x03ssl\x18\x02 \x01(\x0b\x32\x62.qwak.administration.runtime_configuration.v0.external.kafka_config.KafkaSslSecurityProtocolConfigH\x00\x42\x13\n\x11security_protocol\"&\n$KafkaPlainTextSecurityProtocolConfig\" \n\x1eKafkaSslSecurityProtocolConfigB?\n;com.jfrog.ml.runtime_configuration.v0.external.kafka_configP\x01\x62\x06proto3')
19
+
20
+
21
+
22
+ _KAFKACONFIGURATION = DESCRIPTOR.message_types_by_name['KafkaConfiguration']
23
+ _KAFKASECURITYPROTOCOLCONFIG = DESCRIPTOR.message_types_by_name['KafkaSecurityProtocolConfig']
24
+ _KAFKAPLAINTEXTSECURITYPROTOCOLCONFIG = DESCRIPTOR.message_types_by_name['KafkaPlainTextSecurityProtocolConfig']
25
+ _KAFKASSLSECURITYPROTOCOLCONFIG = DESCRIPTOR.message_types_by_name['KafkaSslSecurityProtocolConfig']
26
+ KafkaConfiguration = _reflection.GeneratedProtocolMessageType('KafkaConfiguration', (_message.Message,), {
27
+ 'DESCRIPTOR' : _KAFKACONFIGURATION,
28
+ '__module__' : 'qwak.administration.runtime_configuration.v0.external.kafka_config_pb2'
29
+ # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.external.kafka_config.KafkaConfiguration)
30
+ })
31
+ _sym_db.RegisterMessage(KafkaConfiguration)
32
+
33
+ KafkaSecurityProtocolConfig = _reflection.GeneratedProtocolMessageType('KafkaSecurityProtocolConfig', (_message.Message,), {
34
+ 'DESCRIPTOR' : _KAFKASECURITYPROTOCOLCONFIG,
35
+ '__module__' : 'qwak.administration.runtime_configuration.v0.external.kafka_config_pb2'
36
+ # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.external.kafka_config.KafkaSecurityProtocolConfig)
37
+ })
38
+ _sym_db.RegisterMessage(KafkaSecurityProtocolConfig)
39
+
40
+ KafkaPlainTextSecurityProtocolConfig = _reflection.GeneratedProtocolMessageType('KafkaPlainTextSecurityProtocolConfig', (_message.Message,), {
41
+ 'DESCRIPTOR' : _KAFKAPLAINTEXTSECURITYPROTOCOLCONFIG,
42
+ '__module__' : 'qwak.administration.runtime_configuration.v0.external.kafka_config_pb2'
43
+ # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.external.kafka_config.KafkaPlainTextSecurityProtocolConfig)
44
+ })
45
+ _sym_db.RegisterMessage(KafkaPlainTextSecurityProtocolConfig)
46
+
47
+ KafkaSslSecurityProtocolConfig = _reflection.GeneratedProtocolMessageType('KafkaSslSecurityProtocolConfig', (_message.Message,), {
48
+ 'DESCRIPTOR' : _KAFKASSLSECURITYPROTOCOLCONFIG,
49
+ '__module__' : 'qwak.administration.runtime_configuration.v0.external.kafka_config_pb2'
50
+ # @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.external.kafka_config.KafkaSslSecurityProtocolConfig)
51
+ })
52
+ _sym_db.RegisterMessage(KafkaSslSecurityProtocolConfig)
53
+
54
+ if _descriptor._USE_C_DESCRIPTORS == False:
55
+
56
+ DESCRIPTOR._options = None
57
+ DESCRIPTOR._serialized_options = b'\n;com.jfrog.ml.runtime_configuration.v0.external.kafka_configP\001'
58
+ _KAFKACONFIGURATION._serialized_start=202
59
+ _KAFKACONFIGURATION._serialized_end=467
60
+ _KAFKASECURITYPROTOCOLCONFIG._serialized_start=470
61
+ _KAFKASECURITYPROTOCOLCONFIG._serialized_end=763
62
+ _KAFKAPLAINTEXTSECURITYPROTOCOLCONFIG._serialized_start=765
63
+ _KAFKAPLAINTEXTSECURITYPROTOCOLCONFIG._serialized_end=803
64
+ _KAFKASSLSECURITYPROTOCOLCONFIG._serialized_start=805
65
+ _KAFKASSLSECURITYPROTOCOLCONFIG._serialized_end=837
66
+ # @@protoc_insertion_point(module_scope)