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/synthesize/v1/inline_data.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/synthesize/v1/inline_data.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/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\x06proto3'
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()
@@ -3,29 +3,28 @@
3
3
  isort:skip_file
4
4
  """
5
5
 
6
- import builtins
7
- import google.protobuf.descriptor
8
- import google.protobuf.internal.enum_type_wrapper
9
- import google.protobuf.message
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import message as _message
8
+ from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
9
+ import builtins as _builtins
10
10
  import sys
11
- import typing
11
+ import typing as _typing
12
12
 
13
13
  if sys.version_info >= (3, 10):
14
- import typing as typing_extensions
14
+ from typing import TypeAlias as _TypeAlias
15
15
  else:
16
- import typing_extensions
16
+ from typing_extensions import TypeAlias as _TypeAlias
17
17
 
18
- DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
18
+ DESCRIPTOR: _descriptor.FileDescriptor
19
19
 
20
20
  class _DataFormat:
21
- ValueType = typing.NewType("ValueType", builtins.int)
22
- V: typing_extensions.TypeAlias = ValueType
21
+ ValueType = _typing.NewType("ValueType", _builtins.int)
22
+ V: _TypeAlias = ValueType # noqa: Y015
23
23
 
24
24
  class _DataFormatEnumTypeWrapper(
25
- google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_DataFormat.ValueType],
26
- builtins.type,
25
+ _enum_type_wrapper._EnumTypeWrapper[_DataFormat.ValueType], _builtins.type
27
26
  ):
28
- DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
27
+ DESCRIPTOR: _descriptor.EnumDescriptor
29
28
  DATA_FORMAT_UNSPECIFIED: _DataFormat.ValueType # 0
30
29
  DATA_FORMAT_CSV: _DataFormat.ValueType # 1
31
30
  DATA_FORMAT_JSON: _DataFormat.ValueType # 2
@@ -42,31 +41,36 @@ DATA_FORMAT_JSON: DataFormat.ValueType # 2
42
41
  DATA_FORMAT_PARQUET: DataFormat.ValueType # 3
43
42
  DATA_FORMAT_AVRO: DataFormat.ValueType # 4
44
43
  DATA_FORMAT_ORC: DataFormat.ValueType # 5
45
- global___DataFormat = DataFormat
44
+ Global___DataFormat: _TypeAlias = DataFormat # noqa: Y015
46
45
 
47
- @typing.final
48
- class InlineData(google.protobuf.message.Message):
46
+ @_typing.final
47
+ class InlineData(_message.Message):
49
48
  """Inline represents data sent directly in the request. This is used for
50
49
  small datasets that are sent directly in the request body. Please use
51
50
  with caution as this can cause issues with large datasets.
52
51
  """
53
52
 
54
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
53
+ DESCRIPTOR: _descriptor.Descriptor
55
54
 
56
- FORMAT_FIELD_NUMBER: builtins.int
57
- CONTENTS_FIELD_NUMBER: builtins.int
58
- format: global___DataFormat.ValueType
55
+ FORMAT_FIELD_NUMBER: _builtins.int
56
+ CONTENTS_FIELD_NUMBER: _builtins.int
57
+ format: Global___DataFormat.ValueType
59
58
  """Format of the inline data"""
60
- contents: builtins.bytes
59
+ contents: _builtins.bytes
61
60
  """The content of the inline data"""
62
61
  def __init__(
63
62
  self,
64
63
  *,
65
- format: global___DataFormat.ValueType = ...,
66
- contents: builtins.bytes = ...,
67
- ) -> None: ...
68
- def ClearField(
69
- self, field_name: typing.Literal["contents", b"contents", "format", b"format"]
64
+ format: Global___DataFormat.ValueType | None = ...,
65
+ contents: _builtins.bytes | None = ...,
70
66
  ) -> None: ...
67
+ _HasFieldArgType: _TypeAlias = _typing.Literal[
68
+ "contents", b"contents", "format", b"format"
69
+ ] # noqa: Y015
70
+ def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
71
+ _ClearFieldArgType: _TypeAlias = _typing.Literal[
72
+ "contents", b"contents", "format", b"format"
73
+ ] # noqa: Y015
74
+ def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
71
75
 
72
- global___InlineData = InlineData
76
+ Global___InlineData: _TypeAlias = InlineData # 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/synthesize/v1/relationship.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/synthesize/v1/relationship.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/synthesize/v1/relationship.proto\x12\x16weaveapi.synthesize.v1"\xed\x01\n\x12\x43olumnRelationship\x12?\n\x06source\x18\x01 \x01(\x0b\x32\'.weaveapi.synthesize.v1.ColumnReferenceR\x06source\x12?\n\x06target\x18\x02 \x01(\x0b\x32\'.weaveapi.synthesize.v1.ColumnReferenceR\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\x06proto3'
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()
@@ -38,10 +38,18 @@ if not _descriptor._USE_C_DESCRIPTORS:
38
38
  _globals[
39
39
  "DESCRIPTOR"
40
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
- _globals["_RELATIONSHIPTYPE"]._serialized_start = 389
42
- _globals["_RELATIONSHIPTYPE"]._serialized_end = 676
41
+ _globals["_COLUMNRELATIONSHIP"].fields_by_name["source"]._loaded_options = None
42
+ _globals["_COLUMNRELATIONSHIP"].fields_by_name[
43
+ "source"
44
+ ]._serialized_options = b"(\001"
45
+ _globals["_COLUMNRELATIONSHIP"].fields_by_name["target"]._loaded_options = None
46
+ _globals["_COLUMNRELATIONSHIP"].fields_by_name[
47
+ "target"
48
+ ]._serialized_options = b"(\001"
49
+ _globals["_RELATIONSHIPTYPE"]._serialized_start = 397
50
+ _globals["_RELATIONSHIPTYPE"]._serialized_end = 684
43
51
  _globals["_COLUMNRELATIONSHIP"]._serialized_start = 70
44
- _globals["_COLUMNRELATIONSHIP"]._serialized_end = 307
45
- _globals["_COLUMNREFERENCE"]._serialized_start = 309
46
- _globals["_COLUMNREFERENCE"]._serialized_end = 386
52
+ _globals["_COLUMNRELATIONSHIP"]._serialized_end = 315
53
+ _globals["_COLUMNREFERENCE"]._serialized_start = 317
54
+ _globals["_COLUMNREFERENCE"]._serialized_end = 394
47
55
  # @@protoc_insertion_point(module_scope)
@@ -3,31 +3,28 @@
3
3
  isort:skip_file
4
4
  """
5
5
 
6
- import builtins
7
- import google.protobuf.descriptor
8
- import google.protobuf.internal.enum_type_wrapper
9
- import google.protobuf.message
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import message as _message
8
+ from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
9
+ import builtins as _builtins
10
10
  import sys
11
- import typing
11
+ import typing as _typing
12
12
 
13
13
  if sys.version_info >= (3, 10):
14
- import typing as typing_extensions
14
+ from typing import TypeAlias as _TypeAlias
15
15
  else:
16
- import typing_extensions
16
+ from typing_extensions import TypeAlias as _TypeAlias
17
17
 
18
- DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
18
+ DESCRIPTOR: _descriptor.FileDescriptor
19
19
 
20
20
  class _RelationshipType:
21
- ValueType = typing.NewType("ValueType", builtins.int)
22
- V: typing_extensions.TypeAlias = ValueType
21
+ ValueType = _typing.NewType("ValueType", _builtins.int)
22
+ V: _TypeAlias = ValueType # noqa: Y015
23
23
 
24
24
  class _RelationshipTypeEnumTypeWrapper(
25
- google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[
26
- _RelationshipType.ValueType
27
- ],
28
- builtins.type,
25
+ _enum_type_wrapper._EnumTypeWrapper[_RelationshipType.ValueType], _builtins.type
29
26
  ):
30
- DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
27
+ DESCRIPTOR: _descriptor.EnumDescriptor
31
28
  RELATIONSHIP_TYPE_UNSPECIFIED: _RelationshipType.ValueType # 0
32
29
  RELATIONSHIP_TYPE_CONTEXT_FOREIGN_KEY: _RelationshipType.ValueType # 1
33
30
  """Context foreign key preserves relationships during synthetic data generation"""
@@ -58,74 +55,80 @@ RELATIONSHIP_TYPE_MANY_TO_MANY: RelationshipType.ValueType # 5
58
55
  """Many-to-many relationship"""
59
56
  RELATIONSHIP_TYPE_SELF_REFERENCE: RelationshipType.ValueType # 6
60
57
  """Self-referential relationship"""
61
- global___RelationshipType = RelationshipType
58
+ Global___RelationshipType: _TypeAlias = RelationshipType # noqa: Y015
62
59
 
63
- @typing.final
64
- class ColumnRelationship(google.protobuf.message.Message):
60
+ @_typing.final
61
+ class ColumnRelationship(_message.Message):
65
62
  """ColumnRelationship defines a relationship between columns across datasets"""
66
63
 
67
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
64
+ DESCRIPTOR: _descriptor.Descriptor
68
65
 
69
- SOURCE_FIELD_NUMBER: builtins.int
70
- TARGET_FIELD_NUMBER: builtins.int
71
- RELATIONSHIP_TYPE_FIELD_NUMBER: builtins.int
72
- relationship_type: global___RelationshipType.ValueType
66
+ SOURCE_FIELD_NUMBER: _builtins.int
67
+ TARGET_FIELD_NUMBER: _builtins.int
68
+ RELATIONSHIP_TYPE_FIELD_NUMBER: _builtins.int
69
+ relationship_type: Global___RelationshipType.ValueType
73
70
  """Type of relationship"""
74
- @property
75
- def source(self) -> global___ColumnReference:
71
+ @_builtins.property
72
+ def source(self) -> Global___ColumnReference:
76
73
  """Source column reference"""
77
74
 
78
- @property
79
- def target(self) -> global___ColumnReference:
75
+ @_builtins.property
76
+ def target(self) -> Global___ColumnReference:
80
77
  """Target column reference"""
81
78
 
82
79
  def __init__(
83
80
  self,
84
81
  *,
85
- source: global___ColumnReference | None = ...,
86
- target: global___ColumnReference | None = ...,
87
- relationship_type: global___RelationshipType.ValueType = ...,
82
+ source: Global___ColumnReference | None = ...,
83
+ target: Global___ColumnReference | None = ...,
84
+ relationship_type: Global___RelationshipType.ValueType | None = ...,
88
85
  ) -> None: ...
89
- def HasField(
90
- self, field_name: typing.Literal["source", b"source", "target", b"target"]
91
- ) -> builtins.bool: ...
92
- def ClearField(
93
- self,
94
- field_name: typing.Literal[
95
- "relationship_type",
96
- b"relationship_type",
97
- "source",
98
- b"source",
99
- "target",
100
- b"target",
101
- ],
102
- ) -> None: ...
103
-
104
- global___ColumnRelationship = ColumnRelationship
105
-
106
- @typing.final
107
- class ColumnReference(google.protobuf.message.Message):
86
+ _HasFieldArgType: _TypeAlias = _typing.Literal[
87
+ "relationship_type",
88
+ b"relationship_type",
89
+ "source",
90
+ b"source",
91
+ "target",
92
+ b"target",
93
+ ] # noqa: Y015
94
+ def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
95
+ _ClearFieldArgType: _TypeAlias = _typing.Literal[
96
+ "relationship_type",
97
+ b"relationship_type",
98
+ "source",
99
+ b"source",
100
+ "target",
101
+ b"target",
102
+ ] # noqa: Y015
103
+ def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
104
+
105
+ Global___ColumnRelationship: _TypeAlias = ColumnRelationship # noqa: Y015
106
+
107
+ @_typing.final
108
+ class ColumnReference(_message.Message):
108
109
  """ColumnReference identifies a specific column in a specific dataset"""
109
110
 
110
- DESCRIPTOR: google.protobuf.descriptor.Descriptor
111
+ DESCRIPTOR: _descriptor.Descriptor
111
112
 
112
- DATASET_ID_FIELD_NUMBER: builtins.int
113
- COLUMN_ID_FIELD_NUMBER: builtins.int
114
- dataset_id: builtins.str
113
+ DATASET_ID_FIELD_NUMBER: _builtins.int
114
+ COLUMN_ID_FIELD_NUMBER: _builtins.int
115
+ dataset_id: _builtins.str
115
116
  """Dataset ID"""
116
- column_id: builtins.str
117
+ column_id: _builtins.str
117
118
  """Column ID"""
118
119
  def __init__(
119
120
  self,
120
121
  *,
121
- dataset_id: builtins.str = ...,
122
- column_id: builtins.str = ...,
122
+ dataset_id: _builtins.str | None = ...,
123
+ column_id: _builtins.str | None = ...,
123
124
  ) -> None: ...
124
- def ClearField(
125
- self,
126
- field_name: typing.Literal[
127
- "column_id", b"column_id", "dataset_id", b"dataset_id"
128
- ],
129
- ) -> None: ...
130
-
131
- global___ColumnReference = ColumnReference
125
+ _HasFieldArgType: _TypeAlias = _typing.Literal[
126
+ "column_id", b"column_id", "dataset_id", b"dataset_id"
127
+ ] # noqa: Y015
128
+ def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
129
+ _ClearFieldArgType: _TypeAlias = _typing.Literal[
130
+ "column_id", b"column_id", "dataset_id", b"dataset_id"
131
+ ] # noqa: Y015
132
+ def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
133
+
134
+ Global___ColumnReference: _TypeAlias = ColumnReference # 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/synthesize/v1/service.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/synthesize/v1/service.proto"
15
+ _runtime_version.Domain.PUBLIC, 6, 33, 5, "", "weaveapi/synthesize/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/synthesize/v1/service.proto\x12\x16weaveapi.synthesize.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a%weaveapi/synthesize/v1/training.proto"\xb4\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.StructR\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"_\n\x16GetSynthesizerResponse\x12\x45\n\x0bsynthesizer\x18\x01 \x01(\x0b\x32#.weaveapi.synthesize.v1.SynthesizerR\x0bsynthesizer"B\n\x17ListSynthesizersRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId"c\n\x18ListSynthesizersResponse\x12G\n\x0csynthesizers\x18\x01 \x03(\x0b\x32#.weaveapi.synthesize.v1.SynthesizerR\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\x06proto3'
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()
@@ -33,6 +33,24 @@ if not _descriptor._USE_C_DESCRIPTORS:
33
33
  _globals[
34
34
  "DESCRIPTOR"
35
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
+ _globals["_CREATESYNTHESIZERREQUEST"].fields_by_name[
37
+ "driver_config"
38
+ ]._loaded_options = None
39
+ _globals["_CREATESYNTHESIZERREQUEST"].fields_by_name[
40
+ "driver_config"
41
+ ]._serialized_options = b"(\001"
42
+ _globals["_GETSYNTHESIZERRESPONSE"].fields_by_name[
43
+ "synthesizer"
44
+ ]._loaded_options = None
45
+ _globals["_GETSYNTHESIZERRESPONSE"].fields_by_name[
46
+ "synthesizer"
47
+ ]._serialized_options = b"(\001"
48
+ _globals["_LISTSYNTHESIZERSRESPONSE"].fields_by_name[
49
+ "synthesizers"
50
+ ]._loaded_options = None
51
+ _globals["_LISTSYNTHESIZERSRESPONSE"].fields_by_name[
52
+ "synthesizers"
53
+ ]._serialized_options = b"(\001"
36
54
  _globals["_SYNTHESIZE"].methods_by_name["CreateSynthesizer"]._loaded_options = None
37
55
  _globals["_SYNTHESIZE"].methods_by_name[
38
56
  "CreateSynthesizer"
@@ -52,23 +70,23 @@ if not _descriptor._USE_C_DESCRIPTORS:
52
70
  "DeleteSynthesizer"
53
71
  ]._serialized_options = b"\202\323\344\223\002!*\037/v1/synthesize/{synthesizer_id}"
54
72
  _globals["_CREATESYNTHESIZERREQUEST"]._serialized_start = 164
55
- _globals["_CREATESYNTHESIZERREQUEST"]._serialized_end = 472
56
- _globals["_CREATESYNTHESIZERRESPONSE"]._serialized_start = 474
57
- _globals["_CREATESYNTHESIZERRESPONSE"]._serialized_end = 540
58
- _globals["_GETSYNTHESIZERREQUEST"]._serialized_start = 542
59
- _globals["_GETSYNTHESIZERREQUEST"]._serialized_end = 604
60
- _globals["_GETSYNTHESIZERRESPONSE"]._serialized_start = 606
61
- _globals["_GETSYNTHESIZERRESPONSE"]._serialized_end = 701
62
- _globals["_LISTSYNTHESIZERSREQUEST"]._serialized_start = 703
63
- _globals["_LISTSYNTHESIZERSREQUEST"]._serialized_end = 769
64
- _globals["_LISTSYNTHESIZERSRESPONSE"]._serialized_start = 771
65
- _globals["_LISTSYNTHESIZERSRESPONSE"]._serialized_end = 870
66
- _globals["_DELETESYNTHESIZERREQUEST"]._serialized_start = 872
67
- _globals["_DELETESYNTHESIZERREQUEST"]._serialized_end = 937
68
- _globals["_DELETESYNTHESIZERRESPONSE"]._serialized_start = 939
69
- _globals["_DELETESYNTHESIZERRESPONSE"]._serialized_end = 966
70
- _globals["_SYNTHESIZER"]._serialized_start = 969
71
- _globals["_SYNTHESIZER"]._serialized_end = 1299
72
- _globals["_SYNTHESIZE"]._serialized_start = 1302
73
- _globals["_SYNTHESIZE"]._serialized_end = 1934
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
74
92
  # @@protoc_insertion_point(module_scope)