frogml-core 0.0.58__py3-none-any.whl → 0.0.60__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.
- frogml_core/__init__.py +1 -1
- frogml_core/feature_store/online/client.py +6 -4
- {frogml_core-0.0.58.dist-info → frogml_core-0.0.60.dist-info}/METADATA +1 -1
- {frogml_core-0.0.58.dist-info → frogml_core-0.0.60.dist-info}/RECORD +26 -11
- frogml_proto/qwak/artifactory_settings/artifactory_settings_pb2.py +45 -0
- frogml_proto/qwak/artifactory_settings/artifactory_settings_pb2.pyi +57 -0
- frogml_proto/qwak/artifactory_settings/artifactory_settings_pb2_grpc.py +4 -0
- frogml_proto/qwak/ecosystem/jfrog/v0/token_pb2.py +176 -0
- frogml_proto/qwak/ecosystem/jfrog/v0/token_pb2.pyi +360 -0
- frogml_proto/qwak/ecosystem/jfrog/v0/token_pb2_grpc.py +4 -0
- frogml_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +109 -0
- frogml_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.pyi +144 -0
- frogml_proto/qwak/ecosystem/jfrog/v0/token_service_pb2_grpc.py +169 -0
- frogml_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +35 -0
- frogml_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.pyi +29 -0
- frogml_proto/qwak/execution/v1/internal/deployment/platform_details_pb2_grpc.py +4 -0
- frogml_proto/qwak/feature_store/platform/platform_details_pb2.py +2 -2
- frogml_proto/qwak/feature_store/repository/common/platform_pb2.py +2 -2
- frogml_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +35 -0
- frogml_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.pyi +34 -0
- frogml_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2_grpc.py +4 -0
- frogml_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +9 -8
- frogml_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.pyi +10 -2
- frogml_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +18 -5
- frogml_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.pyi +24 -1
- {frogml_core-0.0.58.dist-info → frogml_core-0.0.60.dist-info}/WHEEL +0 -0
frogml_core/__init__.py
CHANGED
@@ -65,11 +65,13 @@ class OnlineClient:
|
|
65
65
|
|
66
66
|
def __init__(
|
67
67
|
self,
|
68
|
-
enable_ssl=True,
|
68
|
+
enable_ssl: bool = True,
|
69
69
|
endpoint_url: Optional[str] = None,
|
70
70
|
metadata: Optional[Sequence[Tuple[str]]] = None,
|
71
71
|
):
|
72
|
-
self._metadata = metadata
|
72
|
+
self._metadata: Optional[Sequence[Tuple[str]]] = metadata
|
73
|
+
self._enable_ssl: bool = enable_ssl
|
74
|
+
self._endpoint_url: Optional[str] = endpoint_url
|
73
75
|
|
74
76
|
options = (
|
75
77
|
("grpc.keepalive_timeout_ms", 1500),
|
@@ -120,13 +122,13 @@ class OnlineClient:
|
|
120
122
|
each row in the returned data-frame is constructed by retrieving the most recent requested feature values
|
121
123
|
of the entity key(s) for the specific entity value(s) defined in the df.
|
122
124
|
|
123
|
-
TODO: fix imports and align example
|
124
125
|
Examples:
|
125
126
|
>>> import pandas as pd
|
126
|
-
>>> from frogml_core.feature_store import OnlineClient
|
127
|
+
>>> from frogml_core.feature_store.online.client import OnlineClient
|
127
128
|
>>> from frogml_core.model.schema import (
|
128
129
|
>>> ModelSchema, FeatureStoreInput
|
129
130
|
>>> )
|
131
|
+
>>> from frogml_core.model.schema_entities import Entity, InferenceOutput
|
130
132
|
>>>
|
131
133
|
>>> user_id = Entity(name='uuid', type=str)
|
132
134
|
>>>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
frogml_core/__init__.py,sha256=
|
1
|
+
frogml_core/__init__.py,sha256=uIKY1vtWPEVQmvNze4WqFzzb04SNWKv7-mT9-C2uyA4,777
|
2
2
|
frogml_core/automations/__init__.py,sha256=j2gD15MN-xVWhI5rAFsDwhL0CIyICLNT0scXsKvNBkU,1547
|
3
3
|
frogml_core/automations/automation_executions.py,sha256=xpOb9Dq8gPPGNQDJTvBBZbNz4woZDRZY0HqnLSu7pwU,3230
|
4
4
|
frogml_core/automations/automations.py,sha256=GKEQyQMi8sxX5oZn62PaxPi0zD8IaJRjBkhczRJxHNs,13070
|
@@ -183,7 +183,7 @@ frogml_core/feature_store/offline/client.py,sha256=psgNKr9MjI1ZnRbpAlpHhx34d7AE7
|
|
183
183
|
frogml_core/feature_store/offline/client_v2.py,sha256=kTFyHAYIsKBe3wcuE1S_LyD9CLQ_yCorOLcHVR3Emms,14966
|
184
184
|
frogml_core/feature_store/offline/feature_set_features.py,sha256=MjrQrXNhzk7QBdCojdpLfy1fuGdP3GcpOgcc7n7H0G8,740
|
185
185
|
frogml_core/feature_store/online/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
186
|
-
frogml_core/feature_store/online/client.py,sha256=
|
186
|
+
frogml_core/feature_store/online/client.py,sha256=JM7GLS8TeXW-jhEbecu2wp-tHoFHxPePqCw1XrsM6lw,13554
|
187
187
|
frogml_core/feature_store/online/endpoint_utils.py,sha256=lGssZR-r8kJpcSozVxQAk1_JpVXgRLqOVrK6fw8flPg,2242
|
188
188
|
frogml_core/feature_store/sinks/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
189
189
|
frogml_core/feature_store/sinks/base.py,sha256=QdIutDlO_8IBRr-zKfHBRHJ1-DjDmFfR_Yuad193kg0,361
|
@@ -563,6 +563,9 @@ frogml_proto/qwak/analytics/analytics_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gX
|
|
563
563
|
frogml_proto/qwak/analytics/analytics_service_pb2.py,sha256=2E2hhqdXawkvijMrXWGVYwj6fOd25BDO99a0u0BYJqU,14907
|
564
564
|
frogml_proto/qwak/analytics/analytics_service_pb2.pyi,sha256=LU_Jub19dcZkp7F0Z12s0jR_6R2DT1p-iqBRm8ifZL4,11955
|
565
565
|
frogml_proto/qwak/analytics/analytics_service_pb2_grpc.py,sha256=wrSo8GF28-hsQaVrnb68wBbC3yEfG-JsNQ2ytR4QyhY,19156
|
566
|
+
frogml_proto/qwak/artifactory_settings/artifactory_settings_pb2.py,sha256=xfFRT0ZyJSsmQnuElE005nxPUxo2xPd0sgiKUgZglAs,2618
|
567
|
+
frogml_proto/qwak/artifactory_settings/artifactory_settings_pb2.pyi,sha256=sX3DzpDZWqnGfaiSeWlzhXiHcj7yZhrZuqENNJqfzC8,2220
|
568
|
+
frogml_proto/qwak/artifactory_settings/artifactory_settings_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
566
569
|
frogml_proto/qwak/audience/v1/audience_api_pb2.py,sha256=kSyqWJI_fBZGmPu9yABA_N-8cSkl3kcBgEb7Dc9E2lo,9035
|
567
570
|
frogml_proto/qwak/audience/v1/audience_api_pb2.pyi,sha256=vX3v2-9zZNG_vya_ELGqyyxWHb2qUiY4Ltem54AbgbQ,5956
|
568
571
|
frogml_proto/qwak/audience/v1/audience_api_pb2_grpc.py,sha256=d5JKUBSuB6tN-QfNMYnglvsiRAVOsvu2-j7qOpIbaN8,11487
|
@@ -656,6 +659,12 @@ frogml_proto/qwak/deployment/deployment_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8
|
|
656
659
|
frogml_proto/qwak/deployment/deployment_service_pb2.py,sha256=nElkI-aRZBXTRbWTn6yZ9-m_sSMG7S_KKSEn2qPH_jg,46324
|
657
660
|
frogml_proto/qwak/deployment/deployment_service_pb2.pyi,sha256=U43wEm09zS8pyjl_bHqym9b778pgodxPl-LrsP8gTrc,40993
|
658
661
|
frogml_proto/qwak/deployment/deployment_service_pb2_grpc.py,sha256=JTfQWEXtDmSa7E_wlCPFGuWe4mWF3BhbU5kphAJmEUk,27757
|
662
|
+
frogml_proto/qwak/ecosystem/jfrog/v0/token_pb2.py,sha256=ZO3EwAGZ_PUKQt9Gz3Py65Ts5FTBjem3oQUTkXBOnb0,12103
|
663
|
+
frogml_proto/qwak/ecosystem/jfrog/v0/token_pb2.pyi,sha256=H207PKZZ37xFJrCUo3jW3q-3IjCp37DWoetjhdP-ct4,15518
|
664
|
+
frogml_proto/qwak/ecosystem/jfrog/v0/token_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
665
|
+
frogml_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py,sha256=V_TS3JGKH-L9k5qIlSYMhPnyN3a7U0qAeZK-u-9TbEc,7855
|
666
|
+
frogml_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.pyi,sha256=-AU-RXZ_GYQPFB_ESaaNDYkedS-TAp7AJe6ZMt6R6gg,5638
|
667
|
+
frogml_proto/qwak/ecosystem/jfrog/v0/token_service_pb2_grpc.py,sha256=LzyOygLpd4x-FFRZ1qkxDOi2Kmj3nYrwMmperhT3jGs,8824
|
659
668
|
frogml_proto/qwak/ecosystem/v0/credentials_pb2.py,sha256=6ZYXYF7t6vCVBnUDnDjNP5WagHl3BscQzaONc2ErYhg,3641
|
660
669
|
frogml_proto/qwak/ecosystem/v0/credentials_pb2.pyi,sha256=7sxOny-BUipUxrEpBxKVNuJF3-N77Z6Ov1eWI-87Uoo,4098
|
661
670
|
frogml_proto/qwak/ecosystem/v0/credentials_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
@@ -680,6 +689,9 @@ frogml_proto/qwak/execution/v1/execution_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj
|
|
680
689
|
frogml_proto/qwak/execution/v1/execution_service_pb2.py,sha256=NfJitGaE_dZGsk1P1V7SZPQ1eSjXy_Pjg_Xx6XCdXEI,28500
|
681
690
|
frogml_proto/qwak/execution/v1/execution_service_pb2.pyi,sha256=9hugkhcmB5RuqcLOIueUNGL8wEeT9b02KZ65Mrt8DsY,20480
|
682
691
|
frogml_proto/qwak/execution/v1/execution_service_pb2_grpc.py,sha256=2FxKwOxkds11-PnRqL1rPCX2bPamtzxroHXHtCXHzsA,30261
|
692
|
+
frogml_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py,sha256=PVDz5SRpmepwMrRmZ0StgQ8JnxSaDPGb8VW31CbN6W8,1642
|
693
|
+
frogml_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.pyi,sha256=jogH_vPOywMvcctcqXKHEW0LyTCya0HAWo5nVP37jlM,769
|
694
|
+
frogml_proto/qwak/execution/v1/internal/deployment/platform_details_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
683
695
|
frogml_proto/qwak/execution/v1/jobs/job_pb2.py,sha256=zEoFcsydSpaHj0ZgeBUYNuk4cW5SL88w1sKzdkjjnNc,7709
|
684
696
|
frogml_proto/qwak/execution/v1/jobs/job_pb2.pyi,sha256=RjjrcuGwjDeWCzeQ2HizAnGCMn7_H3nGwlLFvtQP9iM,14998
|
685
697
|
frogml_proto/qwak/execution/v1/jobs/job_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
@@ -761,13 +773,13 @@ frogml_proto/qwak/feature_store/jobs/v1/job_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7
|
|
761
773
|
frogml_proto/qwak/feature_store/jobs/v1/job_service_pb2.py,sha256=FtWY33ulu5tbuXvCysgZZwkO9ChFygVCDxPO-VTbmPU,15330
|
762
774
|
frogml_proto/qwak/feature_store/jobs/v1/job_service_pb2.pyi,sha256=xv5A4PDffjBdcWokNO7lxTLfWW5G-YqUXPBsDSVR5nM,14178
|
763
775
|
frogml_proto/qwak/feature_store/jobs/v1/job_service_pb2_grpc.py,sha256=z9JmMsr6730bYRpKcyaHuJGfwddDIPgoYaxVzmlC8iU,18466
|
764
|
-
frogml_proto/qwak/feature_store/platform/platform_details_pb2.py,sha256=
|
776
|
+
frogml_proto/qwak/feature_store/platform/platform_details_pb2.py,sha256=FTA-FEKIGDWcmheWsW4nomMjQZTlEYyUoUQaa8f9qGE,2487
|
765
777
|
frogml_proto/qwak/feature_store/platform/platform_details_pb2.pyi,sha256=k1L4pBAFrxRt2PbbF_Im2dyVhFPkrYpmdtOdiyPQhQs,2108
|
766
778
|
frogml_proto/qwak/feature_store/platform/platform_details_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
767
779
|
frogml_proto/qwak/feature_store/reports/report_pb2.py,sha256=wWu_eT1lAsmKDLBCYiqxI76Yy6-uBs19lQ4zNoGC-vw,5171
|
768
780
|
frogml_proto/qwak/feature_store/reports/report_pb2.pyi,sha256=qcHoPr3wNQ5-dyCSwuJ5VdpzlzLKGJysY_K3appd1WM,7436
|
769
781
|
frogml_proto/qwak/feature_store/reports/report_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
770
|
-
frogml_proto/qwak/feature_store/repository/common/platform_pb2.py,sha256=
|
782
|
+
frogml_proto/qwak/feature_store/repository/common/platform_pb2.py,sha256=BELZ7dq_raPi4zOMBOIj23KURPZKS0JfTvEB47H4OPA,3034
|
771
783
|
frogml_proto/qwak/feature_store/repository/common/platform_pb2.pyi,sha256=FpO12GJAtApZfCHaASsmjQOx-IEP14xiO-yUMb87kUk,2682
|
772
784
|
frogml_proto/qwak/feature_store/repository/common/platform_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
773
785
|
frogml_proto/qwak/feature_store/serving/management_pb2.py,sha256=GUrb0rvF0kYFjQrU1OfZLlqBNmzaLMPh2vBVTBXeIn0,5125
|
@@ -800,11 +812,14 @@ frogml_proto/qwak/feature_store/sources/data_source_service_pb2_grpc.py,sha256=L
|
|
800
812
|
frogml_proto/qwak/feature_store/sources/streaming_pb2.py,sha256=TiTVdKAErRoS1l1MRGUk4nNueTLKGlCEAI3x0900Yug,11062
|
801
813
|
frogml_proto/qwak/feature_store/sources/streaming_pb2.pyi,sha256=Gl9XE_awS5aLpFEW9m-sxwWxvcI3l_6EIq8OjBRzqnU,15942
|
802
814
|
frogml_proto/qwak/feature_store/sources/streaming_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
803
|
-
frogml_proto/qwak/feature_store/v1/common/
|
804
|
-
frogml_proto/qwak/feature_store/v1/common/
|
815
|
+
frogml_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py,sha256=77wnfMiz82D7xTLNf2BZ3aEOOD_KehUPyv9SWXL3enI,1746
|
816
|
+
frogml_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.pyi,sha256=HpqD0UT8PLOOCPUldO1K3SxXTetx5jLyvhAgcU_bVKY,910
|
817
|
+
frogml_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
818
|
+
frogml_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py,sha256=NhMPJGEz_RJsTKszNb5bo4PL_eDOwmpofLnq_j4CaOY,3391
|
819
|
+
frogml_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.pyi,sha256=YiyanY3mYTkXp92oG0HbLxhCZVX_KUSKntjPPmpCFH0,3300
|
805
820
|
frogml_proto/qwak/feature_store/v1/common/source_code/source_code_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
|
806
|
-
frogml_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py,sha256=
|
807
|
-
frogml_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.pyi,sha256=
|
821
|
+
frogml_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py,sha256=VeOjoQXLm7-Jr5aot4cdDLwX1-mLpqpjm3R1XGvoJPA,6459
|
822
|
+
frogml_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.pyi,sha256=RuuyLe7eAmaLzj2zs0tSsB5pIBfHJqor5K_-IxZ_bcM,3430
|
808
823
|
frogml_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2_grpc.py,sha256=vDItq1YEaxnErMyswclxAKrEJ_MssqDqU6Ncj-bW_QU,5909
|
809
824
|
frogml_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py,sha256=y7VI72SZGsKIjVzV-xbrVlhovvU82t5RhWTUd85RtLQ,3181
|
810
825
|
frogml_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.pyi,sha256=jmrIw0qDsqqu_kwLkBoszvfUgaZlu6iIqao-kXEsX5U,1467
|
@@ -1067,6 +1082,6 @@ frogml_services_mock/mocks/workspace_manager_service_mock.py,sha256=WbOiWgOyr-xT
|
|
1067
1082
|
frogml_services_mock/services_mock.py,sha256=_34z6rFCHFwcSni-9eyJlrH264xsL_QDNmG-EBv0zMc,20281
|
1068
1083
|
frogml_services_mock/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
1069
1084
|
frogml_services_mock/utils/service_utils.py,sha256=ZlB0CnB1J6oBn6_m7fQO2U8tKoboHdUa6ljjkRMYNXU,265
|
1070
|
-
frogml_core-0.0.
|
1071
|
-
frogml_core-0.0.
|
1072
|
-
frogml_core-0.0.
|
1085
|
+
frogml_core-0.0.60.dist-info/METADATA,sha256=nPcYv3oIVQu4fi5qvx75t4zo94CVSjlhSfMGmULHX7Q,2004
|
1086
|
+
frogml_core-0.0.60.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
1087
|
+
frogml_core-0.0.60.dist-info/RECORD,,
|
@@ -0,0 +1,45 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: frogml_proto.qwak.artifactory_settings/artifactory_settings.proto
|
4
|
+
"""Generated protocol buffer code."""
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
6
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
7
|
+
from google.protobuf import message as _message
|
8
|
+
from google.protobuf import reflection as _reflection
|
9
|
+
from google.protobuf import symbol_database as _symbol_database
|
10
|
+
# @@protoc_insertion_point(imports)
|
11
|
+
|
12
|
+
_sym_db = _symbol_database.Default()
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4qwak/artifactory_settings/artifactory_settings.proto\x12\x1d\x63om.qwak.artifactory_settings\"\xbb\x01\n\x13\x41rtifactorySettings\x12!\n\x19\x63ontainer_registry_prefix\x18\x01 \x01(\t\x12 \n\x18internal_repository_name\x18\x02 \x01(\t\x12_\n\x16\x61uthentication_details\x18\x03 \x01(\x0b\x32?.com.qwak.artifactory_settings.ArtifactoryAuthenticationDetails\"V\n ArtifactoryAuthenticationDetails\x12\r\n\x05token\x18\x01 \x01(\t\x12\x10\n\x08username\x18\x02 \x01(\t\x12\x11\n\ttenant_id\x18\x03 \x01(\tB;\n\x1d\x63om.qwak.artifactory_settingsB\x18\x41rtifactorySettingsProtoP\x01\x62\x06proto3')
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
_ARTIFACTORYSETTINGS = DESCRIPTOR.message_types_by_name['ArtifactorySettings']
|
22
|
+
_ARTIFACTORYAUTHENTICATIONDETAILS = DESCRIPTOR.message_types_by_name['ArtifactoryAuthenticationDetails']
|
23
|
+
ArtifactorySettings = _reflection.GeneratedProtocolMessageType('ArtifactorySettings', (_message.Message,), {
|
24
|
+
'DESCRIPTOR' : _ARTIFACTORYSETTINGS,
|
25
|
+
'__module__' : 'qwak.artifactory_settings.artifactory_settings_pb2'
|
26
|
+
# @@protoc_insertion_point(class_scope:com.qwak.artifactory_settings.ArtifactorySettings)
|
27
|
+
})
|
28
|
+
_sym_db.RegisterMessage(ArtifactorySettings)
|
29
|
+
|
30
|
+
ArtifactoryAuthenticationDetails = _reflection.GeneratedProtocolMessageType('ArtifactoryAuthenticationDetails', (_message.Message,), {
|
31
|
+
'DESCRIPTOR' : _ARTIFACTORYAUTHENTICATIONDETAILS,
|
32
|
+
'__module__' : 'qwak.artifactory_settings.artifactory_settings_pb2'
|
33
|
+
# @@protoc_insertion_point(class_scope:com.qwak.artifactory_settings.ArtifactoryAuthenticationDetails)
|
34
|
+
})
|
35
|
+
_sym_db.RegisterMessage(ArtifactoryAuthenticationDetails)
|
36
|
+
|
37
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
38
|
+
|
39
|
+
DESCRIPTOR._options = None
|
40
|
+
DESCRIPTOR._serialized_options = b'\n\035com.qwak.artifactory_settingsB\030ArtifactorySettingsProtoP\001'
|
41
|
+
_ARTIFACTORYSETTINGS._serialized_start=88
|
42
|
+
_ARTIFACTORYSETTINGS._serialized_end=275
|
43
|
+
_ARTIFACTORYAUTHENTICATIONDETAILS._serialized_start=277
|
44
|
+
_ARTIFACTORYAUTHENTICATIONDETAILS._serialized_end=363
|
45
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -0,0 +1,57 @@
|
|
1
|
+
"""
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
3
|
+
isort:skip_file
|
4
|
+
"""
|
5
|
+
import builtins
|
6
|
+
import google.protobuf.descriptor
|
7
|
+
import google.protobuf.message
|
8
|
+
import sys
|
9
|
+
|
10
|
+
if sys.version_info >= (3, 8):
|
11
|
+
import typing as typing_extensions
|
12
|
+
else:
|
13
|
+
import typing_extensions
|
14
|
+
|
15
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
16
|
+
|
17
|
+
class ArtifactorySettings(google.protobuf.message.Message):
|
18
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
19
|
+
|
20
|
+
CONTAINER_REGISTRY_PREFIX_FIELD_NUMBER: builtins.int
|
21
|
+
INTERNAL_REPOSITORY_NAME_FIELD_NUMBER: builtins.int
|
22
|
+
AUTHENTICATION_DETAILS_FIELD_NUMBER: builtins.int
|
23
|
+
container_registry_prefix: builtins.str
|
24
|
+
internal_repository_name: builtins.str
|
25
|
+
@property
|
26
|
+
def authentication_details(self) -> global___ArtifactoryAuthenticationDetails: ...
|
27
|
+
def __init__(
|
28
|
+
self,
|
29
|
+
*,
|
30
|
+
container_registry_prefix: builtins.str = ...,
|
31
|
+
internal_repository_name: builtins.str = ...,
|
32
|
+
authentication_details: global___ArtifactoryAuthenticationDetails | None = ...,
|
33
|
+
) -> None: ...
|
34
|
+
def HasField(self, field_name: typing_extensions.Literal["authentication_details", b"authentication_details"]) -> builtins.bool: ...
|
35
|
+
def ClearField(self, field_name: typing_extensions.Literal["authentication_details", b"authentication_details", "container_registry_prefix", b"container_registry_prefix", "internal_repository_name", b"internal_repository_name"]) -> None: ...
|
36
|
+
|
37
|
+
global___ArtifactorySettings = ArtifactorySettings
|
38
|
+
|
39
|
+
class ArtifactoryAuthenticationDetails(google.protobuf.message.Message):
|
40
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
41
|
+
|
42
|
+
TOKEN_FIELD_NUMBER: builtins.int
|
43
|
+
USERNAME_FIELD_NUMBER: builtins.int
|
44
|
+
TENANT_ID_FIELD_NUMBER: builtins.int
|
45
|
+
token: builtins.str
|
46
|
+
username: builtins.str
|
47
|
+
tenant_id: builtins.str
|
48
|
+
def __init__(
|
49
|
+
self,
|
50
|
+
*,
|
51
|
+
token: builtins.str = ...,
|
52
|
+
username: builtins.str = ...,
|
53
|
+
tenant_id: builtins.str = ...,
|
54
|
+
) -> None: ...
|
55
|
+
def ClearField(self, field_name: typing_extensions.Literal["tenant_id", b"tenant_id", "token", b"token", "username", b"username"]) -> None: ...
|
56
|
+
|
57
|
+
global___ArtifactoryAuthenticationDetails = ArtifactoryAuthenticationDetails
|
@@ -0,0 +1,176 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: frogml_proto.qwak.ecosystem/jfrog/v0/token.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 google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
16
|
+
|
17
|
+
|
18
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#qwak/ecosystem/jfrog/v0/token.proto\x12\x1dqwak.ecosystem.jfrog.token.v0\x1a\x1fgoogle/protobuf/timestamp.proto\"\xa5\x01\n\nJFrogToken\x12G\n\ndefinition\x18\x01 \x01(\x0b\x32\x33.qwak.ecosystem.jfrog.token.v0.JFrogTokenDefinition\x12N\n\x0etenant_details\x18\x02 \x01(\x0b\x32\x36.qwak.ecosystem.jfrog.token.v0.JFrogTokenTenantDetails\"/\n\x17JFrogTokenTenantDetails\x12\x14\n\x0cplatform_url\x18\x01 \x01(\t\"\xe4\x01\n\x14JFrogTokenDefinition\x12\r\n\x05token\x18\x01 \x01(\t\x12\x17\n\rrefresh_token\x18\x02 \x01(\tH\x00\x12\x35\n\x0f\x65xpiration_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01\x12\x0f\n\x07subject\x18\x04 \x01(\t\x12\x14\n\x0csubject_name\x18\x05 \x01(\t\x12\x10\n\x08token_id\x18\x06 \x01(\tB\x18\n\x16optional_refresh_tokenB\x1a\n\x18optional_expiration_time\"\x8c\x02\n\x0eJFrogTokenSpec\x12\x17\n\x0fjfrog_tenant_id\x18\x01 \x01(\t\x12V\n\x18subject_and_scope_source\x18\x02 \x01(\x0b\x32\x34.qwak.ecosystem.jfrog.token.v0.SubjectAndScopeSource\x12\x45\n\taudiences\x18\x03 \x01(\x0b\x32\x32.qwak.ecosystem.jfrog.token.v0.JFrogTokenAudiences\x12\x42\n\x08ttl_spec\x18\x04 \x01(\x0b\x32\x30.qwak.ecosystem.jfrog.token.v0.JFrogTokenTTLSpec\"\x94\x01\n\x1d\x41rtifactoryImagePullTokenSpec\x12\x17\n\x0fjfrog_tenant_id\x18\x01 \x01(\t\x12\x16\n\x0erepository_key\x18\x02 \x01(\t\x12\x42\n\x08ttl_spec\x18\x03 \x01(\x0b\x32\x30.qwak.ecosystem.jfrog.token.v0.JFrogTokenTTLSpec\"@\n\x16PersistTokenClaimsSpec\x12\x17\n\x0fjfrog_tenant_id\x18\x01 \x01(\t\x12\r\n\x05token\x18\x02 \x01(\t\"m\n\x14JFrogTokenRevokeSpec\x12\x17\n\x0fjfrog_tenant_id\x18\x01 \x01(\t\x12\x0f\n\x05token\x18\x02 \x01(\tH\x00\x12\x12\n\x08token_id\x18\x03 \x01(\tH\x00\x42\x17\n\x15token_descriptor_type\"{\n\x11JFrogTokenTTLSpec\x12\x35\n\x0f\x65xpiration_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x12\x13\n\x0brefreshable\x18\x02 \x01(\x08\x42\x1a\n\x18optional_expiration_time\"\x9b\x01\n\x15SubjectAndScopeSource\x12\x0f\n\x05token\x18\x01 \x01(\tH\x00\x12\x12\n\x08token_id\x18\x02 \x01(\tH\x00\x12S\n\x11subject_and_scope\x18\x03 \x01(\x0b\x32\x36.qwak.ecosystem.jfrog.token.v0.ExplicitSubjectAndScopeH\x00\x42\x08\n\x06source\"P\n\x17\x45xplicitSubjectAndScope\x12\x11\n\x07subject\x18\x01 \x01(\tH\x00\x12\x0e\n\x06scopes\x18\x02 \x01(\tB\x12\n\x10optional_subject\"[\n\x13JFrogTokenAudiences\x12\x44\n\taudiences\x18\x01 \x03(\x0b\x32\x31.qwak.ecosystem.jfrog.token.v0.JFrogTokenAudience\"\x86\x02\n\x12JFrogTokenAudience\x12L\n\x08jfrog_ml\x18\x01 \x01(\x0b\x32\x38.qwak.ecosystem.jfrog.token.v0.JFrogTokenAudienceJFrogMLH\x00\x12S\n\x0b\x61rtifactory\x18\x02 \x01(\x0b\x32<.qwak.ecosystem.jfrog.token.v0.JFrogTokenAudienceArtifactoryH\x00\x12\x45\n\x04xray\x18\x03 \x01(\x0b\x32\x35.qwak.ecosystem.jfrog.token.v0.JFrogTokenAudienceXRayH\x00\x42\x06\n\x04type\"\x1f\n\x1dJFrogTokenAudienceArtifactory\"\x18\n\x16JFrogTokenAudienceXRay\"\x1b\n\x19JFrogTokenAudienceJFrogMLB\xb7\x01\n\x1a\x63om.qwak.ai.jfrog.token.v0P\x01Z\x96\x01github.com/qwak-ai/qwak-platform/services/shared/java/libs/qwak-common/qwak-common-api/qwak-platform-ecosystem-api/pb/qwak/ecosystem/jfrog/v0;jfrog_v0b\x06proto3')
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
_JFROGTOKEN = DESCRIPTOR.message_types_by_name['JFrogToken']
|
23
|
+
_JFROGTOKENTENANTDETAILS = DESCRIPTOR.message_types_by_name['JFrogTokenTenantDetails']
|
24
|
+
_JFROGTOKENDEFINITION = DESCRIPTOR.message_types_by_name['JFrogTokenDefinition']
|
25
|
+
_JFROGTOKENSPEC = DESCRIPTOR.message_types_by_name['JFrogTokenSpec']
|
26
|
+
_ARTIFACTORYIMAGEPULLTOKENSPEC = DESCRIPTOR.message_types_by_name['ArtifactoryImagePullTokenSpec']
|
27
|
+
_PERSISTTOKENCLAIMSSPEC = DESCRIPTOR.message_types_by_name['PersistTokenClaimsSpec']
|
28
|
+
_JFROGTOKENREVOKESPEC = DESCRIPTOR.message_types_by_name['JFrogTokenRevokeSpec']
|
29
|
+
_JFROGTOKENTTLSPEC = DESCRIPTOR.message_types_by_name['JFrogTokenTTLSpec']
|
30
|
+
_SUBJECTANDSCOPESOURCE = DESCRIPTOR.message_types_by_name['SubjectAndScopeSource']
|
31
|
+
_EXPLICITSUBJECTANDSCOPE = DESCRIPTOR.message_types_by_name['ExplicitSubjectAndScope']
|
32
|
+
_JFROGTOKENAUDIENCES = DESCRIPTOR.message_types_by_name['JFrogTokenAudiences']
|
33
|
+
_JFROGTOKENAUDIENCE = DESCRIPTOR.message_types_by_name['JFrogTokenAudience']
|
34
|
+
_JFROGTOKENAUDIENCEARTIFACTORY = DESCRIPTOR.message_types_by_name['JFrogTokenAudienceArtifactory']
|
35
|
+
_JFROGTOKENAUDIENCEXRAY = DESCRIPTOR.message_types_by_name['JFrogTokenAudienceXRay']
|
36
|
+
_JFROGTOKENAUDIENCEJFROGML = DESCRIPTOR.message_types_by_name['JFrogTokenAudienceJFrogML']
|
37
|
+
JFrogToken = _reflection.GeneratedProtocolMessageType('JFrogToken', (_message.Message,), {
|
38
|
+
'DESCRIPTOR' : _JFROGTOKEN,
|
39
|
+
'__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
|
40
|
+
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogToken)
|
41
|
+
})
|
42
|
+
_sym_db.RegisterMessage(JFrogToken)
|
43
|
+
|
44
|
+
JFrogTokenTenantDetails = _reflection.GeneratedProtocolMessageType('JFrogTokenTenantDetails', (_message.Message,), {
|
45
|
+
'DESCRIPTOR' : _JFROGTOKENTENANTDETAILS,
|
46
|
+
'__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
|
47
|
+
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogTokenTenantDetails)
|
48
|
+
})
|
49
|
+
_sym_db.RegisterMessage(JFrogTokenTenantDetails)
|
50
|
+
|
51
|
+
JFrogTokenDefinition = _reflection.GeneratedProtocolMessageType('JFrogTokenDefinition', (_message.Message,), {
|
52
|
+
'DESCRIPTOR' : _JFROGTOKENDEFINITION,
|
53
|
+
'__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
|
54
|
+
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogTokenDefinition)
|
55
|
+
})
|
56
|
+
_sym_db.RegisterMessage(JFrogTokenDefinition)
|
57
|
+
|
58
|
+
JFrogTokenSpec = _reflection.GeneratedProtocolMessageType('JFrogTokenSpec', (_message.Message,), {
|
59
|
+
'DESCRIPTOR' : _JFROGTOKENSPEC,
|
60
|
+
'__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
|
61
|
+
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogTokenSpec)
|
62
|
+
})
|
63
|
+
_sym_db.RegisterMessage(JFrogTokenSpec)
|
64
|
+
|
65
|
+
ArtifactoryImagePullTokenSpec = _reflection.GeneratedProtocolMessageType('ArtifactoryImagePullTokenSpec', (_message.Message,), {
|
66
|
+
'DESCRIPTOR' : _ARTIFACTORYIMAGEPULLTOKENSPEC,
|
67
|
+
'__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
|
68
|
+
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.ArtifactoryImagePullTokenSpec)
|
69
|
+
})
|
70
|
+
_sym_db.RegisterMessage(ArtifactoryImagePullTokenSpec)
|
71
|
+
|
72
|
+
PersistTokenClaimsSpec = _reflection.GeneratedProtocolMessageType('PersistTokenClaimsSpec', (_message.Message,), {
|
73
|
+
'DESCRIPTOR' : _PERSISTTOKENCLAIMSSPEC,
|
74
|
+
'__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
|
75
|
+
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.PersistTokenClaimsSpec)
|
76
|
+
})
|
77
|
+
_sym_db.RegisterMessage(PersistTokenClaimsSpec)
|
78
|
+
|
79
|
+
JFrogTokenRevokeSpec = _reflection.GeneratedProtocolMessageType('JFrogTokenRevokeSpec', (_message.Message,), {
|
80
|
+
'DESCRIPTOR' : _JFROGTOKENREVOKESPEC,
|
81
|
+
'__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
|
82
|
+
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogTokenRevokeSpec)
|
83
|
+
})
|
84
|
+
_sym_db.RegisterMessage(JFrogTokenRevokeSpec)
|
85
|
+
|
86
|
+
JFrogTokenTTLSpec = _reflection.GeneratedProtocolMessageType('JFrogTokenTTLSpec', (_message.Message,), {
|
87
|
+
'DESCRIPTOR' : _JFROGTOKENTTLSPEC,
|
88
|
+
'__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
|
89
|
+
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogTokenTTLSpec)
|
90
|
+
})
|
91
|
+
_sym_db.RegisterMessage(JFrogTokenTTLSpec)
|
92
|
+
|
93
|
+
SubjectAndScopeSource = _reflection.GeneratedProtocolMessageType('SubjectAndScopeSource', (_message.Message,), {
|
94
|
+
'DESCRIPTOR' : _SUBJECTANDSCOPESOURCE,
|
95
|
+
'__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
|
96
|
+
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.SubjectAndScopeSource)
|
97
|
+
})
|
98
|
+
_sym_db.RegisterMessage(SubjectAndScopeSource)
|
99
|
+
|
100
|
+
ExplicitSubjectAndScope = _reflection.GeneratedProtocolMessageType('ExplicitSubjectAndScope', (_message.Message,), {
|
101
|
+
'DESCRIPTOR' : _EXPLICITSUBJECTANDSCOPE,
|
102
|
+
'__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
|
103
|
+
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.ExplicitSubjectAndScope)
|
104
|
+
})
|
105
|
+
_sym_db.RegisterMessage(ExplicitSubjectAndScope)
|
106
|
+
|
107
|
+
JFrogTokenAudiences = _reflection.GeneratedProtocolMessageType('JFrogTokenAudiences', (_message.Message,), {
|
108
|
+
'DESCRIPTOR' : _JFROGTOKENAUDIENCES,
|
109
|
+
'__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
|
110
|
+
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogTokenAudiences)
|
111
|
+
})
|
112
|
+
_sym_db.RegisterMessage(JFrogTokenAudiences)
|
113
|
+
|
114
|
+
JFrogTokenAudience = _reflection.GeneratedProtocolMessageType('JFrogTokenAudience', (_message.Message,), {
|
115
|
+
'DESCRIPTOR' : _JFROGTOKENAUDIENCE,
|
116
|
+
'__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
|
117
|
+
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogTokenAudience)
|
118
|
+
})
|
119
|
+
_sym_db.RegisterMessage(JFrogTokenAudience)
|
120
|
+
|
121
|
+
JFrogTokenAudienceArtifactory = _reflection.GeneratedProtocolMessageType('JFrogTokenAudienceArtifactory', (_message.Message,), {
|
122
|
+
'DESCRIPTOR' : _JFROGTOKENAUDIENCEARTIFACTORY,
|
123
|
+
'__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
|
124
|
+
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogTokenAudienceArtifactory)
|
125
|
+
})
|
126
|
+
_sym_db.RegisterMessage(JFrogTokenAudienceArtifactory)
|
127
|
+
|
128
|
+
JFrogTokenAudienceXRay = _reflection.GeneratedProtocolMessageType('JFrogTokenAudienceXRay', (_message.Message,), {
|
129
|
+
'DESCRIPTOR' : _JFROGTOKENAUDIENCEXRAY,
|
130
|
+
'__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
|
131
|
+
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogTokenAudienceXRay)
|
132
|
+
})
|
133
|
+
_sym_db.RegisterMessage(JFrogTokenAudienceXRay)
|
134
|
+
|
135
|
+
JFrogTokenAudienceJFrogML = _reflection.GeneratedProtocolMessageType('JFrogTokenAudienceJFrogML', (_message.Message,), {
|
136
|
+
'DESCRIPTOR' : _JFROGTOKENAUDIENCEJFROGML,
|
137
|
+
'__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
|
138
|
+
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogTokenAudienceJFrogML)
|
139
|
+
})
|
140
|
+
_sym_db.RegisterMessage(JFrogTokenAudienceJFrogML)
|
141
|
+
|
142
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
143
|
+
|
144
|
+
DESCRIPTOR._options = None
|
145
|
+
DESCRIPTOR._serialized_options = b'\n\032com.qwak.ai.jfrog.token.v0P\001Z\226\001github.com/qwak-ai/qwak-platform/services/shared/java/libs/qwak-common/qwak-common-api/qwak-platform-ecosystem-api/pb/qwak/ecosystem/jfrog/v0;jfrog_v0'
|
146
|
+
_JFROGTOKEN._serialized_start=104
|
147
|
+
_JFROGTOKEN._serialized_end=269
|
148
|
+
_JFROGTOKENTENANTDETAILS._serialized_start=271
|
149
|
+
_JFROGTOKENTENANTDETAILS._serialized_end=318
|
150
|
+
_JFROGTOKENDEFINITION._serialized_start=321
|
151
|
+
_JFROGTOKENDEFINITION._serialized_end=549
|
152
|
+
_JFROGTOKENSPEC._serialized_start=552
|
153
|
+
_JFROGTOKENSPEC._serialized_end=820
|
154
|
+
_ARTIFACTORYIMAGEPULLTOKENSPEC._serialized_start=823
|
155
|
+
_ARTIFACTORYIMAGEPULLTOKENSPEC._serialized_end=971
|
156
|
+
_PERSISTTOKENCLAIMSSPEC._serialized_start=973
|
157
|
+
_PERSISTTOKENCLAIMSSPEC._serialized_end=1037
|
158
|
+
_JFROGTOKENREVOKESPEC._serialized_start=1039
|
159
|
+
_JFROGTOKENREVOKESPEC._serialized_end=1148
|
160
|
+
_JFROGTOKENTTLSPEC._serialized_start=1150
|
161
|
+
_JFROGTOKENTTLSPEC._serialized_end=1273
|
162
|
+
_SUBJECTANDSCOPESOURCE._serialized_start=1276
|
163
|
+
_SUBJECTANDSCOPESOURCE._serialized_end=1431
|
164
|
+
_EXPLICITSUBJECTANDSCOPE._serialized_start=1433
|
165
|
+
_EXPLICITSUBJECTANDSCOPE._serialized_end=1513
|
166
|
+
_JFROGTOKENAUDIENCES._serialized_start=1515
|
167
|
+
_JFROGTOKENAUDIENCES._serialized_end=1606
|
168
|
+
_JFROGTOKENAUDIENCE._serialized_start=1609
|
169
|
+
_JFROGTOKENAUDIENCE._serialized_end=1871
|
170
|
+
_JFROGTOKENAUDIENCEARTIFACTORY._serialized_start=1873
|
171
|
+
_JFROGTOKENAUDIENCEARTIFACTORY._serialized_end=1904
|
172
|
+
_JFROGTOKENAUDIENCEXRAY._serialized_start=1906
|
173
|
+
_JFROGTOKENAUDIENCEXRAY._serialized_end=1930
|
174
|
+
_JFROGTOKENAUDIENCEJFROGML._serialized_start=1932
|
175
|
+
_JFROGTOKENAUDIENCEJFROGML._serialized_end=1959
|
176
|
+
# @@protoc_insertion_point(module_scope)
|