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
|
@@ -3,18 +3,19 @@
|
|
|
3
3
|
isort:skip_file
|
|
4
4
|
"""
|
|
5
5
|
|
|
6
|
-
import abc
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import grpc
|
|
10
|
-
import typing
|
|
6
|
+
from collections import abc as _abc
|
|
7
|
+
from grpc import aio as _aio
|
|
8
|
+
import abc as _abc_1
|
|
9
|
+
import grpc as _grpc
|
|
10
|
+
import typing as _typing
|
|
11
11
|
|
|
12
|
-
_T =
|
|
12
|
+
_T = _typing.TypeVar("_T")
|
|
13
13
|
|
|
14
14
|
class _MaybeAsyncIterator(
|
|
15
|
-
|
|
16
|
-
collections.abc.Iterator[_T],
|
|
17
|
-
metaclass=abc.ABCMeta,
|
|
15
|
+
_abc.AsyncIterator[_T], _abc.Iterator[_T], metaclass=_abc_1.ABCMeta
|
|
18
16
|
): ...
|
|
19
|
-
class _ServicerContext(
|
|
17
|
+
class _ServicerContext(_grpc.ServicerContext, _aio.ServicerContext): # type: ignore[misc, type-arg]
|
|
20
18
|
...
|
|
19
|
+
|
|
20
|
+
GRPC_GENERATED_VERSION: str
|
|
21
|
+
GRPC_VERSION: str
|
|
@@ -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/auth.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/auth.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\x1eweaveapi/storage/v1/auth.proto\x12\x13weaveapi.storage.v1"\x85\x01\n\x0e\x41wsCredentials\x12"\n\raccess_key_id\x18\x01 \x01(\tR\x0b\x61\x63\x63\x65ssKeyId\x12*\n\x11secret_access_key\x18\x02 \x01(\tR\x0fsecretAccessKey\x12#\n\rsession_token\x18\x03 \x01(\tR\x0csessionTokenB\
|
|
23
|
+
b'\n\x1eweaveapi/storage/v1/auth.proto\x12\x13weaveapi.storage.v1\x1a!google/protobuf/go_features.proto"\x85\x01\n\x0e\x41wsCredentials\x12"\n\raccess_key_id\x18\x01 \x01(\tR\x0b\x61\x63\x63\x65ssKeyId\x12*\n\x11secret_access_key\x18\x02 \x01(\tR\x0fsecretAccessKey\x12#\n\rsession_token\x18\x03 \x01(\tR\x0csessionTokenB\xd6\x01\n\x17\x63om.weaveapi.storage.v1B\tAuthProtoP\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,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\tAuthProtoP\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["_AWSCREDENTIALS"]._serialized_start =
|
|
37
|
-
_globals["_AWSCREDENTIALS"]._serialized_end =
|
|
35
|
+
]._serialized_options = b"\n\027com.weaveapi.storage.v1B\tAuthProtoP\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["_AWSCREDENTIALS"]._serialized_start = 91
|
|
37
|
+
_globals["_AWSCREDENTIALS"]._serialized_end = 224
|
|
38
38
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -3,40 +3,53 @@
|
|
|
3
3
|
isort:skip_file
|
|
4
4
|
"""
|
|
5
5
|
|
|
6
|
-
import
|
|
7
|
-
|
|
8
|
-
import
|
|
9
|
-
import
|
|
6
|
+
from google.protobuf import descriptor as _descriptor
|
|
7
|
+
from google.protobuf import message as _message
|
|
8
|
+
import builtins as _builtins
|
|
9
|
+
import sys
|
|
10
|
+
import typing as _typing
|
|
10
11
|
|
|
11
|
-
|
|
12
|
+
if sys.version_info >= (3, 10):
|
|
13
|
+
from typing import TypeAlias as _TypeAlias
|
|
14
|
+
else:
|
|
15
|
+
from typing_extensions import TypeAlias as _TypeAlias
|
|
12
16
|
|
|
13
|
-
|
|
14
|
-
class AwsCredentials(google.protobuf.message.Message):
|
|
15
|
-
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
17
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
16
18
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
19
|
+
@_typing.final
|
|
20
|
+
class AwsCredentials(_message.Message):
|
|
21
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
22
|
+
|
|
23
|
+
ACCESS_KEY_ID_FIELD_NUMBER: _builtins.int
|
|
24
|
+
SECRET_ACCESS_KEY_FIELD_NUMBER: _builtins.int
|
|
25
|
+
SESSION_TOKEN_FIELD_NUMBER: _builtins.int
|
|
26
|
+
access_key_id: _builtins.str
|
|
27
|
+
secret_access_key: _builtins.str
|
|
28
|
+
session_token: _builtins.str
|
|
23
29
|
def __init__(
|
|
24
30
|
self,
|
|
25
31
|
*,
|
|
26
|
-
access_key_id:
|
|
27
|
-
secret_access_key:
|
|
28
|
-
session_token:
|
|
29
|
-
) -> None: ...
|
|
30
|
-
def ClearField(
|
|
31
|
-
self,
|
|
32
|
-
field_name: typing.Literal[
|
|
33
|
-
"access_key_id",
|
|
34
|
-
b"access_key_id",
|
|
35
|
-
"secret_access_key",
|
|
36
|
-
b"secret_access_key",
|
|
37
|
-
"session_token",
|
|
38
|
-
b"session_token",
|
|
39
|
-
],
|
|
32
|
+
access_key_id: _builtins.str | None = ...,
|
|
33
|
+
secret_access_key: _builtins.str | None = ...,
|
|
34
|
+
session_token: _builtins.str | None = ...,
|
|
40
35
|
) -> None: ...
|
|
36
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal[
|
|
37
|
+
"access_key_id",
|
|
38
|
+
b"access_key_id",
|
|
39
|
+
"secret_access_key",
|
|
40
|
+
b"secret_access_key",
|
|
41
|
+
"session_token",
|
|
42
|
+
b"session_token",
|
|
43
|
+
] # noqa: Y015
|
|
44
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
45
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal[
|
|
46
|
+
"access_key_id",
|
|
47
|
+
b"access_key_id",
|
|
48
|
+
"secret_access_key",
|
|
49
|
+
b"secret_access_key",
|
|
50
|
+
"session_token",
|
|
51
|
+
b"session_token",
|
|
52
|
+
] # noqa: Y015
|
|
53
|
+
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
41
54
|
|
|
42
|
-
|
|
55
|
+
Global___AwsCredentials: _TypeAlias = AwsCredentials # noqa: Y015
|
|
@@ -3,18 +3,19 @@
|
|
|
3
3
|
isort:skip_file
|
|
4
4
|
"""
|
|
5
5
|
|
|
6
|
-
import abc
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import grpc
|
|
10
|
-
import typing
|
|
6
|
+
from collections import abc as _abc
|
|
7
|
+
from grpc import aio as _aio
|
|
8
|
+
import abc as _abc_1
|
|
9
|
+
import grpc as _grpc
|
|
10
|
+
import typing as _typing
|
|
11
11
|
|
|
12
|
-
_T =
|
|
12
|
+
_T = _typing.TypeVar("_T")
|
|
13
13
|
|
|
14
14
|
class _MaybeAsyncIterator(
|
|
15
|
-
|
|
16
|
-
collections.abc.Iterator[_T],
|
|
17
|
-
metaclass=abc.ABCMeta,
|
|
15
|
+
_abc.AsyncIterator[_T], _abc.Iterator[_T], metaclass=_abc_1.ABCMeta
|
|
18
16
|
): ...
|
|
19
|
-
class _ServicerContext(
|
|
17
|
+
class _ServicerContext(_grpc.ServicerContext, _aio.ServicerContext): # type: ignore[misc, type-arg]
|
|
20
18
|
...
|
|
19
|
+
|
|
20
|
+
GRPC_GENERATED_VERSION: str
|
|
21
|
+
GRPC_VERSION: str
|
|
@@ -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/nosql_database.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
|
|
@@ -14,8 +14,8 @@ from google.protobuf.internal import builder as _builder
|
|
|
14
14
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
15
15
|
_runtime_version.Domain.PUBLIC,
|
|
16
16
|
6,
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
33,
|
|
18
|
+
5,
|
|
19
19
|
"",
|
|
20
20
|
"weaveapi/storage/v1/nosql_database.proto",
|
|
21
21
|
)
|
|
@@ -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/nosql_database.proto\x12\x13weaveapi.storage.v1\x1a\x1eweaveapi/storage/v1/auth.proto"\
|
|
28
|
+
b'\n(weaveapi/storage/v1/nosql_database.proto\x12\x13weaveapi.storage.v1\x1a!google/protobuf/go_features.proto\x1a\x1eweaveapi/storage/v1/auth.proto"\xb0\x04\n\rNoSqlDatabase\x12\x42\n\tcassandra\x18\x01 \x01(\x0b\x32\x1e.weaveapi.storage.v1.CassandraB\x02(\x01H\x00R\tcassandra\x12<\n\x07mongodb\x18\x02 \x01(\x0b\x32\x1c.weaveapi.storage.v1.MongoDBB\x02(\x01H\x00R\x07mongodb\x12?\n\x08\x64ynamodb\x18\x03 \x01(\x0b\x32\x1d.weaveapi.storage.v1.DynamoDBB\x02(\x01H\x00R\x08\x64ynamodb\x12?\n\x08\x63osmosdb\x18\x04 \x01(\x0b\x32\x1d.weaveapi.storage.v1.CosmosDBB\x02(\x01H\x00R\x08\x63osmosdb\x12\x36\n\x05redis\x18\x05 \x01(\x0b\x32\x1a.weaveapi.storage.v1.RedisB\x02(\x01H\x00R\x05redis\x12\x39\n\x06valkey\x18\x06 \x01(\x0b\x32\x1b.weaveapi.storage.v1.ValkeyB\x02(\x01H\x00R\x06valkey\x12N\n\relasticsearch\x18\x07 \x01(\x0b\x32".weaveapi.storage.v1.ElasticsearchB\x02(\x01H\x00R\relasticsearch\x12\x46\n\x0bopen_search\x18\x08 \x01(\x0b\x32\x1f.weaveapi.storage.v1.OpenSearchB\x02(\x01H\x00R\nopenSearchB\x10\n\x0enosql_database"\xe6\x01\n\tCassandra\x12%\n\x0e\x63ontact_points\x18\x01 \x01(\tR\rcontactPoints\x12\x12\n\x04port\x18\x02 \x01(\x05R\x04port\x12\x1a\n\x08keyspace\x18\x03 \x01(\tR\x08keyspace\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\x12)\n\x10local_datacenter\x18\x07 \x01(\tR\x0flocalDatacenter"r\n\x07MongoDB\x12+\n\x11\x63onnection_string\x18\x01 \x01(\tR\x10\x63onnectionString\x12\x1a\n\x08\x64\x61tabase\x18\x02 \x01(\tR\x08\x64\x61tabase\x12\x1e\n\ncollection\x18\x03 \x01(\tR\ncollection"\xc1\x01\n\x08\x44ynamoDB\x12\x16\n\x06region\x18\x01 \x01(\tR\x06region\x12\x14\n\x05table\x18\x02 \x01(\tR\x05table\x12K\n\x0b\x63redentials\x18\n \x01(\x0b\x32#.weaveapi.storage.v1.AwsCredentialsB\x02(\x01H\x00R\x0b\x63redentials\x12\x32\n\x14use_instance_profile\x18\x0b \x01(\x08H\x00R\x12useInstanceProfileB\x06\n\x04\x61uth"r\n\x08\x43osmosDB\x12\x1a\n\x08\x65ndpoint\x18\x01 \x01(\tR\x08\x65ndpoint\x12\x10\n\x03key\x18\x02 \x01(\tR\x03key\x12\x1a\n\x08\x64\x61tabase\x18\x03 \x01(\tR\x08\x64\x61tabase\x12\x1c\n\tcontainer\x18\x04 \x01(\tR\tcontainer"i\n\x05Redis\x12\x14\n\x05hosts\x18\x01 \x03(\tR\x05hosts\x12\x12\n\x04port\x18\x02 \x01(\x05R\x04port\x12\x1a\n\x08username\x18\x03 \x01(\tR\x08username\x12\x1a\n\x08password\x18\x04 \x01(\tR\x08password"j\n\x06Valkey\x12\x14\n\x05hosts\x18\x01 \x03(\tR\x05hosts\x12\x12\n\x04port\x18\x02 \x01(\x05R\x04port\x12\x1a\n\x08username\x18\x03 \x01(\tR\x08username\x12\x1a\n\x08password\x18\x04 \x01(\tR\x08password"s\n\rElasticsearch\x12\x14\n\x05hosts\x18\x01 \x01(\tR\x05hosts\x12\x14\n\x05index\x18\x02 \x01(\tR\x05index\x12\x1a\n\x08username\x18\x03 \x01(\tR\x08username\x12\x1a\n\x08password\x18\x04 \x01(\tR\x08password"p\n\nOpenSearch\x12\x14\n\x05hosts\x18\x01 \x01(\tR\x05hosts\x12\x14\n\x05index\x18\x02 \x01(\tR\x05index\x12\x1a\n\x08username\x18\x03 \x01(\tR\x08username\x12\x1a\n\x08password\x18\x04 \x01(\tR\x08passwordB\xdf\x01\n\x17\x63om.weaveapi.storage.v1B\x12NosqlDatabaseProtoP\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'
|
|
29
29
|
)
|
|
30
30
|
|
|
31
31
|
_globals = globals()
|
|
@@ -37,23 +37,47 @@ 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\022NosqlDatabaseProtoP\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
|
-
_globals["_NOSQLDATABASE"].
|
|
42
|
-
_globals["_NOSQLDATABASE"].
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
_globals["
|
|
46
|
-
_globals["
|
|
47
|
-
_globals["
|
|
48
|
-
_globals["
|
|
49
|
-
_globals["
|
|
50
|
-
_globals["
|
|
51
|
-
_globals["
|
|
52
|
-
_globals["
|
|
53
|
-
_globals["
|
|
54
|
-
_globals["
|
|
55
|
-
_globals["
|
|
56
|
-
_globals["
|
|
57
|
-
|
|
58
|
-
|
|
40
|
+
]._serialized_options = b"\n\027com.weaveapi.storage.v1B\022NosqlDatabaseProtoP\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"
|
|
41
|
+
_globals["_NOSQLDATABASE"].fields_by_name["cassandra"]._loaded_options = None
|
|
42
|
+
_globals["_NOSQLDATABASE"].fields_by_name[
|
|
43
|
+
"cassandra"
|
|
44
|
+
]._serialized_options = b"(\001"
|
|
45
|
+
_globals["_NOSQLDATABASE"].fields_by_name["mongodb"]._loaded_options = None
|
|
46
|
+
_globals["_NOSQLDATABASE"].fields_by_name["mongodb"]._serialized_options = b"(\001"
|
|
47
|
+
_globals["_NOSQLDATABASE"].fields_by_name["dynamodb"]._loaded_options = None
|
|
48
|
+
_globals["_NOSQLDATABASE"].fields_by_name["dynamodb"]._serialized_options = b"(\001"
|
|
49
|
+
_globals["_NOSQLDATABASE"].fields_by_name["cosmosdb"]._loaded_options = None
|
|
50
|
+
_globals["_NOSQLDATABASE"].fields_by_name["cosmosdb"]._serialized_options = b"(\001"
|
|
51
|
+
_globals["_NOSQLDATABASE"].fields_by_name["redis"]._loaded_options = None
|
|
52
|
+
_globals["_NOSQLDATABASE"].fields_by_name["redis"]._serialized_options = b"(\001"
|
|
53
|
+
_globals["_NOSQLDATABASE"].fields_by_name["valkey"]._loaded_options = None
|
|
54
|
+
_globals["_NOSQLDATABASE"].fields_by_name["valkey"]._serialized_options = b"(\001"
|
|
55
|
+
_globals["_NOSQLDATABASE"].fields_by_name["elasticsearch"]._loaded_options = None
|
|
56
|
+
_globals["_NOSQLDATABASE"].fields_by_name[
|
|
57
|
+
"elasticsearch"
|
|
58
|
+
]._serialized_options = b"(\001"
|
|
59
|
+
_globals["_NOSQLDATABASE"].fields_by_name["open_search"]._loaded_options = None
|
|
60
|
+
_globals["_NOSQLDATABASE"].fields_by_name[
|
|
61
|
+
"open_search"
|
|
62
|
+
]._serialized_options = b"(\001"
|
|
63
|
+
_globals["_DYNAMODB"].fields_by_name["credentials"]._loaded_options = None
|
|
64
|
+
_globals["_DYNAMODB"].fields_by_name["credentials"]._serialized_options = b"(\001"
|
|
65
|
+
_globals["_NOSQLDATABASE"]._serialized_start = 133
|
|
66
|
+
_globals["_NOSQLDATABASE"]._serialized_end = 693
|
|
67
|
+
_globals["_CASSANDRA"]._serialized_start = 696
|
|
68
|
+
_globals["_CASSANDRA"]._serialized_end = 926
|
|
69
|
+
_globals["_MONGODB"]._serialized_start = 928
|
|
70
|
+
_globals["_MONGODB"]._serialized_end = 1042
|
|
71
|
+
_globals["_DYNAMODB"]._serialized_start = 1045
|
|
72
|
+
_globals["_DYNAMODB"]._serialized_end = 1238
|
|
73
|
+
_globals["_COSMOSDB"]._serialized_start = 1240
|
|
74
|
+
_globals["_COSMOSDB"]._serialized_end = 1354
|
|
75
|
+
_globals["_REDIS"]._serialized_start = 1356
|
|
76
|
+
_globals["_REDIS"]._serialized_end = 1461
|
|
77
|
+
_globals["_VALKEY"]._serialized_start = 1463
|
|
78
|
+
_globals["_VALKEY"]._serialized_end = 1569
|
|
79
|
+
_globals["_ELASTICSEARCH"]._serialized_start = 1571
|
|
80
|
+
_globals["_ELASTICSEARCH"]._serialized_end = 1686
|
|
81
|
+
_globals["_OPENSEARCH"]._serialized_start = 1688
|
|
82
|
+
_globals["_OPENSEARCH"]._serialized_end = 1800
|
|
59
83
|
# @@protoc_insertion_point(module_scope)
|