qwak-core 0.4.230__py3-none-any.whl → 0.4.232__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/account_pb2.py +10 -10
- _qwak_proto/qwak/administration/account/v1/account_pb2.pyi +6 -6
- _qwak_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +18 -18
- _qwak_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.pyi +12 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/auth_pb2.py +36 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/auth_pb2.pyi +36 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/auth_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +55 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.pyi +68 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +36 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.pyi +39 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +66 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.pyi +79 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +36 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.pyi +39 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +57 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.pyi +66 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +76 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.pyi +114 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +37 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.pyi +33 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +37 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.pyi +33 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +76 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.pyi +107 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/network_config_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +55 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.pyi +70 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +42 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.pyi +62 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/secret_pb2.py +45 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/secret_pb2.pyi +49 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/secret_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +55 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.pyi +62 -0
- _qwak_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2_grpc.py +4 -0
- _qwak_proto/qwak/administration/v0/environments/configuration_pb2.py +27 -15
- _qwak_proto/qwak/administration/v0/environments/configuration_pb2.pyi +22 -0
- _qwak_proto/qwak/administration/v0/environments/environment_pb2.py +8 -8
- _qwak_proto/qwak/administration/v0/environments/environment_pb2.pyi +9 -2
- qwak/__init__.py +1 -1
- {qwak_core-0.4.230.dist-info → qwak_core-0.4.232.dist-info}/METADATA +1 -1
- {qwak_core-0.4.230.dist-info → qwak_core-0.4.232.dist-info}/RECORD +54 -12
- {qwak_core-0.4.230.dist-info → qwak_core-0.4.232.dist-info}/WHEEL +0 -0
@@ -0,0 +1,36 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: qwak/administration/runtime_configuration/v0/external/redis_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 _qwak_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/redis_config.proto\x12\x42qwak.administration.runtime_configuration.v0.external.redis_config\x1a\x37qwak/administration/runtime_configuration/v0/auth.proto\"\x8f\x01\n\x12RedisConfiguration\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_typeB\xeb\x01\n;com.jfrog.ml.runtime_configuration.v0.external.redis_configP\x01Z\xa9\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0/external;runtime_configuration_v0b\x06proto3')
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
_REDISCONFIGURATION = DESCRIPTOR.message_types_by_name['RedisConfiguration']
|
23
|
+
RedisConfiguration = _reflection.GeneratedProtocolMessageType('RedisConfiguration', (_message.Message,), {
|
24
|
+
'DESCRIPTOR' : _REDISCONFIGURATION,
|
25
|
+
'__module__' : 'qwak.administration.runtime_configuration.v0.external.redis_config_pb2'
|
26
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.external.redis_config.RedisConfiguration)
|
27
|
+
})
|
28
|
+
_sym_db.RegisterMessage(RedisConfiguration)
|
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.external.redis_configP\001Z\251\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0/external;runtime_configuration_v0'
|
34
|
+
_REDISCONFIGURATION._serialized_start=202
|
35
|
+
_REDISCONFIGURATION._serialized_end=345
|
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 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 RedisConfiguration(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) -> qwak.administration.runtime_configuration.v0.auth_pb2.BasicAuth: ...
|
26
|
+
address: builtins.str
|
27
|
+
port: builtins.int
|
28
|
+
def __init__(
|
29
|
+
self,
|
30
|
+
*,
|
31
|
+
basic: 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___RedisConfiguration = RedisConfiguration
|
@@ -0,0 +1,57 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: qwak/administration/runtime_configuration/v0/feature_store_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 _qwak_proto.qwak.administration.runtime_configuration.v0 import auth_pb2 as qwak_dot_administration_dot_runtime__configuration_dot_v0_dot_auth__pb2
|
16
|
+
from _qwak_proto.qwak.administration.runtime_configuration.v0.external import redis_config_pb2 as qwak_dot_administration_dot_runtime__configuration_dot_v0_dot_external_dot_redis__config__pb2
|
17
|
+
|
18
|
+
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nGqwak/administration/runtime_configuration/v0/feature_store_config.proto\x12\x41qwak.administration.runtime_configuration.v0.feature_store_config\x1a\x37qwak/administration/runtime_configuration/v0/auth.proto\x1aHqwak/administration/runtime_configuration/v0/external/redis_config.proto\"\x9d\x01\n\x19\x46\x65\x61tureStoreConfiguration\x12v\n\x07\x65nabled\x18\x02 \x01(\x0b\x32\x63.qwak.administration.runtime_configuration.v0.feature_store_config.EnabledFeatureStoreConfigurationH\x00\x42\x08\n\x06toggle\"\x97\x01\n EnabledFeatureStoreConfiguration\x12s\n\x14online_feature_store\x18\x01 \x01(\x0b\x32U.qwak.administration.runtime_configuration.v0.feature_store_config.OnlineFeatureStore\"\x93\x01\n\x12OnlineFeatureStore\x12u\n\x13redis_configuration\x18\x01 \x01(\x0b\x32V.qwak.administration.runtime_configuration.v0.external.redis_config.RedisConfigurationH\x00\x42\x06\n\x04typeB\xea\x01\n:com.jfrog.ml.runtime_configuration.v0.feature_store_configP\x01Z\xa9\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0/external;runtime_configuration_v0b\x06proto3')
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
_FEATURESTORECONFIGURATION = DESCRIPTOR.message_types_by_name['FeatureStoreConfiguration']
|
24
|
+
_ENABLEDFEATURESTORECONFIGURATION = DESCRIPTOR.message_types_by_name['EnabledFeatureStoreConfiguration']
|
25
|
+
_ONLINEFEATURESTORE = DESCRIPTOR.message_types_by_name['OnlineFeatureStore']
|
26
|
+
FeatureStoreConfiguration = _reflection.GeneratedProtocolMessageType('FeatureStoreConfiguration', (_message.Message,), {
|
27
|
+
'DESCRIPTOR' : _FEATURESTORECONFIGURATION,
|
28
|
+
'__module__' : 'qwak.administration.runtime_configuration.v0.feature_store_config_pb2'
|
29
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.feature_store_config.FeatureStoreConfiguration)
|
30
|
+
})
|
31
|
+
_sym_db.RegisterMessage(FeatureStoreConfiguration)
|
32
|
+
|
33
|
+
EnabledFeatureStoreConfiguration = _reflection.GeneratedProtocolMessageType('EnabledFeatureStoreConfiguration', (_message.Message,), {
|
34
|
+
'DESCRIPTOR' : _ENABLEDFEATURESTORECONFIGURATION,
|
35
|
+
'__module__' : 'qwak.administration.runtime_configuration.v0.feature_store_config_pb2'
|
36
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.feature_store_config.EnabledFeatureStoreConfiguration)
|
37
|
+
})
|
38
|
+
_sym_db.RegisterMessage(EnabledFeatureStoreConfiguration)
|
39
|
+
|
40
|
+
OnlineFeatureStore = _reflection.GeneratedProtocolMessageType('OnlineFeatureStore', (_message.Message,), {
|
41
|
+
'DESCRIPTOR' : _ONLINEFEATURESTORE,
|
42
|
+
'__module__' : 'qwak.administration.runtime_configuration.v0.feature_store_config_pb2'
|
43
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.feature_store_config.OnlineFeatureStore)
|
44
|
+
})
|
45
|
+
_sym_db.RegisterMessage(OnlineFeatureStore)
|
46
|
+
|
47
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
48
|
+
|
49
|
+
DESCRIPTOR._options = None
|
50
|
+
DESCRIPTOR._serialized_options = b'\n:com.jfrog.ml.runtime_configuration.v0.feature_store_configP\001Z\251\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0/external;runtime_configuration_v0'
|
51
|
+
_FEATURESTORECONFIGURATION._serialized_start=274
|
52
|
+
_FEATURESTORECONFIGURATION._serialized_end=431
|
53
|
+
_ENABLEDFEATURESTORECONFIGURATION._serialized_start=434
|
54
|
+
_ENABLEDFEATURESTORECONFIGURATION._serialized_end=585
|
55
|
+
_ONLINEFEATURESTORE._serialized_start=588
|
56
|
+
_ONLINEFEATURESTORE._serialized_end=735
|
57
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -0,0 +1,66 @@
|
|
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 qwak.administration.runtime_configuration.v0.external.redis_config_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 FeatureStoreConfiguration(google.protobuf.message.Message):
|
19
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
20
|
+
|
21
|
+
ENABLED_FIELD_NUMBER: builtins.int
|
22
|
+
@property
|
23
|
+
def enabled(self) -> global___EnabledFeatureStoreConfiguration: ...
|
24
|
+
def __init__(
|
25
|
+
self,
|
26
|
+
*,
|
27
|
+
enabled: global___EnabledFeatureStoreConfiguration | None = ...,
|
28
|
+
) -> None: ...
|
29
|
+
def HasField(self, field_name: typing_extensions.Literal["enabled", b"enabled", "toggle", b"toggle"]) -> builtins.bool: ...
|
30
|
+
def ClearField(self, field_name: typing_extensions.Literal["enabled", b"enabled", "toggle", b"toggle"]) -> None: ...
|
31
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["toggle", b"toggle"]) -> typing_extensions.Literal["enabled"] | None: ...
|
32
|
+
|
33
|
+
global___FeatureStoreConfiguration = FeatureStoreConfiguration
|
34
|
+
|
35
|
+
class EnabledFeatureStoreConfiguration(google.protobuf.message.Message):
|
36
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
37
|
+
|
38
|
+
ONLINE_FEATURE_STORE_FIELD_NUMBER: builtins.int
|
39
|
+
@property
|
40
|
+
def online_feature_store(self) -> global___OnlineFeatureStore: ...
|
41
|
+
def __init__(
|
42
|
+
self,
|
43
|
+
*,
|
44
|
+
online_feature_store: global___OnlineFeatureStore | None = ...,
|
45
|
+
) -> None: ...
|
46
|
+
def HasField(self, field_name: typing_extensions.Literal["online_feature_store", b"online_feature_store"]) -> builtins.bool: ...
|
47
|
+
def ClearField(self, field_name: typing_extensions.Literal["online_feature_store", b"online_feature_store"]) -> None: ...
|
48
|
+
|
49
|
+
global___EnabledFeatureStoreConfiguration = EnabledFeatureStoreConfiguration
|
50
|
+
|
51
|
+
class OnlineFeatureStore(google.protobuf.message.Message):
|
52
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
53
|
+
|
54
|
+
REDIS_CONFIGURATION_FIELD_NUMBER: builtins.int
|
55
|
+
@property
|
56
|
+
def redis_configuration(self) -> qwak.administration.runtime_configuration.v0.external.redis_config_pb2.RedisConfiguration: ...
|
57
|
+
def __init__(
|
58
|
+
self,
|
59
|
+
*,
|
60
|
+
redis_configuration: qwak.administration.runtime_configuration.v0.external.redis_config_pb2.RedisConfiguration | None = ...,
|
61
|
+
) -> None: ...
|
62
|
+
def HasField(self, field_name: typing_extensions.Literal["redis_configuration", b"redis_configuration", "type", b"type"]) -> builtins.bool: ...
|
63
|
+
def ClearField(self, field_name: typing_extensions.Literal["redis_configuration", b"redis_configuration", "type", b"type"]) -> None: ...
|
64
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["type", b"type"]) -> typing_extensions.Literal["redis_configuration"] | None: ...
|
65
|
+
|
66
|
+
global___OnlineFeatureStore = OnlineFeatureStore
|
@@ -0,0 +1,76 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: qwak/administration/runtime_configuration/v0/hosting_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 _qwak_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'\nAqwak/administration/runtime_configuration/v0/hosting_config.proto\x12;qwak.administration.runtime_configuration.v0.hosting_config\x1a\x39qwak/administration/runtime_configuration/v0/secret.proto\"\x8e\x02\n\x14HostingConfiguration\x12v\n\x16\x61ws_host_configuration\x18\x01 \x01(\x0b\x32T.qwak.administration.runtime_configuration.v0.hosting_config.AWSHostingConfigurationH\x00\x12v\n\x16gcp_host_configuration\x18\x02 \x01(\x0b\x32T.qwak.administration.runtime_configuration.v0.hosting_config.GCPHostingConfigurationH\x00\x42\x06\n\x04type\"\xa0\x01\n\x17\x41WSHostingConfiguration\x12m\n\x13iam_service_account\x18\x01 \x01(\x0b\x32N.qwak.administration.runtime_configuration.v0.hosting_config.IAMServiceAccountH\x00\x12\x0e\n\x06region\x18\x02 \x01(\tB\x06\n\x04\x61uth\"\xb8\x01\n\x17GCPHostingConfiguration\x12q\n\x13gcp_service_account\x18\x01 \x01(\x0b\x32R.qwak.administration.runtime_configuration.v0.hosting_config.GCPServiceAccountAuthH\x00\x12\x0e\n\x06region\x18\x02 \x01(\t\x12\x12\n\nproject_id\x18\x03 \x01(\tB\x06\n\x04\x61uth\"\xe1\x01\n\x15GCPServiceAccountAuth\x12g\n\x0fservice_account\x18\x01 \x01(\x0b\x32N.qwak.administration.runtime_configuration.v0.hosting_config.IAMServiceAccount\x12_\n\x14service_account_json\x18\x02 \x01(\x0b\x32\x41.qwak.administration.runtime_configuration.v0.secret.SecretKeyRef\"&\n\x11IAMServiceAccount\x12\x11\n\trole_name\x18\x01 \x01(\tB\xe4\x01\n4com.jfrog.ml.runtime_configuration.v0.hosting_configP\x01Z\xa9\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0/external;runtime_configuration_v0b\x06proto3')
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
_HOSTINGCONFIGURATION = DESCRIPTOR.message_types_by_name['HostingConfiguration']
|
23
|
+
_AWSHOSTINGCONFIGURATION = DESCRIPTOR.message_types_by_name['AWSHostingConfiguration']
|
24
|
+
_GCPHOSTINGCONFIGURATION = DESCRIPTOR.message_types_by_name['GCPHostingConfiguration']
|
25
|
+
_GCPSERVICEACCOUNTAUTH = DESCRIPTOR.message_types_by_name['GCPServiceAccountAuth']
|
26
|
+
_IAMSERVICEACCOUNT = DESCRIPTOR.message_types_by_name['IAMServiceAccount']
|
27
|
+
HostingConfiguration = _reflection.GeneratedProtocolMessageType('HostingConfiguration', (_message.Message,), {
|
28
|
+
'DESCRIPTOR' : _HOSTINGCONFIGURATION,
|
29
|
+
'__module__' : 'qwak.administration.runtime_configuration.v0.hosting_config_pb2'
|
30
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.hosting_config.HostingConfiguration)
|
31
|
+
})
|
32
|
+
_sym_db.RegisterMessage(HostingConfiguration)
|
33
|
+
|
34
|
+
AWSHostingConfiguration = _reflection.GeneratedProtocolMessageType('AWSHostingConfiguration', (_message.Message,), {
|
35
|
+
'DESCRIPTOR' : _AWSHOSTINGCONFIGURATION,
|
36
|
+
'__module__' : 'qwak.administration.runtime_configuration.v0.hosting_config_pb2'
|
37
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.hosting_config.AWSHostingConfiguration)
|
38
|
+
})
|
39
|
+
_sym_db.RegisterMessage(AWSHostingConfiguration)
|
40
|
+
|
41
|
+
GCPHostingConfiguration = _reflection.GeneratedProtocolMessageType('GCPHostingConfiguration', (_message.Message,), {
|
42
|
+
'DESCRIPTOR' : _GCPHOSTINGCONFIGURATION,
|
43
|
+
'__module__' : 'qwak.administration.runtime_configuration.v0.hosting_config_pb2'
|
44
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.hosting_config.GCPHostingConfiguration)
|
45
|
+
})
|
46
|
+
_sym_db.RegisterMessage(GCPHostingConfiguration)
|
47
|
+
|
48
|
+
GCPServiceAccountAuth = _reflection.GeneratedProtocolMessageType('GCPServiceAccountAuth', (_message.Message,), {
|
49
|
+
'DESCRIPTOR' : _GCPSERVICEACCOUNTAUTH,
|
50
|
+
'__module__' : 'qwak.administration.runtime_configuration.v0.hosting_config_pb2'
|
51
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.hosting_config.GCPServiceAccountAuth)
|
52
|
+
})
|
53
|
+
_sym_db.RegisterMessage(GCPServiceAccountAuth)
|
54
|
+
|
55
|
+
IAMServiceAccount = _reflection.GeneratedProtocolMessageType('IAMServiceAccount', (_message.Message,), {
|
56
|
+
'DESCRIPTOR' : _IAMSERVICEACCOUNT,
|
57
|
+
'__module__' : 'qwak.administration.runtime_configuration.v0.hosting_config_pb2'
|
58
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.hosting_config.IAMServiceAccount)
|
59
|
+
})
|
60
|
+
_sym_db.RegisterMessage(IAMServiceAccount)
|
61
|
+
|
62
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
63
|
+
|
64
|
+
DESCRIPTOR._options = None
|
65
|
+
DESCRIPTOR._serialized_options = b'\n4com.jfrog.ml.runtime_configuration.v0.hosting_configP\001Z\251\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0/external;runtime_configuration_v0'
|
66
|
+
_HOSTINGCONFIGURATION._serialized_start=190
|
67
|
+
_HOSTINGCONFIGURATION._serialized_end=460
|
68
|
+
_AWSHOSTINGCONFIGURATION._serialized_start=463
|
69
|
+
_AWSHOSTINGCONFIGURATION._serialized_end=623
|
70
|
+
_GCPHOSTINGCONFIGURATION._serialized_start=626
|
71
|
+
_GCPHOSTINGCONFIGURATION._serialized_end=810
|
72
|
+
_GCPSERVICEACCOUNTAUTH._serialized_start=813
|
73
|
+
_GCPSERVICEACCOUNTAUTH._serialized_end=1038
|
74
|
+
_IAMSERVICEACCOUNT._serialized_start=1040
|
75
|
+
_IAMSERVICEACCOUNT._serialized_end=1078
|
76
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -0,0 +1,114 @@
|
|
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 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 HostingConfiguration(google.protobuf.message.Message):
|
19
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
20
|
+
|
21
|
+
AWS_HOST_CONFIGURATION_FIELD_NUMBER: builtins.int
|
22
|
+
GCP_HOST_CONFIGURATION_FIELD_NUMBER: builtins.int
|
23
|
+
@property
|
24
|
+
def aws_host_configuration(self) -> global___AWSHostingConfiguration: ...
|
25
|
+
@property
|
26
|
+
def gcp_host_configuration(self) -> global___GCPHostingConfiguration: ...
|
27
|
+
def __init__(
|
28
|
+
self,
|
29
|
+
*,
|
30
|
+
aws_host_configuration: global___AWSHostingConfiguration | None = ...,
|
31
|
+
gcp_host_configuration: global___GCPHostingConfiguration | None = ...,
|
32
|
+
) -> None: ...
|
33
|
+
def HasField(self, field_name: typing_extensions.Literal["aws_host_configuration", b"aws_host_configuration", "gcp_host_configuration", b"gcp_host_configuration", "type", b"type"]) -> builtins.bool: ...
|
34
|
+
def ClearField(self, field_name: typing_extensions.Literal["aws_host_configuration", b"aws_host_configuration", "gcp_host_configuration", b"gcp_host_configuration", "type", b"type"]) -> None: ...
|
35
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["type", b"type"]) -> typing_extensions.Literal["aws_host_configuration", "gcp_host_configuration"] | None: ...
|
36
|
+
|
37
|
+
global___HostingConfiguration = HostingConfiguration
|
38
|
+
|
39
|
+
class AWSHostingConfiguration(google.protobuf.message.Message):
|
40
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
41
|
+
|
42
|
+
IAM_SERVICE_ACCOUNT_FIELD_NUMBER: builtins.int
|
43
|
+
REGION_FIELD_NUMBER: builtins.int
|
44
|
+
@property
|
45
|
+
def iam_service_account(self) -> global___IAMServiceAccount: ...
|
46
|
+
region: builtins.str
|
47
|
+
def __init__(
|
48
|
+
self,
|
49
|
+
*,
|
50
|
+
iam_service_account: global___IAMServiceAccount | None = ...,
|
51
|
+
region: builtins.str = ...,
|
52
|
+
) -> None: ...
|
53
|
+
def HasField(self, field_name: typing_extensions.Literal["auth", b"auth", "iam_service_account", b"iam_service_account"]) -> builtins.bool: ...
|
54
|
+
def ClearField(self, field_name: typing_extensions.Literal["auth", b"auth", "iam_service_account", b"iam_service_account", "region", b"region"]) -> None: ...
|
55
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["auth", b"auth"]) -> typing_extensions.Literal["iam_service_account"] | None: ...
|
56
|
+
|
57
|
+
global___AWSHostingConfiguration = AWSHostingConfiguration
|
58
|
+
|
59
|
+
class GCPHostingConfiguration(google.protobuf.message.Message):
|
60
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
61
|
+
|
62
|
+
GCP_SERVICE_ACCOUNT_FIELD_NUMBER: builtins.int
|
63
|
+
REGION_FIELD_NUMBER: builtins.int
|
64
|
+
PROJECT_ID_FIELD_NUMBER: builtins.int
|
65
|
+
@property
|
66
|
+
def gcp_service_account(self) -> global___GCPServiceAccountAuth: ...
|
67
|
+
region: builtins.str
|
68
|
+
project_id: builtins.str
|
69
|
+
def __init__(
|
70
|
+
self,
|
71
|
+
*,
|
72
|
+
gcp_service_account: global___GCPServiceAccountAuth | None = ...,
|
73
|
+
region: builtins.str = ...,
|
74
|
+
project_id: builtins.str = ...,
|
75
|
+
) -> None: ...
|
76
|
+
def HasField(self, field_name: typing_extensions.Literal["auth", b"auth", "gcp_service_account", b"gcp_service_account"]) -> builtins.bool: ...
|
77
|
+
def ClearField(self, field_name: typing_extensions.Literal["auth", b"auth", "gcp_service_account", b"gcp_service_account", "project_id", b"project_id", "region", b"region"]) -> None: ...
|
78
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["auth", b"auth"]) -> typing_extensions.Literal["gcp_service_account"] | None: ...
|
79
|
+
|
80
|
+
global___GCPHostingConfiguration = GCPHostingConfiguration
|
81
|
+
|
82
|
+
class GCPServiceAccountAuth(google.protobuf.message.Message):
|
83
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
84
|
+
|
85
|
+
SERVICE_ACCOUNT_FIELD_NUMBER: builtins.int
|
86
|
+
SERVICE_ACCOUNT_JSON_FIELD_NUMBER: builtins.int
|
87
|
+
@property
|
88
|
+
def service_account(self) -> global___IAMServiceAccount: ...
|
89
|
+
@property
|
90
|
+
def service_account_json(self) -> qwak.administration.runtime_configuration.v0.secret_pb2.SecretKeyRef: ...
|
91
|
+
def __init__(
|
92
|
+
self,
|
93
|
+
*,
|
94
|
+
service_account: global___IAMServiceAccount | None = ...,
|
95
|
+
service_account_json: qwak.administration.runtime_configuration.v0.secret_pb2.SecretKeyRef | None = ...,
|
96
|
+
) -> None: ...
|
97
|
+
def HasField(self, field_name: typing_extensions.Literal["service_account", b"service_account", "service_account_json", b"service_account_json"]) -> builtins.bool: ...
|
98
|
+
def ClearField(self, field_name: typing_extensions.Literal["service_account", b"service_account", "service_account_json", b"service_account_json"]) -> None: ...
|
99
|
+
|
100
|
+
global___GCPServiceAccountAuth = GCPServiceAccountAuth
|
101
|
+
|
102
|
+
class IAMServiceAccount(google.protobuf.message.Message):
|
103
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
104
|
+
|
105
|
+
ROLE_NAME_FIELD_NUMBER: builtins.int
|
106
|
+
role_name: builtins.str
|
107
|
+
def __init__(
|
108
|
+
self,
|
109
|
+
*,
|
110
|
+
role_name: builtins.str = ...,
|
111
|
+
) -> None: ...
|
112
|
+
def ClearField(self, field_name: typing_extensions.Literal["role_name", b"role_name"]) -> None: ...
|
113
|
+
|
114
|
+
global___IAMServiceAccount = IAMServiceAccount
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: qwak/administration/runtime_configuration/v0/logs_storage_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 _qwak_proto.qwak.administration.runtime_configuration.v0 import auth_pb2 as qwak_dot_administration_dot_runtime__configuration_dot_v0_dot_auth__pb2
|
16
|
+
from _qwak_proto.qwak.administration.runtime_configuration.v0.external import elasticsearch_config_pb2 as qwak_dot_administration_dot_runtime__configuration_dot_v0_dot_external_dot_elasticsearch__config__pb2
|
17
|
+
|
18
|
+
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nFqwak/administration/runtime_configuration/v0/logs_storage_config.proto\x12@qwak.administration.runtime_configuration.v0.logs_storage_config\x1a\x37qwak/administration/runtime_configuration/v0/auth.proto\x1aPqwak/administration/runtime_configuration/v0/external/elasticsearch_config.proto\"\xa3\x01\n\x18LogsStorageConfiguration\x12\x7f\n\relasticsearch\x18\x01 \x01(\x0b\x32\x66.qwak.administration.runtime_configuration.v0.external.elasticsearch_config.ElasticsearchConfigurationH\x00\x42\x06\n\x04typeB\xe9\x01\n9com.jfrog.ml.runtime_configuration.v0.logs_storage_configP\x01Z\xa9\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0/external;runtime_configuration_v0b\x06proto3')
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
_LOGSSTORAGECONFIGURATION = DESCRIPTOR.message_types_by_name['LogsStorageConfiguration']
|
24
|
+
LogsStorageConfiguration = _reflection.GeneratedProtocolMessageType('LogsStorageConfiguration', (_message.Message,), {
|
25
|
+
'DESCRIPTOR' : _LOGSSTORAGECONFIGURATION,
|
26
|
+
'__module__' : 'qwak.administration.runtime_configuration.v0.logs_storage_config_pb2'
|
27
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.logs_storage_config.LogsStorageConfiguration)
|
28
|
+
})
|
29
|
+
_sym_db.RegisterMessage(LogsStorageConfiguration)
|
30
|
+
|
31
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
32
|
+
|
33
|
+
DESCRIPTOR._options = None
|
34
|
+
DESCRIPTOR._serialized_options = b'\n9com.jfrog.ml.runtime_configuration.v0.logs_storage_configP\001Z\251\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0/external;runtime_configuration_v0'
|
35
|
+
_LOGSSTORAGECONFIGURATION._serialized_start=280
|
36
|
+
_LOGSSTORAGECONFIGURATION._serialized_end=443
|
37
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -0,0 +1,33 @@
|
|
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 qwak.administration.runtime_configuration.v0.external.elasticsearch_config_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 LogsStorageConfiguration(google.protobuf.message.Message):
|
19
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
20
|
+
|
21
|
+
ELASTICSEARCH_FIELD_NUMBER: builtins.int
|
22
|
+
@property
|
23
|
+
def elasticsearch(self) -> qwak.administration.runtime_configuration.v0.external.elasticsearch_config_pb2.ElasticsearchConfiguration: ...
|
24
|
+
def __init__(
|
25
|
+
self,
|
26
|
+
*,
|
27
|
+
elasticsearch: qwak.administration.runtime_configuration.v0.external.elasticsearch_config_pb2.ElasticsearchConfiguration | None = ...,
|
28
|
+
) -> None: ...
|
29
|
+
def HasField(self, field_name: typing_extensions.Literal["elasticsearch", b"elasticsearch", "type", b"type"]) -> builtins.bool: ...
|
30
|
+
def ClearField(self, field_name: typing_extensions.Literal["elasticsearch", b"elasticsearch", "type", b"type"]) -> None: ...
|
31
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["type", b"type"]) -> typing_extensions.Literal["elasticsearch"] | None: ...
|
32
|
+
|
33
|
+
global___LogsStorageConfiguration = LogsStorageConfiguration
|
_qwak_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py
ADDED
@@ -0,0 +1,37 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: qwak/administration/runtime_configuration/v0/model_analytics_storage_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 _qwak_proto.qwak.administration.runtime_configuration.v0 import auth_pb2 as qwak_dot_administration_dot_runtime__configuration_dot_v0_dot_auth__pb2
|
16
|
+
from _qwak_proto.qwak.administration.runtime_configuration.v0.external import kafka_config_pb2 as qwak_dot_administration_dot_runtime__configuration_dot_v0_dot_external_dot_kafka__config__pb2
|
17
|
+
|
18
|
+
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\nQqwak/administration/runtime_configuration/v0/model_analytics_storage_config.proto\x12Kqwak.administration.runtime_configuration.v0.model_analytics_storage_config\x1a\x37qwak/administration/runtime_configuration/v0/auth.proto\x1aHqwak/administration/runtime_configuration/v0/external/kafka_config.proto\"\x9d\x01\n\"ModelAnalyticsStorageConfiguration\x12g\n\x05kafka\x18\x01 \x01(\x0b\x32V.qwak.administration.runtime_configuration.v0.external.kafka_config.KafkaConfigurationH\x00\x42\x0e\n\x0cstorage_typeB\xf4\x01\nDcom.jfrog.ml.runtime_configuration.v0.model_analytics_storage_configP\x01Z\xa9\x01github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0/external;runtime_configuration_v0b\x06proto3')
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
_MODELANALYTICSSTORAGECONFIGURATION = DESCRIPTOR.message_types_by_name['ModelAnalyticsStorageConfiguration']
|
24
|
+
ModelAnalyticsStorageConfiguration = _reflection.GeneratedProtocolMessageType('ModelAnalyticsStorageConfiguration', (_message.Message,), {
|
25
|
+
'DESCRIPTOR' : _MODELANALYTICSSTORAGECONFIGURATION,
|
26
|
+
'__module__' : 'qwak.administration.runtime_configuration.v0.model_analytics_storage_config_pb2'
|
27
|
+
# @@protoc_insertion_point(class_scope:qwak.administration.runtime_configuration.v0.model_analytics_storage_config.ModelAnalyticsStorageConfiguration)
|
28
|
+
})
|
29
|
+
_sym_db.RegisterMessage(ModelAnalyticsStorageConfiguration)
|
30
|
+
|
31
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
32
|
+
|
33
|
+
DESCRIPTOR._options = None
|
34
|
+
DESCRIPTOR._serialized_options = b'\nDcom.jfrog.ml.runtime_configuration.v0.model_analytics_storage_configP\001Z\251\001github.com/qwak-ai/qwak-platform/services/core/java/user-management/user-management-api/pb/qwak/administration/runtime_configuration/v0/external;runtime_configuration_v0'
|
35
|
+
_MODELANALYTICSSTORAGECONFIGURATION._serialized_start=294
|
36
|
+
_MODELANALYTICSSTORAGECONFIGURATION._serialized_end=451
|
37
|
+
# @@protoc_insertion_point(module_scope)
|
_qwak_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.pyi
ADDED
@@ -0,0 +1,33 @@
|
|
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 qwak.administration.runtime_configuration.v0.external.kafka_config_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 ModelAnalyticsStorageConfiguration(google.protobuf.message.Message):
|
19
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
20
|
+
|
21
|
+
KAFKA_FIELD_NUMBER: builtins.int
|
22
|
+
@property
|
23
|
+
def kafka(self) -> qwak.administration.runtime_configuration.v0.external.kafka_config_pb2.KafkaConfiguration: ...
|
24
|
+
def __init__(
|
25
|
+
self,
|
26
|
+
*,
|
27
|
+
kafka: qwak.administration.runtime_configuration.v0.external.kafka_config_pb2.KafkaConfiguration | None = ...,
|
28
|
+
) -> None: ...
|
29
|
+
def HasField(self, field_name: typing_extensions.Literal["kafka", b"kafka", "storage_type", b"storage_type"]) -> builtins.bool: ...
|
30
|
+
def ClearField(self, field_name: typing_extensions.Literal["kafka", b"kafka", "storage_type", b"storage_type"]) -> None: ...
|
31
|
+
def WhichOneof(self, oneof_group: typing_extensions.Literal["storage_type", b"storage_type"]) -> typing_extensions.Literal["kafka"] | None: ...
|
32
|
+
|
33
|
+
global___ModelAnalyticsStorageConfiguration = ModelAnalyticsStorageConfiguration
|