raystack-proton 2025.11.5.35259__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.
- google/__init__.py +0 -0
- google/api/__init__.py +0 -0
- google/api/annotations_pb2.py +37 -0
- google/api/annotations_pb2.pyi +8 -0
- google/api/field_behavior_pb2.py +38 -0
- google/api/field_behavior_pb2.pyi +27 -0
- google/api/http_pb2.py +41 -0
- google/api/http_pb2.pyi +47 -0
- google/api/httpbody_pb2.py +38 -0
- google/api/httpbody_pb2.pyi +18 -0
- protoc_gen_openapiv2/__init__.py +0 -0
- protoc_gen_openapiv2/options/__init__.py +0 -0
- protoc_gen_openapiv2/options/annotations_pb2.py +37 -0
- protoc_gen_openapiv2/options/annotations_pb2.pyi +16 -0
- protoc_gen_openapiv2/options/openapiv2_pb2.py +142 -0
- protoc_gen_openapiv2/options/openapiv2_pb2.pyi +463 -0
- raystack/__init__.py +0 -0
- raystack/assets/__init__.py +0 -0
- raystack/assets/v1beta1/__init__.py +0 -0
- raystack/assets/v1beta1/bucket_pb2.py +45 -0
- raystack/assets/v1beta1/bucket_pb2.pyi +59 -0
- raystack/assets/v1beta1/dashboard_pb2.py +45 -0
- raystack/assets/v1beta1/dashboard_pb2.pyi +65 -0
- raystack/assets/v1beta1/event_pb2.py +38 -0
- raystack/assets/v1beta1/event_pb2.pyi +19 -0
- raystack/assets/v1beta1/group_pb2.py +43 -0
- raystack/assets/v1beta1/group_pb2.pyi +35 -0
- raystack/assets/v1beta1/job_pb2.py +43 -0
- raystack/assets/v1beta1/job_pb2.pyi +28 -0
- raystack/assets/v1beta1/lineage_pb2.py +38 -0
- raystack/assets/v1beta1/lineage_pb2.pyi +16 -0
- raystack/assets/v1beta1/ownership_pb2.py +39 -0
- raystack/assets/v1beta1/ownership_pb2.pyi +25 -0
- raystack/assets/v1beta1/preview_pb2.py +38 -0
- raystack/assets/v1beta1/preview_pb2.pyi +16 -0
- raystack/assets/v1beta1/properties_pb2.py +42 -0
- raystack/assets/v1beta1/properties_pb2.pyi +25 -0
- raystack/assets/v1beta1/resource_pb2.py +37 -0
- raystack/assets/v1beta1/resource_pb2.pyi +21 -0
- raystack/assets/v1beta1/schema_pb2.py +44 -0
- raystack/assets/v1beta1/schema_pb2.pyi +58 -0
- raystack/assets/v1beta1/table_pb2.py +49 -0
- raystack/assets/v1beta1/table_pb2.pyi +63 -0
- raystack/assets/v1beta1/timestamp_pb2.py +40 -0
- raystack/assets/v1beta1/timestamp_pb2.pyi +25 -0
- raystack/assets/v1beta1/topic_pb2.py +46 -0
- raystack/assets/v1beta1/topic_pb2.pyi +41 -0
- raystack/assets/v1beta1/user_pb2.py +45 -0
- raystack/assets/v1beta1/user_pb2.pyi +63 -0
- raystack/assets/v1beta2/__init__.py +0 -0
- raystack/assets/v1beta2/application_pb2.py +39 -0
- raystack/assets/v1beta2/application_pb2.pyi +24 -0
- raystack/assets/v1beta2/asset_pb2.py +44 -0
- raystack/assets/v1beta2/asset_pb2.pyi +49 -0
- raystack/assets/v1beta2/bucket_pb2.py +42 -0
- raystack/assets/v1beta2/bucket_pb2.pyi +54 -0
- raystack/assets/v1beta2/common_pb2.py +44 -0
- raystack/assets/v1beta2/common_pb2.pyi +52 -0
- raystack/assets/v1beta2/dashboard_pb2.py +42 -0
- raystack/assets/v1beta2/dashboard_pb2.pyi +60 -0
- raystack/assets/v1beta2/experiment_pb2.py +41 -0
- raystack/assets/v1beta2/experiment_pb2.pyi +40 -0
- raystack/assets/v1beta2/feature_table_pb2.py +47 -0
- raystack/assets/v1beta2/feature_table_pb2.pyi +59 -0
- raystack/assets/v1beta2/group_pb2.py +40 -0
- raystack/assets/v1beta2/group_pb2.pyi +26 -0
- raystack/assets/v1beta2/job_pb2.py +39 -0
- raystack/assets/v1beta2/job_pb2.pyi +20 -0
- raystack/assets/v1beta2/metric_pb2.py +39 -0
- raystack/assets/v1beta2/metric_pb2.pyi +28 -0
- raystack/assets/v1beta2/model_pb2.py +49 -0
- raystack/assets/v1beta2/model_pb2.pyi +73 -0
- raystack/assets/v1beta2/table_pb2.py +47 -0
- raystack/assets/v1beta2/table_pb2.pyi +93 -0
- raystack/assets/v1beta2/topic_pb2.py +43 -0
- raystack/assets/v1beta2/topic_pb2.pyi +40 -0
- raystack/assets/v1beta2/user_pb2.py +43 -0
- raystack/assets/v1beta2/user_pb2.pyi +61 -0
- raystack/common/__init__.py +0 -0
- raystack/common/v1/__init__.py +0 -0
- raystack/common/v1/service_connect.py +119 -0
- raystack/common/v1/service_pb2.py +48 -0
- raystack/common/v1/service_pb2.pyi +39 -0
- raystack/compass/__init__.py +0 -0
- raystack/compass/v1beta1/__init__.py +0 -0
- raystack/compass/v1beta1/service_connect.py +2784 -0
- raystack/compass/v1beta1/service_pb2.py +581 -0
- raystack/compass/v1beta1/service_pb2.pyi +1055 -0
- raystack/entropy/__init__.py +0 -0
- raystack/entropy/v1beta1/__init__.py +0 -0
- raystack/entropy/v1beta1/module_connect.py +379 -0
- raystack/entropy/v1beta1/module_pb2.py +72 -0
- raystack/entropy/v1beta1/module_pb2.pyi +88 -0
- raystack/entropy/v1beta1/resource_connect.py +574 -0
- raystack/entropy/v1beta1/resource_pb2.py +134 -0
- raystack/entropy/v1beta1/resource_pb2.pyi +268 -0
- raystack/frontier/__init__.py +0 -0
- raystack/frontier/v1beta1/__init__.py +0 -0
- raystack/frontier/v1beta1/admin_connect.py +4021 -0
- raystack/frontier/v1beta1/admin_pb2.py +617 -0
- raystack/frontier/v1beta1/admin_pb2.pyi +1151 -0
- raystack/frontier/v1beta1/frontier_connect.py +10974 -0
- raystack/frontier/v1beta1/frontier_pb2.py +1612 -0
- raystack/frontier/v1beta1/frontier_pb2.pyi +2666 -0
- raystack/frontier/v1beta1/models_pb2.py +400 -0
- raystack/frontier/v1beta1/models_pb2.pyi +1160 -0
- raystack/guardian/__init__.py +0 -0
- raystack/guardian/v1beta1/__init__.py +0 -0
- raystack/guardian/v1beta1/guardian_connect.py +2654 -0
- raystack/guardian/v1beta1/guardian_pb2.py +527 -0
- raystack/guardian/v1beta1/guardian_pb2.pyi +1257 -0
- raystack/optimus/__init__.py +0 -0
- raystack/optimus/core/__init__.py +0 -0
- raystack/optimus/core/v1beta1/__init__.py +0 -0
- raystack/optimus/core/v1beta1/backup_connect.py +249 -0
- raystack/optimus/core/v1beta1/backup_pb2.py +70 -0
- raystack/optimus/core/v1beta1/backup_pb2.pyi +108 -0
- raystack/optimus/core/v1beta1/job_run_connect.py +314 -0
- raystack/optimus/core/v1beta1/job_run_pb2.py +88 -0
- raystack/optimus/core/v1beta1/job_run_pb2.pyi +164 -0
- raystack/optimus/core/v1beta1/job_spec_connect.py +1289 -0
- raystack/optimus/core/v1beta1/job_spec_pb2.py +229 -0
- raystack/optimus/core/v1beta1/job_spec_pb2.pyi +700 -0
- raystack/optimus/core/v1beta1/namespace_connect.py +249 -0
- raystack/optimus/core/v1beta1/namespace_pb2.py +63 -0
- raystack/optimus/core/v1beta1/namespace_pb2.pyi +66 -0
- raystack/optimus/core/v1beta1/project_connect.py +249 -0
- raystack/optimus/core/v1beta1/project_pb2.py +63 -0
- raystack/optimus/core/v1beta1/project_pb2.pyi +60 -0
- raystack/optimus/core/v1beta1/replay_connect.py +314 -0
- raystack/optimus/core/v1beta1/replay_pb2.py +72 -0
- raystack/optimus/core/v1beta1/replay_pb2.pyi +127 -0
- raystack/optimus/core/v1beta1/resource_connect.py +509 -0
- raystack/optimus/core/v1beta1/resource_pb2.py +93 -0
- raystack/optimus/core/v1beta1/resource_pb2.pyi +182 -0
- raystack/optimus/core/v1beta1/runtime_connect.py +119 -0
- raystack/optimus/core/v1beta1/runtime_pb2.py +45 -0
- raystack/optimus/core/v1beta1/runtime_pb2.pyi +19 -0
- raystack/optimus/core/v1beta1/secret_connect.py +314 -0
- raystack/optimus/core/v1beta1/secret_pb2.py +66 -0
- raystack/optimus/core/v1beta1/secret_pb2.pyi +81 -0
- raystack/optimus/core/v1beta1/status_pb2.py +39 -0
- raystack/optimus/core/v1beta1/status_pb2.pyi +31 -0
- raystack/optimus/integration/__init__.py +0 -0
- raystack/optimus/integration/v1beta1/__init__.py +0 -0
- raystack/optimus/integration/v1beta1/event_pb2.py +50 -0
- raystack/optimus/integration/v1beta1/event_pb2.pyi +94 -0
- raystack/optimus/plugins/__init__.py +0 -0
- raystack/optimus/plugins/v1beta1/__init__.py +0 -0
- raystack/optimus/plugins/v1beta1/dependency_resolver_connect.py +314 -0
- raystack/optimus/plugins/v1beta1/dependency_resolver_pb2.py +66 -0
- raystack/optimus/plugins/v1beta1/dependency_resolver_pb2.pyi +118 -0
- raystack/predator/__init__.py +0 -0
- raystack/predator/v1beta1/__init__.py +0 -0
- raystack/predator/v1beta1/metrics_log_pb2.py +46 -0
- raystack/predator/v1beta1/metrics_log_pb2.pyi +68 -0
- raystack/predator/v1beta1/result_log_pb2.py +45 -0
- raystack/predator/v1beta1/result_log_pb2.pyi +61 -0
- raystack/raccoon/__init__.py +0 -0
- raystack/raccoon/v1beta1/__init__.py +0 -0
- raystack/raccoon/v1beta1/raccoon_connect.py +119 -0
- raystack/raccoon/v1beta1/raccoon_pb2.py +52 -0
- raystack/raccoon/v1beta1/raccoon_pb2.pyi +74 -0
- raystack/siren/__init__.py +0 -0
- raystack/siren/v1beta1/__init__.py +0 -0
- raystack/siren/v1beta1/siren_connect.py +2329 -0
- raystack/siren/v1beta1/siren_pb2.py +415 -0
- raystack/siren/v1beta1/siren_pb2.pyi +890 -0
- raystack/stencil/__init__.py +0 -0
- raystack/stencil/v1beta1/__init__.py +0 -0
- raystack/stencil/v1beta1/stencil_connect.py +1094 -0
- raystack/stencil/v1beta1/stencil_pb2.py +158 -0
- raystack/stencil/v1beta1/stencil_pb2.pyi +357 -0
- raystack_proton-2025.11.5.35259.dist-info/METADATA +103 -0
- raystack_proton-2025.11.5.35259.dist-info/RECORD +181 -0
- raystack_proton-2025.11.5.35259.dist-info/WHEEL +5 -0
- raystack_proton-2025.11.5.35259.dist-info/licenses/LICENSE +201 -0
- raystack_proton-2025.11.5.35259.dist-info/top_level.txt +4 -0
- validate/__init__.py +0 -0
- validate/validate_pb2.py +86 -0
- validate/validate_pb2.pyi +497 -0
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
from raystack.assets.v1beta1 import event_pb2 as _event_pb2
|
|
2
|
+
from raystack.assets.v1beta1 import lineage_pb2 as _lineage_pb2
|
|
3
|
+
from raystack.assets.v1beta1 import ownership_pb2 as _ownership_pb2
|
|
4
|
+
from raystack.assets.v1beta1 import properties_pb2 as _properties_pb2
|
|
5
|
+
from raystack.assets.v1beta1 import resource_pb2 as _resource_pb2
|
|
6
|
+
from raystack.assets.v1beta1 import timestamp_pb2 as _timestamp_pb2
|
|
7
|
+
from google.protobuf.internal import containers as _containers
|
|
8
|
+
from google.protobuf import descriptor as _descriptor
|
|
9
|
+
from google.protobuf import message as _message
|
|
10
|
+
from collections.abc import Iterable as _Iterable, Mapping as _Mapping
|
|
11
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
12
|
+
|
|
13
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
14
|
+
|
|
15
|
+
class Dashboard(_message.Message):
|
|
16
|
+
__slots__ = ()
|
|
17
|
+
RESOURCE_FIELD_NUMBER: _ClassVar[int]
|
|
18
|
+
CHARTS_FIELD_NUMBER: _ClassVar[int]
|
|
19
|
+
OWNERSHIP_FIELD_NUMBER: _ClassVar[int]
|
|
20
|
+
PROPERTIES_FIELD_NUMBER: _ClassVar[int]
|
|
21
|
+
TIMESTAMPS_FIELD_NUMBER: _ClassVar[int]
|
|
22
|
+
LINEAGE_FIELD_NUMBER: _ClassVar[int]
|
|
23
|
+
EVENT_FIELD_NUMBER: _ClassVar[int]
|
|
24
|
+
resource: _resource_pb2.Resource
|
|
25
|
+
charts: _containers.RepeatedCompositeFieldContainer[Chart]
|
|
26
|
+
ownership: _ownership_pb2.Ownership
|
|
27
|
+
properties: _properties_pb2.Properties
|
|
28
|
+
timestamps: _timestamp_pb2.Timestamp
|
|
29
|
+
lineage: _lineage_pb2.Lineage
|
|
30
|
+
event: _event_pb2.Event
|
|
31
|
+
def __init__(self, resource: _Optional[_Union[_resource_pb2.Resource, _Mapping]] = ..., charts: _Optional[_Iterable[_Union[Chart, _Mapping]]] = ..., ownership: _Optional[_Union[_ownership_pb2.Ownership, _Mapping]] = ..., properties: _Optional[_Union[_properties_pb2.Properties, _Mapping]] = ..., timestamps: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., lineage: _Optional[_Union[_lineage_pb2.Lineage, _Mapping]] = ..., event: _Optional[_Union[_event_pb2.Event, _Mapping]] = ...) -> None: ...
|
|
32
|
+
|
|
33
|
+
class Chart(_message.Message):
|
|
34
|
+
__slots__ = ()
|
|
35
|
+
URN_FIELD_NUMBER: _ClassVar[int]
|
|
36
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
|
37
|
+
TYPE_FIELD_NUMBER: _ClassVar[int]
|
|
38
|
+
SOURCE_FIELD_NUMBER: _ClassVar[int]
|
|
39
|
+
DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
40
|
+
URL_FIELD_NUMBER: _ClassVar[int]
|
|
41
|
+
RAW_QUERY_FIELD_NUMBER: _ClassVar[int]
|
|
42
|
+
DATA_SOURCE_FIELD_NUMBER: _ClassVar[int]
|
|
43
|
+
DASHBOARD_URN_FIELD_NUMBER: _ClassVar[int]
|
|
44
|
+
DASHBOARD_SOURCE_FIELD_NUMBER: _ClassVar[int]
|
|
45
|
+
OWNERSHIP_FIELD_NUMBER: _ClassVar[int]
|
|
46
|
+
LINEAGE_FIELD_NUMBER: _ClassVar[int]
|
|
47
|
+
PROPERTIES_FIELD_NUMBER: _ClassVar[int]
|
|
48
|
+
TIMESTAMPS_FIELD_NUMBER: _ClassVar[int]
|
|
49
|
+
EVENT_FIELD_NUMBER: _ClassVar[int]
|
|
50
|
+
urn: str
|
|
51
|
+
name: str
|
|
52
|
+
type: str
|
|
53
|
+
source: str
|
|
54
|
+
description: str
|
|
55
|
+
url: str
|
|
56
|
+
raw_query: str
|
|
57
|
+
data_source: str
|
|
58
|
+
dashboard_urn: str
|
|
59
|
+
dashboard_source: str
|
|
60
|
+
ownership: _ownership_pb2.Ownership
|
|
61
|
+
lineage: _lineage_pb2.Lineage
|
|
62
|
+
properties: _properties_pb2.Properties
|
|
63
|
+
timestamps: _timestamp_pb2.Timestamp
|
|
64
|
+
event: _event_pb2.Event
|
|
65
|
+
def __init__(self, urn: _Optional[str] = ..., name: _Optional[str] = ..., type: _Optional[str] = ..., source: _Optional[str] = ..., description: _Optional[str] = ..., url: _Optional[str] = ..., raw_query: _Optional[str] = ..., data_source: _Optional[str] = ..., dashboard_urn: _Optional[str] = ..., dashboard_source: _Optional[str] = ..., ownership: _Optional[_Union[_ownership_pb2.Ownership, _Mapping]] = ..., lineage: _Optional[_Union[_lineage_pb2.Lineage, _Mapping]] = ..., properties: _Optional[_Union[_properties_pb2.Properties, _Mapping]] = ..., timestamps: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., event: _Optional[_Union[_event_pb2.Event, _Mapping]] = ...) -> None: ...
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: raystack/assets/v1beta1/event.proto
|
|
5
|
+
# Protobuf Python Version: 6.33.0
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
33,
|
|
16
|
+
0,
|
|
17
|
+
'',
|
|
18
|
+
'raystack/assets/v1beta1/event.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#raystack/assets/v1beta1/event.proto\x12\x17raystack.assets.v1beta1\x1a\x1fgoogle/protobuf/timestamp.proto\"{\n\x05\x45vent\x12\x38\n\ttimestamp\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\ttimestamp\x12\x16\n\x06\x61\x63tion\x18\x02 \x01(\tR\x06\x61\x63tion\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scriptionBY\n\x12io.raystack.assetsB\nEventProtoZ7github.com/raystack/proton/assets/v1beta1;assetsv1beta1b\x06proto3')
|
|
29
|
+
|
|
30
|
+
_globals = globals()
|
|
31
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
32
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'raystack.assets.v1beta1.event_pb2', _globals)
|
|
33
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
35
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\022io.raystack.assetsB\nEventProtoZ7github.com/raystack/proton/assets/v1beta1;assetsv1beta1'
|
|
36
|
+
_globals['_EVENT']._serialized_start=97
|
|
37
|
+
_globals['_EVENT']._serialized_end=220
|
|
38
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import datetime
|
|
2
|
+
|
|
3
|
+
from google.protobuf import timestamp_pb2 as _timestamp_pb2
|
|
4
|
+
from google.protobuf import descriptor as _descriptor
|
|
5
|
+
from google.protobuf import message as _message
|
|
6
|
+
from collections.abc import Mapping as _Mapping
|
|
7
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
8
|
+
|
|
9
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
10
|
+
|
|
11
|
+
class Event(_message.Message):
|
|
12
|
+
__slots__ = ()
|
|
13
|
+
TIMESTAMP_FIELD_NUMBER: _ClassVar[int]
|
|
14
|
+
ACTION_FIELD_NUMBER: _ClassVar[int]
|
|
15
|
+
DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
16
|
+
timestamp: _timestamp_pb2.Timestamp
|
|
17
|
+
action: str
|
|
18
|
+
description: str
|
|
19
|
+
def __init__(self, timestamp: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., action: _Optional[str] = ..., description: _Optional[str] = ...) -> None: ...
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: raystack/assets/v1beta1/group.proto
|
|
5
|
+
# Protobuf Python Version: 6.33.0
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
33,
|
|
16
|
+
0,
|
|
17
|
+
'',
|
|
18
|
+
'raystack/assets/v1beta1/group.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from raystack.assets.v1beta1 import event_pb2 as raystack_dot_assets_dot_v1beta1_dot_event__pb2
|
|
26
|
+
from raystack.assets.v1beta1 import properties_pb2 as raystack_dot_assets_dot_v1beta1_dot_properties__pb2
|
|
27
|
+
from raystack.assets.v1beta1 import resource_pb2 as raystack_dot_assets_dot_v1beta1_dot_resource__pb2
|
|
28
|
+
from raystack.assets.v1beta1 import timestamp_pb2 as raystack_dot_assets_dot_v1beta1_dot_timestamp__pb2
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#raystack/assets/v1beta1/group.proto\x12\x17raystack.assets.v1beta1\x1a#raystack/assets/v1beta1/event.proto\x1a(raystack/assets/v1beta1/properties.proto\x1a&raystack/assets/v1beta1/resource.proto\x1a\'raystack/assets/v1beta1/timestamp.proto\"\xd6\x02\n\x05Group\x12=\n\x08resource\x18\x01 \x01(\x0b\x32!.raystack.assets.v1beta1.ResourceR\x08resource\x12\x14\n\x05\x65mail\x18\x02 \x01(\tR\x05\x65mail\x12\x39\n\x07members\x18\x15 \x03(\x0b\x32\x1f.raystack.assets.v1beta1.MemberR\x07members\x12\x43\n\nproperties\x18\x1f \x01(\x0b\x32#.raystack.assets.v1beta1.PropertiesR\nproperties\x12\x42\n\ntimestamps\x18 \x01(\x0b\x32\".raystack.assets.v1beta1.TimestampR\ntimestamps\x12\x34\n\x05\x65vent\x18\x64 \x01(\x0b\x32\x1e.raystack.assets.v1beta1.EventR\x05\x65vent\".\n\x06Member\x12\x10\n\x03urn\x18\x01 \x01(\tR\x03urn\x12\x12\n\x04role\x18\x02 \x01(\tR\x04roleBY\n\x12io.raystack.assetsB\nGroupProtoZ7github.com/raystack/proton/assets/v1beta1;assetsv1beta1b\x06proto3')
|
|
32
|
+
|
|
33
|
+
_globals = globals()
|
|
34
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
35
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'raystack.assets.v1beta1.group_pb2', _globals)
|
|
36
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
37
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
38
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\022io.raystack.assetsB\nGroupProtoZ7github.com/raystack/proton/assets/v1beta1;assetsv1beta1'
|
|
39
|
+
_globals['_GROUP']._serialized_start=225
|
|
40
|
+
_globals['_GROUP']._serialized_end=567
|
|
41
|
+
_globals['_MEMBER']._serialized_start=569
|
|
42
|
+
_globals['_MEMBER']._serialized_end=615
|
|
43
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
from raystack.assets.v1beta1 import event_pb2 as _event_pb2
|
|
2
|
+
from raystack.assets.v1beta1 import properties_pb2 as _properties_pb2
|
|
3
|
+
from raystack.assets.v1beta1 import resource_pb2 as _resource_pb2
|
|
4
|
+
from raystack.assets.v1beta1 import timestamp_pb2 as _timestamp_pb2
|
|
5
|
+
from google.protobuf.internal import containers as _containers
|
|
6
|
+
from google.protobuf import descriptor as _descriptor
|
|
7
|
+
from google.protobuf import message as _message
|
|
8
|
+
from collections.abc import Iterable as _Iterable, Mapping as _Mapping
|
|
9
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
10
|
+
|
|
11
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
12
|
+
|
|
13
|
+
class Group(_message.Message):
|
|
14
|
+
__slots__ = ()
|
|
15
|
+
RESOURCE_FIELD_NUMBER: _ClassVar[int]
|
|
16
|
+
EMAIL_FIELD_NUMBER: _ClassVar[int]
|
|
17
|
+
MEMBERS_FIELD_NUMBER: _ClassVar[int]
|
|
18
|
+
PROPERTIES_FIELD_NUMBER: _ClassVar[int]
|
|
19
|
+
TIMESTAMPS_FIELD_NUMBER: _ClassVar[int]
|
|
20
|
+
EVENT_FIELD_NUMBER: _ClassVar[int]
|
|
21
|
+
resource: _resource_pb2.Resource
|
|
22
|
+
email: str
|
|
23
|
+
members: _containers.RepeatedCompositeFieldContainer[Member]
|
|
24
|
+
properties: _properties_pb2.Properties
|
|
25
|
+
timestamps: _timestamp_pb2.Timestamp
|
|
26
|
+
event: _event_pb2.Event
|
|
27
|
+
def __init__(self, resource: _Optional[_Union[_resource_pb2.Resource, _Mapping]] = ..., email: _Optional[str] = ..., members: _Optional[_Iterable[_Union[Member, _Mapping]]] = ..., properties: _Optional[_Union[_properties_pb2.Properties, _Mapping]] = ..., timestamps: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., event: _Optional[_Union[_event_pb2.Event, _Mapping]] = ...) -> None: ...
|
|
28
|
+
|
|
29
|
+
class Member(_message.Message):
|
|
30
|
+
__slots__ = ()
|
|
31
|
+
URN_FIELD_NUMBER: _ClassVar[int]
|
|
32
|
+
ROLE_FIELD_NUMBER: _ClassVar[int]
|
|
33
|
+
urn: str
|
|
34
|
+
role: str
|
|
35
|
+
def __init__(self, urn: _Optional[str] = ..., role: _Optional[str] = ...) -> None: ...
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: raystack/assets/v1beta1/job.proto
|
|
5
|
+
# Protobuf Python Version: 6.33.0
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
33,
|
|
16
|
+
0,
|
|
17
|
+
'',
|
|
18
|
+
'raystack/assets/v1beta1/job.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from raystack.assets.v1beta1 import event_pb2 as raystack_dot_assets_dot_v1beta1_dot_event__pb2
|
|
26
|
+
from raystack.assets.v1beta1 import lineage_pb2 as raystack_dot_assets_dot_v1beta1_dot_lineage__pb2
|
|
27
|
+
from raystack.assets.v1beta1 import ownership_pb2 as raystack_dot_assets_dot_v1beta1_dot_ownership__pb2
|
|
28
|
+
from raystack.assets.v1beta1 import properties_pb2 as raystack_dot_assets_dot_v1beta1_dot_properties__pb2
|
|
29
|
+
from raystack.assets.v1beta1 import resource_pb2 as raystack_dot_assets_dot_v1beta1_dot_resource__pb2
|
|
30
|
+
from raystack.assets.v1beta1 import timestamp_pb2 as raystack_dot_assets_dot_v1beta1_dot_timestamp__pb2
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!raystack/assets/v1beta1/job.proto\x12\x17raystack.assets.v1beta1\x1a#raystack/assets/v1beta1/event.proto\x1a%raystack/assets/v1beta1/lineage.proto\x1a\'raystack/assets/v1beta1/ownership.proto\x1a(raystack/assets/v1beta1/properties.proto\x1a&raystack/assets/v1beta1/resource.proto\x1a\'raystack/assets/v1beta1/timestamp.proto\"\x81\x03\n\x03Job\x12=\n\x08resource\x18\x01 \x01(\x0b\x32!.raystack.assets.v1beta1.ResourceR\x08resource\x12@\n\townership\x18\x1f \x01(\x0b\x32\".raystack.assets.v1beta1.OwnershipR\townership\x12:\n\x07lineage\x18 \x01(\x0b\x32 .raystack.assets.v1beta1.LineageR\x07lineage\x12\x43\n\nproperties\x18! \x01(\x0b\x32#.raystack.assets.v1beta1.PropertiesR\nproperties\x12\x42\n\ntimestamps\x18\" \x01(\x0b\x32\".raystack.assets.v1beta1.TimestampR\ntimestamps\x12\x34\n\x05\x65vent\x18\x64 \x01(\x0b\x32\x1e.raystack.assets.v1beta1.EventR\x05\x65ventBW\n\x12io.raystack.assetsB\x08JobProtoZ7github.com/raystack/proton/assets/v1beta1;assetsv1beta1b\x06proto3')
|
|
34
|
+
|
|
35
|
+
_globals = globals()
|
|
36
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
37
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'raystack.assets.v1beta1.job_pb2', _globals)
|
|
38
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
39
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
40
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\022io.raystack.assetsB\010JobProtoZ7github.com/raystack/proton/assets/v1beta1;assetsv1beta1'
|
|
41
|
+
_globals['_JOB']._serialized_start=303
|
|
42
|
+
_globals['_JOB']._serialized_end=688
|
|
43
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
from raystack.assets.v1beta1 import event_pb2 as _event_pb2
|
|
2
|
+
from raystack.assets.v1beta1 import lineage_pb2 as _lineage_pb2
|
|
3
|
+
from raystack.assets.v1beta1 import ownership_pb2 as _ownership_pb2
|
|
4
|
+
from raystack.assets.v1beta1 import properties_pb2 as _properties_pb2
|
|
5
|
+
from raystack.assets.v1beta1 import resource_pb2 as _resource_pb2
|
|
6
|
+
from raystack.assets.v1beta1 import timestamp_pb2 as _timestamp_pb2
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import message as _message
|
|
9
|
+
from collections.abc import Mapping as _Mapping
|
|
10
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
11
|
+
|
|
12
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
13
|
+
|
|
14
|
+
class Job(_message.Message):
|
|
15
|
+
__slots__ = ()
|
|
16
|
+
RESOURCE_FIELD_NUMBER: _ClassVar[int]
|
|
17
|
+
OWNERSHIP_FIELD_NUMBER: _ClassVar[int]
|
|
18
|
+
LINEAGE_FIELD_NUMBER: _ClassVar[int]
|
|
19
|
+
PROPERTIES_FIELD_NUMBER: _ClassVar[int]
|
|
20
|
+
TIMESTAMPS_FIELD_NUMBER: _ClassVar[int]
|
|
21
|
+
EVENT_FIELD_NUMBER: _ClassVar[int]
|
|
22
|
+
resource: _resource_pb2.Resource
|
|
23
|
+
ownership: _ownership_pb2.Ownership
|
|
24
|
+
lineage: _lineage_pb2.Lineage
|
|
25
|
+
properties: _properties_pb2.Properties
|
|
26
|
+
timestamps: _timestamp_pb2.Timestamp
|
|
27
|
+
event: _event_pb2.Event
|
|
28
|
+
def __init__(self, resource: _Optional[_Union[_resource_pb2.Resource, _Mapping]] = ..., ownership: _Optional[_Union[_ownership_pb2.Ownership, _Mapping]] = ..., lineage: _Optional[_Union[_lineage_pb2.Lineage, _Mapping]] = ..., properties: _Optional[_Union[_properties_pb2.Properties, _Mapping]] = ..., timestamps: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., event: _Optional[_Union[_event_pb2.Event, _Mapping]] = ...) -> None: ...
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: raystack/assets/v1beta1/lineage.proto
|
|
5
|
+
# Protobuf Python Version: 6.33.0
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
33,
|
|
16
|
+
0,
|
|
17
|
+
'',
|
|
18
|
+
'raystack/assets/v1beta1/lineage.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from raystack.assets.v1beta1 import resource_pb2 as raystack_dot_assets_dot_v1beta1_dot_resource__pb2
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n%raystack/assets/v1beta1/lineage.proto\x12\x17raystack.assets.v1beta1\x1a&raystack/assets/v1beta1/resource.proto\"\x8f\x01\n\x07Lineage\x12?\n\tupstreams\x18\x01 \x03(\x0b\x32!.raystack.assets.v1beta1.ResourceR\tupstreams\x12\x43\n\x0b\x64ownstreams\x18\x02 \x03(\x0b\x32!.raystack.assets.v1beta1.ResourceR\x0b\x64ownstreamsB[\n\x12io.raystack.assetsB\x0cLineageProtoZ7github.com/raystack/proton/assets/v1beta1;assetsv1beta1b\x06proto3')
|
|
29
|
+
|
|
30
|
+
_globals = globals()
|
|
31
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
32
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'raystack.assets.v1beta1.lineage_pb2', _globals)
|
|
33
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
35
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\022io.raystack.assetsB\014LineageProtoZ7github.com/raystack/proton/assets/v1beta1;assetsv1beta1'
|
|
36
|
+
_globals['_LINEAGE']._serialized_start=107
|
|
37
|
+
_globals['_LINEAGE']._serialized_end=250
|
|
38
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
from raystack.assets.v1beta1 import resource_pb2 as _resource_pb2
|
|
2
|
+
from google.protobuf.internal import containers as _containers
|
|
3
|
+
from google.protobuf import descriptor as _descriptor
|
|
4
|
+
from google.protobuf import message as _message
|
|
5
|
+
from collections.abc import Iterable as _Iterable, Mapping as _Mapping
|
|
6
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
7
|
+
|
|
8
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
9
|
+
|
|
10
|
+
class Lineage(_message.Message):
|
|
11
|
+
__slots__ = ()
|
|
12
|
+
UPSTREAMS_FIELD_NUMBER: _ClassVar[int]
|
|
13
|
+
DOWNSTREAMS_FIELD_NUMBER: _ClassVar[int]
|
|
14
|
+
upstreams: _containers.RepeatedCompositeFieldContainer[_resource_pb2.Resource]
|
|
15
|
+
downstreams: _containers.RepeatedCompositeFieldContainer[_resource_pb2.Resource]
|
|
16
|
+
def __init__(self, upstreams: _Optional[_Iterable[_Union[_resource_pb2.Resource, _Mapping]]] = ..., downstreams: _Optional[_Iterable[_Union[_resource_pb2.Resource, _Mapping]]] = ...) -> None: ...
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: raystack/assets/v1beta1/ownership.proto
|
|
5
|
+
# Protobuf Python Version: 6.33.0
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
33,
|
|
16
|
+
0,
|
|
17
|
+
'',
|
|
18
|
+
'raystack/assets/v1beta1/ownership.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'raystack/assets/v1beta1/ownership.proto\x12\x17raystack.assets.v1beta1\"C\n\tOwnership\x12\x36\n\x06owners\x18\x07 \x03(\x0b\x32\x1e.raystack.assets.v1beta1.OwnerR\x06owners\"W\n\x05Owner\x12\x10\n\x03urn\x18\x01 \x01(\tR\x03urn\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x12\n\x04role\x18\x03 \x01(\tR\x04role\x12\x14\n\x05\x65mail\x18\x04 \x01(\tR\x05\x65mailB]\n\x12io.raystack.assetsB\x0eOwnershipProtoZ7github.com/raystack/proton/assets/v1beta1;assetsv1beta1b\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'raystack.assets.v1beta1.ownership_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
34
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\022io.raystack.assetsB\016OwnershipProtoZ7github.com/raystack/proton/assets/v1beta1;assetsv1beta1'
|
|
35
|
+
_globals['_OWNERSHIP']._serialized_start=68
|
|
36
|
+
_globals['_OWNERSHIP']._serialized_end=135
|
|
37
|
+
_globals['_OWNER']._serialized_start=137
|
|
38
|
+
_globals['_OWNER']._serialized_end=224
|
|
39
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
from google.protobuf.internal import containers as _containers
|
|
2
|
+
from google.protobuf import descriptor as _descriptor
|
|
3
|
+
from google.protobuf import message as _message
|
|
4
|
+
from collections.abc import Iterable as _Iterable, Mapping as _Mapping
|
|
5
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
6
|
+
|
|
7
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
8
|
+
|
|
9
|
+
class Ownership(_message.Message):
|
|
10
|
+
__slots__ = ()
|
|
11
|
+
OWNERS_FIELD_NUMBER: _ClassVar[int]
|
|
12
|
+
owners: _containers.RepeatedCompositeFieldContainer[Owner]
|
|
13
|
+
def __init__(self, owners: _Optional[_Iterable[_Union[Owner, _Mapping]]] = ...) -> None: ...
|
|
14
|
+
|
|
15
|
+
class Owner(_message.Message):
|
|
16
|
+
__slots__ = ()
|
|
17
|
+
URN_FIELD_NUMBER: _ClassVar[int]
|
|
18
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
|
19
|
+
ROLE_FIELD_NUMBER: _ClassVar[int]
|
|
20
|
+
EMAIL_FIELD_NUMBER: _ClassVar[int]
|
|
21
|
+
urn: str
|
|
22
|
+
name: str
|
|
23
|
+
role: str
|
|
24
|
+
email: str
|
|
25
|
+
def __init__(self, urn: _Optional[str] = ..., name: _Optional[str] = ..., role: _Optional[str] = ..., email: _Optional[str] = ...) -> None: ...
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: raystack/assets/v1beta1/preview.proto
|
|
5
|
+
# Protobuf Python Version: 6.33.0
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
33,
|
|
16
|
+
0,
|
|
17
|
+
'',
|
|
18
|
+
'raystack/assets/v1beta1/preview.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n%raystack/assets/v1beta1/preview.proto\x12\x17raystack.assets.v1beta1\x1a\x1cgoogle/protobuf/struct.proto\"Q\n\x07Preview\x12\x16\n\x06\x66ields\x18\x01 \x03(\tR\x06\x66ields\x12.\n\x04rows\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.ListValueR\x04rowsB[\n\x12io.raystack.assetsB\x0cPreviewProtoZ7github.com/raystack/proton/assets/v1beta1;assetsv1beta1b\x06proto3')
|
|
29
|
+
|
|
30
|
+
_globals = globals()
|
|
31
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
32
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'raystack.assets.v1beta1.preview_pb2', _globals)
|
|
33
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
35
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\022io.raystack.assetsB\014PreviewProtoZ7github.com/raystack/proton/assets/v1beta1;assetsv1beta1'
|
|
36
|
+
_globals['_PREVIEW']._serialized_start=96
|
|
37
|
+
_globals['_PREVIEW']._serialized_end=177
|
|
38
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
from google.protobuf import struct_pb2 as _struct_pb2
|
|
2
|
+
from google.protobuf.internal import containers as _containers
|
|
3
|
+
from google.protobuf import descriptor as _descriptor
|
|
4
|
+
from google.protobuf import message as _message
|
|
5
|
+
from collections.abc import Iterable as _Iterable, Mapping as _Mapping
|
|
6
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
7
|
+
|
|
8
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
9
|
+
|
|
10
|
+
class Preview(_message.Message):
|
|
11
|
+
__slots__ = ()
|
|
12
|
+
FIELDS_FIELD_NUMBER: _ClassVar[int]
|
|
13
|
+
ROWS_FIELD_NUMBER: _ClassVar[int]
|
|
14
|
+
fields: _containers.RepeatedScalarFieldContainer[str]
|
|
15
|
+
rows: _struct_pb2.ListValue
|
|
16
|
+
def __init__(self, fields: _Optional[_Iterable[str]] = ..., rows: _Optional[_Union[_struct_pb2.ListValue, _Mapping]] = ...) -> None: ...
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: raystack/assets/v1beta1/properties.proto
|
|
5
|
+
# Protobuf Python Version: 6.33.0
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
33,
|
|
16
|
+
0,
|
|
17
|
+
'',
|
|
18
|
+
'raystack/assets/v1beta1/properties.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(raystack/assets/v1beta1/properties.proto\x12\x17raystack.assets.v1beta1\x1a\x1cgoogle/protobuf/struct.proto\"\xdd\x01\n\nProperties\x12\x12\n\x04tags\x18\x01 \x03(\tR\x04tags\x12G\n\x06labels\x18\x02 \x03(\x0b\x32/.raystack.assets.v1beta1.Properties.LabelsEntryR\x06labels\x12\x37\n\nattributes\x18\x03 \x01(\x0b\x32\x17.google.protobuf.StructR\nattributes\x1a\x39\n\x0bLabelsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x42^\n\x12io.raystack.assetsB\x0fPropertiesProtoZ7github.com/raystack/proton/assets/v1beta1;assetsv1beta1b\x06proto3')
|
|
29
|
+
|
|
30
|
+
_globals = globals()
|
|
31
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
32
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'raystack.assets.v1beta1.properties_pb2', _globals)
|
|
33
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
35
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\022io.raystack.assetsB\017PropertiesProtoZ7github.com/raystack/proton/assets/v1beta1;assetsv1beta1'
|
|
36
|
+
_globals['_PROPERTIES_LABELSENTRY']._loaded_options = None
|
|
37
|
+
_globals['_PROPERTIES_LABELSENTRY']._serialized_options = b'8\001'
|
|
38
|
+
_globals['_PROPERTIES']._serialized_start=100
|
|
39
|
+
_globals['_PROPERTIES']._serialized_end=321
|
|
40
|
+
_globals['_PROPERTIES_LABELSENTRY']._serialized_start=264
|
|
41
|
+
_globals['_PROPERTIES_LABELSENTRY']._serialized_end=321
|
|
42
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
from google.protobuf import struct_pb2 as _struct_pb2
|
|
2
|
+
from google.protobuf.internal import containers as _containers
|
|
3
|
+
from google.protobuf import descriptor as _descriptor
|
|
4
|
+
from google.protobuf import message as _message
|
|
5
|
+
from collections.abc import Iterable as _Iterable, Mapping as _Mapping
|
|
6
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
7
|
+
|
|
8
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
9
|
+
|
|
10
|
+
class Properties(_message.Message):
|
|
11
|
+
__slots__ = ()
|
|
12
|
+
class LabelsEntry(_message.Message):
|
|
13
|
+
__slots__ = ()
|
|
14
|
+
KEY_FIELD_NUMBER: _ClassVar[int]
|
|
15
|
+
VALUE_FIELD_NUMBER: _ClassVar[int]
|
|
16
|
+
key: str
|
|
17
|
+
value: str
|
|
18
|
+
def __init__(self, key: _Optional[str] = ..., value: _Optional[str] = ...) -> None: ...
|
|
19
|
+
TAGS_FIELD_NUMBER: _ClassVar[int]
|
|
20
|
+
LABELS_FIELD_NUMBER: _ClassVar[int]
|
|
21
|
+
ATTRIBUTES_FIELD_NUMBER: _ClassVar[int]
|
|
22
|
+
tags: _containers.RepeatedScalarFieldContainer[str]
|
|
23
|
+
labels: _containers.ScalarMap[str, str]
|
|
24
|
+
attributes: _struct_pb2.Struct
|
|
25
|
+
def __init__(self, tags: _Optional[_Iterable[str]] = ..., labels: _Optional[_Mapping[str, str]] = ..., attributes: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ...) -> None: ...
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: raystack/assets/v1beta1/resource.proto
|
|
5
|
+
# Protobuf Python Version: 6.33.0
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
33,
|
|
16
|
+
0,
|
|
17
|
+
'',
|
|
18
|
+
'raystack/assets/v1beta1/resource.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n&raystack/assets/v1beta1/resource.proto\x12\x17raystack.assets.v1beta1\"\x92\x01\n\x08Resource\x12\x10\n\x03urn\x18\x01 \x01(\tR\x03urn\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x18\n\x07service\x18\x03 \x01(\tR\x07service\x12\x12\n\x04type\x18\x04 \x01(\tR\x04type\x12\x10\n\x03url\x18\x05 \x01(\tR\x03url\x12 \n\x0b\x64\x65scription\x18\x06 \x01(\tR\x0b\x64\x65scriptionB\\\n\x12io.raystack.assetsB\rResourceProtoZ7github.com/raystack/proton/assets/v1beta1;assetsv1beta1b\x06proto3')
|
|
28
|
+
|
|
29
|
+
_globals = globals()
|
|
30
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
31
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'raystack.assets.v1beta1.resource_pb2', _globals)
|
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
33
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
34
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\022io.raystack.assetsB\rResourceProtoZ7github.com/raystack/proton/assets/v1beta1;assetsv1beta1'
|
|
35
|
+
_globals['_RESOURCE']._serialized_start=68
|
|
36
|
+
_globals['_RESOURCE']._serialized_end=214
|
|
37
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
from google.protobuf import descriptor as _descriptor
|
|
2
|
+
from google.protobuf import message as _message
|
|
3
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional
|
|
4
|
+
|
|
5
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
6
|
+
|
|
7
|
+
class Resource(_message.Message):
|
|
8
|
+
__slots__ = ()
|
|
9
|
+
URN_FIELD_NUMBER: _ClassVar[int]
|
|
10
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
|
11
|
+
SERVICE_FIELD_NUMBER: _ClassVar[int]
|
|
12
|
+
TYPE_FIELD_NUMBER: _ClassVar[int]
|
|
13
|
+
URL_FIELD_NUMBER: _ClassVar[int]
|
|
14
|
+
DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
15
|
+
urn: str
|
|
16
|
+
name: str
|
|
17
|
+
service: str
|
|
18
|
+
type: str
|
|
19
|
+
url: str
|
|
20
|
+
description: str
|
|
21
|
+
def __init__(self, urn: _Optional[str] = ..., name: _Optional[str] = ..., service: _Optional[str] = ..., type: _Optional[str] = ..., url: _Optional[str] = ..., description: _Optional[str] = ...) -> None: ...
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: raystack/assets/v1beta1/schema.proto
|
|
5
|
+
# Protobuf Python Version: 6.33.0
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
33,
|
|
16
|
+
0,
|
|
17
|
+
'',
|
|
18
|
+
'raystack/assets/v1beta1/schema.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from raystack.assets.v1beta1 import properties_pb2 as raystack_dot_assets_dot_v1beta1_dot_properties__pb2
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n$raystack/assets/v1beta1/schema.proto\x12\x17raystack.assets.v1beta1\x1a(raystack/assets/v1beta1/properties.proto\"D\n\x07\x43olumns\x12\x39\n\x07\x63olumns\x18\x01 \x03(\x0b\x32\x1f.raystack.assets.v1beta1.ColumnR\x07\x63olumns\"\x9b\x02\n\x06\x43olumn\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x02 \x01(\tR\x0b\x64\x65scription\x12\x1b\n\tdata_type\x18\x03 \x01(\tR\x08\x64\x61taType\x12\x1f\n\x0bis_nullable\x18\x04 \x01(\x08R\nisNullable\x12\x16\n\x06length\x18\x05 \x01(\x03R\x06length\x12@\n\x07profile\x18\x06 \x01(\x0b\x32&.raystack.assets.v1beta1.ColumnProfileR\x07profile\x12\x43\n\nproperties\x18\x1f \x01(\x0b\x32#.raystack.assets.v1beta1.PropertiesR\nproperties\"\x97\x01\n\rColumnProfile\x12\x10\n\x03min\x18\x01 \x01(\tR\x03min\x12\x10\n\x03max\x18\x02 \x01(\tR\x03max\x12\x10\n\x03\x61vg\x18\x03 \x01(\x01R\x03\x61vg\x12\x10\n\x03med\x18\x04 \x01(\x01R\x03med\x12\x16\n\x06unique\x18\x05 \x01(\x03R\x06unique\x12\x14\n\x05\x63ount\x18\x06 \x01(\x03R\x05\x63ount\x12\x10\n\x03top\x18\x07 \x01(\tR\x03top\"D\n\x0bTopicSchema\x12\x1d\n\nschema_url\x18\x01 \x01(\tR\tschemaUrl\x12\x16\n\x06\x66ormat\x18\x02 \x01(\tR\x06\x66ormatBZ\n\x12io.raystack.assetsB\x0bSchemaProtoZ7github.com/raystack/proton/assets/v1beta1;assetsv1beta1b\x06proto3')
|
|
29
|
+
|
|
30
|
+
_globals = globals()
|
|
31
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
32
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'raystack.assets.v1beta1.schema_pb2', _globals)
|
|
33
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
34
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
35
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\022io.raystack.assetsB\013SchemaProtoZ7github.com/raystack/proton/assets/v1beta1;assetsv1beta1'
|
|
36
|
+
_globals['_COLUMNS']._serialized_start=107
|
|
37
|
+
_globals['_COLUMNS']._serialized_end=175
|
|
38
|
+
_globals['_COLUMN']._serialized_start=178
|
|
39
|
+
_globals['_COLUMN']._serialized_end=461
|
|
40
|
+
_globals['_COLUMNPROFILE']._serialized_start=464
|
|
41
|
+
_globals['_COLUMNPROFILE']._serialized_end=615
|
|
42
|
+
_globals['_TOPICSCHEMA']._serialized_start=617
|
|
43
|
+
_globals['_TOPICSCHEMA']._serialized_end=685
|
|
44
|
+
# @@protoc_insertion_point(module_scope)
|