weave-python 0.30.3__py3-none-any.whl → 0.30.4__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 +96 -96
- weave/weaveapi/auth/v1/session_pb2.py +4 -4
- weave/weaveapi/auth/v1/usage_pb2.py +12 -12
- weave/weaveapi/auth/v1/user_pb2.py +16 -16
- weave/weaveapi/generate/v1/configuration_pb2.py +16 -16
- weave/weaveapi/generate/v1/generate_pb2.py +8 -8
- weave/weaveapi/generate/v1/service_pb2.py +26 -26
- weave/weaveapi/llmx/v1/architecture_pb2.py +40 -40
- weave/weaveapi/llmx/v1/capabilities_pb2.py +54 -54
- weave/weaveapi/llmx/v1/model_pb2.py +18 -18
- weave/weaveapi/llmx/v1/pricing_pb2.py +18 -18
- weave/weaveapi/llmx/v1/provider_pb2.py +4 -4
- weave/weaveapi/llmx/v1/service_pb2.py +88 -88
- weave/weaveapi/mcpregistry/v1/server_pb2.py +8 -8
- weave/weaveapi/mcpregistry/v1/service_pb2.py +28 -28
- weave/weaveapi/payment/v1/invoice_pb2.py +10 -10
- weave/weaveapi/payment/v1/service_pb2.py +96 -96
- weave/weaveapi/payment/v1/subscription_pb2.py +20 -20
- weave/weaveapi/storage/v1/auth_pb2.py +4 -4
- weave/weaveapi/storage/v1/nosql_database_pb2.py +20 -20
- weave/weaveapi/storage/v1/object_store_pb2.py +10 -10
- weave/weaveapi/storage/v1/service_pb2.py +34 -34
- weave/weaveapi/storage/v1/sql_database_pb2.py +20 -20
- weave/weaveapi/storage/v1/storage_pb2.py +4 -4
- weave/weaveapi/synthesize/v1/dataset_pb2.py +10 -10
- weave/weaveapi/synthesize/v1/inline_data_pb2.py +6 -6
- weave/weaveapi/synthesize/v1/relationship_pb2.py +8 -8
- weave/weaveapi/synthesize/v1/service_pb2.py +22 -22
- weave/weaveapi/synthesize/v1/training_pb2.py +10 -10
- {weave_python-0.30.3.dist-info → weave_python-0.30.4.dist-info}/METADATA +1 -1
- {weave_python-0.30.3.dist-info → weave_python-0.30.4.dist-info}/RECORD +33 -33
- {weave_python-0.30.3.dist-info → weave_python-0.30.4.dist-info}/WHEEL +0 -0
- {weave_python-0.30.3.dist-info → weave_python-0.30.4.dist-info}/licenses/LICENSE +0 -0
|
@@ -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!
|
|
23
|
+
b'\n!weaveapi/storage/v1/service.proto\x12\x13weaveapi.storage.v1\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\xd1\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::V1b\x08\x65\x64itionsp\xe8\x07'
|
|
24
24
|
)
|
|
25
25
|
|
|
26
26
|
_globals = globals()
|
|
@@ -32,7 +32,7 @@ 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
|
|
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
36
|
_globals["_STORAGEDETAILS"].fields_by_name[
|
|
37
37
|
"storage_connection"
|
|
38
38
|
]._loaded_options = None
|
|
@@ -93,36 +93,36 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
93
93
|
_globals["_TESTSTORAGECONNECTIONRESPONSE"].fields_by_name[
|
|
94
94
|
"connection_details"
|
|
95
95
|
]._serialized_options = b"(\001"
|
|
96
|
-
_globals["_STORAGEDETAILS"]._serialized_start =
|
|
97
|
-
_globals["_STORAGEDETAILS"]._serialized_end =
|
|
98
|
-
_globals["_CREATESTORAGEREQUEST"]._serialized_start =
|
|
99
|
-
_globals["_CREATESTORAGEREQUEST"]._serialized_end =
|
|
100
|
-
_globals["_CREATESTORAGERESPONSE"]._serialized_start =
|
|
101
|
-
_globals["_CREATESTORAGERESPONSE"]._serialized_end =
|
|
102
|
-
_globals["_GETSTORAGEREQUEST"]._serialized_start =
|
|
103
|
-
_globals["_GETSTORAGEREQUEST"]._serialized_end =
|
|
104
|
-
_globals["_GETSTORAGERESPONSE"]._serialized_start =
|
|
105
|
-
_globals["_GETSTORAGERESPONSE"]._serialized_end =
|
|
106
|
-
_globals["_LISTSTORAGESREQUEST"]._serialized_start =
|
|
107
|
-
_globals["_LISTSTORAGESREQUEST"]._serialized_end =
|
|
108
|
-
_globals["_STORAGETYPEFILTER"]._serialized_start =
|
|
109
|
-
_globals["_STORAGETYPEFILTER"]._serialized_end =
|
|
110
|
-
_globals["_LISTSTORAGESRESPONSE"]._serialized_start =
|
|
111
|
-
_globals["_LISTSTORAGESRESPONSE"]._serialized_end =
|
|
112
|
-
_globals["_UPDATESTORAGEREQUEST"]._serialized_start =
|
|
113
|
-
_globals["_UPDATESTORAGEREQUEST"]._serialized_end =
|
|
114
|
-
_globals["_UPDATESTORAGERESPONSE"]._serialized_start =
|
|
115
|
-
_globals["_UPDATESTORAGERESPONSE"]._serialized_end =
|
|
116
|
-
_globals["_DELETESTORAGEREQUEST"]._serialized_start =
|
|
117
|
-
_globals["_DELETESTORAGEREQUEST"]._serialized_end =
|
|
118
|
-
_globals["_DELETESTORAGERESPONSE"]._serialized_start =
|
|
119
|
-
_globals["_DELETESTORAGERESPONSE"]._serialized_end =
|
|
120
|
-
_globals["_TESTSTORAGECONNECTIONREQUEST"]._serialized_start =
|
|
121
|
-
_globals["_TESTSTORAGECONNECTIONREQUEST"]._serialized_end =
|
|
122
|
-
_globals["_TESTSTORAGECONNECTIONRESPONSE"]._serialized_start =
|
|
123
|
-
_globals["_TESTSTORAGECONNECTIONRESPONSE"]._serialized_end =
|
|
124
|
-
_globals["_CONNECTIONDETAILS"]._serialized_start =
|
|
125
|
-
_globals["_CONNECTIONDETAILS"]._serialized_end =
|
|
126
|
-
_globals["_STORAGE"]._serialized_start =
|
|
127
|
-
_globals["_STORAGE"]._serialized_end =
|
|
96
|
+
_globals["_STORAGEDETAILS"]._serialized_start = 94
|
|
97
|
+
_globals["_STORAGEDETAILS"]._serialized_end = 271
|
|
98
|
+
_globals["_CREATESTORAGEREQUEST"]._serialized_start = 274
|
|
99
|
+
_globals["_CREATESTORAGEREQUEST"]._serialized_end = 441
|
|
100
|
+
_globals["_CREATESTORAGERESPONSE"]._serialized_start = 443
|
|
101
|
+
_globals["_CREATESTORAGERESPONSE"]._serialized_end = 548
|
|
102
|
+
_globals["_GETSTORAGEREQUEST"]._serialized_start = 550
|
|
103
|
+
_globals["_GETSTORAGEREQUEST"]._serialized_end = 585
|
|
104
|
+
_globals["_GETSTORAGERESPONSE"]._serialized_start = 587
|
|
105
|
+
_globals["_GETSTORAGERESPONSE"]._serialized_end = 689
|
|
106
|
+
_globals["_LISTSTORAGESREQUEST"]._serialized_start = 692
|
|
107
|
+
_globals["_LISTSTORAGESREQUEST"]._serialized_end = 865
|
|
108
|
+
_globals["_STORAGETYPEFILTER"]._serialized_start = 868
|
|
109
|
+
_globals["_STORAGETYPEFILTER"]._serialized_end = 1047
|
|
110
|
+
_globals["_LISTSTORAGESRESPONSE"]._serialized_start = 1050
|
|
111
|
+
_globals["_LISTSTORAGESRESPONSE"]._serialized_end = 1227
|
|
112
|
+
_globals["_UPDATESTORAGEREQUEST"]._serialized_start = 1230
|
|
113
|
+
_globals["_UPDATESTORAGEREQUEST"]._serialized_end = 1413
|
|
114
|
+
_globals["_UPDATESTORAGERESPONSE"]._serialized_start = 1415
|
|
115
|
+
_globals["_UPDATESTORAGERESPONSE"]._serialized_end = 1518
|
|
116
|
+
_globals["_DELETESTORAGEREQUEST"]._serialized_start = 1520
|
|
117
|
+
_globals["_DELETESTORAGEREQUEST"]._serialized_end = 1558
|
|
118
|
+
_globals["_DELETESTORAGERESPONSE"]._serialized_start = 1560
|
|
119
|
+
_globals["_DELETESTORAGERESPONSE"]._serialized_end = 1583
|
|
120
|
+
_globals["_TESTSTORAGECONNECTIONREQUEST"]._serialized_start = 1586
|
|
121
|
+
_globals["_TESTSTORAGECONNECTIONREQUEST"]._serialized_end = 1743
|
|
122
|
+
_globals["_TESTSTORAGECONNECTIONRESPONSE"]._serialized_start = 1746
|
|
123
|
+
_globals["_TESTSTORAGECONNECTIONRESPONSE"]._serialized_end = 1931
|
|
124
|
+
_globals["_CONNECTIONDETAILS"]._serialized_start = 1934
|
|
125
|
+
_globals["_CONNECTIONDETAILS"]._serialized_end = 2084
|
|
126
|
+
_globals["_STORAGE"]._serialized_start = 2087
|
|
127
|
+
_globals["_STORAGE"]._serialized_end = 2745
|
|
128
128
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -25,7 +25,7 @@ _sym_db = _symbol_database.Default()
|
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
28
|
-
b'\n&weaveapi/storage/v1/sql_database.proto\x12\x13weaveapi.storage.v1
|
|
28
|
+
b'\n&weaveapi/storage/v1/sql_database.proto\x12\x13weaveapi.storage.v1"\xc0\x04\n\x0bSqlDatabase\x12\x16\n\x06tables\x18\x01 \x03(\tR\x06tables\x12\x36\n\x05mysql\x18\x02 \x01(\x0b\x32\x1a.weaveapi.storage.v1.MysqlB\x02(\x01H\x00R\x05mysql\x12?\n\x08postgres\x18\x03 \x01(\x0b\x32\x1d.weaveapi.storage.v1.PostgresB\x02(\x01H\x00R\x08postgres\x12\x43\n\nsql_server\x18\x04 \x01(\x0b\x32\x1e.weaveapi.storage.v1.SqlServerB\x02(\x01H\x00R\tsqlServer\x12\x39\n\x06oracle\x18\x05 \x01(\x0b\x32\x1b.weaveapi.storage.v1.OracleB\x02(\x01H\x00R\x06oracle\x12<\n\x07mariadb\x18\x06 \x01(\x0b\x32\x1c.weaveapi.storage.v1.MariaDBB\x02(\x01H\x00R\x07mariadb\x12\x42\n\tsnowflake\x18\x07 \x01(\x0b\x32\x1e.weaveapi.storage.v1.SnowflakeB\x02(\x01H\x00R\tsnowflake\x12@\n\tbig_query\x18\x08 \x01(\x0b\x32\x1d.weaveapi.storage.v1.BigQueryB\x02(\x01H\x00R\x08\x62igQuery\x12\x45\n\ndatabricks\x18\t \x01(\x0b\x32\x1f.weaveapi.storage.v1.DatabricksB\x02(\x01H\x00R\ndatabricksB\x15\n\x13relational_database"\xa4\x01\n\x05Mysql\x12\x12\n\x04host\x18\x01 \x01(\tR\x04host\x12\x12\n\x04port\x18\x02 \x01(\x05R\x04port\x12\x1a\n\x08\x64\x61tabase\x18\x03 \x01(\tR\x08\x64\x61tabase\x12\x1a\n\x08username\x18\x04 \x01(\tR\x08username\x12\x1a\n\x08password\x18\x05 \x01(\tR\x08password\x12\x1f\n\x0bssl_enabled\x18\x06 \x01(\x08R\nsslEnabled"\xa7\x01\n\x08Postgres\x12\x12\n\x04host\x18\x01 \x01(\tR\x04host\x12\x12\n\x04port\x18\x02 \x01(\x05R\x04port\x12\x1a\n\x08\x64\x61tabase\x18\x03 \x01(\tR\x08\x64\x61tabase\x12\x1a\n\x08username\x18\x04 \x01(\tR\x08username\x12\x1a\n\x08password\x18\x05 \x01(\tR\x08password\x12\x1f\n\x0bssl_enabled\x18\x06 \x01(\x08R\nsslEnabled"\xb6\x01\n\tSqlServer\x12\x12\n\x04host\x18\x01 \x01(\tR\x04host\x12\x12\n\x04port\x18\x02 \x01(\x05R\x04port\x12\x1a\n\x08\x64\x61tabase\x18\x03 \x01(\tR\x08\x64\x61tabase\x12\x1a\n\x08username\x18\x04 \x01(\tR\x08username\x12\x1a\n\x08password\x18\x05 \x01(\tR\x08password\x12-\n\x12\x65ncrypt_connection\x18\x06 \x01(\x08R\x11\x65ncryptConnection"m\n\x06Oracle\x12+\n\x11\x63onnection_string\x18\x01 \x01(\tR\x10\x63onnectionString\x12\x1a\n\x08username\x18\x02 \x01(\tR\x08username\x12\x1a\n\x08password\x18\x03 \x01(\tR\x08password"\xa6\x01\n\x07MariaDB\x12\x12\n\x04host\x18\x01 \x01(\tR\x04host\x12\x12\n\x04port\x18\x02 \x01(\x05R\x04port\x12\x1a\n\x08\x64\x61tabase\x18\x03 \x01(\tR\x08\x64\x61tabase\x12\x1a\n\x08username\x18\x04 \x01(\tR\x08username\x12\x1a\n\x08password\x18\x05 \x01(\tR\x08password\x12\x1f\n\x0bssl_enabled\x18\x06 \x01(\x08R\nsslEnabled"\xc3\x01\n\tSnowflake\x12\x18\n\x07\x61\x63\x63ount\x18\x01 \x01(\tR\x07\x61\x63\x63ount\x12\x1c\n\twarehouse\x18\x02 \x01(\tR\twarehouse\x12\x1a\n\x08\x64\x61tabase\x18\x03 \x01(\tR\x08\x64\x61tabase\x12\x16\n\x06schema\x18\x04 \x01(\tR\x06schema\x12\x12\n\x04role\x18\x05 \x01(\tR\x04role\x12\x1a\n\x08username\x18\x06 \x01(\tR\x08username\x12\x1a\n\x08password\x18\x07 \x01(\tR\x08password"\xb9\x01\n\x08\x42igQuery\x12\x1d\n\nproject_id\x18\x01 \x01(\tR\tprojectId\x12\x18\n\x07\x64\x61taset\x18\x02 \x01(\tR\x07\x64\x61taset\x12\x32\n\x14service_account_json\x18\n \x01(\tH\x00R\x12serviceAccountJson\x12\x38\n\x17use_application_default\x18\x0b \x01(\x08H\x00R\x15useApplicationDefaultB\x06\n\x04\x61uth"S\n\nDatabricks\x12\x12\n\x04host\x18\x01 \x01(\tR\x04host\x12\x1b\n\thttp_path\x18\x02 \x01(\tR\x08httpPath\x12\x14\n\x05token\x18\x03 \x01(\tR\x05tokenB\xd5\x01\n\x17\x63om.weaveapi.storage.v1B\x10SqlDatabaseProtoP\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::V1b\x08\x65\x64itionsp\xe8\x07'
|
|
29
29
|
)
|
|
30
30
|
|
|
31
31
|
_globals = globals()
|
|
@@ -37,7 +37,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
37
37
|
_globals["DESCRIPTOR"]._loaded_options = None
|
|
38
38
|
_globals[
|
|
39
39
|
"DESCRIPTOR"
|
|
40
|
-
]._serialized_options = b"\n\027com.weaveapi.storage.v1B\020SqlDatabaseProtoP\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
|
|
40
|
+
]._serialized_options = b"\n\027com.weaveapi.storage.v1B\020SqlDatabaseProtoP\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"
|
|
41
41
|
_globals["_SQLDATABASE"].fields_by_name["mysql"]._loaded_options = None
|
|
42
42
|
_globals["_SQLDATABASE"].fields_by_name["mysql"]._serialized_options = b"(\001"
|
|
43
43
|
_globals["_SQLDATABASE"].fields_by_name["postgres"]._loaded_options = None
|
|
@@ -54,22 +54,22 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
54
54
|
_globals["_SQLDATABASE"].fields_by_name["big_query"]._serialized_options = b"(\001"
|
|
55
55
|
_globals["_SQLDATABASE"].fields_by_name["databricks"]._loaded_options = None
|
|
56
56
|
_globals["_SQLDATABASE"].fields_by_name["databricks"]._serialized_options = b"(\001"
|
|
57
|
-
_globals["_SQLDATABASE"]._serialized_start =
|
|
58
|
-
_globals["_SQLDATABASE"]._serialized_end =
|
|
59
|
-
_globals["_MYSQL"]._serialized_start =
|
|
60
|
-
_globals["_MYSQL"]._serialized_end =
|
|
61
|
-
_globals["_POSTGRES"]._serialized_start =
|
|
62
|
-
_globals["_POSTGRES"]._serialized_end =
|
|
63
|
-
_globals["_SQLSERVER"]._serialized_start =
|
|
64
|
-
_globals["_SQLSERVER"]._serialized_end =
|
|
65
|
-
_globals["_ORACLE"]._serialized_start =
|
|
66
|
-
_globals["_ORACLE"]._serialized_end =
|
|
67
|
-
_globals["_MARIADB"]._serialized_start =
|
|
68
|
-
_globals["_MARIADB"]._serialized_end =
|
|
69
|
-
_globals["_SNOWFLAKE"]._serialized_start =
|
|
70
|
-
_globals["_SNOWFLAKE"]._serialized_end =
|
|
71
|
-
_globals["_BIGQUERY"]._serialized_start =
|
|
72
|
-
_globals["_BIGQUERY"]._serialized_end =
|
|
73
|
-
_globals["_DATABRICKS"]._serialized_start =
|
|
74
|
-
_globals["_DATABRICKS"]._serialized_end =
|
|
57
|
+
_globals["_SQLDATABASE"]._serialized_start = 64
|
|
58
|
+
_globals["_SQLDATABASE"]._serialized_end = 640
|
|
59
|
+
_globals["_MYSQL"]._serialized_start = 643
|
|
60
|
+
_globals["_MYSQL"]._serialized_end = 807
|
|
61
|
+
_globals["_POSTGRES"]._serialized_start = 810
|
|
62
|
+
_globals["_POSTGRES"]._serialized_end = 977
|
|
63
|
+
_globals["_SQLSERVER"]._serialized_start = 980
|
|
64
|
+
_globals["_SQLSERVER"]._serialized_end = 1162
|
|
65
|
+
_globals["_ORACLE"]._serialized_start = 1164
|
|
66
|
+
_globals["_ORACLE"]._serialized_end = 1273
|
|
67
|
+
_globals["_MARIADB"]._serialized_start = 1276
|
|
68
|
+
_globals["_MARIADB"]._serialized_end = 1442
|
|
69
|
+
_globals["_SNOWFLAKE"]._serialized_start = 1445
|
|
70
|
+
_globals["_SNOWFLAKE"]._serialized_end = 1640
|
|
71
|
+
_globals["_BIGQUERY"]._serialized_start = 1643
|
|
72
|
+
_globals["_BIGQUERY"]._serialized_end = 1828
|
|
73
|
+
_globals["_DATABRICKS"]._serialized_start = 1830
|
|
74
|
+
_globals["_DATABRICKS"]._serialized_end = 1913
|
|
75
75
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -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/storage.proto\x12\x13weaveapi.storage.v1\x1a
|
|
23
|
+
b'\n!weaveapi/storage/v1/storage.proto\x12\x13weaveapi.storage.v1\x1a(weaveapi/storage/v1/nosql_database.proto\x1a&weaveapi/storage/v1/object_store.proto\x1a&weaveapi/storage/v1/sql_database.proto"\xe4\x02\n\x11StorageConnection\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12I\n\x0cobject_store\x18\x04 \x01(\x0b\x32 .weaveapi.storage.v1.ObjectStoreB\x02(\x01H\x00R\x0bobjectStore\x12I\n\x0csql_database\x18\x05 \x01(\x0b\x32 .weaveapi.storage.v1.SqlDatabaseB\x02(\x01H\x00R\x0bsqlDatabase\x12O\n\x0enosql_database\x18\x06 \x01(\x0b\x32".weaveapi.storage.v1.NoSqlDatabaseB\x02(\x01H\x00R\rnosqlDatabaseB\t\n\x07storageB\xd1\x01\n\x17\x63om.weaveapi.storage.v1B\x0cStorageProtoP\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::V1b\x08\x65\x64itionsp\xe8\x07'
|
|
24
24
|
)
|
|
25
25
|
|
|
26
26
|
_globals = globals()
|
|
@@ -32,7 +32,7 @@ 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\014StorageProtoP\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
|
|
35
|
+
]._serialized_options = b"\n\027com.weaveapi.storage.v1B\014StorageProtoP\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
36
|
_globals["_STORAGECONNECTION"].fields_by_name["object_store"]._loaded_options = None
|
|
37
37
|
_globals["_STORAGECONNECTION"].fields_by_name[
|
|
38
38
|
"object_store"
|
|
@@ -47,6 +47,6 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
47
47
|
_globals["_STORAGECONNECTION"].fields_by_name[
|
|
48
48
|
"nosql_database"
|
|
49
49
|
]._serialized_options = b"(\001"
|
|
50
|
-
_globals["_STORAGECONNECTION"]._serialized_start =
|
|
51
|
-
_globals["_STORAGECONNECTION"]._serialized_end =
|
|
50
|
+
_globals["_STORAGECONNECTION"]._serialized_start = 181
|
|
51
|
+
_globals["_STORAGECONNECTION"]._serialized_end = 537
|
|
52
52
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -20,7 +20,7 @@ _sym_db = _symbol_database.Default()
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
23
|
-
b'\n$weaveapi/synthesize/v1/dataset.proto\x12\x16weaveapi.synthesize.v1
|
|
23
|
+
b'\n$weaveapi/synthesize/v1/dataset.proto\x12\x16weaveapi.synthesize.v1"\xae\x01\n\x07\x44\x61taset\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\x12\x1d\n\nstorage_id\x18\x04 \x01(\tR\tstorageId\x12\x1b\n\tschema_id\x18\x05 \x01(\tR\x08schemaId\x12!\n\x0cis_synthetic\x18\x06 \x01(\x08R\x0bisSynthetic"\x8c\x01\n\x06Schema\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\x12<\n\x07\x63olumns\x18\x04 \x03(\x0b\x32\x1e.weaveapi.synthesize.v1.ColumnB\x02(\x01R\x07\x63olumns"\xb3\x01\n\x06\x43olumn\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12=\n\tdata_type\x18\x03 \x01(\x0e\x32 .weaveapi.synthesize.v1.DataTypeR\x08\x64\x61taType\x12$\n\x0eis_primary_key\x18\x04 \x01(\x08R\x0cisPrimaryKey\x12 \n\x0b\x64\x65scription\x18\x05 \x01(\tR\x0b\x64\x65scription*\xf3\x01\n\x08\x44\x61taType\x12\x19\n\x15\x44\x41TA_TYPE_UNSPECIFIED\x10\x00\x12\x14\n\x10\x44\x41TA_TYPE_STRING\x10\x01\x12\x15\n\x11\x44\x41TA_TYPE_INTEGER\x10\x02\x12\x13\n\x0f\x44\x41TA_TYPE_FLOAT\x10\x03\x12\x15\n\x11\x44\x41TA_TYPE_BOOLEAN\x10\x04\x12\x17\n\x13\x44\x41TA_TYPE_TIMESTAMP\x10\x05\x12\x12\n\x0e\x44\x41TA_TYPE_DATE\x10\x06\x12\x14\n\x10\x44\x41TA_TYPE_BINARY\x10\x07\x12\x19\n\x15\x44\x41TA_TYPE_CATEGORICAL\x10\x08\x12\x15\n\x11\x44\x41TA_TYPE_ORDINAL\x10\tB\xe6\x01\n\x1a\x63om.weaveapi.synthesize.v1B\x0c\x44\x61tasetProtoP\x01Z@github.com/weave-labs/weave-go/weaveapi/synthesize/v1;synthesize\xa2\x02\x03WSX\xaa\x02\x16Weaveapi.Synthesize.V1\xca\x02\x16Weaveapi\\Synthesize\\V1\xe2\x02"Weaveapi\\Synthesize\\V1\\GPBMetadata\xea\x02\x18Weaveapi::Synthesize::V1b\x08\x65\x64itionsp\xe8\x07'
|
|
24
24
|
)
|
|
25
25
|
|
|
26
26
|
_globals = globals()
|
|
@@ -32,15 +32,15 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
32
32
|
_globals["DESCRIPTOR"]._loaded_options = None
|
|
33
33
|
_globals[
|
|
34
34
|
"DESCRIPTOR"
|
|
35
|
-
]._serialized_options = b'\n\032com.weaveapi.synthesize.v1B\014DatasetProtoP\001Z@github.com/weave-labs/weave-go/weaveapi/synthesize/v1;synthesize\242\002\003WSX\252\002\026Weaveapi.Synthesize.V1\312\002\026Weaveapi\\Synthesize\\V1\342\002"Weaveapi\\Synthesize\\V1\\GPBMetadata\352\002\030Weaveapi::Synthesize::V1
|
|
35
|
+
]._serialized_options = b'\n\032com.weaveapi.synthesize.v1B\014DatasetProtoP\001Z@github.com/weave-labs/weave-go/weaveapi/synthesize/v1;synthesize\242\002\003WSX\252\002\026Weaveapi.Synthesize.V1\312\002\026Weaveapi\\Synthesize\\V1\342\002"Weaveapi\\Synthesize\\V1\\GPBMetadata\352\002\030Weaveapi::Synthesize::V1'
|
|
36
36
|
_globals["_SCHEMA"].fields_by_name["columns"]._loaded_options = None
|
|
37
37
|
_globals["_SCHEMA"].fields_by_name["columns"]._serialized_options = b"(\001"
|
|
38
|
-
_globals["_DATATYPE"]._serialized_start =
|
|
39
|
-
_globals["_DATATYPE"]._serialized_end =
|
|
40
|
-
_globals["_DATASET"]._serialized_start =
|
|
41
|
-
_globals["_DATASET"]._serialized_end =
|
|
42
|
-
_globals["_SCHEMA"]._serialized_start =
|
|
43
|
-
_globals["_SCHEMA"]._serialized_end =
|
|
44
|
-
_globals["_COLUMN"]._serialized_start =
|
|
45
|
-
_globals["_COLUMN"]._serialized_end =
|
|
38
|
+
_globals["_DATATYPE"]._serialized_start = 567
|
|
39
|
+
_globals["_DATATYPE"]._serialized_end = 810
|
|
40
|
+
_globals["_DATASET"]._serialized_start = 65
|
|
41
|
+
_globals["_DATASET"]._serialized_end = 239
|
|
42
|
+
_globals["_SCHEMA"]._serialized_start = 242
|
|
43
|
+
_globals["_SCHEMA"]._serialized_end = 382
|
|
44
|
+
_globals["_COLUMN"]._serialized_start = 385
|
|
45
|
+
_globals["_COLUMN"]._serialized_end = 564
|
|
46
46
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -25,7 +25,7 @@ _sym_db = _symbol_database.Default()
|
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
28
|
-
b'\n(weaveapi/synthesize/v1/inline_data.proto\x12\x16weaveapi.synthesize.v1
|
|
28
|
+
b'\n(weaveapi/synthesize/v1/inline_data.proto\x12\x16weaveapi.synthesize.v1"d\n\nInlineData\x12:\n\x06\x66ormat\x18\x01 \x01(\x0e\x32".weaveapi.synthesize.v1.DataFormatR\x06\x66ormat\x12\x1a\n\x08\x63ontents\x18\x02 \x01(\x0cR\x08\x63ontents*\x98\x01\n\nDataFormat\x12\x1b\n\x17\x44\x41TA_FORMAT_UNSPECIFIED\x10\x00\x12\x13\n\x0f\x44\x41TA_FORMAT_CSV\x10\x01\x12\x14\n\x10\x44\x41TA_FORMAT_JSON\x10\x02\x12\x17\n\x13\x44\x41TA_FORMAT_PARQUET\x10\x03\x12\x14\n\x10\x44\x41TA_FORMAT_AVRO\x10\x04\x12\x13\n\x0f\x44\x41TA_FORMAT_ORC\x10\x05\x42\xe9\x01\n\x1a\x63om.weaveapi.synthesize.v1B\x0fInlineDataProtoP\x01Z@github.com/weave-labs/weave-go/weaveapi/synthesize/v1;synthesize\xa2\x02\x03WSX\xaa\x02\x16Weaveapi.Synthesize.V1\xca\x02\x16Weaveapi\\Synthesize\\V1\xe2\x02"Weaveapi\\Synthesize\\V1\\GPBMetadata\xea\x02\x18Weaveapi::Synthesize::V1b\x08\x65\x64itionsp\xe8\x07'
|
|
29
29
|
)
|
|
30
30
|
|
|
31
31
|
_globals = globals()
|
|
@@ -37,9 +37,9 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
37
37
|
_globals["DESCRIPTOR"]._loaded_options = None
|
|
38
38
|
_globals[
|
|
39
39
|
"DESCRIPTOR"
|
|
40
|
-
]._serialized_options = b'\n\032com.weaveapi.synthesize.v1B\017InlineDataProtoP\001Z@github.com/weave-labs/weave-go/weaveapi/synthesize/v1;synthesize\242\002\003WSX\252\002\026Weaveapi.Synthesize.V1\312\002\026Weaveapi\\Synthesize\\V1\342\002"Weaveapi\\Synthesize\\V1\\GPBMetadata\352\002\030Weaveapi::Synthesize::V1
|
|
41
|
-
_globals["_DATAFORMAT"]._serialized_start =
|
|
42
|
-
_globals["_DATAFORMAT"]._serialized_end =
|
|
43
|
-
_globals["_INLINEDATA"]._serialized_start =
|
|
44
|
-
_globals["_INLINEDATA"]._serialized_end =
|
|
40
|
+
]._serialized_options = b'\n\032com.weaveapi.synthesize.v1B\017InlineDataProtoP\001Z@github.com/weave-labs/weave-go/weaveapi/synthesize/v1;synthesize\242\002\003WSX\252\002\026Weaveapi.Synthesize.V1\312\002\026Weaveapi\\Synthesize\\V1\342\002"Weaveapi\\Synthesize\\V1\\GPBMetadata\352\002\030Weaveapi::Synthesize::V1'
|
|
41
|
+
_globals["_DATAFORMAT"]._serialized_start = 171
|
|
42
|
+
_globals["_DATAFORMAT"]._serialized_end = 323
|
|
43
|
+
_globals["_INLINEDATA"]._serialized_start = 68
|
|
44
|
+
_globals["_INLINEDATA"]._serialized_end = 168
|
|
45
45
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -25,7 +25,7 @@ _sym_db = _symbol_database.Default()
|
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
28
|
-
b'\n)weaveapi/synthesize/v1/relationship.proto\x12\x16weaveapi.synthesize.v1
|
|
28
|
+
b'\n)weaveapi/synthesize/v1/relationship.proto\x12\x16weaveapi.synthesize.v1"\xf5\x01\n\x12\x43olumnRelationship\x12\x43\n\x06source\x18\x01 \x01(\x0b\x32\'.weaveapi.synthesize.v1.ColumnReferenceB\x02(\x01R\x06source\x12\x43\n\x06target\x18\x02 \x01(\x0b\x32\'.weaveapi.synthesize.v1.ColumnReferenceB\x02(\x01R\x06target\x12U\n\x11relationship_type\x18\x03 \x01(\x0e\x32(.weaveapi.synthesize.v1.RelationshipTypeR\x10relationshipType"M\n\x0f\x43olumnReference\x12\x1d\n\ndataset_id\x18\x01 \x01(\tR\tdatasetId\x12\x1b\n\tcolumn_id\x18\x02 \x01(\tR\x08\x63olumnId*\x9f\x02\n\x10RelationshipType\x12!\n\x1dRELATIONSHIP_TYPE_UNSPECIFIED\x10\x00\x12)\n%RELATIONSHIP_TYPE_CONTEXT_FOREIGN_KEY\x10\x01\x12-\n)RELATIONSHIP_TYPE_NON_CONTEXT_FOREIGN_KEY\x10\x02\x12!\n\x1dRELATIONSHIP_TYPE_ONE_TO_MANY\x10\x03\x12!\n\x1dRELATIONSHIP_TYPE_MANY_TO_ONE\x10\x04\x12"\n\x1eRELATIONSHIP_TYPE_MANY_TO_MANY\x10\x05\x12$\n RELATIONSHIP_TYPE_SELF_REFERENCE\x10\x06\x42\xeb\x01\n\x1a\x63om.weaveapi.synthesize.v1B\x11RelationshipProtoP\x01Z@github.com/weave-labs/weave-go/weaveapi/synthesize/v1;synthesize\xa2\x02\x03WSX\xaa\x02\x16Weaveapi.Synthesize.V1\xca\x02\x16Weaveapi\\Synthesize\\V1\xe2\x02"Weaveapi\\Synthesize\\V1\\GPBMetadata\xea\x02\x18Weaveapi::Synthesize::V1b\x08\x65\x64itionsp\xe8\x07'
|
|
29
29
|
)
|
|
30
30
|
|
|
31
31
|
_globals = globals()
|
|
@@ -37,7 +37,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
37
37
|
_globals["DESCRIPTOR"]._loaded_options = None
|
|
38
38
|
_globals[
|
|
39
39
|
"DESCRIPTOR"
|
|
40
|
-
]._serialized_options = b'\n\032com.weaveapi.synthesize.v1B\021RelationshipProtoP\001Z@github.com/weave-labs/weave-go/weaveapi/synthesize/v1;synthesize\242\002\003WSX\252\002\026Weaveapi.Synthesize.V1\312\002\026Weaveapi\\Synthesize\\V1\342\002"Weaveapi\\Synthesize\\V1\\GPBMetadata\352\002\030Weaveapi::Synthesize::V1
|
|
40
|
+
]._serialized_options = b'\n\032com.weaveapi.synthesize.v1B\021RelationshipProtoP\001Z@github.com/weave-labs/weave-go/weaveapi/synthesize/v1;synthesize\242\002\003WSX\252\002\026Weaveapi.Synthesize.V1\312\002\026Weaveapi\\Synthesize\\V1\342\002"Weaveapi\\Synthesize\\V1\\GPBMetadata\352\002\030Weaveapi::Synthesize::V1'
|
|
41
41
|
_globals["_COLUMNRELATIONSHIP"].fields_by_name["source"]._loaded_options = None
|
|
42
42
|
_globals["_COLUMNRELATIONSHIP"].fields_by_name[
|
|
43
43
|
"source"
|
|
@@ -46,10 +46,10 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
46
46
|
_globals["_COLUMNRELATIONSHIP"].fields_by_name[
|
|
47
47
|
"target"
|
|
48
48
|
]._serialized_options = b"(\001"
|
|
49
|
-
_globals["_RELATIONSHIPTYPE"]._serialized_start =
|
|
50
|
-
_globals["_RELATIONSHIPTYPE"]._serialized_end =
|
|
51
|
-
_globals["_COLUMNRELATIONSHIP"]._serialized_start =
|
|
52
|
-
_globals["_COLUMNRELATIONSHIP"]._serialized_end =
|
|
53
|
-
_globals["_COLUMNREFERENCE"]._serialized_start =
|
|
54
|
-
_globals["_COLUMNREFERENCE"]._serialized_end =
|
|
49
|
+
_globals["_RELATIONSHIPTYPE"]._serialized_start = 397
|
|
50
|
+
_globals["_RELATIONSHIPTYPE"]._serialized_end = 684
|
|
51
|
+
_globals["_COLUMNRELATIONSHIP"]._serialized_start = 70
|
|
52
|
+
_globals["_COLUMNRELATIONSHIP"]._serialized_end = 315
|
|
53
|
+
_globals["_COLUMNREFERENCE"]._serialized_start = 317
|
|
54
|
+
_globals["_COLUMNREFERENCE"]._serialized_end = 394
|
|
55
55
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -20,7 +20,7 @@ _sym_db = _symbol_database.Default()
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
23
|
-
b'\n$weaveapi/synthesize/v1/service.proto\x12\x16weaveapi.synthesize.v1\x1a\x1cgoogle/api/annotations.proto\x1a
|
|
23
|
+
b'\n$weaveapi/synthesize/v1/service.proto\x12\x16weaveapi.synthesize.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a%weaveapi/synthesize/v1/training.proto"\xb8\x02\n\x18\x43reateSynthesizerRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12\x1f\n\x0b\x64\x61taset_ids\x18\x02 \x03(\tR\ndatasetIds\x12O\n\x0ftraining_driver\x18\x03 \x01(\x0e\x32&.weaveapi.synthesize.v1.TrainingDriverR\x0etrainingDriver\x12@\n\rdriver_config\x18\x04 \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x0c\x64riverConfig\x12?\n\x1coutput_storage_connection_id\x18\x05 \x01(\tR\x19outputStorageConnectionId"B\n\x19\x43reateSynthesizerResponse\x12%\n\x0esynthesizer_id\x18\x01 \x01(\tR\rsynthesizerId">\n\x15GetSynthesizerRequest\x12%\n\x0esynthesizer_id\x18\x01 \x01(\tR\rsynthesizerId"c\n\x16GetSynthesizerResponse\x12I\n\x0bsynthesizer\x18\x01 \x01(\x0b\x32#.weaveapi.synthesize.v1.SynthesizerB\x02(\x01R\x0bsynthesizer"B\n\x17ListSynthesizersRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId"g\n\x18ListSynthesizersResponse\x12K\n\x0csynthesizers\x18\x01 \x03(\x0b\x32#.weaveapi.synthesize.v1.SynthesizerB\x02(\x01R\x0csynthesizers"A\n\x18\x44\x65leteSynthesizerRequest\x12%\n\x0esynthesizer_id\x18\x01 \x01(\tR\rsynthesizerId"\x1b\n\x19\x44\x65leteSynthesizerResponse"\xca\x02\n\x0bSynthesizer\x12%\n\x0esynthesizer_id\x18\x01 \x01(\tR\rsynthesizerId\x12\'\n\x0forganization_id\x18\x02 \x01(\tR\x0eorganizationId\x12\x30\n\x14training_dataset_ids\x18\x03 \x03(\tR\x12trainingDatasetIds\x12O\n\x0ftraining_driver\x18\x04 \x01(\x0e\x32&.weaveapi.synthesize.v1.TrainingDriverR\x0etrainingDriver\x12\x34\n\x16training_driver_config\x18\x05 \x01(\x0cR\x14trainingDriverConfig\x12\x32\n\x15storage_connection_id\x18\x06 \x01(\tR\x13storageConnectionId2\xf8\x04\n\nSynthesize\x12\x9a\x01\n\x11\x43reateSynthesizer\x12\x30.weaveapi.synthesize.v1.CreateSynthesizerRequest\x1a\x31.weaveapi.synthesize.v1.CreateSynthesizerResponse" \x82\xd3\xe4\x93\x02\x1a"\x15/v1/synthesize/create:\x01*\x12\x98\x01\n\x0eGetSynthesizer\x12-.weaveapi.synthesize.v1.GetSynthesizerRequest\x1a..weaveapi.synthesize.v1.GetSynthesizerResponse"\'\x82\xd3\xe4\x93\x02!\x12\x1f/v1/synthesize/{synthesizer_id}\x12\x8d\x01\n\x10ListSynthesizers\x12/.weaveapi.synthesize.v1.ListSynthesizersRequest\x1a\x30.weaveapi.synthesize.v1.ListSynthesizersResponse"\x16\x82\xd3\xe4\x93\x02\x10\x12\x0e/v1/synthesize\x12\xa1\x01\n\x11\x44\x65leteSynthesizer\x12\x30.weaveapi.synthesize.v1.DeleteSynthesizerRequest\x1a\x31.weaveapi.synthesize.v1.DeleteSynthesizerResponse"\'\x82\xd3\xe4\x93\x02!*\x1f/v1/synthesize/{synthesizer_id}B\xe6\x01\n\x1a\x63om.weaveapi.synthesize.v1B\x0cServiceProtoP\x01Z@github.com/weave-labs/weave-go/weaveapi/synthesize/v1;synthesize\xa2\x02\x03WSX\xaa\x02\x16Weaveapi.Synthesize.V1\xca\x02\x16Weaveapi\\Synthesize\\V1\xe2\x02"Weaveapi\\Synthesize\\V1\\GPBMetadata\xea\x02\x18Weaveapi::Synthesize::V1b\x08\x65\x64itionsp\xe8\x07'
|
|
24
24
|
)
|
|
25
25
|
|
|
26
26
|
_globals = globals()
|
|
@@ -32,7 +32,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
32
32
|
_globals["DESCRIPTOR"]._loaded_options = None
|
|
33
33
|
_globals[
|
|
34
34
|
"DESCRIPTOR"
|
|
35
|
-
]._serialized_options = b'\n\032com.weaveapi.synthesize.v1B\014ServiceProtoP\001Z@github.com/weave-labs/weave-go/weaveapi/synthesize/v1;synthesize\242\002\003WSX\252\002\026Weaveapi.Synthesize.V1\312\002\026Weaveapi\\Synthesize\\V1\342\002"Weaveapi\\Synthesize\\V1\\GPBMetadata\352\002\030Weaveapi::Synthesize::V1
|
|
35
|
+
]._serialized_options = b'\n\032com.weaveapi.synthesize.v1B\014ServiceProtoP\001Z@github.com/weave-labs/weave-go/weaveapi/synthesize/v1;synthesize\242\002\003WSX\252\002\026Weaveapi.Synthesize.V1\312\002\026Weaveapi\\Synthesize\\V1\342\002"Weaveapi\\Synthesize\\V1\\GPBMetadata\352\002\030Weaveapi::Synthesize::V1'
|
|
36
36
|
_globals["_CREATESYNTHESIZERREQUEST"].fields_by_name[
|
|
37
37
|
"driver_config"
|
|
38
38
|
]._loaded_options = None
|
|
@@ -69,24 +69,24 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
69
69
|
_globals["_SYNTHESIZE"].methods_by_name[
|
|
70
70
|
"DeleteSynthesizer"
|
|
71
71
|
]._serialized_options = b"\202\323\344\223\002!*\037/v1/synthesize/{synthesizer_id}"
|
|
72
|
-
_globals["_CREATESYNTHESIZERREQUEST"]._serialized_start =
|
|
73
|
-
_globals["_CREATESYNTHESIZERREQUEST"]._serialized_end =
|
|
74
|
-
_globals["_CREATESYNTHESIZERRESPONSE"]._serialized_start =
|
|
75
|
-
_globals["_CREATESYNTHESIZERRESPONSE"]._serialized_end =
|
|
76
|
-
_globals["_GETSYNTHESIZERREQUEST"]._serialized_start =
|
|
77
|
-
_globals["_GETSYNTHESIZERREQUEST"]._serialized_end =
|
|
78
|
-
_globals["_GETSYNTHESIZERRESPONSE"]._serialized_start =
|
|
79
|
-
_globals["_GETSYNTHESIZERRESPONSE"]._serialized_end =
|
|
80
|
-
_globals["_LISTSYNTHESIZERSREQUEST"]._serialized_start =
|
|
81
|
-
_globals["_LISTSYNTHESIZERSREQUEST"]._serialized_end =
|
|
82
|
-
_globals["_LISTSYNTHESIZERSRESPONSE"]._serialized_start =
|
|
83
|
-
_globals["_LISTSYNTHESIZERSRESPONSE"]._serialized_end =
|
|
84
|
-
_globals["_DELETESYNTHESIZERREQUEST"]._serialized_start =
|
|
85
|
-
_globals["_DELETESYNTHESIZERREQUEST"]._serialized_end =
|
|
86
|
-
_globals["_DELETESYNTHESIZERRESPONSE"]._serialized_start =
|
|
87
|
-
_globals["_DELETESYNTHESIZERRESPONSE"]._serialized_end =
|
|
88
|
-
_globals["_SYNTHESIZER"]._serialized_start =
|
|
89
|
-
_globals["_SYNTHESIZER"]._serialized_end =
|
|
90
|
-
_globals["_SYNTHESIZE"]._serialized_start =
|
|
91
|
-
_globals["_SYNTHESIZE"]._serialized_end =
|
|
72
|
+
_globals["_CREATESYNTHESIZERREQUEST"]._serialized_start = 164
|
|
73
|
+
_globals["_CREATESYNTHESIZERREQUEST"]._serialized_end = 476
|
|
74
|
+
_globals["_CREATESYNTHESIZERRESPONSE"]._serialized_start = 478
|
|
75
|
+
_globals["_CREATESYNTHESIZERRESPONSE"]._serialized_end = 544
|
|
76
|
+
_globals["_GETSYNTHESIZERREQUEST"]._serialized_start = 546
|
|
77
|
+
_globals["_GETSYNTHESIZERREQUEST"]._serialized_end = 608
|
|
78
|
+
_globals["_GETSYNTHESIZERRESPONSE"]._serialized_start = 610
|
|
79
|
+
_globals["_GETSYNTHESIZERRESPONSE"]._serialized_end = 709
|
|
80
|
+
_globals["_LISTSYNTHESIZERSREQUEST"]._serialized_start = 711
|
|
81
|
+
_globals["_LISTSYNTHESIZERSREQUEST"]._serialized_end = 777
|
|
82
|
+
_globals["_LISTSYNTHESIZERSRESPONSE"]._serialized_start = 779
|
|
83
|
+
_globals["_LISTSYNTHESIZERSRESPONSE"]._serialized_end = 882
|
|
84
|
+
_globals["_DELETESYNTHESIZERREQUEST"]._serialized_start = 884
|
|
85
|
+
_globals["_DELETESYNTHESIZERREQUEST"]._serialized_end = 949
|
|
86
|
+
_globals["_DELETESYNTHESIZERRESPONSE"]._serialized_start = 951
|
|
87
|
+
_globals["_DELETESYNTHESIZERRESPONSE"]._serialized_end = 978
|
|
88
|
+
_globals["_SYNTHESIZER"]._serialized_start = 981
|
|
89
|
+
_globals["_SYNTHESIZER"]._serialized_end = 1311
|
|
90
|
+
_globals["_SYNTHESIZE"]._serialized_start = 1314
|
|
91
|
+
_globals["_SYNTHESIZE"]._serialized_end = 1946
|
|
92
92
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -25,7 +25,7 @@ _sym_db = _symbol_database.Default()
|
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
28
|
-
b'\n%weaveapi/synthesize/v1/training.proto\x12\x16weaveapi.synthesize.v1\x1a
|
|
28
|
+
b'\n%weaveapi/synthesize/v1/training.proto\x12\x16weaveapi.synthesize.v1\x1a\x1cgoogle/protobuf/struct.proto"\xbb\x02\n\x1dStartSynthesizerTrainingEvent\x12%\n\x0esynthesizer_id\x18\x01 \x01(\tR\rsynthesizerId\x12\x1f\n\x0b\x64\x61taset_ids\x18\x02 \x03(\tR\ndatasetIds\x12O\n\x0ftraining_driver\x18\x03 \x01(\x0e\x32&.weaveapi.synthesize.v1.TrainingDriverR\x0etrainingDriver\x12@\n\rdriver_config\x18\x04 \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x0c\x64riverConfig\x12?\n\x1coutput_storage_connection_id\x18\x05 \x01(\tR\x19outputStorageConnectionId"\xf5\x01\n\x15TrainingProgressEvent\x12@\n\njob_status\x18\x01 \x01(\x0e\x32!.weaveapi.synthesize.v1.JobStatusR\tjobStatus\x12\x1b\n\tstep_name\x18\x02 \x01(\tR\x08stepName\x12\x42\n\x0bstep_status\x18\x03 \x01(\x0e\x32!.weaveapi.synthesize.v1.JobStatusR\nstepStatus\x12#\n\rstep_progress\x18\x04 \x01(\x02R\x0cstepProgress\x12\x14\n\x05\x65rror\x18\x05 \x01(\tR\x05\x65rror*\x88\x01\n\x0eTrainingDriver\x12\x1f\n\x1bTRAINING_DRIVER_UNSPECIFIED\x10\x00\x12\x1c\n\x18TRAINING_DRIVER_MOSTLYAI\x10\x01\x12\x17\n\x13TRAINING_DRIVER_SDV\x10\x02\x12\x1e\n\x1aTRAINING_DRIVER_SMARTNOISE\x10\x03*\x88\x01\n\tJobStatus\x12\x1a\n\x16JOB_STATUS_UNSPECIFIED\x10\x00\x12\x16\n\x12JOB_STATUS_PENDING\x10\x01\x12\x16\n\x12JOB_STATUS_RUNNING\x10\x02\x12\x18\n\x14JOB_STATUS_COMPLETED\x10\x03\x12\x15\n\x11JOB_STATUS_FAILED\x10\x04\x42\xe7\x01\n\x1a\x63om.weaveapi.synthesize.v1B\rTrainingProtoP\x01Z@github.com/weave-labs/weave-go/weaveapi/synthesize/v1;synthesize\xa2\x02\x03WSX\xaa\x02\x16Weaveapi.Synthesize.V1\xca\x02\x16Weaveapi\\Synthesize\\V1\xe2\x02"Weaveapi\\Synthesize\\V1\\GPBMetadata\xea\x02\x18Weaveapi::Synthesize::V1b\x08\x65\x64itionsp\xe8\x07'
|
|
29
29
|
)
|
|
30
30
|
|
|
31
31
|
_globals = globals()
|
|
@@ -37,19 +37,19 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
37
37
|
_globals["DESCRIPTOR"]._loaded_options = None
|
|
38
38
|
_globals[
|
|
39
39
|
"DESCRIPTOR"
|
|
40
|
-
]._serialized_options = b'\n\032com.weaveapi.synthesize.v1B\rTrainingProtoP\001Z@github.com/weave-labs/weave-go/weaveapi/synthesize/v1;synthesize\242\002\003WSX\252\002\026Weaveapi.Synthesize.V1\312\002\026Weaveapi\\Synthesize\\V1\342\002"Weaveapi\\Synthesize\\V1\\GPBMetadata\352\002\030Weaveapi::Synthesize::V1
|
|
40
|
+
]._serialized_options = b'\n\032com.weaveapi.synthesize.v1B\rTrainingProtoP\001Z@github.com/weave-labs/weave-go/weaveapi/synthesize/v1;synthesize\242\002\003WSX\252\002\026Weaveapi.Synthesize.V1\312\002\026Weaveapi\\Synthesize\\V1\342\002"Weaveapi\\Synthesize\\V1\\GPBMetadata\352\002\030Weaveapi::Synthesize::V1'
|
|
41
41
|
_globals["_STARTSYNTHESIZERTRAININGEVENT"].fields_by_name[
|
|
42
42
|
"driver_config"
|
|
43
43
|
]._loaded_options = None
|
|
44
44
|
_globals["_STARTSYNTHESIZERTRAININGEVENT"].fields_by_name[
|
|
45
45
|
"driver_config"
|
|
46
46
|
]._serialized_options = b"(\001"
|
|
47
|
-
_globals["_TRAININGDRIVER"]._serialized_start =
|
|
48
|
-
_globals["_TRAININGDRIVER"]._serialized_end =
|
|
49
|
-
_globals["_JOBSTATUS"]._serialized_start =
|
|
50
|
-
_globals["_JOBSTATUS"]._serialized_end =
|
|
51
|
-
_globals["_STARTSYNTHESIZERTRAININGEVENT"]._serialized_start =
|
|
52
|
-
_globals["_STARTSYNTHESIZERTRAININGEVENT"]._serialized_end =
|
|
53
|
-
_globals["_TRAININGPROGRESSEVENT"]._serialized_start =
|
|
54
|
-
_globals["_TRAININGPROGRESSEVENT"]._serialized_end =
|
|
47
|
+
_globals["_TRAININGDRIVER"]._serialized_start = 662
|
|
48
|
+
_globals["_TRAININGDRIVER"]._serialized_end = 798
|
|
49
|
+
_globals["_JOBSTATUS"]._serialized_start = 801
|
|
50
|
+
_globals["_JOBSTATUS"]._serialized_end = 937
|
|
51
|
+
_globals["_STARTSYNTHESIZERTRAININGEVENT"]._serialized_start = 96
|
|
52
|
+
_globals["_STARTSYNTHESIZERTRAININGEVENT"]._serialized_end = 411
|
|
53
|
+
_globals["_TRAININGPROGRESSEVENT"]._serialized_start = 414
|
|
54
|
+
_globals["_TRAININGPROGRESSEVENT"]._serialized_end = 659
|
|
55
55
|
# @@protoc_insertion_point(module_scope)
|