qwak-core 0.4.362__py3-none-any.whl → 0.5.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of qwak-core might be problematic. Click here for more details.

Files changed (88) hide show
  1. _qwak_proto/qwak/administration/account/v1/account_pb2.py +20 -18
  2. _qwak_proto/qwak/administration/account/v1/account_pb2.pyi +21 -2
  3. _qwak_proto/qwak/administration/runtime_configuration/v0/external/databricks/auth_pb2.py +6 -4
  4. _qwak_proto/qwak/administration/runtime_configuration/v0/external/databricks/auth_pb2.pyi +27 -4
  5. _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/azure/auth_pb2.py +5 -3
  6. _qwak_proto/qwak/administration/runtime_configuration/v0/hosting/azure/auth_pb2.pyi +21 -1
  7. _qwak_proto/qwak/admiral/secret/v0/secret_pb2.py +16 -14
  8. _qwak_proto/qwak/admiral/secret/v0/secret_pb2.pyi +21 -2
  9. _qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.py +100 -100
  10. _qwak_proto/qwak/batch_job/v1/batch_job_service_pb2.pyi +5 -1
  11. _qwak_proto/qwak/builds/build_pb2.py +42 -41
  12. _qwak_proto/qwak/builds/build_pb2.pyi +32 -1
  13. _qwak_proto/qwak/builds/build_values_pb2.py +82 -0
  14. _qwak_proto/qwak/builds/build_values_pb2.pyi +553 -0
  15. _qwak_proto/qwak/builds/build_values_pb2_grpc.py +4 -0
  16. _qwak_proto/qwak/execution/v1/streaming_aggregation_pb2.py +18 -11
  17. _qwak_proto/qwak/execution/v1/streaming_aggregation_pb2.pyi +71 -1
  18. _qwak_proto/qwak/feature_store/features/feature_set_pb2.py +4 -4
  19. _qwak_proto/qwak/feature_store/features/feature_set_pb2.pyi +4 -0
  20. _qwak_proto/qwak/feature_store/features/feature_set_types_pb2.py +60 -58
  21. _qwak_proto/qwak/feature_store/features/feature_set_types_pb2.pyi +7 -2
  22. _qwak_proto/qwak/fitness_service/constructs_pb2.py +2 -2
  23. _qwak_proto/qwak/fitness_service/constructs_pb2.pyi +24 -0
  24. _qwak_proto/qwak/kube_deployment_captain/batch_job_pb2.py +40 -40
  25. _qwak_proto/qwak/kube_deployment_captain/batch_job_pb2.pyi +12 -2
  26. _qwak_proto/qwak/projects/projects_pb2.py +17 -15
  27. _qwak_proto/qwak/secret_service/secret_service_pb2.pyi +1 -1
  28. qwak/__init__.py +1 -1
  29. qwak/clients/model_management/client.py +0 -5
  30. qwak/clients/project/client.py +0 -7
  31. qwak/exceptions/__init__.py +1 -0
  32. qwak/exceptions/qwak_grpc_address_exception.py +9 -0
  33. qwak/feature_store/_common/packaging.py +11 -5
  34. qwak/inner/const.py +2 -8
  35. qwak/inner/di_configuration/__init__.py +1 -67
  36. qwak/inner/di_configuration/account.py +6 -66
  37. qwak/inner/di_configuration/dependency_wiring.py +98 -0
  38. qwak/inner/tool/auth.py +0 -86
  39. qwak/inner/tool/grpc/grpc_auth.py +0 -32
  40. qwak/inner/tool/grpc/grpc_tools.py +125 -11
  41. qwak/inner/tool/grpc/grpc_try_wrapping.py +3 -1
  42. qwak/llmops/generation/chat/openai/types/chat/chat_completion.py +24 -6
  43. qwak/llmops/generation/chat/openai/types/chat/chat_completion_chunk.py +44 -8
  44. qwak/llmops/generation/chat/openai/types/chat/chat_completion_message.py +6 -3
  45. qwak/qwak_client/client.py +2 -8
  46. qwak/vector_store/rest_helpers.py +4 -16
  47. qwak_core-0.5.4.dist-info/METADATA +48 -0
  48. {qwak_core-0.4.362.dist-info → qwak_core-0.5.4.dist-info}/RECORD +49 -82
  49. frogml_storage/__init__.py +0 -1
  50. frogml_storage/artifactory/__init__.py +0 -1
  51. frogml_storage/artifactory/_artifactory_api.py +0 -315
  52. frogml_storage/authentication/login/__init__.py +0 -1
  53. frogml_storage/authentication/login/_login_cli.py +0 -239
  54. frogml_storage/authentication/login/_login_command.py +0 -74
  55. frogml_storage/authentication/models/__init__.py +0 -3
  56. frogml_storage/authentication/models/_auth.py +0 -24
  57. frogml_storage/authentication/models/_auth_config.py +0 -70
  58. frogml_storage/authentication/models/_login.py +0 -22
  59. frogml_storage/authentication/utils/__init__.py +0 -17
  60. frogml_storage/authentication/utils/_authentication_utils.py +0 -281
  61. frogml_storage/authentication/utils/_login_checks_utils.py +0 -114
  62. frogml_storage/base_storage.py +0 -140
  63. frogml_storage/constants.py +0 -56
  64. frogml_storage/exceptions/checksum_verification_error.py +0 -3
  65. frogml_storage/exceptions/validation_error.py +0 -4
  66. frogml_storage/frog_ml.py +0 -668
  67. frogml_storage/http/__init__.py +0 -1
  68. frogml_storage/http/http_client.py +0 -83
  69. frogml_storage/logging/__init__.py +0 -1
  70. frogml_storage/logging/_log_config.py +0 -45
  71. frogml_storage/logging/log_utils.py +0 -21
  72. frogml_storage/models/__init__.py +0 -1
  73. frogml_storage/models/_download_context.py +0 -54
  74. frogml_storage/models/dataset_manifest.py +0 -13
  75. frogml_storage/models/entity_manifest.py +0 -93
  76. frogml_storage/models/frogml_dataset_version.py +0 -21
  77. frogml_storage/models/frogml_entity_type_info.py +0 -50
  78. frogml_storage/models/frogml_entity_version.py +0 -34
  79. frogml_storage/models/frogml_model_version.py +0 -21
  80. frogml_storage/models/model_manifest.py +0 -60
  81. frogml_storage/models/serialization_metadata.py +0 -15
  82. frogml_storage/utils/__init__.py +0 -12
  83. frogml_storage/utils/_environment.py +0 -21
  84. frogml_storage/utils/_input_checks_utility.py +0 -104
  85. frogml_storage/utils/_storage_utils.py +0 -15
  86. frogml_storage/utils/_url_utils.py +0 -27
  87. qwak_core-0.4.362.dist-info/METADATA +0 -414
  88. {qwak_core-0.4.362.dist-info → qwak_core-0.5.4.dist-info}/WHEEL +0 -0
@@ -17,7 +17,7 @@ from _qwak_proto.qwak.administration.account.v1 import terms_pb2 as qwak_dot_adm
17
17
  from _qwak_proto.qwak.administration.account.v1 import jfrog_tenant_details_pb2 as qwak_dot_administration_dot_account_dot_v1_dot_jfrog__tenant__details__pb2
18
18
 
19
19
 
20
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,qwak/administration/account/v1/account.proto\x12\x1eqwak.administration.account.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x30qwak/administration/account/v1/preferences.proto\x1a*qwak/administration/account/v1/terms.proto\x1a\x39qwak/administration/account/v1/jfrog_tenant_details.proto\"\xc9\x04\n\x07\x41\x63\x63ount\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x45\n\x06status\x18\x04 \x01(\x0e\x32\x35.qwak.administration.account.v1.AccountActivityStatus\x12\x44\n\x0bpreferences\x18\x07 \x01(\x0b\x32/.qwak.administration.account.AccountPreferences\x12\x1e\n\x16\x64\x65\x66\x61ult_environment_id\x18\x08 \x01(\t\x12.\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x34\n\x10last_modified_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x39\n\x04type\x18\t \x01(\x0e\x32+.qwak.administration.account.v1.AccountType\x12\x39\n\x04tier\x18\n \x01(\x0e\x32+.qwak.administration.account.v1.AccountTier\x12I\n\x0e\x61\x63\x63\x65pted_terms\x18\x0b \x01(\x0b\x32\x31.qwak.administration.account.AccountAcceptedTerms\x12P\n\x14jfrog_tenant_details\x18\x0c \x01(\x0b\x32\x32.qwak.administration.account.v1.JfrogTenantDetails\"c\n\x11ListAccountFilter\x12N\n\x0f\x61\x63tivity_status\x18\x01 \x01(\x0e\x32\x35.qwak.administration.account.v1.AccountActivityStatus\"_\n\x12\x41utoBindingAccount\x12\n\n\x02id\x18\x01 \x01(\t\x12=\n\x04rule\x18\x02 \x01(\x0b\x32/.qwak.administration.account.v1.AutoBindingRule\")\n\x0f\x41utoBindingRule\x12\x16\n\x0e\x65mail_hostname\x18\x01 \x01(\t\"\xb1\x02\n\x0c\x41\x63\x63ountBrief\x12\x12\n\naccount_id\x18\x01 \x01(\t\x12\x19\n\x0fjfrog_tenant_id\x18\x02 \x01(\tH\x00\x12\x1b\n\x0f\x65nvironment_ids\x18\x03 \x03(\tB\x02\x18\x01\x12\x16\n\x0e\x64\x65\x66\x61ult_env_id\x18\x04 \x01(\t\x12L\n\x12\x65nvironment_briefs\x18\x05 \x03(\x0b\x32\x30.qwak.administration.account.v1.EnvironmentBrief\x12\x41\n\x0bjpd_details\x18\x06 \x01(\x0b\x32*.qwak.administration.account.v1.JPDDetailsH\x01\x42\x14\n\x12optional_tenant_idB\x16\n\x14optional_jpd_details\"B\n\x10\x45nvironmentBrief\x12\x16\n\x0e\x65nvironment_id\x18\x01 \x01(\t\x12\x16\n\x0estorage_bucket\x18\x02 \x01(\t*k\n\x15\x41\x63\x63ountActivityStatus\x12\x1a\n\x16\x41\x43\x43OUNT_STATUS_INVALID\x10\x00\x12\x19\n\x15\x41\x43\x43OUNT_STATUS_ACTIVE\x10\x01\x12\x1b\n\x17\x41\x43\x43OUNT_STATUS_DISABLED\x10\x02*=\n\x0b\x41\x63\x63ountType\x12\x18\n\x14\x41\x43\x43OUNT_TYPE_INVALID\x10\x00\x12\n\n\x06HYBRID\x10\x01\x12\x08\n\x04SAAS\x10\x02*L\n\x0b\x41\x63\x63ountTier\x12\x18\n\x14\x41\x43\x43OUNT_TIER_INVALID\x10\x00\x12\x08\n\x04\x46REE\x10\x01\x12\r\n\tVALIDATED\x10\x02\x12\n\n\x06PAYING\x10\x03\x42\xb4\x01\n)com.qwak.ai.administration.api.account.v1P\x01Z\x84\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/account/v1;account_v0b\x06proto3')
20
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,qwak/administration/account/v1/account.proto\x12\x1eqwak.administration.account.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x30qwak/administration/account/v1/preferences.proto\x1a*qwak/administration/account/v1/terms.proto\x1a\x39qwak/administration/account/v1/jfrog_tenant_details.proto\"\xa3\x05\n\x07\x41\x63\x63ount\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x45\n\x06status\x18\x04 \x01(\x0e\x32\x35.qwak.administration.account.v1.AccountActivityStatus\x12\x44\n\x0bpreferences\x18\x07 \x01(\x0b\x32/.qwak.administration.account.AccountPreferences\x12\x1e\n\x16\x64\x65\x66\x61ult_environment_id\x18\x08 \x01(\t\x12.\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x34\n\x10last_modified_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x39\n\x04type\x18\t \x01(\x0e\x32+.qwak.administration.account.v1.AccountType\x12\x39\n\x04tier\x18\n \x01(\x0e\x32+.qwak.administration.account.v1.AccountTier\x12I\n\x0e\x61\x63\x63\x65pted_terms\x18\x0b \x01(\x0b\x32\x31.qwak.administration.account.AccountAcceptedTerms\x12P\n\x14jfrog_tenant_details\x18\x0c \x01(\x0b\x32\x32.qwak.administration.account.v1.JfrogTenantDetails\x12X\n\x18\x63ontrol_plane_descriptor\x18\r \x01(\x0b\x32\x36.qwak.administration.account.v1.ControlPlaneDescriptor\"&\n\x16\x43ontrolPlaneDescriptor\x12\x0c\n\x04host\x18\x01 \x01(\t\"c\n\x11ListAccountFilter\x12N\n\x0f\x61\x63tivity_status\x18\x01 \x01(\x0e\x32\x35.qwak.administration.account.v1.AccountActivityStatus\"_\n\x12\x41utoBindingAccount\x12\n\n\x02id\x18\x01 \x01(\t\x12=\n\x04rule\x18\x02 \x01(\x0b\x32/.qwak.administration.account.v1.AutoBindingRule\")\n\x0f\x41utoBindingRule\x12\x16\n\x0e\x65mail_hostname\x18\x01 \x01(\t\"\xb1\x02\n\x0c\x41\x63\x63ountBrief\x12\x12\n\naccount_id\x18\x01 \x01(\t\x12\x19\n\x0fjfrog_tenant_id\x18\x02 \x01(\tH\x00\x12\x1b\n\x0f\x65nvironment_ids\x18\x03 \x03(\tB\x02\x18\x01\x12\x16\n\x0e\x64\x65\x66\x61ult_env_id\x18\x04 \x01(\t\x12L\n\x12\x65nvironment_briefs\x18\x05 \x03(\x0b\x32\x30.qwak.administration.account.v1.EnvironmentBrief\x12\x41\n\x0bjpd_details\x18\x06 \x01(\x0b\x32*.qwak.administration.account.v1.JPDDetailsH\x01\x42\x14\n\x12optional_tenant_idB\x16\n\x14optional_jpd_details\"B\n\x10\x45nvironmentBrief\x12\x16\n\x0e\x65nvironment_id\x18\x01 \x01(\t\x12\x16\n\x0estorage_bucket\x18\x02 \x01(\t*k\n\x15\x41\x63\x63ountActivityStatus\x12\x1a\n\x16\x41\x43\x43OUNT_STATUS_INVALID\x10\x00\x12\x19\n\x15\x41\x43\x43OUNT_STATUS_ACTIVE\x10\x01\x12\x1b\n\x17\x41\x43\x43OUNT_STATUS_DISABLED\x10\x02*=\n\x0b\x41\x63\x63ountType\x12\x18\n\x14\x41\x43\x43OUNT_TYPE_INVALID\x10\x00\x12\n\n\x06HYBRID\x10\x01\x12\x08\n\x04SAAS\x10\x02*L\n\x0b\x41\x63\x63ountTier\x12\x18\n\x14\x41\x43\x43OUNT_TIER_INVALID\x10\x00\x12\x08\n\x04\x46REE\x10\x01\x12\r\n\tVALIDATED\x10\x02\x12\n\n\x06PAYING\x10\x03\x42\xb4\x01\n)com.qwak.ai.administration.api.account.v1P\x01Z\x84\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/account/v1;account_v0b\x06proto3')
21
21
 
22
22
  _globals = globals()
23
23
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -28,22 +28,24 @@ if _descriptor._USE_C_DESCRIPTORS == False:
28
28
  DESCRIPTOR._serialized_options = b'\n)com.qwak.ai.administration.api.account.v1P\001Z\204\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/account/v1;account_v0'
29
29
  _ACCOUNTBRIEF.fields_by_name['environment_ids']._options = None
30
30
  _ACCOUNTBRIEF.fields_by_name['environment_ids']._serialized_options = b'\030\001'
31
- _globals['_ACCOUNTACTIVITYSTATUS']._serialized_start=1471
32
- _globals['_ACCOUNTACTIVITYSTATUS']._serialized_end=1578
33
- _globals['_ACCOUNTTYPE']._serialized_start=1580
34
- _globals['_ACCOUNTTYPE']._serialized_end=1641
35
- _globals['_ACCOUNTTIER']._serialized_start=1643
36
- _globals['_ACCOUNTTIER']._serialized_end=1719
31
+ _globals['_ACCOUNTACTIVITYSTATUS']._serialized_start=1601
32
+ _globals['_ACCOUNTACTIVITYSTATUS']._serialized_end=1708
33
+ _globals['_ACCOUNTTYPE']._serialized_start=1710
34
+ _globals['_ACCOUNTTYPE']._serialized_end=1771
35
+ _globals['_ACCOUNTTIER']._serialized_start=1773
36
+ _globals['_ACCOUNTTIER']._serialized_end=1849
37
37
  _globals['_ACCOUNT']._serialized_start=267
38
- _globals['_ACCOUNT']._serialized_end=852
39
- _globals['_LISTACCOUNTFILTER']._serialized_start=854
40
- _globals['_LISTACCOUNTFILTER']._serialized_end=953
41
- _globals['_AUTOBINDINGACCOUNT']._serialized_start=955
42
- _globals['_AUTOBINDINGACCOUNT']._serialized_end=1050
43
- _globals['_AUTOBINDINGRULE']._serialized_start=1052
44
- _globals['_AUTOBINDINGRULE']._serialized_end=1093
45
- _globals['_ACCOUNTBRIEF']._serialized_start=1096
46
- _globals['_ACCOUNTBRIEF']._serialized_end=1401
47
- _globals['_ENVIRONMENTBRIEF']._serialized_start=1403
48
- _globals['_ENVIRONMENTBRIEF']._serialized_end=1469
38
+ _globals['_ACCOUNT']._serialized_end=942
39
+ _globals['_CONTROLPLANEDESCRIPTOR']._serialized_start=944
40
+ _globals['_CONTROLPLANEDESCRIPTOR']._serialized_end=982
41
+ _globals['_LISTACCOUNTFILTER']._serialized_start=984
42
+ _globals['_LISTACCOUNTFILTER']._serialized_end=1083
43
+ _globals['_AUTOBINDINGACCOUNT']._serialized_start=1085
44
+ _globals['_AUTOBINDINGACCOUNT']._serialized_end=1180
45
+ _globals['_AUTOBINDINGRULE']._serialized_start=1182
46
+ _globals['_AUTOBINDINGRULE']._serialized_end=1223
47
+ _globals['_ACCOUNTBRIEF']._serialized_start=1226
48
+ _globals['_ACCOUNTBRIEF']._serialized_end=1531
49
+ _globals['_ENVIRONMENTBRIEF']._serialized_start=1533
50
+ _globals['_ENVIRONMENTBRIEF']._serialized_end=1599
49
51
  # @@protoc_insertion_point(module_scope)
@@ -113,6 +113,7 @@ class Account(google.protobuf.message.Message):
113
113
  TIER_FIELD_NUMBER: builtins.int
114
114
  ACCEPTED_TERMS_FIELD_NUMBER: builtins.int
115
115
  JFROG_TENANT_DETAILS_FIELD_NUMBER: builtins.int
116
+ CONTROL_PLANE_DESCRIPTOR_FIELD_NUMBER: builtins.int
116
117
  id: builtins.str
117
118
  """Assigned account ID"""
118
119
  name: builtins.str
@@ -140,6 +141,9 @@ class Account(google.protobuf.message.Message):
140
141
  @property
141
142
  def jfrog_tenant_details(self) -> qwak.administration.account.v1.jfrog_tenant_details_pb2.JfrogTenantDetails:
142
143
  """The JFrog tenant details"""
144
+ @property
145
+ def control_plane_descriptor(self) -> global___ControlPlaneDescriptor:
146
+ """The Control Plane descriptor"""
143
147
  def __init__(
144
148
  self,
145
149
  *,
@@ -154,12 +158,27 @@ class Account(google.protobuf.message.Message):
154
158
  tier: global___AccountTier.ValueType = ...,
155
159
  accepted_terms: qwak.administration.account.v1.terms_pb2.AccountAcceptedTerms | None = ...,
156
160
  jfrog_tenant_details: qwak.administration.account.v1.jfrog_tenant_details_pb2.JfrogTenantDetails | None = ...,
161
+ control_plane_descriptor: global___ControlPlaneDescriptor | None = ...,
157
162
  ) -> None: ...
158
- def HasField(self, field_name: typing_extensions.Literal["accepted_terms", b"accepted_terms", "created_at", b"created_at", "jfrog_tenant_details", b"jfrog_tenant_details", "last_modified_at", b"last_modified_at", "preferences", b"preferences"]) -> builtins.bool: ...
159
- def ClearField(self, field_name: typing_extensions.Literal["accepted_terms", b"accepted_terms", "created_at", b"created_at", "default_environment_id", b"default_environment_id", "id", b"id", "jfrog_tenant_details", b"jfrog_tenant_details", "last_modified_at", b"last_modified_at", "name", b"name", "preferences", b"preferences", "status", b"status", "tier", b"tier", "type", b"type"]) -> None: ...
163
+ def HasField(self, field_name: typing_extensions.Literal["accepted_terms", b"accepted_terms", "control_plane_descriptor", b"control_plane_descriptor", "created_at", b"created_at", "jfrog_tenant_details", b"jfrog_tenant_details", "last_modified_at", b"last_modified_at", "preferences", b"preferences"]) -> builtins.bool: ...
164
+ def ClearField(self, field_name: typing_extensions.Literal["accepted_terms", b"accepted_terms", "control_plane_descriptor", b"control_plane_descriptor", "created_at", b"created_at", "default_environment_id", b"default_environment_id", "id", b"id", "jfrog_tenant_details", b"jfrog_tenant_details", "last_modified_at", b"last_modified_at", "name", b"name", "preferences", b"preferences", "status", b"status", "tier", b"tier", "type", b"type"]) -> None: ...
160
165
 
161
166
  global___Account = Account
162
167
 
168
+ class ControlPlaneDescriptor(google.protobuf.message.Message):
169
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
170
+
171
+ HOST_FIELD_NUMBER: builtins.int
172
+ host: builtins.str
173
+ def __init__(
174
+ self,
175
+ *,
176
+ host: builtins.str = ...,
177
+ ) -> None: ...
178
+ def ClearField(self, field_name: typing_extensions.Literal["host", b"host"]) -> None: ...
179
+
180
+ global___ControlPlaneDescriptor = ControlPlaneDescriptor
181
+
163
182
  class ListAccountFilter(google.protobuf.message.Message):
164
183
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
165
184
 
@@ -14,7 +14,7 @@ _sym_db = _symbol_database.Default()
14
14
  from _qwak_proto.qwak.administration.runtime_configuration.v0.creds import secret_pb2 as qwak_dot_administration_dot_runtime__configuration_dot_v0_dot_creds_dot_secret__pb2
15
15
 
16
16
 
17
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nKqwak/administration/runtime_configuration/v0/external/databricks/auth.proto\x12@qwak.administration.runtime_configuration.v0.external.databricks\x1a?qwak/administration/runtime_configuration/v0/creds/secret.proto\"\x9f\x02\n\x0e\x44\x61tabricksAuth\x12r\n\x0f\x64\x62_access_token\x18\x01 \x01(\x0b\x32W.qwak.administration.runtime_configuration.v0.external.databricks.DatabricksAccessTokenH\x00\x12\x8b\x01\n\x18\x64\x62_principal_credentials\x18\x02 \x01(\x0b\x32g.qwak.administration.runtime_configuration.v0.external.databricks.DatabricksServicePrincipalCredentialsH\x00\x42\x0b\n\tauth_type\"\xb6\x01\n%DatabricksServicePrincipalCredentials\x12\x11\n\tclient_id\x18\x01 \x01(\t\x12`\n\rclient_secret\x18\x02 \x01(\x0b\x32G.qwak.administration.runtime_configuration.v0.creds.secret.SecretKeyRefH\x00\x42\x18\n\x16\x63lient_secret_location\"~\n\x15\x44\x61tabricksAccessToken\x12Y\n\x06secret\x18\x01 \x01(\x0b\x32G.qwak.administration.runtime_configuration.v0.creds.secret.SecretKeyRefH\x00\x42\n\n\x08locationB\xef\x01\n9com.jfrog.ml.runtime_configuration.v0.external.databricksP\x01Z\xaf\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0/external/databricks;external_databricksb\x06proto3')
17
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nKqwak/administration/runtime_configuration/v0/external/databricks/auth.proto\x12@qwak.administration.runtime_configuration.v0.external.databricks\x1a?qwak/administration/runtime_configuration/v0/creds/secret.proto\"\x9f\x02\n\x0e\x44\x61tabricksAuth\x12r\n\x0f\x64\x62_access_token\x18\x01 \x01(\x0b\x32W.qwak.administration.runtime_configuration.v0.external.databricks.DatabricksAccessTokenH\x00\x12\x8b\x01\n\x18\x64\x62_principal_credentials\x18\x02 \x01(\x0b\x32g.qwak.administration.runtime_configuration.v0.external.databricks.DatabricksServicePrincipalCredentialsH\x00\x42\x0b\n\tauth_type\"\x9a\x03\n%DatabricksServicePrincipalCredentials\x12\\\n\tclient_id\x18\x01 \x01(\x0b\x32G.qwak.administration.runtime_configuration.v0.creds.secret.SecretKeyRefH\x00\x12`\n\rclient_secret\x18\x02 \x01(\x0b\x32G.qwak.administration.runtime_configuration.v0.creds.secret.SecretKeyRefH\x01\x12\x80\x01\n\x17\x64\x62_workspace_descriptor\x18\x03 \x01(\x0b\x32_.qwak.administration.runtime_configuration.v0.external.databricks.DatabricksWorkspaceDescriptorB\x14\n\x12\x63lient_id_locationB\x18\n\x16\x63lient_secret_location\":\n\x1d\x44\x61tabricksWorkspaceDescriptor\x12\x19\n\x11oauth_service_url\x18\x01 \x01(\t\"~\n\x15\x44\x61tabricksAccessToken\x12Y\n\x06secret\x18\x01 \x01(\x0b\x32G.qwak.administration.runtime_configuration.v0.creds.secret.SecretKeyRefH\x00\x42\n\n\x08locationB\xef\x01\n9com.jfrog.ml.runtime_configuration.v0.external.databricksP\x01Z\xaf\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0/external/databricks;external_databricksb\x06proto3')
18
18
 
19
19
  _globals = globals()
20
20
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -26,7 +26,9 @@ if _descriptor._USE_C_DESCRIPTORS == False:
26
26
  _globals['_DATABRICKSAUTH']._serialized_start=211
27
27
  _globals['_DATABRICKSAUTH']._serialized_end=498
28
28
  _globals['_DATABRICKSSERVICEPRINCIPALCREDENTIALS']._serialized_start=501
29
- _globals['_DATABRICKSSERVICEPRINCIPALCREDENTIALS']._serialized_end=683
30
- _globals['_DATABRICKSACCESSTOKEN']._serialized_start=685
31
- _globals['_DATABRICKSACCESSTOKEN']._serialized_end=811
29
+ _globals['_DATABRICKSSERVICEPRINCIPALCREDENTIALS']._serialized_end=911
30
+ _globals['_DATABRICKSWORKSPACEDESCRIPTOR']._serialized_start=913
31
+ _globals['_DATABRICKSWORKSPACEDESCRIPTOR']._serialized_end=971
32
+ _globals['_DATABRICKSACCESSTOKEN']._serialized_start=973
33
+ _globals['_DATABRICKSACCESSTOKEN']._serialized_end=1099
32
34
  # @@protoc_insertion_point(module_scope)
@@ -7,6 +7,7 @@ import google.protobuf.descriptor
7
7
  import google.protobuf.message
8
8
  import qwak.administration.runtime_configuration.v0.creds.secret_pb2
9
9
  import sys
10
+ import typing
10
11
 
11
12
  if sys.version_info >= (3, 8):
12
13
  import typing as typing_extensions
@@ -41,21 +42,43 @@ class DatabricksServicePrincipalCredentials(google.protobuf.message.Message):
41
42
 
42
43
  CLIENT_ID_FIELD_NUMBER: builtins.int
43
44
  CLIENT_SECRET_FIELD_NUMBER: builtins.int
44
- client_id: builtins.str
45
+ DB_WORKSPACE_DESCRIPTOR_FIELD_NUMBER: builtins.int
46
+ @property
47
+ def client_id(self) -> qwak.administration.runtime_configuration.v0.creds.secret_pb2.SecretKeyRef: ...
45
48
  @property
46
49
  def client_secret(self) -> qwak.administration.runtime_configuration.v0.creds.secret_pb2.SecretKeyRef: ...
50
+ @property
51
+ def db_workspace_descriptor(self) -> global___DatabricksWorkspaceDescriptor: ...
47
52
  def __init__(
48
53
  self,
49
54
  *,
50
- client_id: builtins.str = ...,
55
+ client_id: qwak.administration.runtime_configuration.v0.creds.secret_pb2.SecretKeyRef | None = ...,
51
56
  client_secret: qwak.administration.runtime_configuration.v0.creds.secret_pb2.SecretKeyRef | None = ...,
57
+ db_workspace_descriptor: global___DatabricksWorkspaceDescriptor | None = ...,
52
58
  ) -> None: ...
53
- def HasField(self, field_name: typing_extensions.Literal["client_secret", b"client_secret", "client_secret_location", b"client_secret_location"]) -> builtins.bool: ...
54
- def ClearField(self, field_name: typing_extensions.Literal["client_id", b"client_id", "client_secret", b"client_secret", "client_secret_location", b"client_secret_location"]) -> None: ...
59
+ def HasField(self, field_name: typing_extensions.Literal["client_id", b"client_id", "client_id_location", b"client_id_location", "client_secret", b"client_secret", "client_secret_location", b"client_secret_location", "db_workspace_descriptor", b"db_workspace_descriptor"]) -> builtins.bool: ...
60
+ def ClearField(self, field_name: typing_extensions.Literal["client_id", b"client_id", "client_id_location", b"client_id_location", "client_secret", b"client_secret", "client_secret_location", b"client_secret_location", "db_workspace_descriptor", b"db_workspace_descriptor"]) -> None: ...
61
+ @typing.overload
62
+ def WhichOneof(self, oneof_group: typing_extensions.Literal["client_id_location", b"client_id_location"]) -> typing_extensions.Literal["client_id"] | None: ...
63
+ @typing.overload
55
64
  def WhichOneof(self, oneof_group: typing_extensions.Literal["client_secret_location", b"client_secret_location"]) -> typing_extensions.Literal["client_secret"] | None: ...
56
65
 
57
66
  global___DatabricksServicePrincipalCredentials = DatabricksServicePrincipalCredentials
58
67
 
68
+ class DatabricksWorkspaceDescriptor(google.protobuf.message.Message):
69
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
70
+
71
+ OAUTH_SERVICE_URL_FIELD_NUMBER: builtins.int
72
+ oauth_service_url: builtins.str
73
+ def __init__(
74
+ self,
75
+ *,
76
+ oauth_service_url: builtins.str = ...,
77
+ ) -> None: ...
78
+ def ClearField(self, field_name: typing_extensions.Literal["oauth_service_url", b"oauth_service_url"]) -> None: ...
79
+
80
+ global___DatabricksWorkspaceDescriptor = DatabricksWorkspaceDescriptor
81
+
59
82
  class DatabricksAccessToken(google.protobuf.message.Message):
60
83
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
61
84
 
@@ -15,7 +15,7 @@ from _qwak_proto.qwak.administration.runtime_configuration.v0.creds import secre
15
15
  from _qwak_proto.qwak.administration.runtime_configuration.v0.external.databricks import auth_pb2 as qwak_dot_administration_dot_runtime__configuration_dot_v0_dot_external_dot_databricks_dot_auth__pb2
16
16
 
17
17
 
18
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nEqwak/administration/runtime_configuration/v0/hosting/azure/auth.proto\x12:qwak.administration.runtime_configuration.v0.hosting.azure\x1a?qwak/administration/runtime_configuration/v0/creds/secret.proto\x1aKqwak/administration/runtime_configuration/v0/external/databricks/auth.proto\"\xa1\x01\n\x13\x41zureAuthentication\x12\x81\x01\n\x15\x61zure_databricks_auth\x18\x01 \x01(\x0b\x32`.qwak.administration.runtime_configuration.v0.hosting.azure.AzureDatabricksServiceAuthenticationH\x00\x42\x06\n\x04type\"\xfc\x01\n$AzureDatabricksServiceAuthentication\x12\x61\n\x07\x64\x62_auth\x18\x01 \x01(\x0b\x32P.qwak.administration.runtime_configuration.v0.external.databricks.DatabricksAuth\x12q\n\x17\x61zure_blob_storage_auth\x18\x02 \x01(\x0b\x32P.qwak.administration.runtime_configuration.v0.hosting.azure.AzureBlobStorageAuth\"\xf1\x01\n\x14\x41zureBlobStorageAuth\x12^\n\tsas_token\x18\x01 \x01(\x0b\x32I.qwak.administration.runtime_configuration.v0.hosting.azure.AzureSASTokenH\x00\x12l\n\x10managed_identity\x18\x02 \x01(\x0b\x32P.qwak.administration.runtime_configuration.v0.hosting.azure.AzureManagedIdentityH\x00\x42\x0b\n\tauth_type\"v\n\rAzureSASToken\x12Y\n\x06secret\x18\x01 \x01(\x0b\x32G.qwak.administration.runtime_configuration.v0.creds.secret.SecretKeyRefH\x00\x42\n\n\x08location\")\n\x14\x41zureManagedIdentity\x12\x11\n\tclient_id\x18\x01 \x01(\tB\xdd\x01\n3com.jfrog.ml.runtime_configuration.v0.hosting.azureP\x01Z\xa3\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0/hosting/azure;hosting_azureb\x06proto3')
18
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nEqwak/administration/runtime_configuration/v0/hosting/azure/auth.proto\x12:qwak.administration.runtime_configuration.v0.hosting.azure\x1a?qwak/administration/runtime_configuration/v0/creds/secret.proto\x1aKqwak/administration/runtime_configuration/v0/external/databricks/auth.proto\"\xa1\x01\n\x13\x41zureAuthentication\x12\x81\x01\n\x15\x61zure_databricks_auth\x18\x01 \x01(\x0b\x32`.qwak.administration.runtime_configuration.v0.hosting.azure.AzureDatabricksServiceAuthenticationH\x00\x42\x06\n\x04type\"\xfc\x01\n$AzureDatabricksServiceAuthentication\x12\x61\n\x07\x64\x62_auth\x18\x01 \x01(\x0b\x32P.qwak.administration.runtime_configuration.v0.external.databricks.DatabricksAuth\x12q\n\x17\x61zure_blob_storage_auth\x18\x02 \x01(\x0b\x32P.qwak.administration.runtime_configuration.v0.hosting.azure.AzureBlobStorageAuth\"\xf1\x01\n\x14\x41zureBlobStorageAuth\x12^\n\tsas_token\x18\x01 \x01(\x0b\x32I.qwak.administration.runtime_configuration.v0.hosting.azure.AzureSASTokenH\x00\x12l\n\x10managed_identity\x18\x02 \x01(\x0b\x32P.qwak.administration.runtime_configuration.v0.hosting.azure.AzureManagedIdentityH\x00\x42\x0b\n\tauth_type\"v\n\rAzureSASToken\x12Y\n\x06secret\x18\x01 \x01(\x0b\x32G.qwak.administration.runtime_configuration.v0.creds.secret.SecretKeyRefH\x00\x42\n\n\x08location\"\xb9\x01\n\x14\x41zureManagedIdentity\x12\x11\n\tclient_id\x18\x01 \x01(\t\x12\x85\x01\n\x15\x66\x65\x64\x65rated_credentials\x18\x02 \x01(\x0b\x32\x64.qwak.administration.runtime_configuration.v0.hosting.azure.KubernetesFederatedCredentialsDescriptorH\x00\x42\x06\n\x04type\"H\n(KubernetesFederatedCredentialsDescriptor\x12\x1c\n\x14service_account_name\x18\x01 \x01(\tB\xdd\x01\n3com.jfrog.ml.runtime_configuration.v0.hosting.azureP\x01Z\xa3\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0/hosting/azure;hosting_azureb\x06proto3')
19
19
 
20
20
  _globals = globals()
21
21
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -32,6 +32,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
32
32
  _globals['_AZUREBLOBSTORAGEAUTH']._serialized_end=936
33
33
  _globals['_AZURESASTOKEN']._serialized_start=938
34
34
  _globals['_AZURESASTOKEN']._serialized_end=1056
35
- _globals['_AZUREMANAGEDIDENTITY']._serialized_start=1058
36
- _globals['_AZUREMANAGEDIDENTITY']._serialized_end=1099
35
+ _globals['_AZUREMANAGEDIDENTITY']._serialized_start=1059
36
+ _globals['_AZUREMANAGEDIDENTITY']._serialized_end=1244
37
+ _globals['_KUBERNETESFEDERATEDCREDENTIALSDESCRIPTOR']._serialized_start=1246
38
+ _globals['_KUBERNETESFEDERATEDCREDENTIALSDESCRIPTOR']._serialized_end=1318
37
39
  # @@protoc_insertion_point(module_scope)
@@ -95,12 +95,32 @@ class AzureManagedIdentity(google.protobuf.message.Message):
95
95
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
96
96
 
97
97
  CLIENT_ID_FIELD_NUMBER: builtins.int
98
+ FEDERATED_CREDENTIALS_FIELD_NUMBER: builtins.int
98
99
  client_id: builtins.str
100
+ @property
101
+ def federated_credentials(self) -> global___KubernetesFederatedCredentialsDescriptor: ...
99
102
  def __init__(
100
103
  self,
101
104
  *,
102
105
  client_id: builtins.str = ...,
106
+ federated_credentials: global___KubernetesFederatedCredentialsDescriptor | None = ...,
103
107
  ) -> None: ...
104
- def ClearField(self, field_name: typing_extensions.Literal["client_id", b"client_id"]) -> None: ...
108
+ def HasField(self, field_name: typing_extensions.Literal["federated_credentials", b"federated_credentials", "type", b"type"]) -> builtins.bool: ...
109
+ def ClearField(self, field_name: typing_extensions.Literal["client_id", b"client_id", "federated_credentials", b"federated_credentials", "type", b"type"]) -> None: ...
110
+ def WhichOneof(self, oneof_group: typing_extensions.Literal["type", b"type"]) -> typing_extensions.Literal["federated_credentials"] | None: ...
105
111
 
106
112
  global___AzureManagedIdentity = AzureManagedIdentity
113
+
114
+ class KubernetesFederatedCredentialsDescriptor(google.protobuf.message.Message):
115
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
116
+
117
+ SERVICE_ACCOUNT_NAME_FIELD_NUMBER: builtins.int
118
+ service_account_name: builtins.str
119
+ def __init__(
120
+ self,
121
+ *,
122
+ service_account_name: builtins.str = ...,
123
+ ) -> None: ...
124
+ def ClearField(self, field_name: typing_extensions.Literal["service_account_name", b"service_account_name"]) -> None: ...
125
+
126
+ global___KubernetesFederatedCredentialsDescriptor = KubernetesFederatedCredentialsDescriptor
@@ -15,7 +15,7 @@ from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
15
15
  from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
16
16
 
17
17
 
18
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#qwak/admiral/secret/v0/secret.proto\x12\x16qwak.admiral.secret.v0\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x1f\n\x0eUserSecretSpec\x12\r\n\x05value\x18\x02 \x01(\t\"L\n\x10SystemSecretSpec\x12\x38\n\x05value\x18\x02 \x01(\x0b\x32).qwak.admiral.secret.v0.SystemSecretValue\"\x99\x01\n\x16SystemSecretDefinition\x12G\n\nidentifier\x18\x01 \x01(\x0b\x32\x33.qwak.admiral.secret.v0.EnvironmentSecretIdentifier\x12\x36\n\x04spec\x18\x02 \x01(\x0b\x32(.qwak.admiral.secret.v0.SystemSecretSpec\"C\n\x1b\x45nvironmentSecretIdentifier\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x16\n\x0e\x65nvironment_id\x18\x02 \x01(\t\"\xa0\x01\n\x1fSetUserEnvironmentSecretOptions\x12G\n\nidentifier\x18\x01 \x01(\x0b\x32\x33.qwak.admiral.secret.v0.EnvironmentSecretIdentifier\x12\x34\n\x04spec\x18\x02 \x01(\x0b\x32&.qwak.admiral.secret.v0.UserSecretSpec\"\xa4\x01\n!SetSystemEnvironmentSecretOptions\x12G\n\nidentifier\x18\x01 \x01(\x0b\x32\x33.qwak.admiral.secret.v0.EnvironmentSecretIdentifier\x12\x36\n\x04spec\x18\x02 \x01(\x0b\x32(.qwak.admiral.secret.v0.SystemSecretSpec\"\xa5\x01\n\x11SystemSecretValue\x12\x10\n\x06opaque\x18\x02 \x01(\tH\x00\x12\x35\n\x12\x64ocker_config_json\x18\x03 \x01(\x0b\x32\x17.google.protobuf.StructH\x00\x12>\n\x0bopaque_pair\x18\x04 \x01(\x0b\x32\'.qwak.admiral.secret.v0.OpaquePairValueH\x00\x42\x07\n\x05value\"\x82\x01\n\x0fOpaquePairValue\x12\x41\n\x05pairs\x18\x04 \x03(\x0b\x32\x32.qwak.admiral.secret.v0.OpaquePairValue.PairsEntry\x1a,\n\nPairsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"T\n\x0e\x41\x63\x63ountSecrets\x12\x42\n\x07secrets\x18\x01 \x03(\x0b\x32\x31.qwak.admiral.secret.v0.EnvironmentSecretMetadata\"\xc9\x01\n\x19\x45nvironmentSecretMetadata\x12G\n\nidentifier\x18\x01 \x01(\x0b\x32\x33.qwak.admiral.secret.v0.EnvironmentSecretIdentifier\x12.\n\ncreated_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x33\n\x0flast_updated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x8c\x01\n\x1d\x63om.qwak.ai.admiral.secret.v0P\x01Zigithub.com/qwak-ai/qwak-platform/services/core/go/admiral/admiral-api/pb/qwak/admiral/secret/v0;secret_v0b\x06proto3')
18
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#qwak/admiral/secret/v0/secret.proto\x12\x16qwak.admiral.secret.v0\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x1f\n\x0eUserSecretSpec\x12\r\n\x05value\x18\x02 \x01(\t\"L\n\x10SystemSecretSpec\x12\x38\n\x05value\x18\x02 \x01(\x0b\x32).qwak.admiral.secret.v0.SystemSecretValue\"\x99\x01\n\x16SystemSecretDefinition\x12G\n\nidentifier\x18\x01 \x01(\x0b\x32\x33.qwak.admiral.secret.v0.EnvironmentSecretIdentifier\x12\x36\n\x04spec\x18\x02 \x01(\x0b\x32(.qwak.admiral.secret.v0.SystemSecretSpec\"C\n\x1b\x45nvironmentSecretIdentifier\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x16\n\x0e\x65nvironment_id\x18\x02 \x01(\t\"\x82\x02\n\x1fSetUserEnvironmentSecretOptions\x12G\n\nidentifier\x18\x01 \x01(\x0b\x32\x33.qwak.admiral.secret.v0.EnvironmentSecretIdentifier\x12\x34\n\x04spec\x18\x02 \x01(\x0b\x32&.qwak.admiral.secret.v0.UserSecretSpec\x12\x43\n\x10platform_options\x18\x03 \x01(\x0b\x32\'.qwak.admiral.secret.v0.PlatformOptionsH\x00\x42\x1b\n\x19optional_platform_options\"&\n\x0fPlatformOptions\x12\x13\n\x0bproject_key\x18\x01 \x01(\t\"\xa4\x01\n!SetSystemEnvironmentSecretOptions\x12G\n\nidentifier\x18\x01 \x01(\x0b\x32\x33.qwak.admiral.secret.v0.EnvironmentSecretIdentifier\x12\x36\n\x04spec\x18\x02 \x01(\x0b\x32(.qwak.admiral.secret.v0.SystemSecretSpec\"\xa5\x01\n\x11SystemSecretValue\x12\x10\n\x06opaque\x18\x02 \x01(\tH\x00\x12\x35\n\x12\x64ocker_config_json\x18\x03 \x01(\x0b\x32\x17.google.protobuf.StructH\x00\x12>\n\x0bopaque_pair\x18\x04 \x01(\x0b\x32\'.qwak.admiral.secret.v0.OpaquePairValueH\x00\x42\x07\n\x05value\"\x82\x01\n\x0fOpaquePairValue\x12\x41\n\x05pairs\x18\x04 \x03(\x0b\x32\x32.qwak.admiral.secret.v0.OpaquePairValue.PairsEntry\x1a,\n\nPairsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"T\n\x0e\x41\x63\x63ountSecrets\x12\x42\n\x07secrets\x18\x01 \x03(\x0b\x32\x31.qwak.admiral.secret.v0.EnvironmentSecretMetadata\"\xc9\x01\n\x19\x45nvironmentSecretMetadata\x12G\n\nidentifier\x18\x01 \x01(\x0b\x32\x33.qwak.admiral.secret.v0.EnvironmentSecretIdentifier\x12.\n\ncreated_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x33\n\x0flast_updated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x8c\x01\n\x1d\x63om.qwak.ai.admiral.secret.v0P\x01Zigithub.com/qwak-ai/qwak-platform/services/core/go/admiral/admiral-api/pb/qwak/admiral/secret/v0;secret_v0b\x06proto3')
19
19
 
20
20
  _globals = globals()
21
21
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -35,17 +35,19 @@ if _descriptor._USE_C_DESCRIPTORS == False:
35
35
  _globals['_ENVIRONMENTSECRETIDENTIFIER']._serialized_start=393
36
36
  _globals['_ENVIRONMENTSECRETIDENTIFIER']._serialized_end=460
37
37
  _globals['_SETUSERENVIRONMENTSECRETOPTIONS']._serialized_start=463
38
- _globals['_SETUSERENVIRONMENTSECRETOPTIONS']._serialized_end=623
39
- _globals['_SETSYSTEMENVIRONMENTSECRETOPTIONS']._serialized_start=626
40
- _globals['_SETSYSTEMENVIRONMENTSECRETOPTIONS']._serialized_end=790
41
- _globals['_SYSTEMSECRETVALUE']._serialized_start=793
42
- _globals['_SYSTEMSECRETVALUE']._serialized_end=958
43
- _globals['_OPAQUEPAIRVALUE']._serialized_start=961
44
- _globals['_OPAQUEPAIRVALUE']._serialized_end=1091
45
- _globals['_OPAQUEPAIRVALUE_PAIRSENTRY']._serialized_start=1047
46
- _globals['_OPAQUEPAIRVALUE_PAIRSENTRY']._serialized_end=1091
47
- _globals['_ACCOUNTSECRETS']._serialized_start=1093
48
- _globals['_ACCOUNTSECRETS']._serialized_end=1177
49
- _globals['_ENVIRONMENTSECRETMETADATA']._serialized_start=1180
50
- _globals['_ENVIRONMENTSECRETMETADATA']._serialized_end=1381
38
+ _globals['_SETUSERENVIRONMENTSECRETOPTIONS']._serialized_end=721
39
+ _globals['_PLATFORMOPTIONS']._serialized_start=723
40
+ _globals['_PLATFORMOPTIONS']._serialized_end=761
41
+ _globals['_SETSYSTEMENVIRONMENTSECRETOPTIONS']._serialized_start=764
42
+ _globals['_SETSYSTEMENVIRONMENTSECRETOPTIONS']._serialized_end=928
43
+ _globals['_SYSTEMSECRETVALUE']._serialized_start=931
44
+ _globals['_SYSTEMSECRETVALUE']._serialized_end=1096
45
+ _globals['_OPAQUEPAIRVALUE']._serialized_start=1099
46
+ _globals['_OPAQUEPAIRVALUE']._serialized_end=1229
47
+ _globals['_OPAQUEPAIRVALUE_PAIRSENTRY']._serialized_start=1185
48
+ _globals['_OPAQUEPAIRVALUE_PAIRSENTRY']._serialized_end=1229
49
+ _globals['_ACCOUNTSECRETS']._serialized_start=1231
50
+ _globals['_ACCOUNTSECRETS']._serialized_end=1315
51
+ _globals['_ENVIRONMENTSECRETMETADATA']._serialized_start=1318
52
+ _globals['_ENVIRONMENTSECRETMETADATA']._serialized_end=1519
51
53
  # @@protoc_insertion_point(module_scope)
@@ -96,23 +96,42 @@ class SetUserEnvironmentSecretOptions(google.protobuf.message.Message):
96
96
 
97
97
  IDENTIFIER_FIELD_NUMBER: builtins.int
98
98
  SPEC_FIELD_NUMBER: builtins.int
99
+ PLATFORM_OPTIONS_FIELD_NUMBER: builtins.int
99
100
  @property
100
101
  def identifier(self) -> global___EnvironmentSecretIdentifier:
101
102
  """Secret identifier"""
102
103
  @property
103
104
  def spec(self) -> global___UserSecretSpec:
104
105
  """Secret Spec"""
106
+ @property
107
+ def platform_options(self) -> global___PlatformOptions: ...
105
108
  def __init__(
106
109
  self,
107
110
  *,
108
111
  identifier: global___EnvironmentSecretIdentifier | None = ...,
109
112
  spec: global___UserSecretSpec | None = ...,
113
+ platform_options: global___PlatformOptions | None = ...,
110
114
  ) -> 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: ...
115
+ def HasField(self, field_name: typing_extensions.Literal["identifier", b"identifier", "optional_platform_options", b"optional_platform_options", "platform_options", b"platform_options", "spec", b"spec"]) -> builtins.bool: ...
116
+ def ClearField(self, field_name: typing_extensions.Literal["identifier", b"identifier", "optional_platform_options", b"optional_platform_options", "platform_options", b"platform_options", "spec", b"spec"]) -> None: ...
117
+ def WhichOneof(self, oneof_group: typing_extensions.Literal["optional_platform_options", b"optional_platform_options"]) -> typing_extensions.Literal["platform_options"] | None: ...
113
118
 
114
119
  global___SetUserEnvironmentSecretOptions = SetUserEnvironmentSecretOptions
115
120
 
121
+ class PlatformOptions(google.protobuf.message.Message):
122
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
123
+
124
+ PROJECT_KEY_FIELD_NUMBER: builtins.int
125
+ project_key: builtins.str
126
+ def __init__(
127
+ self,
128
+ *,
129
+ project_key: builtins.str = ...,
130
+ ) -> None: ...
131
+ def ClearField(self, field_name: typing_extensions.Literal["project_key", b"project_key"]) -> None: ...
132
+
133
+ global___PlatformOptions = PlatformOptions
134
+
116
135
  class SetSystemEnvironmentSecretOptions(google.protobuf.message.Message):
117
136
  DESCRIPTOR: google.protobuf.descriptor.Descriptor
118
137