raystack-proton 2025.10.8.102837__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.
Potentially problematic release.
This version of raystack-proton might be problematic. Click here for more details.
- 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 +11169 -0
- raystack/frontier/v1beta1/frontier_pb2.py +1648 -0
- raystack/frontier/v1beta1/frontier_pb2.pyi +2730 -0
- raystack/frontier/v1beta1/models_pb2.py +398 -0
- raystack/frontier/v1beta1/models_pb2.pyi +1150 -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.10.8.102837.dist-info/METADATA +101 -0
- raystack_proton-2025.10.8.102837.dist-info/RECORD +181 -0
- raystack_proton-2025.10.8.102837.dist-info/WHEEL +5 -0
- raystack_proton-2025.10.8.102837.dist-info/licenses/LICENSE +201 -0
- raystack_proton-2025.10.8.102837.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,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/v1beta2/bucket.proto
|
|
5
|
+
# Protobuf Python Version: 6.32.1
|
|
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
|
+
32,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'raystack/assets/v1beta2/bucket.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
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
27
|
+
from raystack.assets.v1beta2 import common_pb2 as raystack_dot_assets_dot_v1beta2_dot_common__pb2
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n$raystack/assets/v1beta2/bucket.proto\x12\x17raystack.assets.v1beta2\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a$raystack/assets/v1beta2/common.proto\"\xd1\x02\n\x06\x42ucket\x12 \n\x0b\x64\x65scription\x18\x01 \x01(\tR\x0b\x64\x65scription\x12\x1a\n\x08location\x18\x02 \x01(\tR\x08location\x12!\n\x0cstorage_type\x18\x03 \x01(\tR\x0bstorageType\x12\x33\n\x05\x62lobs\x18\x04 \x03(\x0b\x32\x1d.raystack.assets.v1beta2.BlobR\x05\x62lobs\x12\x37\n\nattributes\x18\n \x01(\x0b\x32\x17.google.protobuf.StructR\nattributes\x12;\n\x0b\x63reate_time\x18\x65 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\ncreateTime\x12;\n\x0bupdate_time\x18\x66 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\nupdateTime\"\xc3\x03\n\x04\x42lob\x12\x10\n\x03urn\x18\x01 \x01(\tR\x03urn\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x16\n\x06source\x18\x03 \x01(\tR\x06source\x12\x12\n\x04size\x18\x04 \x01(\x03R\x04size\x12;\n\x0b\x64\x65lete_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\ndeleteTime\x12;\n\x0b\x65xpire_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\nexpireTime\x12\x37\n\nattributes\x18\x07 \x01(\x0b\x32\x17.google.protobuf.StructR\nattributes\x12<\n\townership\x18\x1f \x03(\x0b\x32\x1e.raystack.assets.v1beta2.OwnerR\townership\x12;\n\x0b\x63reate_time\x18\x65 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\ncreateTime\x12;\n\x0bupdate_time\x18\x66 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\nupdateTimeBZ\n\x12io.raystack.assetsB\x0b\x42ucketProtoZ7github.com/raystack/proton/assets/v1beta2;assetsv1beta2b\x06proto3')
|
|
31
|
+
|
|
32
|
+
_globals = globals()
|
|
33
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
34
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'raystack.assets.v1beta2.bucket_pb2', _globals)
|
|
35
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
36
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
37
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\022io.raystack.assetsB\013BucketProtoZ7github.com/raystack/proton/assets/v1beta2;assetsv1beta2'
|
|
38
|
+
_globals['_BUCKET']._serialized_start=167
|
|
39
|
+
_globals['_BUCKET']._serialized_end=504
|
|
40
|
+
_globals['_BLOB']._serialized_start=507
|
|
41
|
+
_globals['_BLOB']._serialized_end=958
|
|
42
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import datetime
|
|
2
|
+
|
|
3
|
+
from google.protobuf import struct_pb2 as _struct_pb2
|
|
4
|
+
from google.protobuf import timestamp_pb2 as _timestamp_pb2
|
|
5
|
+
from raystack.assets.v1beta2 import common_pb2 as _common_pb2
|
|
6
|
+
from google.protobuf.internal import containers as _containers
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import message as _message
|
|
9
|
+
from collections.abc import Iterable as _Iterable, Mapping as _Mapping
|
|
10
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
11
|
+
|
|
12
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
13
|
+
|
|
14
|
+
class Bucket(_message.Message):
|
|
15
|
+
__slots__ = ("description", "location", "storage_type", "blobs", "attributes", "create_time", "update_time")
|
|
16
|
+
DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
17
|
+
LOCATION_FIELD_NUMBER: _ClassVar[int]
|
|
18
|
+
STORAGE_TYPE_FIELD_NUMBER: _ClassVar[int]
|
|
19
|
+
BLOBS_FIELD_NUMBER: _ClassVar[int]
|
|
20
|
+
ATTRIBUTES_FIELD_NUMBER: _ClassVar[int]
|
|
21
|
+
CREATE_TIME_FIELD_NUMBER: _ClassVar[int]
|
|
22
|
+
UPDATE_TIME_FIELD_NUMBER: _ClassVar[int]
|
|
23
|
+
description: str
|
|
24
|
+
location: str
|
|
25
|
+
storage_type: str
|
|
26
|
+
blobs: _containers.RepeatedCompositeFieldContainer[Blob]
|
|
27
|
+
attributes: _struct_pb2.Struct
|
|
28
|
+
create_time: _timestamp_pb2.Timestamp
|
|
29
|
+
update_time: _timestamp_pb2.Timestamp
|
|
30
|
+
def __init__(self, description: _Optional[str] = ..., location: _Optional[str] = ..., storage_type: _Optional[str] = ..., blobs: _Optional[_Iterable[_Union[Blob, _Mapping]]] = ..., attributes: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., create_time: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., update_time: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ...) -> None: ...
|
|
31
|
+
|
|
32
|
+
class Blob(_message.Message):
|
|
33
|
+
__slots__ = ("urn", "name", "source", "size", "delete_time", "expire_time", "attributes", "ownership", "create_time", "update_time")
|
|
34
|
+
URN_FIELD_NUMBER: _ClassVar[int]
|
|
35
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
|
36
|
+
SOURCE_FIELD_NUMBER: _ClassVar[int]
|
|
37
|
+
SIZE_FIELD_NUMBER: _ClassVar[int]
|
|
38
|
+
DELETE_TIME_FIELD_NUMBER: _ClassVar[int]
|
|
39
|
+
EXPIRE_TIME_FIELD_NUMBER: _ClassVar[int]
|
|
40
|
+
ATTRIBUTES_FIELD_NUMBER: _ClassVar[int]
|
|
41
|
+
OWNERSHIP_FIELD_NUMBER: _ClassVar[int]
|
|
42
|
+
CREATE_TIME_FIELD_NUMBER: _ClassVar[int]
|
|
43
|
+
UPDATE_TIME_FIELD_NUMBER: _ClassVar[int]
|
|
44
|
+
urn: str
|
|
45
|
+
name: str
|
|
46
|
+
source: str
|
|
47
|
+
size: int
|
|
48
|
+
delete_time: _timestamp_pb2.Timestamp
|
|
49
|
+
expire_time: _timestamp_pb2.Timestamp
|
|
50
|
+
attributes: _struct_pb2.Struct
|
|
51
|
+
ownership: _containers.RepeatedCompositeFieldContainer[_common_pb2.Owner]
|
|
52
|
+
create_time: _timestamp_pb2.Timestamp
|
|
53
|
+
update_time: _timestamp_pb2.Timestamp
|
|
54
|
+
def __init__(self, urn: _Optional[str] = ..., name: _Optional[str] = ..., source: _Optional[str] = ..., size: _Optional[int] = ..., delete_time: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., expire_time: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., attributes: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., ownership: _Optional[_Iterable[_Union[_common_pb2.Owner, _Mapping]]] = ..., create_time: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., update_time: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ...) -> 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/v1beta2/common.proto
|
|
5
|
+
# Protobuf Python Version: 6.32.1
|
|
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
|
+
32,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'raystack/assets/v1beta2/common.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/v1beta2/common.proto\x12\x17raystack.assets.v1beta2\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\x65scription\"\x8f\x01\n\x07Lineage\x12?\n\tupstreams\x18\x01 \x03(\x0b\x32!.raystack.assets.v1beta2.ResourceR\tupstreams\x12\x43\n\x0b\x64ownstreams\x18\x02 \x03(\x0b\x32!.raystack.assets.v1beta2.ResourceR\x0b\x64ownstreams\"^\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\"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\x65mailBZ\n\x12io.raystack.assetsB\x0b\x43ommonProtoZ7github.com/raystack/proton/assets/v1beta2;assetsv1beta2b\x06proto3')
|
|
29
|
+
|
|
30
|
+
_globals = globals()
|
|
31
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
32
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'raystack.assets.v1beta2.common_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\013CommonProtoZ7github.com/raystack/proton/assets/v1beta2;assetsv1beta2'
|
|
36
|
+
_globals['_EVENT']._serialized_start=98
|
|
37
|
+
_globals['_EVENT']._serialized_end=221
|
|
38
|
+
_globals['_LINEAGE']._serialized_start=224
|
|
39
|
+
_globals['_LINEAGE']._serialized_end=367
|
|
40
|
+
_globals['_RESOURCE']._serialized_start=369
|
|
41
|
+
_globals['_RESOURCE']._serialized_end=463
|
|
42
|
+
_globals['_OWNER']._serialized_start=465
|
|
43
|
+
_globals['_OWNER']._serialized_end=552
|
|
44
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import datetime
|
|
2
|
+
|
|
3
|
+
from google.protobuf import timestamp_pb2 as _timestamp_pb2
|
|
4
|
+
from google.protobuf.internal import containers as _containers
|
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
|
6
|
+
from google.protobuf import message as _message
|
|
7
|
+
from collections.abc import Iterable as _Iterable, Mapping as _Mapping
|
|
8
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
9
|
+
|
|
10
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
11
|
+
|
|
12
|
+
class Event(_message.Message):
|
|
13
|
+
__slots__ = ("timestamp", "action", "description")
|
|
14
|
+
TIMESTAMP_FIELD_NUMBER: _ClassVar[int]
|
|
15
|
+
ACTION_FIELD_NUMBER: _ClassVar[int]
|
|
16
|
+
DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
17
|
+
timestamp: _timestamp_pb2.Timestamp
|
|
18
|
+
action: str
|
|
19
|
+
description: str
|
|
20
|
+
def __init__(self, timestamp: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., action: _Optional[str] = ..., description: _Optional[str] = ...) -> None: ...
|
|
21
|
+
|
|
22
|
+
class Lineage(_message.Message):
|
|
23
|
+
__slots__ = ("upstreams", "downstreams")
|
|
24
|
+
UPSTREAMS_FIELD_NUMBER: _ClassVar[int]
|
|
25
|
+
DOWNSTREAMS_FIELD_NUMBER: _ClassVar[int]
|
|
26
|
+
upstreams: _containers.RepeatedCompositeFieldContainer[Resource]
|
|
27
|
+
downstreams: _containers.RepeatedCompositeFieldContainer[Resource]
|
|
28
|
+
def __init__(self, upstreams: _Optional[_Iterable[_Union[Resource, _Mapping]]] = ..., downstreams: _Optional[_Iterable[_Union[Resource, _Mapping]]] = ...) -> None: ...
|
|
29
|
+
|
|
30
|
+
class Resource(_message.Message):
|
|
31
|
+
__slots__ = ("urn", "name", "service", "type")
|
|
32
|
+
URN_FIELD_NUMBER: _ClassVar[int]
|
|
33
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
|
34
|
+
SERVICE_FIELD_NUMBER: _ClassVar[int]
|
|
35
|
+
TYPE_FIELD_NUMBER: _ClassVar[int]
|
|
36
|
+
urn: str
|
|
37
|
+
name: str
|
|
38
|
+
service: str
|
|
39
|
+
type: str
|
|
40
|
+
def __init__(self, urn: _Optional[str] = ..., name: _Optional[str] = ..., service: _Optional[str] = ..., type: _Optional[str] = ...) -> None: ...
|
|
41
|
+
|
|
42
|
+
class Owner(_message.Message):
|
|
43
|
+
__slots__ = ("urn", "name", "role", "email")
|
|
44
|
+
URN_FIELD_NUMBER: _ClassVar[int]
|
|
45
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
|
46
|
+
ROLE_FIELD_NUMBER: _ClassVar[int]
|
|
47
|
+
EMAIL_FIELD_NUMBER: _ClassVar[int]
|
|
48
|
+
urn: str
|
|
49
|
+
name: str
|
|
50
|
+
role: str
|
|
51
|
+
email: str
|
|
52
|
+
def __init__(self, urn: _Optional[str] = ..., name: _Optional[str] = ..., role: _Optional[str] = ..., email: _Optional[str] = ...) -> 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/v1beta2/dashboard.proto
|
|
5
|
+
# Protobuf Python Version: 6.32.1
|
|
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
|
+
32,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'raystack/assets/v1beta2/dashboard.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
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
27
|
+
from raystack.assets.v1beta2 import common_pb2 as raystack_dot_assets_dot_v1beta2_dot_common__pb2
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'raystack/assets/v1beta2/dashboard.proto\x12\x17raystack.assets.v1beta2\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a$raystack/assets/v1beta2/common.proto\"\xf6\x01\n\tDashboard\x12\x36\n\x06\x63harts\x18\x01 \x03(\x0b\x32\x1e.raystack.assets.v1beta2.ChartR\x06\x63harts\x12\x37\n\nattributes\x18\x08 \x01(\x0b\x32\x17.google.protobuf.StructR\nattributes\x12;\n\x0b\x63reate_time\x18\x65 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\ncreateTime\x12;\n\x0bupdate_time\x18\x66 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\nupdateTime\"\xf8\x04\n\x05\x43hart\x12\x10\n\x03urn\x18\x01 \x01(\tR\x03urn\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x12\n\x04type\x18\x03 \x01(\tR\x04type\x12\x16\n\x06source\x18\x04 \x01(\tR\x06source\x12 \n\x0b\x64\x65scription\x18\x05 \x01(\tR\x0b\x64\x65scription\x12\x10\n\x03url\x18\x06 \x01(\tR\x03url\x12\x1b\n\traw_query\x18\x07 \x01(\tR\x08rawQuery\x12\x1f\n\x0b\x64\x61ta_source\x18\x08 \x01(\tR\ndataSource\x12#\n\rdashboard_urn\x18\t \x01(\tR\x0c\x64\x61shboardUrn\x12)\n\x10\x64\x61shboard_source\x18\n \x01(\tR\x0f\x64\x61shboardSource\x12\x36\n\x06owners\x18\x1f \x03(\x0b\x32\x1e.raystack.assets.v1beta2.OwnerR\x06owners\x12\x37\n\nattributes\x18 \x01(\x0b\x32\x17.google.protobuf.StructR\nattributes\x12:\n\x07lineage\x18! \x01(\x0b\x32 .raystack.assets.v1beta2.LineageR\x07lineage\x12;\n\x0b\x63reate_time\x18\" \x01(\x0b\x32\x1a.google.protobuf.TimestampR\ncreateTime\x12;\n\x0bupdate_time\x18# \x01(\x0b\x32\x1a.google.protobuf.TimestampR\nupdateTime\x12\x34\n\x05\x65vent\x18\x64 \x01(\x0b\x32\x1e.raystack.assets.v1beta2.EventR\x05\x65ventB]\n\x12io.raystack.assetsB\x0e\x44\x61shboardProtoZ7github.com/raystack/proton/assets/v1beta2;assetsv1beta2b\x06proto3')
|
|
31
|
+
|
|
32
|
+
_globals = globals()
|
|
33
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
34
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'raystack.assets.v1beta2.dashboard_pb2', _globals)
|
|
35
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
36
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
37
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\022io.raystack.assetsB\016DashboardProtoZ7github.com/raystack/proton/assets/v1beta2;assetsv1beta2'
|
|
38
|
+
_globals['_DASHBOARD']._serialized_start=170
|
|
39
|
+
_globals['_DASHBOARD']._serialized_end=416
|
|
40
|
+
_globals['_CHART']._serialized_start=419
|
|
41
|
+
_globals['_CHART']._serialized_end=1051
|
|
42
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import datetime
|
|
2
|
+
|
|
3
|
+
from google.protobuf import struct_pb2 as _struct_pb2
|
|
4
|
+
from google.protobuf import timestamp_pb2 as _timestamp_pb2
|
|
5
|
+
from raystack.assets.v1beta2 import common_pb2 as _common_pb2
|
|
6
|
+
from google.protobuf.internal import containers as _containers
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import message as _message
|
|
9
|
+
from collections.abc import Iterable as _Iterable, Mapping as _Mapping
|
|
10
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
11
|
+
|
|
12
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
13
|
+
|
|
14
|
+
class Dashboard(_message.Message):
|
|
15
|
+
__slots__ = ("charts", "attributes", "create_time", "update_time")
|
|
16
|
+
CHARTS_FIELD_NUMBER: _ClassVar[int]
|
|
17
|
+
ATTRIBUTES_FIELD_NUMBER: _ClassVar[int]
|
|
18
|
+
CREATE_TIME_FIELD_NUMBER: _ClassVar[int]
|
|
19
|
+
UPDATE_TIME_FIELD_NUMBER: _ClassVar[int]
|
|
20
|
+
charts: _containers.RepeatedCompositeFieldContainer[Chart]
|
|
21
|
+
attributes: _struct_pb2.Struct
|
|
22
|
+
create_time: _timestamp_pb2.Timestamp
|
|
23
|
+
update_time: _timestamp_pb2.Timestamp
|
|
24
|
+
def __init__(self, charts: _Optional[_Iterable[_Union[Chart, _Mapping]]] = ..., attributes: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., create_time: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., update_time: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ...) -> None: ...
|
|
25
|
+
|
|
26
|
+
class Chart(_message.Message):
|
|
27
|
+
__slots__ = ("urn", "name", "type", "source", "description", "url", "raw_query", "data_source", "dashboard_urn", "dashboard_source", "owners", "attributes", "lineage", "create_time", "update_time", "event")
|
|
28
|
+
URN_FIELD_NUMBER: _ClassVar[int]
|
|
29
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
|
30
|
+
TYPE_FIELD_NUMBER: _ClassVar[int]
|
|
31
|
+
SOURCE_FIELD_NUMBER: _ClassVar[int]
|
|
32
|
+
DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
33
|
+
URL_FIELD_NUMBER: _ClassVar[int]
|
|
34
|
+
RAW_QUERY_FIELD_NUMBER: _ClassVar[int]
|
|
35
|
+
DATA_SOURCE_FIELD_NUMBER: _ClassVar[int]
|
|
36
|
+
DASHBOARD_URN_FIELD_NUMBER: _ClassVar[int]
|
|
37
|
+
DASHBOARD_SOURCE_FIELD_NUMBER: _ClassVar[int]
|
|
38
|
+
OWNERS_FIELD_NUMBER: _ClassVar[int]
|
|
39
|
+
ATTRIBUTES_FIELD_NUMBER: _ClassVar[int]
|
|
40
|
+
LINEAGE_FIELD_NUMBER: _ClassVar[int]
|
|
41
|
+
CREATE_TIME_FIELD_NUMBER: _ClassVar[int]
|
|
42
|
+
UPDATE_TIME_FIELD_NUMBER: _ClassVar[int]
|
|
43
|
+
EVENT_FIELD_NUMBER: _ClassVar[int]
|
|
44
|
+
urn: str
|
|
45
|
+
name: str
|
|
46
|
+
type: str
|
|
47
|
+
source: str
|
|
48
|
+
description: str
|
|
49
|
+
url: str
|
|
50
|
+
raw_query: str
|
|
51
|
+
data_source: str
|
|
52
|
+
dashboard_urn: str
|
|
53
|
+
dashboard_source: str
|
|
54
|
+
owners: _containers.RepeatedCompositeFieldContainer[_common_pb2.Owner]
|
|
55
|
+
attributes: _struct_pb2.Struct
|
|
56
|
+
lineage: _common_pb2.Lineage
|
|
57
|
+
create_time: _timestamp_pb2.Timestamp
|
|
58
|
+
update_time: _timestamp_pb2.Timestamp
|
|
59
|
+
event: _common_pb2.Event
|
|
60
|
+
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] = ..., owners: _Optional[_Iterable[_Union[_common_pb2.Owner, _Mapping]]] = ..., attributes: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., lineage: _Optional[_Union[_common_pb2.Lineage, _Mapping]] = ..., create_time: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., update_time: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., event: _Optional[_Union[_common_pb2.Event, _Mapping]] = ...) -> None: ...
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: raystack/assets/v1beta2/experiment.proto
|
|
5
|
+
# Protobuf Python Version: 6.32.1
|
|
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
|
+
32,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'raystack/assets/v1beta2/experiment.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
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(raystack/assets/v1beta2/experiment.proto\x12\x17raystack.assets.v1beta2\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x8b\x04\n\nExperiment\x12\x16\n\x06\x65ntity\x18\x01 \x01(\tR\x06\x65ntity\x12\'\n\x0ftraffic_percent\x18\x02 \x01(\x02R\x0etrafficPercent\x12G\n\x08variants\x18\x03 \x03(\x0b\x32+.raystack.assets.v1beta2.Experiment.VariantR\x08variants\x12\x37\n\nattributes\x18\x05 \x01(\x0b\x32\x17.google.protobuf.StructR\nattributes\x12;\n\x0b\x63reate_time\x18\x65 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\ncreateTime\x12;\n\x0bupdate_time\x18\x66 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\nupdateTime\x1a\xbf\x01\n\x07Variant\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\'\n\x0ftraffic_percent\x18\x02 \x01(\x02R\x0etrafficPercent\x12\x1d\n\nis_control\x18\x03 \x01(\x08R\tisControl\x12\x37\n\nattributes\x18\x04 \x01(\x0b\x32\x17.google.protobuf.StructR\nattributes\x12\x1f\n\x0bis_promoted\x18\x05 \x01(\x08R\nisPromotedB^\n\x12io.raystack.assetsB\x0f\x45xperimentProtoZ7github.com/raystack/proton/assets/v1beta2;assetsv1beta2b\x06proto3')
|
|
30
|
+
|
|
31
|
+
_globals = globals()
|
|
32
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
33
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'raystack.assets.v1beta2.experiment_pb2', _globals)
|
|
34
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
35
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
36
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\022io.raystack.assetsB\017ExperimentProtoZ7github.com/raystack/proton/assets/v1beta2;assetsv1beta2'
|
|
37
|
+
_globals['_EXPERIMENT']._serialized_start=133
|
|
38
|
+
_globals['_EXPERIMENT']._serialized_end=656
|
|
39
|
+
_globals['_EXPERIMENT_VARIANT']._serialized_start=465
|
|
40
|
+
_globals['_EXPERIMENT_VARIANT']._serialized_end=656
|
|
41
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import datetime
|
|
2
|
+
|
|
3
|
+
from google.protobuf import struct_pb2 as _struct_pb2
|
|
4
|
+
from google.protobuf 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 Experiment(_message.Message):
|
|
14
|
+
__slots__ = ("entity", "traffic_percent", "variants", "attributes", "create_time", "update_time")
|
|
15
|
+
class Variant(_message.Message):
|
|
16
|
+
__slots__ = ("name", "traffic_percent", "is_control", "attributes", "is_promoted")
|
|
17
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
|
18
|
+
TRAFFIC_PERCENT_FIELD_NUMBER: _ClassVar[int]
|
|
19
|
+
IS_CONTROL_FIELD_NUMBER: _ClassVar[int]
|
|
20
|
+
ATTRIBUTES_FIELD_NUMBER: _ClassVar[int]
|
|
21
|
+
IS_PROMOTED_FIELD_NUMBER: _ClassVar[int]
|
|
22
|
+
name: str
|
|
23
|
+
traffic_percent: float
|
|
24
|
+
is_control: bool
|
|
25
|
+
attributes: _struct_pb2.Struct
|
|
26
|
+
is_promoted: bool
|
|
27
|
+
def __init__(self, name: _Optional[str] = ..., traffic_percent: _Optional[float] = ..., is_control: _Optional[bool] = ..., attributes: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., is_promoted: _Optional[bool] = ...) -> None: ...
|
|
28
|
+
ENTITY_FIELD_NUMBER: _ClassVar[int]
|
|
29
|
+
TRAFFIC_PERCENT_FIELD_NUMBER: _ClassVar[int]
|
|
30
|
+
VARIANTS_FIELD_NUMBER: _ClassVar[int]
|
|
31
|
+
ATTRIBUTES_FIELD_NUMBER: _ClassVar[int]
|
|
32
|
+
CREATE_TIME_FIELD_NUMBER: _ClassVar[int]
|
|
33
|
+
UPDATE_TIME_FIELD_NUMBER: _ClassVar[int]
|
|
34
|
+
entity: str
|
|
35
|
+
traffic_percent: float
|
|
36
|
+
variants: _containers.RepeatedCompositeFieldContainer[Experiment.Variant]
|
|
37
|
+
attributes: _struct_pb2.Struct
|
|
38
|
+
create_time: _timestamp_pb2.Timestamp
|
|
39
|
+
update_time: _timestamp_pb2.Timestamp
|
|
40
|
+
def __init__(self, entity: _Optional[str] = ..., traffic_percent: _Optional[float] = ..., variants: _Optional[_Iterable[_Union[Experiment.Variant, _Mapping]]] = ..., attributes: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., create_time: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., update_time: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ...) -> None: ...
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: raystack/assets/v1beta2/feature_table.proto
|
|
5
|
+
# Protobuf Python Version: 6.32.1
|
|
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
|
+
32,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'raystack/assets/v1beta2/feature_table.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
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+raystack/assets/v1beta2/feature_table.proto\x12\x17raystack.assets.v1beta2\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"y\n\x07\x46\x65\x61ture\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x1b\n\tdata_type\x18\x02 \x01(\tR\x08\x64\x61taType\x12\x1c\n\talgorithm\x18\x03 \x01(\tR\talgorithm\x12\x1f\n\x0b\x65ntity_name\x18\x04 \x01(\tR\nentityName\"\xe6\x04\n\x0c\x46\x65\x61tureTable\x12\x1c\n\tnamespace\x18\x01 \x01(\tR\tnamespace\x12H\n\x08\x65ntities\x18\x02 \x03(\x0b\x32,.raystack.assets.v1beta2.FeatureTable.EntityR\x08\x65ntities\x12<\n\x08\x66\x65\x61tures\x18\x03 \x03(\x0b\x32 .raystack.assets.v1beta2.FeatureR\x08\x66\x65\x61tures\x12\x37\n\nattributes\x18\x04 \x01(\x0b\x32\x17.google.protobuf.StructR\nattributes\x12;\n\x0b\x63reate_time\x18\x65 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\ncreateTime\x12;\n\x0bupdate_time\x18\x66 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\nupdateTime\x1a\xfc\x01\n\x06\x45ntity\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x1b\n\tjoin_keys\x18\x02 \x03(\tR\x08joinKeys\x12P\n\x06labels\x18\x03 \x03(\x0b\x32\x38.raystack.assets.v1beta2.FeatureTable.Entity.LabelsEntryR\x06labels\x12 \n\x0b\x64\x65scription\x18\x04 \x01(\tR\x0b\x64\x65scription\x12\x12\n\x04type\x18\x05 \x01(\tR\x04type\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\x0c\x46\x65\x61tureProtoZ7github.com/raystack/proton/assets/v1beta2;assetsv1beta2b\x06proto3')
|
|
30
|
+
|
|
31
|
+
_globals = globals()
|
|
32
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
33
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'raystack.assets.v1beta2.feature_table_pb2', _globals)
|
|
34
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
35
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
36
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\022io.raystack.assetsB\014FeatureProtoZ7github.com/raystack/proton/assets/v1beta2;assetsv1beta2'
|
|
37
|
+
_globals['_FEATURETABLE_ENTITY_LABELSENTRY']._loaded_options = None
|
|
38
|
+
_globals['_FEATURETABLE_ENTITY_LABELSENTRY']._serialized_options = b'8\001'
|
|
39
|
+
_globals['_FEATURE']._serialized_start=135
|
|
40
|
+
_globals['_FEATURE']._serialized_end=256
|
|
41
|
+
_globals['_FEATURETABLE']._serialized_start=259
|
|
42
|
+
_globals['_FEATURETABLE']._serialized_end=873
|
|
43
|
+
_globals['_FEATURETABLE_ENTITY']._serialized_start=621
|
|
44
|
+
_globals['_FEATURETABLE_ENTITY']._serialized_end=873
|
|
45
|
+
_globals['_FEATURETABLE_ENTITY_LABELSENTRY']._serialized_start=816
|
|
46
|
+
_globals['_FEATURETABLE_ENTITY_LABELSENTRY']._serialized_end=873
|
|
47
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import datetime
|
|
2
|
+
|
|
3
|
+
from google.protobuf import struct_pb2 as _struct_pb2
|
|
4
|
+
from google.protobuf 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 Feature(_message.Message):
|
|
14
|
+
__slots__ = ("name", "data_type", "algorithm", "entity_name")
|
|
15
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
|
16
|
+
DATA_TYPE_FIELD_NUMBER: _ClassVar[int]
|
|
17
|
+
ALGORITHM_FIELD_NUMBER: _ClassVar[int]
|
|
18
|
+
ENTITY_NAME_FIELD_NUMBER: _ClassVar[int]
|
|
19
|
+
name: str
|
|
20
|
+
data_type: str
|
|
21
|
+
algorithm: str
|
|
22
|
+
entity_name: str
|
|
23
|
+
def __init__(self, name: _Optional[str] = ..., data_type: _Optional[str] = ..., algorithm: _Optional[str] = ..., entity_name: _Optional[str] = ...) -> None: ...
|
|
24
|
+
|
|
25
|
+
class FeatureTable(_message.Message):
|
|
26
|
+
__slots__ = ("namespace", "entities", "features", "attributes", "create_time", "update_time")
|
|
27
|
+
class Entity(_message.Message):
|
|
28
|
+
__slots__ = ("name", "join_keys", "labels", "description", "type")
|
|
29
|
+
class LabelsEntry(_message.Message):
|
|
30
|
+
__slots__ = ("key", "value")
|
|
31
|
+
KEY_FIELD_NUMBER: _ClassVar[int]
|
|
32
|
+
VALUE_FIELD_NUMBER: _ClassVar[int]
|
|
33
|
+
key: str
|
|
34
|
+
value: str
|
|
35
|
+
def __init__(self, key: _Optional[str] = ..., value: _Optional[str] = ...) -> None: ...
|
|
36
|
+
NAME_FIELD_NUMBER: _ClassVar[int]
|
|
37
|
+
JOIN_KEYS_FIELD_NUMBER: _ClassVar[int]
|
|
38
|
+
LABELS_FIELD_NUMBER: _ClassVar[int]
|
|
39
|
+
DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
|
40
|
+
TYPE_FIELD_NUMBER: _ClassVar[int]
|
|
41
|
+
name: str
|
|
42
|
+
join_keys: _containers.RepeatedScalarFieldContainer[str]
|
|
43
|
+
labels: _containers.ScalarMap[str, str]
|
|
44
|
+
description: str
|
|
45
|
+
type: str
|
|
46
|
+
def __init__(self, name: _Optional[str] = ..., join_keys: _Optional[_Iterable[str]] = ..., labels: _Optional[_Mapping[str, str]] = ..., description: _Optional[str] = ..., type: _Optional[str] = ...) -> None: ...
|
|
47
|
+
NAMESPACE_FIELD_NUMBER: _ClassVar[int]
|
|
48
|
+
ENTITIES_FIELD_NUMBER: _ClassVar[int]
|
|
49
|
+
FEATURES_FIELD_NUMBER: _ClassVar[int]
|
|
50
|
+
ATTRIBUTES_FIELD_NUMBER: _ClassVar[int]
|
|
51
|
+
CREATE_TIME_FIELD_NUMBER: _ClassVar[int]
|
|
52
|
+
UPDATE_TIME_FIELD_NUMBER: _ClassVar[int]
|
|
53
|
+
namespace: str
|
|
54
|
+
entities: _containers.RepeatedCompositeFieldContainer[FeatureTable.Entity]
|
|
55
|
+
features: _containers.RepeatedCompositeFieldContainer[Feature]
|
|
56
|
+
attributes: _struct_pb2.Struct
|
|
57
|
+
create_time: _timestamp_pb2.Timestamp
|
|
58
|
+
update_time: _timestamp_pb2.Timestamp
|
|
59
|
+
def __init__(self, namespace: _Optional[str] = ..., entities: _Optional[_Iterable[_Union[FeatureTable.Entity, _Mapping]]] = ..., features: _Optional[_Iterable[_Union[Feature, _Mapping]]] = ..., attributes: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., create_time: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., update_time: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ...) -> None: ...
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: raystack/assets/v1beta2/group.proto
|
|
5
|
+
# Protobuf Python Version: 6.32.1
|
|
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
|
+
32,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'raystack/assets/v1beta2/group.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/v1beta2/group.proto\x12\x17raystack.assets.v1beta2\x1a\x1cgoogle/protobuf/struct.proto\"\x91\x01\n\x05Group\x12\x14\n\x05\x65mail\x18\x01 \x01(\tR\x05\x65mail\x12\x39\n\x07members\x18\x02 \x03(\x0b\x32\x1f.raystack.assets.v1beta2.MemberR\x07members\x12\x37\n\nattributes\x18\n \x01(\x0b\x32\x17.google.protobuf.StructR\nattributes\".\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/v1beta2;assetsv1beta2b\x06proto3')
|
|
29
|
+
|
|
30
|
+
_globals = globals()
|
|
31
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
32
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'raystack.assets.v1beta2.group_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\nGroupProtoZ7github.com/raystack/proton/assets/v1beta2;assetsv1beta2'
|
|
36
|
+
_globals['_GROUP']._serialized_start=95
|
|
37
|
+
_globals['_GROUP']._serialized_end=240
|
|
38
|
+
_globals['_MEMBER']._serialized_start=242
|
|
39
|
+
_globals['_MEMBER']._serialized_end=288
|
|
40
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,26 @@
|
|
|
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 Group(_message.Message):
|
|
11
|
+
__slots__ = ("email", "members", "attributes")
|
|
12
|
+
EMAIL_FIELD_NUMBER: _ClassVar[int]
|
|
13
|
+
MEMBERS_FIELD_NUMBER: _ClassVar[int]
|
|
14
|
+
ATTRIBUTES_FIELD_NUMBER: _ClassVar[int]
|
|
15
|
+
email: str
|
|
16
|
+
members: _containers.RepeatedCompositeFieldContainer[Member]
|
|
17
|
+
attributes: _struct_pb2.Struct
|
|
18
|
+
def __init__(self, email: _Optional[str] = ..., members: _Optional[_Iterable[_Union[Member, _Mapping]]] = ..., attributes: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ...) -> None: ...
|
|
19
|
+
|
|
20
|
+
class Member(_message.Message):
|
|
21
|
+
__slots__ = ("urn", "role")
|
|
22
|
+
URN_FIELD_NUMBER: _ClassVar[int]
|
|
23
|
+
ROLE_FIELD_NUMBER: _ClassVar[int]
|
|
24
|
+
urn: str
|
|
25
|
+
role: str
|
|
26
|
+
def __init__(self, urn: _Optional[str] = ..., role: _Optional[str] = ...) -> 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/v1beta2/job.proto
|
|
5
|
+
# Protobuf Python Version: 6.32.1
|
|
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
|
+
32,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'raystack/assets/v1beta2/job.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
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!raystack/assets/v1beta2/job.proto\x12\x17raystack.assets.v1beta2\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xb8\x01\n\x03Job\x12\x37\n\nattributes\x18\n \x01(\x0b\x32\x17.google.protobuf.StructR\nattributes\x12;\n\x0b\x63reate_time\x18\x65 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\ncreateTime\x12;\n\x0bupdate_time\x18\x66 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\nupdateTimeBW\n\x12io.raystack.assetsB\x08JobProtoZ7github.com/raystack/proton/assets/v1beta2;assetsv1beta2b\x06proto3')
|
|
30
|
+
|
|
31
|
+
_globals = globals()
|
|
32
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
33
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'raystack.assets.v1beta2.job_pb2', _globals)
|
|
34
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
35
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
36
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\022io.raystack.assetsB\010JobProtoZ7github.com/raystack/proton/assets/v1beta2;assetsv1beta2'
|
|
37
|
+
_globals['_JOB']._serialized_start=126
|
|
38
|
+
_globals['_JOB']._serialized_end=310
|
|
39
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import datetime
|
|
2
|
+
|
|
3
|
+
from google.protobuf import struct_pb2 as _struct_pb2
|
|
4
|
+
from google.protobuf import timestamp_pb2 as _timestamp_pb2
|
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
|
6
|
+
from google.protobuf import message as _message
|
|
7
|
+
from collections.abc import Mapping as _Mapping
|
|
8
|
+
from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
|
|
9
|
+
|
|
10
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
11
|
+
|
|
12
|
+
class Job(_message.Message):
|
|
13
|
+
__slots__ = ("attributes", "create_time", "update_time")
|
|
14
|
+
ATTRIBUTES_FIELD_NUMBER: _ClassVar[int]
|
|
15
|
+
CREATE_TIME_FIELD_NUMBER: _ClassVar[int]
|
|
16
|
+
UPDATE_TIME_FIELD_NUMBER: _ClassVar[int]
|
|
17
|
+
attributes: _struct_pb2.Struct
|
|
18
|
+
create_time: _timestamp_pb2.Timestamp
|
|
19
|
+
update_time: _timestamp_pb2.Timestamp
|
|
20
|
+
def __init__(self, attributes: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., create_time: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., update_time: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ...) -> None: ...
|