weave-python 0.28.2__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.
Files changed (104) hide show
  1. weave/weaveapi/auth/v1/service_pb2.py +184 -88
  2. weave/weaveapi/auth/v1/service_pb2.pyi +1288 -1134
  3. weave/weaveapi/auth/v1/service_pb2_grpc.pyi +248 -335
  4. weave/weaveapi/auth/v1/session_pb2.py +12 -4
  5. weave/weaveapi/auth/v1/session_pb2.pyi +109 -89
  6. weave/weaveapi/auth/v1/session_pb2_grpc.pyi +11 -10
  7. weave/weaveapi/auth/v1/usage_pb2.py +16 -12
  8. weave/weaveapi/auth/v1/usage_pb2.pyi +251 -197
  9. weave/weaveapi/auth/v1/usage_pb2_grpc.pyi +11 -10
  10. weave/weaveapi/auth/v1/user_pb2.py +58 -16
  11. weave/weaveapi/auth/v1/user_pb2.pyi +588 -505
  12. weave/weaveapi/auth/v1/user_pb2_grpc.pyi +11 -10
  13. weave/weaveapi/generate/v1/configuration_pb2.py +29 -17
  14. weave/weaveapi/generate/v1/configuration_pb2.pyi +277 -241
  15. weave/weaveapi/generate/v1/configuration_pb2_grpc.pyi +11 -10
  16. weave/weaveapi/generate/v1/generate_pb2.py +30 -4
  17. weave/weaveapi/generate/v1/generate_pb2.pyi +138 -40
  18. weave/weaveapi/generate/v1/generate_pb2_grpc.pyi +11 -10
  19. weave/weaveapi/generate/v1/service_pb2.py +50 -20
  20. weave/weaveapi/generate/v1/service_pb2.pyi +264 -135
  21. weave/weaveapi/generate/v1/service_pb2_grpc.py +47 -0
  22. weave/weaveapi/generate/v1/service_pb2_grpc.pyi +89 -78
  23. weave/weaveapi/llmx/v1/architecture_pb2.py +3 -3
  24. weave/weaveapi/llmx/v1/architecture_pb2.pyi +664 -555
  25. weave/weaveapi/llmx/v1/architecture_pb2_grpc.pyi +11 -10
  26. weave/weaveapi/llmx/v1/capabilities_pb2.py +86 -54
  27. weave/weaveapi/llmx/v1/capabilities_pb2.pyi +967 -852
  28. weave/weaveapi/llmx/v1/capabilities_pb2_grpc.pyi +11 -10
  29. weave/weaveapi/llmx/v1/model_pb2.py +54 -18
  30. weave/weaveapi/llmx/v1/model_pb2.pyi +533 -455
  31. weave/weaveapi/llmx/v1/model_pb2_grpc.pyi +11 -10
  32. weave/weaveapi/llmx/v1/pricing_pb2.py +22 -18
  33. weave/weaveapi/llmx/v1/pricing_pb2.pyi +194 -172
  34. weave/weaveapi/llmx/v1/pricing_pb2_grpc.pyi +11 -10
  35. weave/weaveapi/llmx/v1/provider_pb2.py +3 -3
  36. weave/weaveapi/llmx/v1/provider_pb2.pyi +84 -59
  37. weave/weaveapi/llmx/v1/provider_pb2_grpc.pyi +11 -10
  38. weave/weaveapi/llmx/v1/service_pb2.py +224 -86
  39. weave/weaveapi/llmx/v1/service_pb2.pyi +1651 -1403
  40. weave/weaveapi/llmx/v1/service_pb2_grpc.pyi +160 -203
  41. weave/weaveapi/mcpregistry/v1/server_pb2.py +14 -8
  42. weave/weaveapi/mcpregistry/v1/server_pb2.pyi +143 -121
  43. weave/weaveapi/mcpregistry/v1/server_pb2_grpc.pyi +11 -10
  44. weave/weaveapi/mcpregistry/v1/service_pb2.py +47 -27
  45. weave/weaveapi/mcpregistry/v1/service_pb2.pyi +132 -122
  46. weave/weaveapi/mcpregistry/v1/service_pb2_grpc.pyi +87 -112
  47. weave/weaveapi/payment/v1/invoice_pb2.py +36 -10
  48. weave/weaveapi/payment/v1/invoice_pb2.pyi +352 -291
  49. weave/weaveapi/payment/v1/invoice_pb2_grpc.pyi +11 -10
  50. weave/weaveapi/payment/v1/service_pb2.py +256 -90
  51. weave/weaveapi/payment/v1/service_pb2.pyi +1381 -1242
  52. weave/weaveapi/payment/v1/service_pb2_grpc.pyi +229 -319
  53. weave/weaveapi/payment/v1/subscription_pb2.py +97 -21
  54. weave/weaveapi/payment/v1/subscription_pb2.pyi +727 -611
  55. weave/weaveapi/payment/v1/subscription_pb2_grpc.pyi +11 -10
  56. weave/weaveapi/storage/v1/auth_pb2.py +3 -3
  57. weave/weaveapi/storage/v1/auth_pb2.pyi +42 -29
  58. weave/weaveapi/storage/v1/auth_pb2_grpc.pyi +11 -10
  59. weave/weaveapi/storage/v1/nosql_database_pb2.py +45 -21
  60. weave/weaveapi/storage/v1/nosql_database_pb2.pyi +438 -372
  61. weave/weaveapi/storage/v1/nosql_database_pb2_grpc.pyi +11 -10
  62. weave/weaveapi/storage/v1/object_store_pb2.py +25 -11
  63. weave/weaveapi/storage/v1/object_store_pb2.pyi +203 -187
  64. weave/weaveapi/storage/v1/object_store_pb2_grpc.pyi +11 -10
  65. weave/weaveapi/storage/v1/service_pb2.py +94 -34
  66. weave/weaveapi/storage/v1/service_pb2.pyi +414 -357
  67. weave/weaveapi/storage/v1/service_pb2_grpc.pyi +88 -107
  68. weave/weaveapi/storage/v1/sql_database_pb2.py +37 -21
  69. weave/weaveapi/storage/v1/sql_database_pb2.pyi +481 -400
  70. weave/weaveapi/storage/v1/sql_database_pb2_grpc.pyi +11 -10
  71. weave/weaveapi/storage/v1/storage_pb2.py +18 -4
  72. weave/weaveapi/storage/v1/storage_pb2.pyi +79 -70
  73. weave/weaveapi/storage/v1/storage_pb2_grpc.pyi +11 -10
  74. weave/weaveapi/synthesize/v1/dataset_pb2.py +10 -8
  75. weave/weaveapi/synthesize/v1/dataset_pb2.pyi +158 -128
  76. weave/weaveapi/synthesize/v1/dataset_pb2_grpc.pyi +11 -10
  77. weave/weaveapi/synthesize/v1/inline_data_pb2.py +4 -4
  78. weave/weaveapi/synthesize/v1/inline_data_pb2.pyi +31 -27
  79. weave/weaveapi/synthesize/v1/inline_data_pb2_grpc.pyi +11 -10
  80. weave/weaveapi/synthesize/v1/relationship_pb2.py +17 -9
  81. weave/weaveapi/synthesize/v1/relationship_pb2.pyi +67 -64
  82. weave/weaveapi/synthesize/v1/relationship_pb2_grpc.pyi +11 -10
  83. weave/weaveapi/synthesize/v1/service_pb2.py +40 -22
  84. weave/weaveapi/synthesize/v1/service_pb2.pyi +202 -168
  85. weave/weaveapi/synthesize/v1/service_pb2_grpc.pyi +67 -79
  86. weave/weaveapi/synthesize/v1/training_pb2.py +17 -11
  87. weave/weaveapi/synthesize/v1/training_pb2.pyi +119 -106
  88. weave/weaveapi/synthesize/v1/training_pb2_grpc.pyi +11 -10
  89. weave/weavesql/llmxdb/capabilities.py +487 -0
  90. weave/weavesql/llmxdb/changes.py +297 -0
  91. weave/weavesql/llmxdb/models.py +594 -0
  92. weave/weavesql/llmxdb/providers.py +348 -0
  93. weave/weavesql/llmxdb/scraper_runs.py +287 -0
  94. weave/weavesql/llmxdb/search.py +721 -0
  95. weave/weavesql/weavedb/dataset.py +75 -0
  96. weave/weavesql/weavedb/models.py +135 -0
  97. weave/weavesql/weavedb/relationships.py +72 -0
  98. weave/weavesql/weavedb/storage.py +113 -0
  99. weave/weavesql/weavedb/synthesizer.py +107 -0
  100. {weave_python-0.28.2.dist-info → weave_python-0.30.4.dist-info}/METADATA +3 -3
  101. weave_python-0.30.4.dist-info/RECORD +131 -0
  102. {weave_python-0.28.2.dist-info → weave_python-0.30.4.dist-info}/WHEEL +1 -1
  103. weave_python-0.28.2.dist-info/RECORD +0 -120
  104. {weave_python-0.28.2.dist-info → weave_python-0.30.4.dist-info}/licenses/LICENSE +0 -0
@@ -3,18 +3,19 @@
3
3
  isort:skip_file
4
4
  """
5
5
 
6
- import abc
7
- import collections.abc
8
- import grpc
9
- import grpc.aio
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 = typing.TypeVar("_T")
12
+ _T = _typing.TypeVar("_T")
13
13
 
14
14
  class _MaybeAsyncIterator(
15
- collections.abc.AsyncIterator[_T],
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(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
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.32.0
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, 32, 0, "", "weaveapi/storage/v1/auth.proto"
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\xce\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::V1b\x06proto3'
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\xce\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::V1b\x08\x65\x64itionsp\xe8\x07'
24
24
  )
25
25
 
26
26
  _globals = globals()
@@ -3,40 +3,53 @@
3
3
  isort:skip_file
4
4
  """
5
5
 
6
- import builtins
7
- import google.protobuf.descriptor
8
- import google.protobuf.message
9
- import typing
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
- DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
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
- @typing.final
14
- class AwsCredentials(google.protobuf.message.Message):
15
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
17
+ DESCRIPTOR: _descriptor.FileDescriptor
16
18
 
17
- ACCESS_KEY_ID_FIELD_NUMBER: builtins.int
18
- SECRET_ACCESS_KEY_FIELD_NUMBER: builtins.int
19
- SESSION_TOKEN_FIELD_NUMBER: builtins.int
20
- access_key_id: builtins.str
21
- secret_access_key: builtins.str
22
- session_token: builtins.str
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: builtins.str = ...,
27
- secret_access_key: builtins.str = ...,
28
- session_token: builtins.str = ...,
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
- global___AwsCredentials = AwsCredentials
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 collections.abc
8
- import grpc
9
- import grpc.aio
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 = typing.TypeVar("_T")
12
+ _T = _typing.TypeVar("_T")
13
13
 
14
14
  class _MaybeAsyncIterator(
15
- collections.abc.AsyncIterator[_T],
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(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
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.32.0
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
- 32,
18
- 0,
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"\x90\x04\n\rNoSqlDatabase\x12>\n\tcassandra\x18\x01 \x01(\x0b\x32\x1e.weaveapi.storage.v1.CassandraH\x00R\tcassandra\x12\x38\n\x07mongodb\x18\x02 \x01(\x0b\x32\x1c.weaveapi.storage.v1.MongoDBH\x00R\x07mongodb\x12;\n\x08\x64ynamodb\x18\x03 \x01(\x0b\x32\x1d.weaveapi.storage.v1.DynamoDBH\x00R\x08\x64ynamodb\x12;\n\x08\x63osmosdb\x18\x04 \x01(\x0b\x32\x1d.weaveapi.storage.v1.CosmosDBH\x00R\x08\x63osmosdb\x12\x32\n\x05redis\x18\x05 \x01(\x0b\x32\x1a.weaveapi.storage.v1.RedisH\x00R\x05redis\x12\x35\n\x06valkey\x18\x06 \x01(\x0b\x32\x1b.weaveapi.storage.v1.ValkeyH\x00R\x06valkey\x12J\n\relasticsearch\x18\x07 \x01(\x0b\x32".weaveapi.storage.v1.ElasticsearchH\x00R\relasticsearch\x12\x42\n\x0bopen_search\x18\x08 \x01(\x0b\x32\x1f.weaveapi.storage.v1.OpenSearchH\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"\xbd\x01\n\x08\x44ynamoDB\x12\x16\n\x06region\x18\x01 \x01(\tR\x06region\x12\x14\n\x05table\x18\x02 \x01(\tR\x05table\x12G\n\x0b\x63redentials\x18\n \x01(\x0b\x32#.weaveapi.storage.v1.AwsCredentialsH\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\xd7\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::V1b\x06proto3'
28
+ b'\n(weaveapi/storage/v1/nosql_database.proto\x12\x13weaveapi.storage.v1\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\xd7\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::V1b\x08\x65\x64itionsp\xe8\x07'
29
29
  )
30
30
 
31
31
  _globals = globals()
@@ -38,22 +38,46 @@ if not _descriptor._USE_C_DESCRIPTORS:
38
38
  _globals[
39
39
  "DESCRIPTOR"
40
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"].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"
41
65
  _globals["_NOSQLDATABASE"]._serialized_start = 98
42
- _globals["_NOSQLDATABASE"]._serialized_end = 626
43
- _globals["_CASSANDRA"]._serialized_start = 629
44
- _globals["_CASSANDRA"]._serialized_end = 859
45
- _globals["_MONGODB"]._serialized_start = 861
46
- _globals["_MONGODB"]._serialized_end = 975
47
- _globals["_DYNAMODB"]._serialized_start = 978
48
- _globals["_DYNAMODB"]._serialized_end = 1167
49
- _globals["_COSMOSDB"]._serialized_start = 1169
50
- _globals["_COSMOSDB"]._serialized_end = 1283
51
- _globals["_REDIS"]._serialized_start = 1285
52
- _globals["_REDIS"]._serialized_end = 1390
53
- _globals["_VALKEY"]._serialized_start = 1392
54
- _globals["_VALKEY"]._serialized_end = 1498
55
- _globals["_ELASTICSEARCH"]._serialized_start = 1500
56
- _globals["_ELASTICSEARCH"]._serialized_end = 1615
57
- _globals["_OPENSEARCH"]._serialized_start = 1617
58
- _globals["_OPENSEARCH"]._serialized_end = 1729
66
+ _globals["_NOSQLDATABASE"]._serialized_end = 658
67
+ _globals["_CASSANDRA"]._serialized_start = 661
68
+ _globals["_CASSANDRA"]._serialized_end = 891
69
+ _globals["_MONGODB"]._serialized_start = 893
70
+ _globals["_MONGODB"]._serialized_end = 1007
71
+ _globals["_DYNAMODB"]._serialized_start = 1010
72
+ _globals["_DYNAMODB"]._serialized_end = 1203
73
+ _globals["_COSMOSDB"]._serialized_start = 1205
74
+ _globals["_COSMOSDB"]._serialized_end = 1319
75
+ _globals["_REDIS"]._serialized_start = 1321
76
+ _globals["_REDIS"]._serialized_end = 1426
77
+ _globals["_VALKEY"]._serialized_start = 1428
78
+ _globals["_VALKEY"]._serialized_end = 1534
79
+ _globals["_ELASTICSEARCH"]._serialized_start = 1536
80
+ _globals["_ELASTICSEARCH"]._serialized_end = 1651
81
+ _globals["_OPENSEARCH"]._serialized_start = 1653
82
+ _globals["_OPENSEARCH"]._serialized_end = 1765
59
83
  # @@protoc_insertion_point(module_scope)