weave-python 0.28.1__py3-none-any.whl → 0.30.3__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.
- weave/weaveapi/auth/v1/service_pb2.py +194 -98
- weave/weaveapi/auth/v1/service_pb2.pyi +1288 -1134
- weave/weaveapi/auth/v1/service_pb2_grpc.pyi +248 -335
- weave/weaveapi/auth/v1/session_pb2.py +14 -6
- weave/weaveapi/auth/v1/session_pb2.pyi +109 -89
- weave/weaveapi/auth/v1/session_pb2_grpc.pyi +11 -10
- weave/weaveapi/auth/v1/usage_pb2.py +18 -14
- weave/weaveapi/auth/v1/usage_pb2.pyi +251 -197
- weave/weaveapi/auth/v1/usage_pb2_grpc.pyi +11 -10
- weave/weaveapi/auth/v1/user_pb2.py +60 -18
- weave/weaveapi/auth/v1/user_pb2.pyi +588 -505
- weave/weaveapi/auth/v1/user_pb2_grpc.pyi +11 -10
- weave/weaveapi/generate/v1/configuration_pb2.py +31 -19
- weave/weaveapi/generate/v1/configuration_pb2.pyi +277 -241
- weave/weaveapi/generate/v1/configuration_pb2_grpc.pyi +11 -10
- weave/weaveapi/generate/v1/generate_pb2.py +32 -6
- weave/weaveapi/generate/v1/generate_pb2.pyi +138 -40
- weave/weaveapi/generate/v1/generate_pb2_grpc.pyi +11 -10
- weave/weaveapi/generate/v1/service_pb2.py +52 -22
- weave/weaveapi/generate/v1/service_pb2.pyi +264 -135
- weave/weaveapi/generate/v1/service_pb2_grpc.py +47 -0
- weave/weaveapi/generate/v1/service_pb2_grpc.pyi +89 -78
- weave/weaveapi/llmx/v1/architecture_pb2.py +42 -42
- weave/weaveapi/llmx/v1/architecture_pb2.pyi +664 -555
- weave/weaveapi/llmx/v1/architecture_pb2_grpc.pyi +11 -10
- weave/weaveapi/llmx/v1/capabilities_pb2.py +88 -56
- weave/weaveapi/llmx/v1/capabilities_pb2.pyi +967 -852
- weave/weaveapi/llmx/v1/capabilities_pb2_grpc.pyi +11 -10
- weave/weaveapi/llmx/v1/model_pb2.py +56 -20
- weave/weaveapi/llmx/v1/model_pb2.pyi +533 -455
- weave/weaveapi/llmx/v1/model_pb2_grpc.pyi +11 -10
- weave/weaveapi/llmx/v1/pricing_pb2.py +24 -20
- weave/weaveapi/llmx/v1/pricing_pb2.pyi +194 -172
- weave/weaveapi/llmx/v1/pricing_pb2_grpc.pyi +11 -10
- weave/weaveapi/llmx/v1/provider_pb2.py +6 -6
- weave/weaveapi/llmx/v1/provider_pb2.pyi +84 -59
- weave/weaveapi/llmx/v1/provider_pb2_grpc.pyi +11 -10
- weave/weaveapi/llmx/v1/service_pb2.py +228 -90
- weave/weaveapi/llmx/v1/service_pb2.pyi +1651 -1403
- weave/weaveapi/llmx/v1/service_pb2_grpc.pyi +160 -203
- weave/weaveapi/mcpregistry/v1/server_pb2.py +16 -10
- weave/weaveapi/mcpregistry/v1/server_pb2.pyi +143 -121
- weave/weaveapi/mcpregistry/v1/server_pb2_grpc.pyi +11 -10
- weave/weaveapi/mcpregistry/v1/service_pb2.py +51 -31
- weave/weaveapi/mcpregistry/v1/service_pb2.pyi +132 -122
- weave/weaveapi/mcpregistry/v1/service_pb2_grpc.pyi +87 -112
- weave/weaveapi/payment/v1/invoice_pb2.py +38 -12
- weave/weaveapi/payment/v1/invoice_pb2.pyi +352 -291
- weave/weaveapi/payment/v1/invoice_pb2_grpc.pyi +11 -10
- weave/weaveapi/payment/v1/service_pb2.py +264 -98
- weave/weaveapi/payment/v1/service_pb2.pyi +1381 -1242
- weave/weaveapi/payment/v1/service_pb2_grpc.pyi +229 -319
- weave/weaveapi/payment/v1/subscription_pb2.py +99 -23
- weave/weaveapi/payment/v1/subscription_pb2.pyi +727 -611
- weave/weaveapi/payment/v1/subscription_pb2_grpc.pyi +11 -10
- weave/weaveapi/storage/v1/auth_pb2.py +6 -6
- weave/weaveapi/storage/v1/auth_pb2.pyi +42 -29
- weave/weaveapi/storage/v1/auth_pb2_grpc.pyi +11 -10
- weave/weaveapi/storage/v1/nosql_database_pb2.py +47 -23
- weave/weaveapi/storage/v1/nosql_database_pb2.pyi +438 -372
- weave/weaveapi/storage/v1/nosql_database_pb2_grpc.pyi +11 -10
- weave/weaveapi/storage/v1/object_store_pb2.py +27 -13
- weave/weaveapi/storage/v1/object_store_pb2.pyi +203 -187
- weave/weaveapi/storage/v1/object_store_pb2_grpc.pyi +11 -10
- weave/weaveapi/storage/v1/service_pb2.py +96 -36
- weave/weaveapi/storage/v1/service_pb2.pyi +414 -357
- weave/weaveapi/storage/v1/service_pb2_grpc.pyi +88 -107
- weave/weaveapi/storage/v1/sql_database_pb2.py +39 -23
- weave/weaveapi/storage/v1/sql_database_pb2.pyi +481 -400
- weave/weaveapi/storage/v1/sql_database_pb2_grpc.pyi +11 -10
- weave/weaveapi/storage/v1/storage_pb2.py +20 -6
- weave/weaveapi/storage/v1/storage_pb2.pyi +79 -70
- weave/weaveapi/storage/v1/storage_pb2_grpc.pyi +11 -10
- weave/weaveapi/synthesize/v1/dataset_pb2.py +14 -12
- weave/weaveapi/synthesize/v1/dataset_pb2.pyi +158 -128
- weave/weaveapi/synthesize/v1/dataset_pb2_grpc.pyi +11 -10
- weave/weaveapi/synthesize/v1/inline_data_pb2.py +9 -9
- weave/weaveapi/synthesize/v1/inline_data_pb2.pyi +31 -27
- weave/weaveapi/synthesize/v1/inline_data_pb2_grpc.pyi +11 -10
- weave/weaveapi/synthesize/v1/relationship_pb2.py +19 -11
- weave/weaveapi/synthesize/v1/relationship_pb2.pyi +67 -64
- weave/weaveapi/synthesize/v1/relationship_pb2_grpc.pyi +11 -10
- weave/weaveapi/synthesize/v1/service_pb2.py +42 -24
- weave/weaveapi/synthesize/v1/service_pb2.pyi +202 -168
- weave/weaveapi/synthesize/v1/service_pb2_grpc.pyi +67 -79
- weave/weaveapi/synthesize/v1/training_pb2.py +19 -13
- weave/weaveapi/synthesize/v1/training_pb2.pyi +119 -106
- weave/weaveapi/synthesize/v1/training_pb2_grpc.pyi +11 -10
- weave/weavesql/llmxdb/capabilities.py +487 -0
- weave/weavesql/llmxdb/changes.py +297 -0
- weave/weavesql/llmxdb/models.py +594 -0
- weave/weavesql/llmxdb/providers.py +348 -0
- weave/weavesql/llmxdb/scraper_runs.py +287 -0
- weave/weavesql/llmxdb/search.py +721 -0
- weave/weavesql/weavedb/dataset.py +75 -0
- weave/weavesql/weavedb/models.py +135 -0
- weave/weavesql/weavedb/relationships.py +72 -0
- weave/weavesql/weavedb/storage.py +113 -0
- weave/weavesql/weavedb/synthesizer.py +107 -0
- weave_python-0.30.3.dist-info/METADATA +52 -0
- weave_python-0.30.3.dist-info/RECORD +131 -0
- {weave_python-0.28.1.dist-info → weave_python-0.30.3.dist-info}/WHEEL +1 -1
- weave_python-0.30.3.dist-info/licenses/LICENSE +120 -0
- weave_python-0.28.1.dist-info/METADATA +0 -6
- weave_python-0.28.1.dist-info/RECORD +0 -119
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: weaveapi/storage/v1/service.proto
|
|
5
|
-
# Protobuf Python Version: 6.
|
|
5
|
+
# Protobuf Python Version: 6.33.5
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
|
|
8
8
|
from google.protobuf import descriptor as _descriptor
|
|
@@ -12,7 +12,7 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
12
12
|
from google.protobuf.internal import builder as _builder
|
|
13
13
|
|
|
14
14
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
15
|
-
_runtime_version.Domain.PUBLIC, 6,
|
|
15
|
+
_runtime_version.Domain.PUBLIC, 6, 33, 5, "", "weaveapi/storage/v1/service.proto"
|
|
16
16
|
)
|
|
17
17
|
# @@protoc_insertion_point(imports)
|
|
18
18
|
|
|
@@ -20,7 +20,7 @@ _sym_db = _symbol_database.Default()
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
23
|
-
b'\n!weaveapi/storage/v1/service.proto\x12\x13weaveapi.storage.v1\x1a!weaveapi/storage/v1/storage.proto"\
|
|
23
|
+
b'\n!weaveapi/storage/v1/service.proto\x12\x13weaveapi.storage.v1\x1a!google/protobuf/go_features.proto\x1a!weaveapi/storage/v1/storage.proto"\xb1\x01\n\x0eStorageDetails\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12Y\n\x12storage_connection\x18\x04 \x01(\x0b\x32&.weaveapi.storage.v1.StorageConnectionB\x02(\x01R\x11storageConnection"\xa7\x01\n\x14\x43reateStorageRequest\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x02 \x01(\tR\x0b\x64\x65scription\x12Y\n\x12storage_connection\x18\x03 \x01(\x0b\x32&.weaveapi.storage.v1.StorageConnectionB\x02(\x01R\x11storageConnection"i\n\x15\x43reateStorageResponse\x12P\n\x0fstorage_details\x18\x01 \x01(\x0b\x32#.weaveapi.storage.v1.StorageDetailsB\x02(\x01R\x0estorageDetails"#\n\x11GetStorageRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"f\n\x12GetStorageResponse\x12P\n\x0fstorage_details\x18\x01 \x01(\x0b\x32#.weaveapi.storage.v1.StorageDetailsB\x02(\x01R\x0estorageDetails"\xad\x01\n\x13ListStoragesRequest\x12\x1b\n\tpage_size\x18\x01 \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x02 \x01(\tR\tpageToken\x12Z\n\x13storage_type_filter\x18\x03 \x01(\x0b\x32&.weaveapi.storage.v1.StorageTypeFilterB\x02(\x01R\x11storageTypeFilter"\xb3\x01\n\x11StorageTypeFilter\x12\x32\n\x15include_object_stores\x18\x01 \x01(\x08R\x13includeObjectStores\x12\x32\n\x15include_sql_databases\x18\x02 \x01(\x08R\x13includeSqlDatabases\x12\x36\n\x17include_nosql_databases\x18\x03 \x01(\x08R\x15includeNosqlDatabases"\xb1\x01\n\x14ListStoragesResponse\x12P\n\x0fstorage_details\x18\x01 \x03(\x0b\x32#.weaveapi.storage.v1.StorageDetailsB\x02(\x01R\x0estorageDetails\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\x12\x1f\n\x0btotal_count\x18\x03 \x01(\x05R\ntotalCount"\xb7\x01\n\x14UpdateStorageRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12Y\n\x12storage_connection\x18\x04 \x01(\x0b\x32&.weaveapi.storage.v1.StorageConnectionB\x02(\x01R\x11storageConnection"g\n\x15UpdateStorageResponse\x12N\n\x0estorage_config\x18\x01 \x01(\x0b\x32#.weaveapi.storage.v1.StorageDetailsB\x02(\x01R\rstorageConfig"&\n\x14\x44\x65leteStorageRequest\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id"\x17\n\x15\x44\x65leteStorageResponse"\x9d\x01\n\x1cTestStorageConnectionRequest\x12\x10\n\x02id\x18\x01 \x01(\tH\x00R\x02id\x12[\n\x12storage_connection\x18\x02 \x01(\x0b\x32&.weaveapi.storage.v1.StorageConnectionB\x02(\x01H\x00R\x11storageConnectionB\x0e\n\x0cstorage_spec"\xb9\x01\n\x1dTestStorageConnectionResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12#\n\rerror_message\x18\x02 \x01(\tR\x0c\x65rrorMessage\x12Y\n\x12\x63onnection_details\x18\x03 \x01(\x0b\x32&.weaveapi.storage.v1.ConnectionDetailsB\x02(\x01R\x11\x63onnectionDetails"\x96\x01\n\x11\x43onnectionDetails\x12\x1d\n\nlatency_ms\x18\x01 \x01(\x05R\tlatencyMs\x12/\n\x13\x61vailable_resources\x18\x02 \x03(\tR\x12\x61vailableResources\x12\x31\n\x14\x61vailable_containers\x18\x03 \x03(\tR\x13\x61vailableContainers2\x92\x05\n\x07Storage\x12h\n\rCreateStorage\x12).weaveapi.storage.v1.CreateStorageRequest\x1a*.weaveapi.storage.v1.CreateStorageResponse"\x00\x12_\n\nGetStorage\x12&.weaveapi.storage.v1.GetStorageRequest\x1a\'.weaveapi.storage.v1.GetStorageResponse"\x00\x12\x65\n\x0cListStorages\x12(.weaveapi.storage.v1.ListStoragesRequest\x1a).weaveapi.storage.v1.ListStoragesResponse"\x00\x12h\n\rUpdateStorage\x12).weaveapi.storage.v1.UpdateStorageRequest\x1a*.weaveapi.storage.v1.UpdateStorageResponse"\x00\x12h\n\rDeleteStorage\x12).weaveapi.storage.v1.DeleteStorageRequest\x1a*.weaveapi.storage.v1.DeleteStorageResponse"\x00\x12\x80\x01\n\x15TestStorageConnection\x12\x31.weaveapi.storage.v1.TestStorageConnectionRequest\x1a\x32.weaveapi.storage.v1.TestStorageConnectionResponse"\x00\x42\xd9\x01\n\x17\x63om.weaveapi.storage.v1B\x0cServiceProtoP\x01Z:github.com/weave-labs/weave-go/weaveapi/storage/v1;storage\xa2\x02\x03WSX\xaa\x02\x13Weaveapi.Storage.V1\xca\x02\x13Weaveapi\\Storage\\V1\xe2\x02\x1fWeaveapi\\Storage\\V1\\GPBMetadata\xea\x02\x15Weaveapi::Storage::V1\x92\x03\x05\xd2>\x02\x10\x03\x62\x08\x65\x64itionsp\xe8\x07'
|
|
24
24
|
)
|
|
25
25
|
|
|
26
26
|
_globals = globals()
|
|
@@ -32,37 +32,97 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
32
32
|
_globals["DESCRIPTOR"]._loaded_options = None
|
|
33
33
|
_globals[
|
|
34
34
|
"DESCRIPTOR"
|
|
35
|
-
]._serialized_options = b"\n\027com.weaveapi.storage.v1B\014ServiceProtoP\001Z:github.com/weave-labs/weave-go/weaveapi/storage/v1;storage\242\002\003WSX\252\002\023Weaveapi.Storage.V1\312\002\023Weaveapi\\Storage\\V1\342\002\037Weaveapi\\Storage\\V1\\GPBMetadata\352\002\025Weaveapi::Storage::V1"
|
|
36
|
-
_globals["_STORAGEDETAILS"].
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
_globals["
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
_globals["
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
_globals["
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
_globals["
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
_globals["
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
_globals["
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
_globals["
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
_globals["
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
_globals["
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
_globals["
|
|
67
|
-
|
|
35
|
+
]._serialized_options = b"\n\027com.weaveapi.storage.v1B\014ServiceProtoP\001Z:github.com/weave-labs/weave-go/weaveapi/storage/v1;storage\242\002\003WSX\252\002\023Weaveapi.Storage.V1\312\002\023Weaveapi\\Storage\\V1\342\002\037Weaveapi\\Storage\\V1\\GPBMetadata\352\002\025Weaveapi::Storage::V1\222\003\005\322>\002\020\003"
|
|
36
|
+
_globals["_STORAGEDETAILS"].fields_by_name[
|
|
37
|
+
"storage_connection"
|
|
38
|
+
]._loaded_options = None
|
|
39
|
+
_globals["_STORAGEDETAILS"].fields_by_name[
|
|
40
|
+
"storage_connection"
|
|
41
|
+
]._serialized_options = b"(\001"
|
|
42
|
+
_globals["_CREATESTORAGEREQUEST"].fields_by_name[
|
|
43
|
+
"storage_connection"
|
|
44
|
+
]._loaded_options = None
|
|
45
|
+
_globals["_CREATESTORAGEREQUEST"].fields_by_name[
|
|
46
|
+
"storage_connection"
|
|
47
|
+
]._serialized_options = b"(\001"
|
|
48
|
+
_globals["_CREATESTORAGERESPONSE"].fields_by_name[
|
|
49
|
+
"storage_details"
|
|
50
|
+
]._loaded_options = None
|
|
51
|
+
_globals["_CREATESTORAGERESPONSE"].fields_by_name[
|
|
52
|
+
"storage_details"
|
|
53
|
+
]._serialized_options = b"(\001"
|
|
54
|
+
_globals["_GETSTORAGERESPONSE"].fields_by_name[
|
|
55
|
+
"storage_details"
|
|
56
|
+
]._loaded_options = None
|
|
57
|
+
_globals["_GETSTORAGERESPONSE"].fields_by_name[
|
|
58
|
+
"storage_details"
|
|
59
|
+
]._serialized_options = b"(\001"
|
|
60
|
+
_globals["_LISTSTORAGESREQUEST"].fields_by_name[
|
|
61
|
+
"storage_type_filter"
|
|
62
|
+
]._loaded_options = None
|
|
63
|
+
_globals["_LISTSTORAGESREQUEST"].fields_by_name[
|
|
64
|
+
"storage_type_filter"
|
|
65
|
+
]._serialized_options = b"(\001"
|
|
66
|
+
_globals["_LISTSTORAGESRESPONSE"].fields_by_name[
|
|
67
|
+
"storage_details"
|
|
68
|
+
]._loaded_options = None
|
|
69
|
+
_globals["_LISTSTORAGESRESPONSE"].fields_by_name[
|
|
70
|
+
"storage_details"
|
|
71
|
+
]._serialized_options = b"(\001"
|
|
72
|
+
_globals["_UPDATESTORAGEREQUEST"].fields_by_name[
|
|
73
|
+
"storage_connection"
|
|
74
|
+
]._loaded_options = None
|
|
75
|
+
_globals["_UPDATESTORAGEREQUEST"].fields_by_name[
|
|
76
|
+
"storage_connection"
|
|
77
|
+
]._serialized_options = b"(\001"
|
|
78
|
+
_globals["_UPDATESTORAGERESPONSE"].fields_by_name[
|
|
79
|
+
"storage_config"
|
|
80
|
+
]._loaded_options = None
|
|
81
|
+
_globals["_UPDATESTORAGERESPONSE"].fields_by_name[
|
|
82
|
+
"storage_config"
|
|
83
|
+
]._serialized_options = b"(\001"
|
|
84
|
+
_globals["_TESTSTORAGECONNECTIONREQUEST"].fields_by_name[
|
|
85
|
+
"storage_connection"
|
|
86
|
+
]._loaded_options = None
|
|
87
|
+
_globals["_TESTSTORAGECONNECTIONREQUEST"].fields_by_name[
|
|
88
|
+
"storage_connection"
|
|
89
|
+
]._serialized_options = b"(\001"
|
|
90
|
+
_globals["_TESTSTORAGECONNECTIONRESPONSE"].fields_by_name[
|
|
91
|
+
"connection_details"
|
|
92
|
+
]._loaded_options = None
|
|
93
|
+
_globals["_TESTSTORAGECONNECTIONRESPONSE"].fields_by_name[
|
|
94
|
+
"connection_details"
|
|
95
|
+
]._serialized_options = b"(\001"
|
|
96
|
+
_globals["_STORAGEDETAILS"]._serialized_start = 129
|
|
97
|
+
_globals["_STORAGEDETAILS"]._serialized_end = 306
|
|
98
|
+
_globals["_CREATESTORAGEREQUEST"]._serialized_start = 309
|
|
99
|
+
_globals["_CREATESTORAGEREQUEST"]._serialized_end = 476
|
|
100
|
+
_globals["_CREATESTORAGERESPONSE"]._serialized_start = 478
|
|
101
|
+
_globals["_CREATESTORAGERESPONSE"]._serialized_end = 583
|
|
102
|
+
_globals["_GETSTORAGEREQUEST"]._serialized_start = 585
|
|
103
|
+
_globals["_GETSTORAGEREQUEST"]._serialized_end = 620
|
|
104
|
+
_globals["_GETSTORAGERESPONSE"]._serialized_start = 622
|
|
105
|
+
_globals["_GETSTORAGERESPONSE"]._serialized_end = 724
|
|
106
|
+
_globals["_LISTSTORAGESREQUEST"]._serialized_start = 727
|
|
107
|
+
_globals["_LISTSTORAGESREQUEST"]._serialized_end = 900
|
|
108
|
+
_globals["_STORAGETYPEFILTER"]._serialized_start = 903
|
|
109
|
+
_globals["_STORAGETYPEFILTER"]._serialized_end = 1082
|
|
110
|
+
_globals["_LISTSTORAGESRESPONSE"]._serialized_start = 1085
|
|
111
|
+
_globals["_LISTSTORAGESRESPONSE"]._serialized_end = 1262
|
|
112
|
+
_globals["_UPDATESTORAGEREQUEST"]._serialized_start = 1265
|
|
113
|
+
_globals["_UPDATESTORAGEREQUEST"]._serialized_end = 1448
|
|
114
|
+
_globals["_UPDATESTORAGERESPONSE"]._serialized_start = 1450
|
|
115
|
+
_globals["_UPDATESTORAGERESPONSE"]._serialized_end = 1553
|
|
116
|
+
_globals["_DELETESTORAGEREQUEST"]._serialized_start = 1555
|
|
117
|
+
_globals["_DELETESTORAGEREQUEST"]._serialized_end = 1593
|
|
118
|
+
_globals["_DELETESTORAGERESPONSE"]._serialized_start = 1595
|
|
119
|
+
_globals["_DELETESTORAGERESPONSE"]._serialized_end = 1618
|
|
120
|
+
_globals["_TESTSTORAGECONNECTIONREQUEST"]._serialized_start = 1621
|
|
121
|
+
_globals["_TESTSTORAGECONNECTIONREQUEST"]._serialized_end = 1778
|
|
122
|
+
_globals["_TESTSTORAGECONNECTIONRESPONSE"]._serialized_start = 1781
|
|
123
|
+
_globals["_TESTSTORAGECONNECTIONRESPONSE"]._serialized_end = 1966
|
|
124
|
+
_globals["_CONNECTIONDETAILS"]._serialized_start = 1969
|
|
125
|
+
_globals["_CONNECTIONDETAILS"]._serialized_end = 2119
|
|
126
|
+
_globals["_STORAGE"]._serialized_start = 2122
|
|
127
|
+
_globals["_STORAGE"]._serialized_end = 2780
|
|
68
128
|
# @@protoc_insertion_point(module_scope)
|