frogml-core 0.0.108__py3-none-any.whl → 0.0.110__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/inner/build_logic/phases/phase_010_fetch_model/post_fetch_validation_step.py +1 -1
- {frogml_core-0.0.108.dist-info → frogml_core-0.0.110.dist-info}/METADATA +4 -5
- {frogml_core-0.0.108.dist-info → frogml_core-0.0.110.dist-info}/RECORD +219 -219
- frogml_proto/jfml/hosting_gateway/v1/build_upload_url_pb2.py +8 -23
- frogml_proto/jfml/hosting_gateway/v1/hosting_gateway_service_pb2.py +10 -27
- frogml_proto/jfml/model_version/v1/artifact_pb2.py +8 -24
- frogml_proto/jfml/model_version/v1/build_spec_pb2.py +12 -44
- frogml_proto/jfml/model_version/v1/model_repository_spec_pb2.py +6 -14
- frogml_proto/jfml/model_version/v1/model_version_framework_pb2.py +18 -74
- frogml_proto/jfml/model_version/v1/model_version_manager_service_pb2.py +34 -147
- frogml_proto/jfml/model_version/v1/model_version_pb2.py +32 -148
- frogml_proto/qwak/administration/account/v1/account_pb2.py +22 -87
- frogml_proto/qwak/administration/account/v1/account_service_pb2.py +42 -187
- frogml_proto/qwak/administration/account/v1/jfrog_tenant_details_pb2.py +26 -114
- frogml_proto/qwak/administration/account/v1/personalization_pb2.py +8 -24
- frogml_proto/qwak/administration/account/v1/preferences_pb2.py +6 -14
- frogml_proto/qwak/administration/account/v1/terms_pb2.py +14 -54
- frogml_proto/qwak/administration/authenticated_user/v1/authenticated_user_service_pb2.py +18 -67
- frogml_proto/qwak/administration/authenticated_user/v1/credentials_pb2.py +8 -24
- frogml_proto/qwak/administration/authenticated_user/v1/details_pb2.py +14 -54
- frogml_proto/qwak/administration/cluster/v2/cluster_pb2.py +38 -173
- frogml_proto/qwak/administration/runtime_configuration/v0/creds/auth_pb2.py +6 -14
- frogml_proto/qwak/administration/runtime_configuration/v0/creds/secret_pb2.py +8 -24
- frogml_proto/qwak/administration/runtime_configuration/v0/data_catalog_config_pb2.py +10 -34
- frogml_proto/qwak/administration/runtime_configuration/v0/external/elasticsearch_config_pb2.py +6 -14
- frogml_proto/qwak/administration/runtime_configuration/v0/external/kafka_config_pb2.py +12 -44
- frogml_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.py +9 -15
- frogml_proto/qwak/administration/runtime_configuration/v0/external/prometheus_config_pb2.pyi +29 -0
- frogml_proto/qwak/administration/runtime_configuration/v0/external/redis_config_pb2.py +6 -14
- frogml_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.py +8 -15
- frogml_proto/qwak/administration/runtime_configuration/v0/external/victoriametrics_config_pb2.pyi +16 -0
- frogml_proto/qwak/administration/runtime_configuration/v0/feature_store_config_pb2.py +10 -34
- frogml_proto/qwak/administration/runtime_configuration/v0/hosting_config_pb2.py +14 -54
- frogml_proto/qwak/administration/runtime_configuration/v0/logs_storage_config_pb2.py +6 -14
- frogml_proto/qwak/administration/runtime_configuration/v0/model_analytics_storage_config_pb2.py +6 -14
- frogml_proto/qwak/administration/runtime_configuration/v0/network_config_pb2.py +14 -54
- frogml_proto/qwak/administration/runtime_configuration/v0/object_storage_config_pb2.py +10 -34
- frogml_proto/qwak/administration/runtime_configuration/v0/observability_config_pb2.py +10 -34
- frogml_proto/qwak/administration/runtime_configuration/v0/runtime_config_pb2.py +6 -14
- frogml_proto/qwak/administration/runtime_configuration/v0/sql_engine_config_pb2.py +10 -34
- frogml_proto/qwak/administration/v0/authentication/authentication_service_pb2.py +14 -47
- frogml_proto/qwak/administration/v0/environments/configuration_pb2.py +20 -82
- frogml_proto/qwak/administration/v0/environments/environment_pb2.py +12 -40
- frogml_proto/qwak/administration/v0/environments/environment_service_pb2.py +36 -158
- frogml_proto/qwak/administration/v0/environments/personalization_pb2.py +8 -24
- frogml_proto/qwak/administration/v0/users/user_pb2.py +18 -71
- frogml_proto/qwak/admiral/secret/v0/secret_pb2.py +26 -115
- frogml_proto/qwak/admiral/secret/v0/secret_service_pb2.py +18 -67
- frogml_proto/qwak/admiral/secret/v0/system_secret_service_pb2.py +18 -67
- frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_pb2.py +38 -174
- frogml_proto/qwak/admiral/user_application_instance/v0/user_application_instance_service_pb2.py +22 -87
- frogml_proto/qwak/analytics/analytics_pb2.py +26 -121
- frogml_proto/qwak/analytics/analytics_service_pb2.py +46 -207
- frogml_proto/qwak/artifactory_settings/artifactory_settings_pb2.py +8 -24
- frogml_proto/qwak/audience/v1/audience_api_pb2.py +30 -127
- frogml_proto/qwak/audience/v1/audience_pb2.py +26 -113
- frogml_proto/qwak/auto_scaling/v1/auto_scaling_pb2.py +18 -79
- frogml_proto/qwak/auto_scaling/v1/auto_scaling_service_pb2.py +10 -27
- frogml_proto/qwak/automation/v1/action_pb2.py +40 -180
- frogml_proto/qwak/automation/v1/auto_scaling_pb2.py +18 -79
- frogml_proto/qwak/automation/v1/automation_execution_pb2.py +12 -43
- frogml_proto/qwak/automation/v1/automation_management_service_pb2.py +56 -258
- frogml_proto/qwak/automation/v1/automation_pb2.py +10 -34
- frogml_proto/qwak/automation/v1/common_pb2.py +10 -35
- frogml_proto/qwak/automation/v1/notification_pb2.py +16 -68
- frogml_proto/qwak/automation/v1/trigger_pb2.py +14 -54
- frogml_proto/qwak/batch_job/v1/batch_job_events_pb2.py +26 -116
- frogml_proto/qwak/batch_job/v1/batch_job_resources_pb2.py +8 -26
- frogml_proto/qwak/batch_job/v1/batch_job_service_pb2.py +118 -561
- frogml_proto/qwak/build/v1/build_api_pb2.py +86 -407
- frogml_proto/qwak/build/v1/build_pb2.py +114 -549
- frogml_proto/qwak/build_settings/build_settings_api_pb2.py +18 -67
- frogml_proto/qwak/build_settings/build_settings_pb2.py +18 -74
- frogml_proto/qwak/builds/build_pb2.py +44 -206
- frogml_proto/qwak/builds/build_url_pb2.py +26 -113
- frogml_proto/qwak/builds/builds_orchestrator_service_pb2.py +58 -269
- frogml_proto/qwak/builds/builds_pb2.py +110 -519
- frogml_proto/qwak/builds/internal_builds_orchestrator_service_pb2.py +12 -37
- frogml_proto/qwak/data_versioning/data_versioning_pb2.py +8 -24
- frogml_proto/qwak/data_versioning/data_versioning_service_pb2.py +14 -47
- frogml_proto/qwak/deployment/alert_pb2.py +24 -108
- frogml_proto/qwak/deployment/alert_service_pb2.py +30 -127
- frogml_proto/qwak/deployment/deployment_messages_pb2.py +6 -14
- frogml_proto/qwak/deployment/deployment_pb2.py +124 -588
- frogml_proto/qwak/deployment/deployment_service_pb2.py +86 -419
- frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_info_service_pb2.py +14 -47
- frogml_proto/qwak/ecosystem/jfrog/v0/jfrog_tenant_pb2.py +8 -24
- frogml_proto/qwak/ecosystem/jfrog/v0/token_pb2.py +36 -164
- frogml_proto/qwak/ecosystem/jfrog/v0/token_service_pb2.py +22 -87
- frogml_proto/qwak/ecosystem/v0/credentials_pb2.py +10 -34
- frogml_proto/qwak/ecosystem/v0/ecosystem_pb2.py +30 -138
- frogml_proto/qwak/ecosystem/v0/ecosystem_runtime_service_pb2.py +52 -237
- frogml_proto/qwak/execution/v1/backfill_pb2.py +18 -74
- frogml_proto/qwak/execution/v1/batch_pb2.py +10 -34
- frogml_proto/qwak/execution/v1/deletion_pb2.py +12 -44
- frogml_proto/qwak/execution/v1/execution_pb2.py +16 -69
- frogml_proto/qwak/execution/v1/execution_service_pb2.py +64 -298
- frogml_proto/qwak/execution/v1/internal/deployment/platform_details_pb2.py +6 -14
- frogml_proto/qwak/execution/v1/jobs/job_pb2.py +18 -76
- frogml_proto/qwak/execution/v1/jobs/job_service_pb2.py +54 -247
- frogml_proto/qwak/execution/v1/jobs/reports/report_pb2.py +20 -84
- frogml_proto/qwak/execution/v1/state/execution_state_pb2.py +6 -14
- frogml_proto/qwak/execution/v1/state/execution_state_service_pb2.py +30 -127
- frogml_proto/qwak/execution/v1/state/featureset_state_pb2.py +6 -14
- frogml_proto/qwak/execution/v1/state/spark_execution_state_pb2.py +14 -68
- frogml_proto/qwak/execution/v1/streaming_aggregation_pb2.py +14 -54
- frogml_proto/qwak/execution/v1/streaming_pb2.py +12 -44
- frogml_proto/qwak/feature_store/entities/entity_pb2.py +16 -57
- frogml_proto/qwak/feature_store/entities/entity_service_pb2.py +30 -127
- frogml_proto/qwak/feature_store/features/aggregation_pb2.py +38 -175
- frogml_proto/qwak/feature_store/features/deployment_pb2.py +36 -167
- frogml_proto/qwak/feature_store/features/deployment_service_pb2.py +10 -27
- frogml_proto/qwak/feature_store/features/execution_pb2.py +14 -56
- frogml_proto/qwak/feature_store/features/feature_set_attribute_pb2.py +6 -14
- frogml_proto/qwak/feature_store/features/feature_set_pb2.py +34 -155
- frogml_proto/qwak/feature_store/features/feature_set_service_pb2.py +92 -439
- frogml_proto/qwak/feature_store/features/feature_set_state_pb2.py +38 -181
- frogml_proto/qwak/feature_store/features/feature_set_state_service_pb2.py +26 -107
- frogml_proto/qwak/feature_store/features/feature_set_types_pb2.py +74 -346
- frogml_proto/qwak/feature_store/features/monitoring_pb2.py +10 -34
- frogml_proto/qwak/feature_store/features/real_time_feature_extractor_pb2.py +32 -143
- frogml_proto/qwak/feature_store/jobs/job_pb2.py +12 -46
- frogml_proto/qwak/feature_store/jobs/job_service_pb2.py +30 -127
- frogml_proto/qwak/feature_store/jobs/v1/job_pb2.py +12 -45
- frogml_proto/qwak/feature_store/jobs/v1/job_service_pb2.py +42 -187
- frogml_proto/qwak/feature_store/platform/platform_details_pb2.py +8 -24
- frogml_proto/qwak/feature_store/reports/report_pb2.py +14 -53
- frogml_proto/qwak/feature_store/repository/common/platform_pb2.py +10 -34
- frogml_proto/qwak/feature_store/serving/management_pb2.py +14 -47
- frogml_proto/qwak/feature_store/serving/metadata_pb2.py +12 -44
- frogml_proto/qwak/feature_store/serving/serving_pb2.py +50 -222
- frogml_proto/qwak/feature_store/serving/v1/value_pb2.py +8 -24
- frogml_proto/qwak/feature_store/sinks/sink_pb2.py +14 -54
- frogml_proto/qwak/feature_store/sources/batch_pb2.py +70 -334
- frogml_proto/qwak/feature_store/sources/data_source_attribute_pb2.py +6 -14
- frogml_proto/qwak/feature_store/sources/data_source_pb2.py +14 -54
- frogml_proto/qwak/feature_store/sources/data_source_service_pb2.py +34 -147
- frogml_proto/qwak/feature_store/sources/streaming_pb2.py +34 -146
- frogml_proto/qwak/feature_store/v1/common/jfrog_artifact/jfrog_artifact_pb2.py +6 -14
- frogml_proto/qwak/feature_store/v1/common/source_code/source_code_pb2.py +10 -34
- frogml_proto/qwak/feature_store/v1/internal/data_source/data_source_service_pb2.py +16 -58
- frogml_proto/qwak/feature_store/v1/internal/featureset/featureset_token_service_pb2.py +10 -27
- frogml_proto/qwak/features_operator/v1/features_operator_pb2.py +14 -54
- frogml_proto/qwak/features_operator/v1/features_operator_service_pb2.py +14 -47
- frogml_proto/qwak/features_operator/v2/features_operator_pb2.py +16 -64
- frogml_proto/qwak/features_operator/v2/features_operator_service_pb2.py +12 -37
- frogml_proto/qwak/features_operator/v3/features_operator_async_service_pb2.py +26 -107
- frogml_proto/qwak/features_operator/v3/features_operator_pb2.py +16 -64
- frogml_proto/qwak/file_versioning/file_versioning_pb2.py +10 -33
- frogml_proto/qwak/file_versioning/file_versioning_service_pb2.py +14 -47
- frogml_proto/qwak/fitness_service/constructs_pb2.py +22 -99
- frogml_proto/qwak/fitness_service/fitness_pb2.py +10 -32
- frogml_proto/qwak/fitness_service/fitness_service_pb2.py +22 -87
- frogml_proto/qwak/fitness_service/status_pb2.py +24 -106
- frogml_proto/qwak/inference/feedback/feedback_pb2.py +28 -96
- frogml_proto/qwak/instance_template/instance_template_pb2.py +12 -40
- frogml_proto/qwak/instance_template/instance_template_service_pb2.py +14 -47
- frogml_proto/qwak/integration/hugging_face_integration_pb2.py +16 -64
- frogml_proto/qwak/integration/integration_pb2.py +28 -126
- frogml_proto/qwak/integration/integration_service_pb2.py +34 -147
- frogml_proto/qwak/integration/open_a_i_integration_pb2.py +16 -64
- frogml_proto/qwak/integration/opsgenie_integration_pb2.py +20 -82
- frogml_proto/qwak/integration/pagerduty_integration_pb2.py +24 -104
- frogml_proto/qwak/integration/slack_app_integration_pb2.py +24 -104
- frogml_proto/qwak/jfrog/gateway/v0/repository_pb2.py +18 -74
- frogml_proto/qwak/jfrog/gateway/v0/repository_service_pb2.py +14 -47
- frogml_proto/qwak/kube_deployment_captain/alert_pb2.py +22 -97
- frogml_proto/qwak/kube_deployment_captain/alerting_pb2.py +12 -44
- frogml_proto/qwak/kube_deployment_captain/batch_job_pb2.py +68 -322
- frogml_proto/qwak/kube_deployment_captain/deployment_pb2.py +44 -167
- frogml_proto/qwak/kube_deployment_captain/feature_set_deployment_pb2.py +32 -144
- frogml_proto/qwak/kube_deployment_captain/kube_deployment_captain_service_pb2.py +108 -519
- frogml_proto/qwak/kube_deployment_captain/traffic_mapping_pb2.py +8 -24
- frogml_proto/qwak/logging/log_filter_pb2.py +12 -44
- frogml_proto/qwak/logging/log_line_pb2.py +8 -25
- frogml_proto/qwak/logging/log_reader_service_pb2.py +10 -27
- frogml_proto/qwak/logging/log_source_pb2.py +30 -134
- frogml_proto/qwak/model_descriptor/open_ai_descriptor_pb2.py +18 -74
- frogml_proto/qwak/model_group/model_group_pb2.py +14 -47
- frogml_proto/qwak/model_group/model_group_repository_details_pb2.py +18 -74
- frogml_proto/qwak/models/models_pb2.py +88 -405
- frogml_proto/qwak/models/models_query_pb2.py +16 -56
- frogml_proto/qwak/monitoring/v0/alerting_channel_management_service_pb2.py +30 -127
- frogml_proto/qwak/monitoring/v0/alerting_channel_pb2.py +34 -152
- frogml_proto/qwak/monitoring/v0/alerting_channel_sync_service_pb2.py +14 -47
- frogml_proto/qwak/offline/serving/v1/feature_values_pb2.py +6 -14
- frogml_proto/qwak/offline/serving/v1/offline_serving_async_service_pb2.py +30 -123
- frogml_proto/qwak/offline/serving/v1/options_pb2.py +6 -14
- frogml_proto/qwak/offline/serving/v1/population_pb2.py +14 -54
- frogml_proto/qwak/projects/jfrog_project_spec_pb2.py +6 -14
- frogml_proto/qwak/projects/projects_pb2.py +44 -190
- frogml_proto/qwak/prompt/v1/prompt/prompt_manager_service_pb2.py +54 -247
- frogml_proto/qwak/prompt/v1/prompt/prompt_pb2.py +46 -214
- frogml_proto/qwak/secret_service/secret_service_pb2.py +18 -67
- frogml_proto/qwak/self_service/account/v0/account_membership_pb2.py +24 -106
- frogml_proto/qwak/self_service/account/v0/account_membership_service_pb2.py +50 -227
- frogml_proto/qwak/self_service/account/v0/account_status_pb2.py +16 -65
- frogml_proto/qwak/self_service/account/v0/managing_account_pb2.py +30 -131
- frogml_proto/qwak/self_service/account/v0/managing_account_service_pb2.py +22 -87
- frogml_proto/qwak/self_service/user/v1/api_key_pb2.py +6 -14
- frogml_proto/qwak/self_service/user/v1/user_pb2.py +6 -14
- frogml_proto/qwak/self_service/user/v1/user_service_pb2.py +30 -121
- frogml_proto/qwak/service_discovery/service_discovery_location_pb2.py +12 -44
- frogml_proto/qwak/service_discovery/service_discovery_location_service_pb2.py +10 -27
- frogml_proto/qwak/traffic/v1/traffic_api_pb2.py +22 -87
- frogml_proto/qwak/traffic/v1/traffic_pb2.py +26 -113
- frogml_proto/qwak/user_application/common/v0/resources_pb2.py +30 -138
- frogml_proto/qwak/user_application/v0/user_application_pb2.py +10 -43
- frogml_proto/qwak/vectors/v1/collection/collection_pb2.py +24 -106
- frogml_proto/qwak/vectors/v1/collection/collection_service_pb2.py +38 -167
- frogml_proto/qwak/vectors/v1/collection/event/collection_event_pb2.py +6 -14
- frogml_proto/qwak/vectors/v1/filters_pb2.py +30 -134
- frogml_proto/qwak/vectors/v1/vector_pb2.py +14 -54
- frogml_proto/qwak/vectors/v1/vector_service_pb2.py +26 -107
- frogml_proto/qwak/workspace/workspace_pb2.py +22 -107
- frogml_proto/qwak/workspace/workspace_service_pb2.py +62 -287
- frogml_storage/__init__.py +1 -1
- {frogml_core-0.0.108.dist-info → frogml_core-0.0.110.dist-info}/WHEEL +0 -0
@@ -4,9 +4,8 @@
|
|
4
4
|
"""Generated protocol buffer code."""
|
5
5
|
from google.protobuf import descriptor as _descriptor
|
6
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
7
|
from google.protobuf import symbol_database as _symbol_database
|
8
|
+
from google.protobuf.internal import builder as _builder
|
10
9
|
# @@protoc_insertion_point(imports)
|
11
10
|
|
12
11
|
_sym_db = _symbol_database.Default()
|
@@ -16,30 +15,15 @@ _sym_db = _symbol_database.Default()
|
|
16
15
|
|
17
16
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*qwak/ecosystem/jfrog/v0/jfrog_tenant.proto\x12)qwak.ecosystem.jfrog.jfrog_tenant_info.v0\"\'\n\x0fJFrogTenantInfo\x12\x14\n\x0cplatform_url\x18\x01 \x01(\t\"N\n\x0cJFrogProject\x12\x13\n\x0bproject_key\x18\x01 \x01(\t\x12\x14\n\x0c\x64isplay_name\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\tB\xbd\x01\n com.qwak.ai.jfrog.tenant.info.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')
|
18
17
|
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
_JFROGPROJECT = DESCRIPTOR.message_types_by_name['JFrogProject']
|
23
|
-
JFrogTenantInfo = _reflection.GeneratedProtocolMessageType('JFrogTenantInfo', (_message.Message,), {
|
24
|
-
'DESCRIPTOR' : _JFROGTENANTINFO,
|
25
|
-
'__module__' : 'qwak.ecosystem.jfrog.v0.jfrog_tenant_pb2'
|
26
|
-
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.jfrog_tenant_info.v0.JFrogTenantInfo)
|
27
|
-
})
|
28
|
-
_sym_db.RegisterMessage(JFrogTenantInfo)
|
29
|
-
|
30
|
-
JFrogProject = _reflection.GeneratedProtocolMessageType('JFrogProject', (_message.Message,), {
|
31
|
-
'DESCRIPTOR' : _JFROGPROJECT,
|
32
|
-
'__module__' : 'qwak.ecosystem.jfrog.v0.jfrog_tenant_pb2'
|
33
|
-
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.jfrog_tenant_info.v0.JFrogProject)
|
34
|
-
})
|
35
|
-
_sym_db.RegisterMessage(JFrogProject)
|
36
|
-
|
18
|
+
_globals = globals()
|
19
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
20
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.ecosystem.jfrog.v0.jfrog_tenant_pb2', _globals)
|
37
21
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
38
22
|
|
39
23
|
DESCRIPTOR._options = None
|
40
24
|
DESCRIPTOR._serialized_options = b'\n com.qwak.ai.jfrog.tenant.info.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'
|
41
|
-
_JFROGTENANTINFO._serialized_start=89
|
42
|
-
_JFROGTENANTINFO._serialized_end=128
|
43
|
-
_JFROGPROJECT._serialized_start=130
|
44
|
-
_JFROGPROJECT._serialized_end=208
|
25
|
+
_globals['_JFROGTENANTINFO']._serialized_start=89
|
26
|
+
_globals['_JFROGTENANTINFO']._serialized_end=128
|
27
|
+
_globals['_JFROGPROJECT']._serialized_start=130
|
28
|
+
_globals['_JFROGPROJECT']._serialized_end=208
|
45
29
|
# @@protoc_insertion_point(module_scope)
|
@@ -4,9 +4,8 @@
|
|
4
4
|
"""Generated protocol buffer code."""
|
5
5
|
from google.protobuf import descriptor as _descriptor
|
6
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
7
|
from google.protobuf import symbol_database as _symbol_database
|
8
|
+
from google.protobuf.internal import builder as _builder
|
10
9
|
# @@protoc_insertion_point(imports)
|
11
10
|
|
12
11
|
_sym_db = _symbol_database.Default()
|
@@ -17,136 +16,9 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
|
|
17
16
|
|
18
17
|
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\"\x97\x01\n\x16PersistTokenClaimsSpec\x12\x17\n\x0fjfrog_tenant_id\x18\x01 \x01(\t\x12\x11\n\x05token\x18\x02 \x01(\tB\x02\x18\x01\x12Q\n\x15token_scope_extension\x18\x03 \x01(\x0b\x32\x32.qwak.ecosystem.jfrog.token.v0.TokenScopeExtension\"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\"\xf4\x01\n\x15SubjectAndScopeSource\x12\x13\n\x05token\x18\x01 \x01(\tB\x02\x18\x01H\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\x12S\n\x15token_scope_extension\x18\x04 \x01(\x0b\x32\x32.qwak.ecosystem.jfrog.token.v0.TokenScopeExtensionH\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\x19JFrogTokenAudienceJFrogML\"?\n\x13TokenScopeExtension\x12\r\n\x05token\x18\x01 \x01(\t\x12\x19\n\x11\x61\x64\x64itional_scopes\x18\x02 \x03(\tB\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
18
|
|
20
|
-
|
21
|
-
|
22
|
-
|
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
|
-
_TOKENSCOPEEXTENSION = DESCRIPTOR.message_types_by_name['TokenScopeExtension']
|
38
|
-
JFrogToken = _reflection.GeneratedProtocolMessageType('JFrogToken', (_message.Message,), {
|
39
|
-
'DESCRIPTOR' : _JFROGTOKEN,
|
40
|
-
'__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
|
41
|
-
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogToken)
|
42
|
-
})
|
43
|
-
_sym_db.RegisterMessage(JFrogToken)
|
44
|
-
|
45
|
-
JFrogTokenTenantDetails = _reflection.GeneratedProtocolMessageType('JFrogTokenTenantDetails', (_message.Message,), {
|
46
|
-
'DESCRIPTOR' : _JFROGTOKENTENANTDETAILS,
|
47
|
-
'__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
|
48
|
-
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogTokenTenantDetails)
|
49
|
-
})
|
50
|
-
_sym_db.RegisterMessage(JFrogTokenTenantDetails)
|
51
|
-
|
52
|
-
JFrogTokenDefinition = _reflection.GeneratedProtocolMessageType('JFrogTokenDefinition', (_message.Message,), {
|
53
|
-
'DESCRIPTOR' : _JFROGTOKENDEFINITION,
|
54
|
-
'__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
|
55
|
-
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogTokenDefinition)
|
56
|
-
})
|
57
|
-
_sym_db.RegisterMessage(JFrogTokenDefinition)
|
58
|
-
|
59
|
-
JFrogTokenSpec = _reflection.GeneratedProtocolMessageType('JFrogTokenSpec', (_message.Message,), {
|
60
|
-
'DESCRIPTOR' : _JFROGTOKENSPEC,
|
61
|
-
'__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
|
62
|
-
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogTokenSpec)
|
63
|
-
})
|
64
|
-
_sym_db.RegisterMessage(JFrogTokenSpec)
|
65
|
-
|
66
|
-
ArtifactoryImagePullTokenSpec = _reflection.GeneratedProtocolMessageType('ArtifactoryImagePullTokenSpec', (_message.Message,), {
|
67
|
-
'DESCRIPTOR' : _ARTIFACTORYIMAGEPULLTOKENSPEC,
|
68
|
-
'__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
|
69
|
-
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.ArtifactoryImagePullTokenSpec)
|
70
|
-
})
|
71
|
-
_sym_db.RegisterMessage(ArtifactoryImagePullTokenSpec)
|
72
|
-
|
73
|
-
PersistTokenClaimsSpec = _reflection.GeneratedProtocolMessageType('PersistTokenClaimsSpec', (_message.Message,), {
|
74
|
-
'DESCRIPTOR' : _PERSISTTOKENCLAIMSSPEC,
|
75
|
-
'__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
|
76
|
-
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.PersistTokenClaimsSpec)
|
77
|
-
})
|
78
|
-
_sym_db.RegisterMessage(PersistTokenClaimsSpec)
|
79
|
-
|
80
|
-
JFrogTokenRevokeSpec = _reflection.GeneratedProtocolMessageType('JFrogTokenRevokeSpec', (_message.Message,), {
|
81
|
-
'DESCRIPTOR' : _JFROGTOKENREVOKESPEC,
|
82
|
-
'__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
|
83
|
-
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogTokenRevokeSpec)
|
84
|
-
})
|
85
|
-
_sym_db.RegisterMessage(JFrogTokenRevokeSpec)
|
86
|
-
|
87
|
-
JFrogTokenTTLSpec = _reflection.GeneratedProtocolMessageType('JFrogTokenTTLSpec', (_message.Message,), {
|
88
|
-
'DESCRIPTOR' : _JFROGTOKENTTLSPEC,
|
89
|
-
'__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
|
90
|
-
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogTokenTTLSpec)
|
91
|
-
})
|
92
|
-
_sym_db.RegisterMessage(JFrogTokenTTLSpec)
|
93
|
-
|
94
|
-
SubjectAndScopeSource = _reflection.GeneratedProtocolMessageType('SubjectAndScopeSource', (_message.Message,), {
|
95
|
-
'DESCRIPTOR' : _SUBJECTANDSCOPESOURCE,
|
96
|
-
'__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
|
97
|
-
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.SubjectAndScopeSource)
|
98
|
-
})
|
99
|
-
_sym_db.RegisterMessage(SubjectAndScopeSource)
|
100
|
-
|
101
|
-
ExplicitSubjectAndScope = _reflection.GeneratedProtocolMessageType('ExplicitSubjectAndScope', (_message.Message,), {
|
102
|
-
'DESCRIPTOR' : _EXPLICITSUBJECTANDSCOPE,
|
103
|
-
'__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
|
104
|
-
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.ExplicitSubjectAndScope)
|
105
|
-
})
|
106
|
-
_sym_db.RegisterMessage(ExplicitSubjectAndScope)
|
107
|
-
|
108
|
-
JFrogTokenAudiences = _reflection.GeneratedProtocolMessageType('JFrogTokenAudiences', (_message.Message,), {
|
109
|
-
'DESCRIPTOR' : _JFROGTOKENAUDIENCES,
|
110
|
-
'__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
|
111
|
-
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogTokenAudiences)
|
112
|
-
})
|
113
|
-
_sym_db.RegisterMessage(JFrogTokenAudiences)
|
114
|
-
|
115
|
-
JFrogTokenAudience = _reflection.GeneratedProtocolMessageType('JFrogTokenAudience', (_message.Message,), {
|
116
|
-
'DESCRIPTOR' : _JFROGTOKENAUDIENCE,
|
117
|
-
'__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
|
118
|
-
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogTokenAudience)
|
119
|
-
})
|
120
|
-
_sym_db.RegisterMessage(JFrogTokenAudience)
|
121
|
-
|
122
|
-
JFrogTokenAudienceArtifactory = _reflection.GeneratedProtocolMessageType('JFrogTokenAudienceArtifactory', (_message.Message,), {
|
123
|
-
'DESCRIPTOR' : _JFROGTOKENAUDIENCEARTIFACTORY,
|
124
|
-
'__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
|
125
|
-
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogTokenAudienceArtifactory)
|
126
|
-
})
|
127
|
-
_sym_db.RegisterMessage(JFrogTokenAudienceArtifactory)
|
128
|
-
|
129
|
-
JFrogTokenAudienceXRay = _reflection.GeneratedProtocolMessageType('JFrogTokenAudienceXRay', (_message.Message,), {
|
130
|
-
'DESCRIPTOR' : _JFROGTOKENAUDIENCEXRAY,
|
131
|
-
'__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
|
132
|
-
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogTokenAudienceXRay)
|
133
|
-
})
|
134
|
-
_sym_db.RegisterMessage(JFrogTokenAudienceXRay)
|
135
|
-
|
136
|
-
JFrogTokenAudienceJFrogML = _reflection.GeneratedProtocolMessageType('JFrogTokenAudienceJFrogML', (_message.Message,), {
|
137
|
-
'DESCRIPTOR' : _JFROGTOKENAUDIENCEJFROGML,
|
138
|
-
'__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
|
139
|
-
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.JFrogTokenAudienceJFrogML)
|
140
|
-
})
|
141
|
-
_sym_db.RegisterMessage(JFrogTokenAudienceJFrogML)
|
142
|
-
|
143
|
-
TokenScopeExtension = _reflection.GeneratedProtocolMessageType('TokenScopeExtension', (_message.Message,), {
|
144
|
-
'DESCRIPTOR' : _TOKENSCOPEEXTENSION,
|
145
|
-
'__module__' : 'qwak.ecosystem.jfrog.v0.token_pb2'
|
146
|
-
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.TokenScopeExtension)
|
147
|
-
})
|
148
|
-
_sym_db.RegisterMessage(TokenScopeExtension)
|
149
|
-
|
19
|
+
_globals = globals()
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.ecosystem.jfrog.v0.token_pb2', _globals)
|
150
22
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
151
23
|
|
152
24
|
DESCRIPTOR._options = None
|
@@ -155,36 +27,36 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
155
27
|
_PERSISTTOKENCLAIMSSPEC.fields_by_name['token']._serialized_options = b'\030\001'
|
156
28
|
_SUBJECTANDSCOPESOURCE.fields_by_name['token']._options = None
|
157
29
|
_SUBJECTANDSCOPESOURCE.fields_by_name['token']._serialized_options = b'\030\001'
|
158
|
-
_JFROGTOKEN._serialized_start=104
|
159
|
-
_JFROGTOKEN._serialized_end=269
|
160
|
-
_JFROGTOKENTENANTDETAILS._serialized_start=271
|
161
|
-
_JFROGTOKENTENANTDETAILS._serialized_end=318
|
162
|
-
_JFROGTOKENDEFINITION._serialized_start=321
|
163
|
-
_JFROGTOKENDEFINITION._serialized_end=549
|
164
|
-
_JFROGTOKENSPEC._serialized_start=552
|
165
|
-
_JFROGTOKENSPEC._serialized_end=820
|
166
|
-
_ARTIFACTORYIMAGEPULLTOKENSPEC._serialized_start=823
|
167
|
-
_ARTIFACTORYIMAGEPULLTOKENSPEC._serialized_end=971
|
168
|
-
_PERSISTTOKENCLAIMSSPEC._serialized_start=974
|
169
|
-
_PERSISTTOKENCLAIMSSPEC._serialized_end=1125
|
170
|
-
_JFROGTOKENREVOKESPEC._serialized_start=1127
|
171
|
-
_JFROGTOKENREVOKESPEC._serialized_end=1236
|
172
|
-
_JFROGTOKENTTLSPEC._serialized_start=1238
|
173
|
-
_JFROGTOKENTTLSPEC._serialized_end=1361
|
174
|
-
_SUBJECTANDSCOPESOURCE._serialized_start=1364
|
175
|
-
_SUBJECTANDSCOPESOURCE._serialized_end=1608
|
176
|
-
_EXPLICITSUBJECTANDSCOPE._serialized_start=1610
|
177
|
-
_EXPLICITSUBJECTANDSCOPE._serialized_end=1690
|
178
|
-
_JFROGTOKENAUDIENCES._serialized_start=1692
|
179
|
-
_JFROGTOKENAUDIENCES._serialized_end=1783
|
180
|
-
_JFROGTOKENAUDIENCE._serialized_start=1786
|
181
|
-
_JFROGTOKENAUDIENCE._serialized_end=2048
|
182
|
-
_JFROGTOKENAUDIENCEARTIFACTORY._serialized_start=2050
|
183
|
-
_JFROGTOKENAUDIENCEARTIFACTORY._serialized_end=2081
|
184
|
-
_JFROGTOKENAUDIENCEXRAY._serialized_start=2083
|
185
|
-
_JFROGTOKENAUDIENCEXRAY._serialized_end=2107
|
186
|
-
_JFROGTOKENAUDIENCEJFROGML._serialized_start=2109
|
187
|
-
_JFROGTOKENAUDIENCEJFROGML._serialized_end=2136
|
188
|
-
_TOKENSCOPEEXTENSION._serialized_start=2138
|
189
|
-
_TOKENSCOPEEXTENSION._serialized_end=2201
|
30
|
+
_globals['_JFROGTOKEN']._serialized_start=104
|
31
|
+
_globals['_JFROGTOKEN']._serialized_end=269
|
32
|
+
_globals['_JFROGTOKENTENANTDETAILS']._serialized_start=271
|
33
|
+
_globals['_JFROGTOKENTENANTDETAILS']._serialized_end=318
|
34
|
+
_globals['_JFROGTOKENDEFINITION']._serialized_start=321
|
35
|
+
_globals['_JFROGTOKENDEFINITION']._serialized_end=549
|
36
|
+
_globals['_JFROGTOKENSPEC']._serialized_start=552
|
37
|
+
_globals['_JFROGTOKENSPEC']._serialized_end=820
|
38
|
+
_globals['_ARTIFACTORYIMAGEPULLTOKENSPEC']._serialized_start=823
|
39
|
+
_globals['_ARTIFACTORYIMAGEPULLTOKENSPEC']._serialized_end=971
|
40
|
+
_globals['_PERSISTTOKENCLAIMSSPEC']._serialized_start=974
|
41
|
+
_globals['_PERSISTTOKENCLAIMSSPEC']._serialized_end=1125
|
42
|
+
_globals['_JFROGTOKENREVOKESPEC']._serialized_start=1127
|
43
|
+
_globals['_JFROGTOKENREVOKESPEC']._serialized_end=1236
|
44
|
+
_globals['_JFROGTOKENTTLSPEC']._serialized_start=1238
|
45
|
+
_globals['_JFROGTOKENTTLSPEC']._serialized_end=1361
|
46
|
+
_globals['_SUBJECTANDSCOPESOURCE']._serialized_start=1364
|
47
|
+
_globals['_SUBJECTANDSCOPESOURCE']._serialized_end=1608
|
48
|
+
_globals['_EXPLICITSUBJECTANDSCOPE']._serialized_start=1610
|
49
|
+
_globals['_EXPLICITSUBJECTANDSCOPE']._serialized_end=1690
|
50
|
+
_globals['_JFROGTOKENAUDIENCES']._serialized_start=1692
|
51
|
+
_globals['_JFROGTOKENAUDIENCES']._serialized_end=1783
|
52
|
+
_globals['_JFROGTOKENAUDIENCE']._serialized_start=1786
|
53
|
+
_globals['_JFROGTOKENAUDIENCE']._serialized_end=2048
|
54
|
+
_globals['_JFROGTOKENAUDIENCEARTIFACTORY']._serialized_start=2050
|
55
|
+
_globals['_JFROGTOKENAUDIENCEARTIFACTORY']._serialized_end=2081
|
56
|
+
_globals['_JFROGTOKENAUDIENCEXRAY']._serialized_start=2083
|
57
|
+
_globals['_JFROGTOKENAUDIENCEXRAY']._serialized_end=2107
|
58
|
+
_globals['_JFROGTOKENAUDIENCEJFROGML']._serialized_start=2109
|
59
|
+
_globals['_JFROGTOKENAUDIENCEJFROGML']._serialized_end=2136
|
60
|
+
_globals['_TOKENSCOPEEXTENSION']._serialized_start=2138
|
61
|
+
_globals['_TOKENSCOPEEXTENSION']._serialized_end=2201
|
190
62
|
# @@protoc_insertion_point(module_scope)
|
@@ -4,9 +4,8 @@
|
|
4
4
|
"""Generated protocol buffer code."""
|
5
5
|
from google.protobuf import descriptor as _descriptor
|
6
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
7
|
from google.protobuf import symbol_database as _symbol_database
|
8
|
+
from google.protobuf.internal import builder as _builder
|
10
9
|
# @@protoc_insertion_point(imports)
|
11
10
|
|
12
11
|
_sym_db = _symbol_database.Default()
|
@@ -17,93 +16,29 @@ from frogml_proto.qwak.ecosystem.jfrog.v0 import token_pb2 as qwak_dot_ecosystem
|
|
17
16
|
|
18
17
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+qwak/ecosystem/jfrog/v0/token_service.proto\x12\x1dqwak.ecosystem.jfrog.token.v0\x1a#qwak/ecosystem/jfrog/v0/token.proto\"Y\n\x14GenerateTokenRequest\x12\x41\n\ntoken_spec\x18\x01 \x01(\x0b\x32-.qwak.ecosystem.jfrog.token.v0.JFrogTokenSpec\"Q\n\x15GenerateTokenResponse\x12\x38\n\x05token\x18\x01 \x01(\x0b\x32).qwak.ecosystem.jfrog.token.v0.JFrogToken\"|\n(GenerateArtifactoryImagePullTokenRequest\x12P\n\ntoken_spec\x18\x01 \x01(\x0b\x32<.qwak.ecosystem.jfrog.token.v0.ArtifactoryImagePullTokenSpec\"e\n)GenerateArtifactoryImagePullTokenResponse\x12\x38\n\x05token\x18\x01 \x01(\x0b\x32).qwak.ecosystem.jfrog.token.v0.JFrogToken\"`\n\x19PersistTokenClaimsRequest\x12\x43\n\x04spec\x18\x01 \x01(\x0b\x32\x35.qwak.ecosystem.jfrog.token.v0.PersistTokenClaimsSpec\".\n\x1aPersistTokenClaimsResponse\x12\x10\n\x08token_id\x18\x01 \x01(\t\"d\n\x12RevokeTokenRequest\x12N\n\x11token_revoke_spec\x18\x01 \x01(\x0b\x32\x33.qwak.ecosystem.jfrog.token.v0.JFrogTokenRevokeSpec\"\x1c\n\x1aRevokeTokenRequestResponse2\xcc\x04\n\x0cTokenService\x12z\n\rGenerateToken\x12\x33.qwak.ecosystem.jfrog.token.v0.GenerateTokenRequest\x1a\x34.qwak.ecosystem.jfrog.token.v0.GenerateTokenResponse\x12\xb6\x01\n!GenerateArtifactoryImagePullToken\x12G.qwak.ecosystem.jfrog.token.v0.GenerateArtifactoryImagePullTokenRequest\x1aH.qwak.ecosystem.jfrog.token.v0.GenerateArtifactoryImagePullTokenResponse\x12\x89\x01\n\x12PersistTokenClaims\x12\x38.qwak.ecosystem.jfrog.token.v0.PersistTokenClaimsRequest\x1a\x39.qwak.ecosystem.jfrog.token.v0.PersistTokenClaimsResponse\x12{\n\x0bRevokeToken\x12\x31.qwak.ecosystem.jfrog.token.v0.RevokeTokenRequest\x1a\x39.qwak.ecosystem.jfrog.token.v0.RevokeTokenRequestResponseB\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
18
|
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
_GENERATETOKENRESPONSE = DESCRIPTOR.message_types_by_name['GenerateTokenResponse']
|
24
|
-
_GENERATEARTIFACTORYIMAGEPULLTOKENREQUEST = DESCRIPTOR.message_types_by_name['GenerateArtifactoryImagePullTokenRequest']
|
25
|
-
_GENERATEARTIFACTORYIMAGEPULLTOKENRESPONSE = DESCRIPTOR.message_types_by_name['GenerateArtifactoryImagePullTokenResponse']
|
26
|
-
_PERSISTTOKENCLAIMSREQUEST = DESCRIPTOR.message_types_by_name['PersistTokenClaimsRequest']
|
27
|
-
_PERSISTTOKENCLAIMSRESPONSE = DESCRIPTOR.message_types_by_name['PersistTokenClaimsResponse']
|
28
|
-
_REVOKETOKENREQUEST = DESCRIPTOR.message_types_by_name['RevokeTokenRequest']
|
29
|
-
_REVOKETOKENREQUESTRESPONSE = DESCRIPTOR.message_types_by_name['RevokeTokenRequestResponse']
|
30
|
-
GenerateTokenRequest = _reflection.GeneratedProtocolMessageType('GenerateTokenRequest', (_message.Message,), {
|
31
|
-
'DESCRIPTOR' : _GENERATETOKENREQUEST,
|
32
|
-
'__module__' : 'qwak.ecosystem.jfrog.v0.token_service_pb2'
|
33
|
-
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.GenerateTokenRequest)
|
34
|
-
})
|
35
|
-
_sym_db.RegisterMessage(GenerateTokenRequest)
|
36
|
-
|
37
|
-
GenerateTokenResponse = _reflection.GeneratedProtocolMessageType('GenerateTokenResponse', (_message.Message,), {
|
38
|
-
'DESCRIPTOR' : _GENERATETOKENRESPONSE,
|
39
|
-
'__module__' : 'qwak.ecosystem.jfrog.v0.token_service_pb2'
|
40
|
-
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.GenerateTokenResponse)
|
41
|
-
})
|
42
|
-
_sym_db.RegisterMessage(GenerateTokenResponse)
|
43
|
-
|
44
|
-
GenerateArtifactoryImagePullTokenRequest = _reflection.GeneratedProtocolMessageType('GenerateArtifactoryImagePullTokenRequest', (_message.Message,), {
|
45
|
-
'DESCRIPTOR' : _GENERATEARTIFACTORYIMAGEPULLTOKENREQUEST,
|
46
|
-
'__module__' : 'qwak.ecosystem.jfrog.v0.token_service_pb2'
|
47
|
-
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.GenerateArtifactoryImagePullTokenRequest)
|
48
|
-
})
|
49
|
-
_sym_db.RegisterMessage(GenerateArtifactoryImagePullTokenRequest)
|
50
|
-
|
51
|
-
GenerateArtifactoryImagePullTokenResponse = _reflection.GeneratedProtocolMessageType('GenerateArtifactoryImagePullTokenResponse', (_message.Message,), {
|
52
|
-
'DESCRIPTOR' : _GENERATEARTIFACTORYIMAGEPULLTOKENRESPONSE,
|
53
|
-
'__module__' : 'qwak.ecosystem.jfrog.v0.token_service_pb2'
|
54
|
-
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.GenerateArtifactoryImagePullTokenResponse)
|
55
|
-
})
|
56
|
-
_sym_db.RegisterMessage(GenerateArtifactoryImagePullTokenResponse)
|
57
|
-
|
58
|
-
PersistTokenClaimsRequest = _reflection.GeneratedProtocolMessageType('PersistTokenClaimsRequest', (_message.Message,), {
|
59
|
-
'DESCRIPTOR' : _PERSISTTOKENCLAIMSREQUEST,
|
60
|
-
'__module__' : 'qwak.ecosystem.jfrog.v0.token_service_pb2'
|
61
|
-
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.PersistTokenClaimsRequest)
|
62
|
-
})
|
63
|
-
_sym_db.RegisterMessage(PersistTokenClaimsRequest)
|
64
|
-
|
65
|
-
PersistTokenClaimsResponse = _reflection.GeneratedProtocolMessageType('PersistTokenClaimsResponse', (_message.Message,), {
|
66
|
-
'DESCRIPTOR' : _PERSISTTOKENCLAIMSRESPONSE,
|
67
|
-
'__module__' : 'qwak.ecosystem.jfrog.v0.token_service_pb2'
|
68
|
-
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.PersistTokenClaimsResponse)
|
69
|
-
})
|
70
|
-
_sym_db.RegisterMessage(PersistTokenClaimsResponse)
|
71
|
-
|
72
|
-
RevokeTokenRequest = _reflection.GeneratedProtocolMessageType('RevokeTokenRequest', (_message.Message,), {
|
73
|
-
'DESCRIPTOR' : _REVOKETOKENREQUEST,
|
74
|
-
'__module__' : 'qwak.ecosystem.jfrog.v0.token_service_pb2'
|
75
|
-
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.RevokeTokenRequest)
|
76
|
-
})
|
77
|
-
_sym_db.RegisterMessage(RevokeTokenRequest)
|
78
|
-
|
79
|
-
RevokeTokenRequestResponse = _reflection.GeneratedProtocolMessageType('RevokeTokenRequestResponse', (_message.Message,), {
|
80
|
-
'DESCRIPTOR' : _REVOKETOKENREQUESTRESPONSE,
|
81
|
-
'__module__' : 'qwak.ecosystem.jfrog.v0.token_service_pb2'
|
82
|
-
# @@protoc_insertion_point(class_scope:qwak.ecosystem.jfrog.token.v0.RevokeTokenRequestResponse)
|
83
|
-
})
|
84
|
-
_sym_db.RegisterMessage(RevokeTokenRequestResponse)
|
85
|
-
|
86
|
-
_TOKENSERVICE = DESCRIPTOR.services_by_name['TokenService']
|
19
|
+
_globals = globals()
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.ecosystem.jfrog.v0.token_service_pb2', _globals)
|
87
22
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
88
23
|
|
89
24
|
DESCRIPTOR._options = None
|
90
25
|
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'
|
91
|
-
_GENERATETOKENREQUEST._serialized_start=115
|
92
|
-
_GENERATETOKENREQUEST._serialized_end=204
|
93
|
-
_GENERATETOKENRESPONSE._serialized_start=206
|
94
|
-
_GENERATETOKENRESPONSE._serialized_end=287
|
95
|
-
_GENERATEARTIFACTORYIMAGEPULLTOKENREQUEST._serialized_start=289
|
96
|
-
_GENERATEARTIFACTORYIMAGEPULLTOKENREQUEST._serialized_end=413
|
97
|
-
_GENERATEARTIFACTORYIMAGEPULLTOKENRESPONSE._serialized_start=415
|
98
|
-
_GENERATEARTIFACTORYIMAGEPULLTOKENRESPONSE._serialized_end=516
|
99
|
-
_PERSISTTOKENCLAIMSREQUEST._serialized_start=518
|
100
|
-
_PERSISTTOKENCLAIMSREQUEST._serialized_end=614
|
101
|
-
_PERSISTTOKENCLAIMSRESPONSE._serialized_start=616
|
102
|
-
_PERSISTTOKENCLAIMSRESPONSE._serialized_end=662
|
103
|
-
_REVOKETOKENREQUEST._serialized_start=664
|
104
|
-
_REVOKETOKENREQUEST._serialized_end=764
|
105
|
-
_REVOKETOKENREQUESTRESPONSE._serialized_start=766
|
106
|
-
_REVOKETOKENREQUESTRESPONSE._serialized_end=794
|
107
|
-
_TOKENSERVICE._serialized_start=797
|
108
|
-
_TOKENSERVICE._serialized_end=1385
|
26
|
+
_globals['_GENERATETOKENREQUEST']._serialized_start=115
|
27
|
+
_globals['_GENERATETOKENREQUEST']._serialized_end=204
|
28
|
+
_globals['_GENERATETOKENRESPONSE']._serialized_start=206
|
29
|
+
_globals['_GENERATETOKENRESPONSE']._serialized_end=287
|
30
|
+
_globals['_GENERATEARTIFACTORYIMAGEPULLTOKENREQUEST']._serialized_start=289
|
31
|
+
_globals['_GENERATEARTIFACTORYIMAGEPULLTOKENREQUEST']._serialized_end=413
|
32
|
+
_globals['_GENERATEARTIFACTORYIMAGEPULLTOKENRESPONSE']._serialized_start=415
|
33
|
+
_globals['_GENERATEARTIFACTORYIMAGEPULLTOKENRESPONSE']._serialized_end=516
|
34
|
+
_globals['_PERSISTTOKENCLAIMSREQUEST']._serialized_start=518
|
35
|
+
_globals['_PERSISTTOKENCLAIMSREQUEST']._serialized_end=614
|
36
|
+
_globals['_PERSISTTOKENCLAIMSRESPONSE']._serialized_start=616
|
37
|
+
_globals['_PERSISTTOKENCLAIMSRESPONSE']._serialized_end=662
|
38
|
+
_globals['_REVOKETOKENREQUEST']._serialized_start=664
|
39
|
+
_globals['_REVOKETOKENREQUEST']._serialized_end=764
|
40
|
+
_globals['_REVOKETOKENREQUESTRESPONSE']._serialized_start=766
|
41
|
+
_globals['_REVOKETOKENREQUESTRESPONSE']._serialized_end=794
|
42
|
+
_globals['_TOKENSERVICE']._serialized_start=797
|
43
|
+
_globals['_TOKENSERVICE']._serialized_end=1385
|
109
44
|
# @@protoc_insertion_point(module_scope)
|
@@ -4,9 +4,8 @@
|
|
4
4
|
"""Generated protocol buffer code."""
|
5
5
|
from google.protobuf import descriptor as _descriptor
|
6
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
7
|
from google.protobuf import symbol_database as _symbol_database
|
8
|
+
from google.protobuf.internal import builder as _builder
|
10
9
|
# @@protoc_insertion_point(imports)
|
11
10
|
|
12
11
|
_sym_db = _symbol_database.Default()
|
@@ -17,40 +16,17 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
|
|
17
16
|
|
18
17
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#qwak/ecosystem/v0/credentials.proto\x12\x11qwak.ecosystem.v0\x1a\x1fgoogle/protobuf/timestamp.proto\"\xc3\x01\n\x10\x43loudCredentials\x12O\n\x19\x61ws_temporary_credentials\x18\x01 \x01(\x0b\x32*.qwak.ecosystem.v0.AwsTemporaryCredentialsH\x00\x12O\n\x19gcp_temporary_credentials\x18\x02 \x01(\x0b\x32*.qwak.ecosystem.v0.GcpTemporaryCredentialsH\x00\x42\r\n\x0b\x63redentials\"\xa7\x01\n\x17\x41wsTemporaryCredentials\x12\x15\n\raccess_key_id\x18\x01 \x01(\t\x12\x19\n\x11secret_access_key\x18\x02 \x01(\t\x12\x15\n\rsession_token\x18\x03 \x01(\t\x12\x33\n\x0f\x65xpiration_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0e\n\x06region\x18\x05 \x01(\t\"d\n\x17GcpTemporaryCredentials\x12\x14\n\x0c\x61\x63\x63\x65ss_token\x18\x01 \x01(\t\x12\x33\n\x0f\x65xpiration_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\xb7\x01\n\x1c\x63om.qwak.ai.common.ecosystemP\x01Z\x94\x01github.com/qwak-ai/qwak-platform/services/shared/java/libs/qwak-common/qwak-common-api/qwak-platform-ecosystem-api/pb/qwak/ecosystem/v0;ecosystem_v0b\x06proto3')
|
19
18
|
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
_AWSTEMPORARYCREDENTIALS = DESCRIPTOR.message_types_by_name['AwsTemporaryCredentials']
|
24
|
-
_GCPTEMPORARYCREDENTIALS = DESCRIPTOR.message_types_by_name['GcpTemporaryCredentials']
|
25
|
-
CloudCredentials = _reflection.GeneratedProtocolMessageType('CloudCredentials', (_message.Message,), {
|
26
|
-
'DESCRIPTOR' : _CLOUDCREDENTIALS,
|
27
|
-
'__module__' : 'qwak.ecosystem.v0.credentials_pb2'
|
28
|
-
# @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.CloudCredentials)
|
29
|
-
})
|
30
|
-
_sym_db.RegisterMessage(CloudCredentials)
|
31
|
-
|
32
|
-
AwsTemporaryCredentials = _reflection.GeneratedProtocolMessageType('AwsTemporaryCredentials', (_message.Message,), {
|
33
|
-
'DESCRIPTOR' : _AWSTEMPORARYCREDENTIALS,
|
34
|
-
'__module__' : 'qwak.ecosystem.v0.credentials_pb2'
|
35
|
-
# @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.AwsTemporaryCredentials)
|
36
|
-
})
|
37
|
-
_sym_db.RegisterMessage(AwsTemporaryCredentials)
|
38
|
-
|
39
|
-
GcpTemporaryCredentials = _reflection.GeneratedProtocolMessageType('GcpTemporaryCredentials', (_message.Message,), {
|
40
|
-
'DESCRIPTOR' : _GCPTEMPORARYCREDENTIALS,
|
41
|
-
'__module__' : 'qwak.ecosystem.v0.credentials_pb2'
|
42
|
-
# @@protoc_insertion_point(class_scope:qwak.ecosystem.v0.GcpTemporaryCredentials)
|
43
|
-
})
|
44
|
-
_sym_db.RegisterMessage(GcpTemporaryCredentials)
|
45
|
-
|
19
|
+
_globals = globals()
|
20
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
21
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'qwak.ecosystem.v0.credentials_pb2', _globals)
|
46
22
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
47
23
|
|
48
24
|
DESCRIPTOR._options = None
|
49
25
|
DESCRIPTOR._serialized_options = b'\n\034com.qwak.ai.common.ecosystemP\001Z\224\001github.com/qwak-ai/qwak-platform/services/shared/java/libs/qwak-common/qwak-common-api/qwak-platform-ecosystem-api/pb/qwak/ecosystem/v0;ecosystem_v0'
|
50
|
-
_CLOUDCREDENTIALS._serialized_start=92
|
51
|
-
_CLOUDCREDENTIALS._serialized_end=287
|
52
|
-
_AWSTEMPORARYCREDENTIALS._serialized_start=290
|
53
|
-
_AWSTEMPORARYCREDENTIALS._serialized_end=457
|
54
|
-
_GCPTEMPORARYCREDENTIALS._serialized_start=459
|
55
|
-
_GCPTEMPORARYCREDENTIALS._serialized_end=559
|
26
|
+
_globals['_CLOUDCREDENTIALS']._serialized_start=92
|
27
|
+
_globals['_CLOUDCREDENTIALS']._serialized_end=287
|
28
|
+
_globals['_AWSTEMPORARYCREDENTIALS']._serialized_start=290
|
29
|
+
_globals['_AWSTEMPORARYCREDENTIALS']._serialized_end=457
|
30
|
+
_globals['_GCPTEMPORARYCREDENTIALS']._serialized_start=459
|
31
|
+
_globals['_GCPTEMPORARYCREDENTIALS']._serialized_end=559
|
56
32
|
# @@protoc_insertion_point(module_scope)
|