qwak-core 0.4.222__py3-none-any.whl → 0.4.223__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.
- _qwak_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +60 -10
- _qwak_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.pyi +93 -4
- _qwak_proto/qwak/administration/v0/environments/configuration_pb2.py +6 -6
- _qwak_proto/qwak/administration/v0/environments/configuration_pb2.pyi +4 -4
- qwak/__init__.py +1 -1
- qwak/model/base.py +1 -1
- {qwak_core-0.4.222.dist-info → qwak_core-0.4.223.dist-info}/METADATA +1 -1
- {qwak_core-0.4.222.dist-info → qwak_core-0.4.223.dist-info}/RECORD +9 -9
- {qwak_core-0.4.222.dist-info → qwak_core-0.4.223.dist-info}/WHEEL +0 -0
@@ -14,11 +14,16 @@ _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\"\
|
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\x12H\n\x12tokens_signing_key\x18\x01 \x01(\x0b\x32,.qwak.administration.account.v1.TokenSignKey\"L\n\x0cTokenSignKey\x12\x34\n\x04jwks\x18\x01 \x01(\x0b\x32$.qwak.administration.account.v1.JWKSH\x00\x42\x06\n\x04type\"\x14\n\x04JWKS\x12\x0c\n\x04jwks\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\"\xb5\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\x12?\n\x0bjpd_details\x18\x03 \x01(\x0b\x32*.qwak.administration.account.v1.JPDDetails\"\'\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
|
|
21
21
|
_JFROGTENANTDETAILS = DESCRIPTOR.message_types_by_name['JfrogTenantDetails']
|
22
|
+
_JPDDETAILS = DESCRIPTOR.message_types_by_name['JPDDetails']
|
23
|
+
_SELFHOSTEDJPDDETAILS = DESCRIPTOR.message_types_by_name['SelfHostedJPDDetails']
|
24
|
+
_TOKENSIGNKEY = DESCRIPTOR.message_types_by_name['TokenSignKey']
|
25
|
+
_JWKS = DESCRIPTOR.message_types_by_name['JWKS']
|
26
|
+
_SAASJPDDETAILS = DESCRIPTOR.message_types_by_name['SAASJPDDetails']
|
22
27
|
_JFROGTENANTCONFIGURATION = DESCRIPTOR.message_types_by_name['JFrogTenantConfiguration']
|
23
28
|
_JFROGPROJECTDETAILS = DESCRIPTOR.message_types_by_name['JfrogProjectDetails']
|
24
29
|
_JFROGTENANTSPEC = DESCRIPTOR.message_types_by_name['JfrogTenantSpec']
|
@@ -30,6 +35,41 @@ JfrogTenantDetails = _reflection.GeneratedProtocolMessageType('JfrogTenantDetail
|
|
30
35
|
})
|
31
36
|
_sym_db.RegisterMessage(JfrogTenantDetails)
|
32
37
|
|
38
|
+
JPDDetails = _reflection.GeneratedProtocolMessageType('JPDDetails', (_message.Message,), {
|
39
|
+
'DESCRIPTOR' : _JPDDETAILS,
|
40
|
+
'__module__' : 'qwak.administration.account.v1.jfrog_tenant_details_pb2'
|
41
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.account.v1.JPDDetails)
|
42
|
+
})
|
43
|
+
_sym_db.RegisterMessage(JPDDetails)
|
44
|
+
|
45
|
+
SelfHostedJPDDetails = _reflection.GeneratedProtocolMessageType('SelfHostedJPDDetails', (_message.Message,), {
|
46
|
+
'DESCRIPTOR' : _SELFHOSTEDJPDDETAILS,
|
47
|
+
'__module__' : 'qwak.administration.account.v1.jfrog_tenant_details_pb2'
|
48
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.account.v1.SelfHostedJPDDetails)
|
49
|
+
})
|
50
|
+
_sym_db.RegisterMessage(SelfHostedJPDDetails)
|
51
|
+
|
52
|
+
TokenSignKey = _reflection.GeneratedProtocolMessageType('TokenSignKey', (_message.Message,), {
|
53
|
+
'DESCRIPTOR' : _TOKENSIGNKEY,
|
54
|
+
'__module__' : 'qwak.administration.account.v1.jfrog_tenant_details_pb2'
|
55
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.account.v1.TokenSignKey)
|
56
|
+
})
|
57
|
+
_sym_db.RegisterMessage(TokenSignKey)
|
58
|
+
|
59
|
+
JWKS = _reflection.GeneratedProtocolMessageType('JWKS', (_message.Message,), {
|
60
|
+
'DESCRIPTOR' : _JWKS,
|
61
|
+
'__module__' : 'qwak.administration.account.v1.jfrog_tenant_details_pb2'
|
62
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.account.v1.JWKS)
|
63
|
+
})
|
64
|
+
_sym_db.RegisterMessage(JWKS)
|
65
|
+
|
66
|
+
SAASJPDDetails = _reflection.GeneratedProtocolMessageType('SAASJPDDetails', (_message.Message,), {
|
67
|
+
'DESCRIPTOR' : _SAASJPDDETAILS,
|
68
|
+
'__module__' : 'qwak.administration.account.v1.jfrog_tenant_details_pb2'
|
69
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.account.v1.SAASJPDDetails)
|
70
|
+
})
|
71
|
+
_sym_db.RegisterMessage(SAASJPDDetails)
|
72
|
+
|
33
73
|
JFrogTenantConfiguration = _reflection.GeneratedProtocolMessageType('JFrogTenantConfiguration', (_message.Message,), {
|
34
74
|
'DESCRIPTOR' : _JFROGTENANTCONFIGURATION,
|
35
75
|
'__module__' : 'qwak.administration.account.v1.jfrog_tenant_details_pb2'
|
@@ -65,13 +105,23 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
65
105
|
_JFROGTENANTDETAILS.fields_by_name['default_jfrog_project_details']._options = None
|
66
106
|
_JFROGTENANTDETAILS.fields_by_name['default_jfrog_project_details']._serialized_options = b'\030\001'
|
67
107
|
_JFROGTENANTDETAILS._serialized_start=94
|
68
|
-
_JFROGTENANTDETAILS._serialized_end=
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
108
|
+
_JFROGTENANTDETAILS._serialized_end=388
|
109
|
+
_JPDDETAILS._serialized_start=391
|
110
|
+
_JPDDETAILS._serialized_end=567
|
111
|
+
_SELFHOSTEDJPDDETAILS._serialized_start=569
|
112
|
+
_SELFHOSTEDJPDDETAILS._serialized_end=665
|
113
|
+
_TOKENSIGNKEY._serialized_start=667
|
114
|
+
_TOKENSIGNKEY._serialized_end=743
|
115
|
+
_JWKS._serialized_start=745
|
116
|
+
_JWKS._serialized_end=765
|
117
|
+
_SAASJPDDETAILS._serialized_start=767
|
118
|
+
_SAASJPDDETAILS._serialized_end=783
|
119
|
+
_JFROGTENANTCONFIGURATION._serialized_start=785
|
120
|
+
_JFROGTENANTCONFIGURATION._serialized_end=903
|
121
|
+
_JFROGPROJECTDETAILS._serialized_start=905
|
122
|
+
_JFROGPROJECTDETAILS._serialized_end=947
|
123
|
+
_JFROGTENANTSPEC._serialized_start=950
|
124
|
+
_JFROGTENANTSPEC._serialized_end=1131
|
125
|
+
_JFROGPROJECTSPEC._serialized_start=1133
|
126
|
+
_JFROGPROJECTSPEC._serialized_end=1172
|
77
127
|
# @@protoc_insertion_point(module_scope)
|
@@ -20,6 +20,7 @@ class JfrogTenantDetails(google.protobuf.message.Message):
|
|
20
20
|
TENANT_ID_FIELD_NUMBER: builtins.int
|
21
21
|
DEFAULT_JFROG_PROJECT_DETAILS_FIELD_NUMBER: builtins.int
|
22
22
|
JFROG_TENANT_CONFIGURATION_FIELD_NUMBER: builtins.int
|
23
|
+
JPD_DETAILS_FIELD_NUMBER: builtins.int
|
23
24
|
tenant_id: builtins.str
|
24
25
|
"""The JFrog tenant's ID"""
|
25
26
|
@property
|
@@ -28,18 +29,101 @@ class JfrogTenantDetails(google.protobuf.message.Message):
|
|
28
29
|
@property
|
29
30
|
def jfrog_tenant_configuration(self) -> global___JFrogTenantConfiguration:
|
30
31
|
"""The JFrog tenant's configuration"""
|
32
|
+
@property
|
33
|
+
def jpd_details(self) -> global___JPDDetails:
|
34
|
+
"""Details about this tenant id JPD"""
|
31
35
|
def __init__(
|
32
36
|
self,
|
33
37
|
*,
|
34
38
|
tenant_id: builtins.str = ...,
|
35
39
|
default_jfrog_project_details: global___JfrogProjectDetails | None = ...,
|
36
40
|
jfrog_tenant_configuration: global___JFrogTenantConfiguration | None = ...,
|
41
|
+
jpd_details: global___JPDDetails | None = ...,
|
37
42
|
) -> None: ...
|
38
|
-
def HasField(self, field_name: typing_extensions.Literal["default_jfrog_project_details", b"default_jfrog_project_details", "jfrog_tenant_configuration", b"jfrog_tenant_configuration"]) -> builtins.bool: ...
|
39
|
-
def ClearField(self, field_name: typing_extensions.Literal["default_jfrog_project_details", b"default_jfrog_project_details", "jfrog_tenant_configuration", b"jfrog_tenant_configuration", "tenant_id", b"tenant_id"]) -> None: ...
|
43
|
+
def HasField(self, field_name: typing_extensions.Literal["default_jfrog_project_details", b"default_jfrog_project_details", "jfrog_tenant_configuration", b"jfrog_tenant_configuration", "jpd_details", b"jpd_details"]) -> builtins.bool: ...
|
44
|
+
def ClearField(self, field_name: typing_extensions.Literal["default_jfrog_project_details", b"default_jfrog_project_details", "jfrog_tenant_configuration", b"jfrog_tenant_configuration", "jpd_details", b"jpd_details", "tenant_id", b"tenant_id"]) -> None: ...
|
40
45
|
|
41
46
|
global___JfrogTenantDetails = JfrogTenantDetails
|
42
47
|
|
48
|
+
class JPDDetails(google.protobuf.message.Message):
|
49
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
50
|
+
|
51
|
+
SH_JPD_DETAILS_FIELD_NUMBER: builtins.int
|
52
|
+
SAAS_JPD_DETAILS_FIELD_NUMBER: builtins.int
|
53
|
+
@property
|
54
|
+
def sh_jpd_details(self) -> global___SelfHostedJPDDetails: ...
|
55
|
+
@property
|
56
|
+
def saas_jpd_details(self) -> global___SAASJPDDetails: ...
|
57
|
+
def __init__(
|
58
|
+
self,
|
59
|
+
*,
|
60
|
+
sh_jpd_details: global___SelfHostedJPDDetails | None = ...,
|
61
|
+
saas_jpd_details: global___SAASJPDDetails | None = ...,
|
62
|
+
) -> None: ...
|
63
|
+
def HasField(self, field_name: typing_extensions.Literal["saas_jpd_details", b"saas_jpd_details", "sh_jpd_details", b"sh_jpd_details", "type", b"type"]) -> builtins.bool: ...
|
64
|
+
def ClearField(self, field_name: typing_extensions.Literal["saas_jpd_details", b"saas_jpd_details", "sh_jpd_details", b"sh_jpd_details", "type", b"type"]) -> None: ...
|
65
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["type", b"type"]) -> typing_extensions.Literal["sh_jpd_details", "saas_jpd_details"] | None: ...
|
66
|
+
|
67
|
+
global___JPDDetails = JPDDetails
|
68
|
+
|
69
|
+
class SelfHostedJPDDetails(google.protobuf.message.Message):
|
70
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
71
|
+
|
72
|
+
TOKENS_SIGNING_KEY_FIELD_NUMBER: builtins.int
|
73
|
+
@property
|
74
|
+
def tokens_signing_key(self) -> global___TokenSignKey:
|
75
|
+
"""The self hosted jpd, token signing key"""
|
76
|
+
def __init__(
|
77
|
+
self,
|
78
|
+
*,
|
79
|
+
tokens_signing_key: global___TokenSignKey | None = ...,
|
80
|
+
) -> None: ...
|
81
|
+
def HasField(self, field_name: typing_extensions.Literal["tokens_signing_key", b"tokens_signing_key"]) -> builtins.bool: ...
|
82
|
+
def ClearField(self, field_name: typing_extensions.Literal["tokens_signing_key", b"tokens_signing_key"]) -> None: ...
|
83
|
+
|
84
|
+
global___SelfHostedJPDDetails = SelfHostedJPDDetails
|
85
|
+
|
86
|
+
class TokenSignKey(google.protobuf.message.Message):
|
87
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
88
|
+
|
89
|
+
JWKS_FIELD_NUMBER: builtins.int
|
90
|
+
@property
|
91
|
+
def jwks(self) -> global___JWKS: ...
|
92
|
+
def __init__(
|
93
|
+
self,
|
94
|
+
*,
|
95
|
+
jwks: global___JWKS | None = ...,
|
96
|
+
) -> None: ...
|
97
|
+
def HasField(self, field_name: typing_extensions.Literal["jwks", b"jwks", "type", b"type"]) -> builtins.bool: ...
|
98
|
+
def ClearField(self, field_name: typing_extensions.Literal["jwks", b"jwks", "type", b"type"]) -> None: ...
|
99
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["type", b"type"]) -> typing_extensions.Literal["jwks"] | None: ...
|
100
|
+
|
101
|
+
global___TokenSignKey = TokenSignKey
|
102
|
+
|
103
|
+
class JWKS(google.protobuf.message.Message):
|
104
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
105
|
+
|
106
|
+
JWKS_FIELD_NUMBER: builtins.int
|
107
|
+
jwks: builtins.str
|
108
|
+
"""The Json web Key set (rfc7517)"""
|
109
|
+
def __init__(
|
110
|
+
self,
|
111
|
+
*,
|
112
|
+
jwks: builtins.str = ...,
|
113
|
+
) -> None: ...
|
114
|
+
def ClearField(self, field_name: typing_extensions.Literal["jwks", b"jwks"]) -> None: ...
|
115
|
+
|
116
|
+
global___JWKS = JWKS
|
117
|
+
|
118
|
+
class SAASJPDDetails(google.protobuf.message.Message):
|
119
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
120
|
+
|
121
|
+
def __init__(
|
122
|
+
self,
|
123
|
+
) -> None: ...
|
124
|
+
|
125
|
+
global___SAASJPDDetails = SAASJPDDetails
|
126
|
+
|
43
127
|
class JFrogTenantConfiguration(google.protobuf.message.Message):
|
44
128
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
45
129
|
|
@@ -77,19 +161,24 @@ class JfrogTenantSpec(google.protobuf.message.Message):
|
|
77
161
|
|
78
162
|
TENANT_ID_FIELD_NUMBER: builtins.int
|
79
163
|
DEFAULT_PROJECT_SPEC_FIELD_NUMBER: builtins.int
|
164
|
+
JPD_DETAILS_FIELD_NUMBER: builtins.int
|
80
165
|
tenant_id: builtins.str
|
81
166
|
"""The JFrog tenant's ID"""
|
82
167
|
@property
|
83
168
|
def default_project_spec(self) -> global___JfrogProjectSpec:
|
84
169
|
"""The JFrog tenant's default project details"""
|
170
|
+
@property
|
171
|
+
def jpd_details(self) -> global___JPDDetails:
|
172
|
+
"""Details about this tenant id JPD"""
|
85
173
|
def __init__(
|
86
174
|
self,
|
87
175
|
*,
|
88
176
|
tenant_id: builtins.str = ...,
|
89
177
|
default_project_spec: global___JfrogProjectSpec | None = ...,
|
178
|
+
jpd_details: global___JPDDetails | None = ...,
|
90
179
|
) -> None: ...
|
91
|
-
def HasField(self, field_name: typing_extensions.Literal["default_project_spec", b"default_project_spec"]) -> builtins.bool: ...
|
92
|
-
def ClearField(self, field_name: typing_extensions.Literal["default_project_spec", b"default_project_spec", "tenant_id", b"tenant_id"]) -> None: ...
|
180
|
+
def HasField(self, field_name: typing_extensions.Literal["default_project_spec", b"default_project_spec", "jpd_details", b"jpd_details"]) -> builtins.bool: ...
|
181
|
+
def ClearField(self, field_name: typing_extensions.Literal["default_project_spec", b"default_project_spec", "jpd_details", b"jpd_details", "tenant_id", b"tenant_id"]) -> None: ...
|
93
182
|
|
94
183
|
global___JfrogTenantSpec = JfrogTenantSpec
|
95
184
|
|
@@ -15,7 +15,7 @@ _sym_db = _symbol_database.Default()
|
|
15
15
|
|
16
16
|
|
17
17
|
|
18
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n7qwak/administration/v0/environments/configuration.proto\x12\x1fqwak.administration.environment\"\x82\x04\n\x1cQwakEnvironmentConfiguration\x12\x19\n\x11\x65\x64ge_services_url\x18\x01 \x01(\t\x12\x1d\n\x15management_access_url\x18\x06 \x01(\t\x12\x15\n\rmodel_api_url\x18\x02 \x01(\t\x12\x1e\n\x16\x61nalytics_data_api_url\x18\x03 \x01(\t\x12\x1d\n\x15object_storage_bucket\x18\x04 \x01(\t\x12\x19\n\x11\x62i_system_api_key\x18\x05 \x01(\t\x12T\n\x13\x63loud_configuration\x18\x07 \x01(\x0b\x32\x37.qwak.administration.environment.QwakCloudConfiguration\x12_\n\x1b\x66\x65\x61ture_store_configuration\x18\x08 \x01(\x0b\x32:.qwak.administration.environment.FeatureStoreConfiguration\x12!\n\x19\x63ontainer_registry_prefix\x18\t \x01(\t\x12]\n\x1a\x63ommunication_manager_type\x18\n \x01(\x0e\x32\x39.qwak.administration.environment.CommunicationManagerType\"v\n\x19\x46\x65\x61tureStoreConfiguration\x12\x1d\n\x15\x61irflow_connection_id\x18\x01 \x01(\t\x12\x15\n\rredis_address\x18\x02 \x01(\t\x12#\n\x1buser_code_execution_allowed\x18\x03 \x01(\x08\"\xdf\x01\n\x16QwakCloudConfiguration\x12Y\n\x17\x61ws_cloud_configuration\x18\x01 \x01(\x0b\x32\x36.qwak.administration.environment.AwsCloudConfigurationH\x00\x12Y\n\x17gcp_cloud_configuration\x18\x02 \x01(\x0b\x32\x36.qwak.administration.environment.GcpCloudConfigurationH\x00\x42\x0f\n\rconfiguration\"\xae\x01\n\x15\x41wsCloudConfiguration\x12\x0e\n\x06region\x18\x01 \x01(\t\x12\x10\n\x08role_arn\x18\x02 \x01(\t\x12K\n\x11\x66\x65\x61ture_store_emr\x18\x03 \x01(\x0b\x32\x30.qwak.administration.environment.FeatureStoreEmr\x12\x13\n\x0b\x65xternal_id\x18\x04 \x01(\t\x12\x11\n\tworkgroup\x18\x05 \x01(\t\"\
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n7qwak/administration/v0/environments/configuration.proto\x12\x1fqwak.administration.environment\"\x82\x04\n\x1cQwakEnvironmentConfiguration\x12\x19\n\x11\x65\x64ge_services_url\x18\x01 \x01(\t\x12\x1d\n\x15management_access_url\x18\x06 \x01(\t\x12\x15\n\rmodel_api_url\x18\x02 \x01(\t\x12\x1e\n\x16\x61nalytics_data_api_url\x18\x03 \x01(\t\x12\x1d\n\x15object_storage_bucket\x18\x04 \x01(\t\x12\x19\n\x11\x62i_system_api_key\x18\x05 \x01(\t\x12T\n\x13\x63loud_configuration\x18\x07 \x01(\x0b\x32\x37.qwak.administration.environment.QwakCloudConfiguration\x12_\n\x1b\x66\x65\x61ture_store_configuration\x18\x08 \x01(\x0b\x32:.qwak.administration.environment.FeatureStoreConfiguration\x12!\n\x19\x63ontainer_registry_prefix\x18\t \x01(\t\x12]\n\x1a\x63ommunication_manager_type\x18\n \x01(\x0e\x32\x39.qwak.administration.environment.CommunicationManagerType\"v\n\x19\x46\x65\x61tureStoreConfiguration\x12\x1d\n\x15\x61irflow_connection_id\x18\x01 \x01(\t\x12\x15\n\rredis_address\x18\x02 \x01(\t\x12#\n\x1buser_code_execution_allowed\x18\x03 \x01(\x08\"\xdf\x01\n\x16QwakCloudConfiguration\x12Y\n\x17\x61ws_cloud_configuration\x18\x01 \x01(\x0b\x32\x36.qwak.administration.environment.AwsCloudConfigurationH\x00\x12Y\n\x17gcp_cloud_configuration\x18\x02 \x01(\x0b\x32\x36.qwak.administration.environment.GcpCloudConfigurationH\x00\x42\x0f\n\rconfiguration\"\xae\x01\n\x15\x41wsCloudConfiguration\x12\x0e\n\x06region\x18\x01 \x01(\t\x12\x10\n\x08role_arn\x18\x02 \x01(\t\x12K\n\x11\x66\x65\x61ture_store_emr\x18\x03 \x01(\x0b\x32\x30.qwak.administration.environment.FeatureStoreEmr\x12\x13\n\x0b\x65xternal_id\x18\x04 \x01(\t\x12\x11\n\tworkgroup\x18\x05 \x01(\t\"\xb0\x01\n\x15GcpCloudConfiguration\x12\x12\n\nproject_id\x18\x01 \x01(\t\x12\x0e\n\x06region\x18\x02 \x01(\t\x12 \n\x18\x62ig_lake_connection_name\x18\x03 \x01(\t\x12\x19\n\x11\x62ig_lake_location\x18\x04 \x01(\t\x12\x17\n\x0fservice_account\x18\x05 \x01(\t\x12\x1d\n\x15\x62ig_lake_catalog_name\x18\x06 \x01(\t\"\xc5\x01\n\x0f\x46\x65\x61tureStoreEmr\x12\x14\n\x0c\x65\x63\x32_key_name\x18\x01 \x01(\t\x12\x15\n\rec2_subnet_id\x18\x02 \x01(\t\x12\x19\n\x11\x65mr_job_flow_role\x18\x03 \x01(\t\x12\x18\n\x10\x65mr_service_role\x18\x04 \x01(\t\x12%\n\x1d\x65\x63\x32_additional_security_group\x18\x05 \x01(\t\x12)\n!target_on_demand_capacity_workers\x18\x06 \x01(\x05*X\n\x18\x43ommunicationManagerType\x12\x13\n\x0fINVALID_MANAGER\x10\x00\x12\x12\n\x0e\x44IRECT_MANAGER\x10\x01\x12\x13\n\x0f\x41\x44MIRAL_MANAGER\x10\x02\x42\xb2\x01\n\x1e\x63om.qwak.ai.administration.apiP\x01Z\x8d\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/v0/environments;environment_v0b\x06proto3')
|
19
19
|
|
20
20
|
_COMMUNICATIONMANAGERTYPE = DESCRIPTOR.enum_types_by_name['CommunicationManagerType']
|
21
21
|
CommunicationManagerType = enum_type_wrapper.EnumTypeWrapper(_COMMUNICATIONMANAGERTYPE)
|
@@ -76,8 +76,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
76
76
|
|
77
77
|
DESCRIPTOR._options = None
|
78
78
|
DESCRIPTOR._serialized_options = b'\n\036com.qwak.ai.administration.apiP\001Z\215\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/v0/environments;environment_v0'
|
79
|
-
_COMMUNICATIONMANAGERTYPE._serialized_start=
|
80
|
-
_COMMUNICATIONMANAGERTYPE._serialized_end=
|
79
|
+
_COMMUNICATIONMANAGERTYPE._serialized_start=1511
|
80
|
+
_COMMUNICATIONMANAGERTYPE._serialized_end=1599
|
81
81
|
_QWAKENVIRONMENTCONFIGURATION._serialized_start=93
|
82
82
|
_QWAKENVIRONMENTCONFIGURATION._serialized_end=607
|
83
83
|
_FEATURESTORECONFIGURATION._serialized_start=609
|
@@ -87,7 +87,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
87
87
|
_AWSCLOUDCONFIGURATION._serialized_start=956
|
88
88
|
_AWSCLOUDCONFIGURATION._serialized_end=1130
|
89
89
|
_GCPCLOUDCONFIGURATION._serialized_start=1133
|
90
|
-
_GCPCLOUDCONFIGURATION._serialized_end=
|
91
|
-
_FEATURESTOREEMR._serialized_start=
|
92
|
-
_FEATURESTOREEMR._serialized_end=
|
90
|
+
_GCPCLOUDCONFIGURATION._serialized_end=1309
|
91
|
+
_FEATURESTOREEMR._serialized_start=1312
|
92
|
+
_FEATURESTOREEMR._serialized_end=1509
|
93
93
|
# @@protoc_insertion_point(module_scope)
|
@@ -175,7 +175,7 @@ class GcpCloudConfiguration(google.protobuf.message.Message):
|
|
175
175
|
BIG_LAKE_CONNECTION_NAME_FIELD_NUMBER: builtins.int
|
176
176
|
BIG_LAKE_LOCATION_FIELD_NUMBER: builtins.int
|
177
177
|
SERVICE_ACCOUNT_FIELD_NUMBER: builtins.int
|
178
|
-
|
178
|
+
BIG_LAKE_CATALOG_NAME_FIELD_NUMBER: builtins.int
|
179
179
|
project_id: builtins.str
|
180
180
|
"""The project id of the environment"""
|
181
181
|
region: builtins.str
|
@@ -185,7 +185,7 @@ class GcpCloudConfiguration(google.protobuf.message.Message):
|
|
185
185
|
"""The location of the big lake a.k.a region"""
|
186
186
|
service_account: builtins.str
|
187
187
|
"""The service account that qwak platform perform actions on behalf"""
|
188
|
-
|
188
|
+
big_lake_catalog_name: builtins.str
|
189
189
|
"""The spark catalog name"""
|
190
190
|
def __init__(
|
191
191
|
self,
|
@@ -195,9 +195,9 @@ class GcpCloudConfiguration(google.protobuf.message.Message):
|
|
195
195
|
big_lake_connection_name: builtins.str = ...,
|
196
196
|
big_lake_location: builtins.str = ...,
|
197
197
|
service_account: builtins.str = ...,
|
198
|
-
|
198
|
+
big_lake_catalog_name: builtins.str = ...,
|
199
199
|
) -> None: ...
|
200
|
-
def ClearField(self, field_name: typing_extensions.Literal["
|
200
|
+
def ClearField(self, field_name: typing_extensions.Literal["big_lake_catalog_name", b"big_lake_catalog_name", "big_lake_connection_name", b"big_lake_connection_name", "big_lake_location", b"big_lake_location", "project_id", b"project_id", "region", b"region", "service_account", b"service_account"]) -> None: ...
|
201
201
|
|
202
202
|
global___GcpCloudConfiguration = GcpCloudConfiguration
|
203
203
|
|
qwak/__init__.py
CHANGED
qwak/model/base.py
CHANGED
@@ -6,8 +6,8 @@ _qwak_proto/qwak/administration/account/v1/account_pb2_grpc.py,sha256=1oboBPFxaT
|
|
6
6
|
_qwak_proto/qwak/administration/account/v1/account_service_pb2.py,sha256=R0XmEIGHQw1l_dBtZsiSdw08qcjFKFE1xUmjklsN3Ts,16728
|
7
7
|
_qwak_proto/qwak/administration/account/v1/account_service_pb2.pyi,sha256=KHC6yFPBweHynotq6ReWhU_MNxlUckttePE-PjogXqM,15227
|
8
8
|
_qwak_proto/qwak/administration/account/v1/account_service_pb2_grpc.py,sha256=nvhyyISQQrMbieUNOpABfYcpWhU7UiHBM106iAtOMg4,18747
|
9
|
-
_qwak_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py,sha256=
|
10
|
-
_qwak_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.pyi,sha256=
|
9
|
+
_qwak_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py,sha256=H5j1Lqw4qjgtLQhF8CRAulZIm64X7SNKFBBhfXRFG3E,8022
|
10
|
+
_qwak_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.pyi,sha256=vpIa71TeOaNd1tobelH2kv8kljpJMnBsgWqX1fKyhTk,8051
|
11
11
|
_qwak_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
12
12
|
_qwak_proto/qwak/administration/account/v1/personalization_pb2.py,sha256=N1-3t7W5bQ7zDolog9_ttjnWkEcbSIWT4jINO5zPjo4,2390
|
13
13
|
_qwak_proto/qwak/administration/account/v1/personalization_pb2.pyi,sha256=sfLQNbqTtVl62YyeUdRDL6_yeCWo1k6JMAWYCiWp2KQ,1475
|
@@ -30,8 +30,8 @@ _qwak_proto/qwak/administration/authenticated_user/v1/details_pb2_grpc.py,sha256
|
|
30
30
|
_qwak_proto/qwak/administration/v0/authentication/authentication_service_pb2.py,sha256=tNmhY4QqTOJlPYdrvvTnj9HpFq4Hw7hstOsHq84JJKQ,4635
|
31
31
|
_qwak_proto/qwak/administration/v0/authentication/authentication_service_pb2.pyi,sha256=jAAqlBaE5GmqYVzmYzJ37rS06-4gma5X9x1ZB8GvAqU,3664
|
32
32
|
_qwak_proto/qwak/administration/v0/authentication/authentication_service_pb2_grpc.py,sha256=ktkVSlWBoENwKMHFyHPqT7jbffdM2tO-9KzhtsQFEVo,3167
|
33
|
-
_qwak_proto/qwak/administration/v0/environments/configuration_pb2.py,sha256=
|
34
|
-
_qwak_proto/qwak/administration/v0/environments/configuration_pb2.pyi,sha256=
|
33
|
+
_qwak_proto/qwak/administration/v0/environments/configuration_pb2.py,sha256=HkFbAjzRJ-R6x_-nth18VGBXCT8-pHXHQ7sf4BPmVew,7414
|
34
|
+
_qwak_proto/qwak/administration/v0/environments/configuration_pb2.pyi,sha256=roVnLgAWzogWdV4ekF6Qh-FAMJVPNmTyMe2GP-rZMPU,11879
|
35
35
|
_qwak_proto/qwak/administration/v0/environments/configuration_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
36
36
|
_qwak_proto/qwak/administration/v0/environments/environment_pb2.py,sha256=Omk837t3TA3hUMhIeLhu4BPtPZrhipsCKUtB65zuWQY,5117
|
37
37
|
_qwak_proto/qwak/administration/v0/environments/environment_pb2.pyi,sha256=VHHMYS1tvm--DXeLEnmzr75BhHMHx7UqppGGubn8wSs,7487
|
@@ -525,7 +525,7 @@ _qwak_proto/qwak/workspace/workspace_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXH
|
|
525
525
|
_qwak_proto/qwak/workspace/workspace_service_pb2.py,sha256=AB3C9S_AbOD7Nx1Ni4j1rW6PNtYTV1zjiqFQk-goQ74,21429
|
526
526
|
_qwak_proto/qwak/workspace/workspace_service_pb2.pyi,sha256=nKKCHwnovZhsy8TSVmdz-Vtl0nviOOoX56HD-41Xo08,13726
|
527
527
|
_qwak_proto/qwak/workspace/workspace_service_pb2_grpc.py,sha256=yKGuexxTBza99Ihe0DSTniV2ZSd_AG47inHenqfi890,27193
|
528
|
-
qwak/__init__.py,sha256=
|
528
|
+
qwak/__init__.py,sha256=EK3x4UFfLCh6eEgxKmO6mIlmLx8nRWaORQtetM1KvWc,587
|
529
529
|
qwak/automations/__init__.py,sha256=qFZRvCxUUn8gcxkJR0v19ulHW2oJ0x6-Rif7HiheDP4,1522
|
530
530
|
qwak/automations/automation_executions.py,sha256=5MeH_epYYWb8NKXgAozwT_jPyyUDednBHG7izloi7RY,3228
|
531
531
|
qwak/automations/automations.py,sha256=3yx8e2v0uSKDnXbqyknasyEoQ5vxGni6K40Hbi1_zkk,12599
|
@@ -872,7 +872,7 @@ qwak/model/adapters/output_adapters/proto_output_adapter.py,sha256=eUF1XoLCVocgS
|
|
872
872
|
qwak/model/adapters/output_adapters/qwak_with_default_fallback.py,sha256=6iBIPuvqfynexPVNVvajcmytl4uji0pyfe8shCrmky0,115
|
873
873
|
qwak/model/adapters/output_adapters/tf_tensor_output_adapter.py,sha256=nSOszDmgsDyahqJbX10zrdwMX2W90RdQQ2uhybF7S08,220
|
874
874
|
qwak/model/analytics_logging.py,sha256=yCjuPj1mFdoYoADz9Ge56cli3yp7X0Pies3BnMjAa9o,303
|
875
|
-
qwak/model/base.py,sha256
|
875
|
+
qwak/model/base.py,sha256=-iVSCu3Oft9o8PjsYhKXgeMqumUTTcp8_66iYTlLAjc,2824
|
876
876
|
qwak/model/decorators/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
877
877
|
qwak/model/decorators/api.py,sha256=y3pMo9cZKUvKfHLPyLAmQMOQvgLAB9GDESOJYwhtkY0,1938
|
878
878
|
qwak/model/decorators/impl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -1001,6 +1001,6 @@ qwak_services_mock/mocks/workspace_manager_service_mock.py,sha256=O9ZSwln4T4kHVk
|
|
1001
1001
|
qwak_services_mock/services_mock.py,sha256=CABZ2teXoSJ-X7CD3iRo5ht-w3jhW-Cvpb47APUHXEA,19089
|
1002
1002
|
qwak_services_mock/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1003
1003
|
qwak_services_mock/utils/service_utils.py,sha256=ZlB0CnB1J6oBn6_m7fQO2U8tKoboHdUa6ljjkRMYNXU,265
|
1004
|
-
qwak_core-0.4.
|
1005
|
-
qwak_core-0.4.
|
1006
|
-
qwak_core-0.4.
|
1004
|
+
qwak_core-0.4.223.dist-info/METADATA,sha256=LP8x7cBoXWE-reY9gvL_O-ebp7hS5gj7tjT8C8l_moY,2150
|
1005
|
+
qwak_core-0.4.223.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
1006
|
+
qwak_core-0.4.223.dist-info/RECORD,,
|
File without changes
|