weave-python 0.30.7__tar.gz → 0.30.8__tar.gz
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_python-0.30.7 → weave_python-0.30.8}/PKG-INFO +1 -1
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/data/v1/data_pb2.py +4 -4
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/data/v1/data_pb2.pyi +7 -7
- weave_python-0.30.8/weave/weaveapi/data/v1/service_pb2.py +216 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/data/v1/service_pb2.pyi +264 -48
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/data/v1/service_pb2_grpc.py +141 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/data/v1/service_pb2_grpc.pyi +51 -0
- weave_python-0.30.8/weave/weaveapi/input/v1/input_pb2.py +64 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/input/v1/input_pb2.pyi +7 -7
- weave_python-0.30.8/weave/weaveapi/input/v1/service_pb2.py +278 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/input/v1/service_pb2.pyi +260 -72
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/input/v1/service_pb2_grpc.py +141 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/input/v1/service_pb2_grpc.pyi +51 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/integration/v1/integration_pb2.py +6 -6
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/integration/v1/integration_pb2.pyi +7 -7
- weave_python-0.30.8/weave/weaveapi/integration/v1/service_pb2.py +239 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/integration/v1/service_pb2.pyi +265 -36
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/integration/v1/service_pb2_grpc.py +141 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/integration/v1/service_pb2_grpc.pyi +51 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/project/v1/project_pb2.py +4 -4
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/project/v1/project_pb2.pyi +7 -0
- weave_python-0.30.8/weave/weaveapi/project/v1/service_pb2.py +126 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/project/v1/service_pb2.pyi +70 -2
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/project/v1/service_pb2_grpc.py +47 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/project/v1/service_pb2_grpc.pyi +15 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/report/v1/report_pb2.py +8 -8
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/report/v1/report_pb2.pyi +14 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/report/v1/service_pb2.py +8 -8
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/requirement/v1/requirement_pb2.py +8 -8
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/requirement/v1/requirement_pb2.pyi +7 -7
- weave_python-0.30.8/weave/weaveapi/requirement/v1/service_pb2.py +281 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/requirement/v1/service_pb2.pyi +269 -80
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/requirement/v1/service_pb2_grpc.py +141 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/requirement/v1/service_pb2_grpc.pyi +51 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/run/v1/run_pb2.py +12 -12
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/run/v1/run_pb2.pyi +7 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/run/v1/service_pb2.py +8 -8
- weave_python-0.30.8/weave/weaveapi/script/v1/script_pb2.py +74 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/script/v1/script_pb2.pyi +7 -7
- weave_python-0.30.8/weave/weaveapi/script/v1/service_pb2.py +346 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/script/v1/service_pb2.pyi +269 -108
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/script/v1/service_pb2_grpc.py +141 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/script/v1/service_pb2_grpc.pyi +51 -0
- weave_python-0.30.8/weave/weaveapi/suite/v1/service_pb2.py +378 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/suite/v1/service_pb2.pyi +531 -87
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/suite/v1/service_pb2_grpc.py +282 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/suite/v1/service_pb2_grpc.pyi +102 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/suite/v1/suite_pb2.py +10 -10
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/suite/v1/suite_pb2.pyi +14 -14
- weave_python-0.30.8/weave/weaveapi/testcase/v1/service_pb2.py +352 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/testcase/v1/service_pb2.pyi +265 -108
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/testcase/v1/service_pb2_grpc.py +141 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/testcase/v1/service_pb2_grpc.pyi +51 -0
- weave_python-0.30.8/weave/weaveapi/testcase/v1/testcase_pb2.py +80 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/testcase/v1/testcase_pb2.pyi +7 -7
- weave_python-0.30.8/weave/weaveapi/workflow/v1/service_pb2.py +178 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/workflow/v1/service_pb2.pyi +83 -2
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/workflow/v1/service_pb2_grpc.py +47 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/workflow/v1/service_pb2_grpc.pyi +15 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/workflow/v1/workflow_pb2.py +10 -10
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/workflow/v1/workflow_pb2.pyi +7 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weavesql/weavedb/data_asset.py +318 -47
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weavesql/weavedb/input.py +325 -66
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weavesql/weavedb/integration.py +327 -54
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weavesql/weavedb/models.py +93 -8
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weavesql/weavedb/project.py +139 -69
- weave_python-0.30.8/weave/weavesql/weavedb/report.py +690 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weavesql/weavedb/requirement.py +315 -58
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weavesql/weavedb/run.py +320 -194
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weavesql/weavedb/suite.py +608 -82
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weavesql/weavedb/test_case.py +332 -71
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weavesql/weavedb/test_script.py +331 -72
- weave_python-0.30.8/weave/weavesql/weavedb/traceability.py +590 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weavesql/weavedb/workflow.py +152 -72
- weave_python-0.30.7/weave/weaveapi/data/v1/service_pb2.py +0 -152
- weave_python-0.30.7/weave/weaveapi/input/v1/input_pb2.py +0 -64
- weave_python-0.30.7/weave/weaveapi/input/v1/service_pb2.py +0 -210
- weave_python-0.30.7/weave/weaveapi/integration/v1/service_pb2.py +0 -173
- weave_python-0.30.7/weave/weaveapi/project/v1/service_pb2.py +0 -110
- weave_python-0.30.7/weave/weaveapi/requirement/v1/service_pb2.py +0 -215
- weave_python-0.30.7/weave/weaveapi/script/v1/script_pb2.py +0 -74
- weave_python-0.30.7/weave/weaveapi/script/v1/service_pb2.py +0 -276
- weave_python-0.30.7/weave/weaveapi/suite/v1/service_pb2.py +0 -242
- weave_python-0.30.7/weave/weaveapi/testcase/v1/service_pb2.py +0 -282
- weave_python-0.30.7/weave/weaveapi/testcase/v1/testcase_pb2.py +0 -80
- weave_python-0.30.7/weave/weaveapi/workflow/v1/service_pb2.py +0 -162
- weave_python-0.30.7/weave/weavesql/weavedb/report.py +0 -490
- weave_python-0.30.7/weave/weavesql/weavedb/traceability.py +0 -273
- {weave_python-0.30.7 → weave_python-0.30.8}/.github/runs-on.yml +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/.github/workflows/format-lint.yaml +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/.github/workflows/generate.yaml +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/.github/workflows/release.yaml +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/.gitignore +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/.python-version +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/LICENSE +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/README.md +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/Taskfile.yaml +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/buf.gen.yaml +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/pyproject.toml +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/renovate.json +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/tools/sqlcgen/README.md +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/tools/sqlcgen/sqlcgen.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/tools/sqlcgen/test_sqlcgen.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/uv.lock +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/auth/v1/service_pb2.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/auth/v1/service_pb2.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/auth/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/auth/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/auth/v1/session_pb2.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/auth/v1/session_pb2.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/auth/v1/session_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/auth/v1/session_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/auth/v1/usage_pb2.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/auth/v1/usage_pb2.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/auth/v1/usage_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/auth/v1/usage_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/auth/v1/user_pb2.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/auth/v1/user_pb2.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/auth/v1/user_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/auth/v1/user_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/data/v1/data_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/data/v1/data_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/generate/v1/configuration_pb2.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/generate/v1/configuration_pb2.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/generate/v1/configuration_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/generate/v1/configuration_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/generate/v1/generate_pb2.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/generate/v1/generate_pb2.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/generate/v1/generate_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/generate/v1/generate_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/generate/v1/service_pb2.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/generate/v1/service_pb2.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/generate/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/generate/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/input/v1/input_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/input/v1/input_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/integration/v1/integration_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/integration/v1/integration_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/llmx/v1/architecture_pb2.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/llmx/v1/architecture_pb2.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/llmx/v1/architecture_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/llmx/v1/architecture_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/llmx/v1/capabilities_pb2.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/llmx/v1/capabilities_pb2.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/llmx/v1/capabilities_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/llmx/v1/capabilities_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/llmx/v1/model_pb2.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/llmx/v1/model_pb2.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/llmx/v1/model_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/llmx/v1/model_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/llmx/v1/pricing_pb2.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/llmx/v1/pricing_pb2.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/llmx/v1/pricing_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/llmx/v1/pricing_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/llmx/v1/provider_pb2.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/llmx/v1/provider_pb2.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/llmx/v1/provider_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/llmx/v1/provider_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/llmx/v1/service_pb2.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/llmx/v1/service_pb2.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/llmx/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/llmx/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/mcpregistry/v1/server_pb2.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/mcpregistry/v1/server_pb2.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/mcpregistry/v1/server_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/mcpregistry/v1/server_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/mcpregistry/v1/service_pb2.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/mcpregistry/v1/service_pb2.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/mcpregistry/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/mcpregistry/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/payment/v1/invoice_pb2.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/payment/v1/invoice_pb2.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/payment/v1/invoice_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/payment/v1/invoice_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/payment/v1/service_pb2.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/payment/v1/service_pb2.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/payment/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/payment/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/payment/v1/subscription_pb2.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/payment/v1/subscription_pb2.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/payment/v1/subscription_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/payment/v1/subscription_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/project/v1/project_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/project/v1/project_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/report/v1/report_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/report/v1/report_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/report/v1/service_pb2.pyi +18 -18
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/report/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/report/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/requirement/v1/requirement_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/requirement/v1/requirement_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/run/v1/run_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/run/v1/run_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/run/v1/service_pb2.pyi +18 -18
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/run/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/run/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/script/v1/script_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/script/v1/script_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/storage/v1/auth_pb2.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/storage/v1/auth_pb2.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/storage/v1/auth_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/storage/v1/auth_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/storage/v1/nosql_database_pb2.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/storage/v1/nosql_database_pb2.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/storage/v1/nosql_database_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/storage/v1/nosql_database_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/storage/v1/object_store_pb2.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/storage/v1/object_store_pb2.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/storage/v1/object_store_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/storage/v1/object_store_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/storage/v1/service_pb2.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/storage/v1/service_pb2.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/storage/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/storage/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/storage/v1/sql_database_pb2.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/storage/v1/sql_database_pb2.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/storage/v1/sql_database_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/storage/v1/sql_database_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/storage/v1/storage_pb2.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/storage/v1/storage_pb2.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/storage/v1/storage_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/storage/v1/storage_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/storage/v1/vcs_pb2.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/storage/v1/vcs_pb2.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/storage/v1/vcs_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/storage/v1/vcs_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/suite/v1/suite_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/suite/v1/suite_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/synthesize/v1/dataset_pb2.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/synthesize/v1/dataset_pb2.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/synthesize/v1/dataset_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/synthesize/v1/dataset_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/synthesize/v1/inline_data_pb2.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/synthesize/v1/inline_data_pb2.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/synthesize/v1/inline_data_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/synthesize/v1/inline_data_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/synthesize/v1/relationship_pb2.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/synthesize/v1/relationship_pb2.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/synthesize/v1/relationship_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/synthesize/v1/relationship_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/synthesize/v1/service_pb2.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/synthesize/v1/service_pb2.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/synthesize/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/synthesize/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/synthesize/v1/training_pb2.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/synthesize/v1/training_pb2.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/synthesize/v1/training_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/synthesize/v1/training_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/testcase/v1/testcase_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/testcase/v1/testcase_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/workflow/v1/workflow_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/workflow/v1/workflow_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/workflowdata/v1/service_pb2.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/workflowdata/v1/service_pb2.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/workflowdata/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weaveapi/workflowdata/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weavesql/llmxdb/capabilities.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weavesql/llmxdb/changes.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weavesql/llmxdb/models.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weavesql/llmxdb/providers.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weavesql/llmxdb/scraper_runs.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weavesql/llmxdb/search.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weavesql/weavedb/dataset.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weavesql/weavedb/llm_provider_credentials.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weavesql/weavedb/relationships.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weavesql/weavedb/schema.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weavesql/weavedb/storage.py +0 -0
- {weave_python-0.30.7 → weave_python-0.30.8}/weave/weavesql/weavedb/synthesizer.py +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\x1bweaveapi/data/v1/data.proto\x12\x10weaveapi.data.v1\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto"\
|
|
23
|
+
b'\n\x1bweaveapi/data/v1/data.proto\x12\x10weaveapi.data.v1\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto"\xab\x05\n\x10TabularDataAsset\x12\x31\n\x15tabular_data_asset_id\x18\x01 \x01(\tR\x12tabularDataAssetId\x12\x1d\n\nproject_id\x18\x02 \x01(\tR\tprojectId\x12\x12\n\x04name\x18\x03 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x04 \x01(\tR\x0b\x64\x65scription\x12\x46\n\x0bsource_type\x18\x05 \x01(\x0e\x32%.weaveapi.data.v1.DataAssetSourceTypeR\nsourceType\x12\x32\n\x15storage_connection_id\x18\x06 \x01(\tR\x13storageConnectionId\x12\x1d\n\ndataset_id\x18\x07 \x01(\tR\tdatasetId\x12\x19\n\x08\x64\x61ta_uri\x18\x08 \x01(\tR\x07\x64\x61taUri\x12#\n\rversion_label\x18\t \x01(\tR\x0cversionLabel\x12<\n\x0bschema_json\x18\n \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\nschemaJson\x12\x37\n\x08metadata\x18\x0b \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x08metadata\x12=\n\ncreated_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tcreatedAt\x12=\n\nupdated_at\x18\r \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tupdatedAt\x12?\n\x0b\x61rchived_at\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\narchivedAt*\x9a\x02\n\x13\x44\x61taAssetSourceType\x12&\n"DATA_ASSET_SOURCE_TYPE_UNSPECIFIED\x10\x00\x12#\n\x1f\x44\x41TA_ASSET_SOURCE_TYPE_DATABASE\x10\x01\x12\x1e\n\x1a\x44\x41TA_ASSET_SOURCE_TYPE_CSV\x10\x02\x12"\n\x1e\x44\x41TA_ASSET_SOURCE_TYPE_PARQUET\x10\x03\x12)\n%DATA_ASSET_SOURCE_TYPE_REMOTE_STORAGE\x10\x04\x12!\n\x1d\x44\x41TA_ASSET_SOURCE_TYPE_MANUAL\x10\x05\x12$\n DATA_ASSET_SOURCE_TYPE_SYNTHETIC\x10\x06\x42\xb9\x01\n\x14\x63om.weaveapi.data.v1B\tDataProtoP\x01Z4github.com/weave-labs/weave-go/weaveapi/data/v1;data\xa2\x02\x03WDX\xaa\x02\x10Weaveapi.Data.V1\xca\x02\x10Weaveapi\\Data\\V1\xe2\x02\x1cWeaveapi\\Data\\V1\\GPBMetadata\xea\x02\x12Weaveapi::Data::V1b\x08\x65\x64itionsp\xe8\x07'
|
|
24
24
|
)
|
|
25
25
|
|
|
26
26
|
_globals = globals()
|
|
@@ -53,8 +53,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
53
53
|
_globals["_TABULARDATAASSET"].fields_by_name[
|
|
54
54
|
"archived_at"
|
|
55
55
|
]._serialized_options = b"(\001"
|
|
56
|
-
_globals["_DATAASSETSOURCETYPE"]._serialized_start =
|
|
57
|
-
_globals["_DATAASSETSOURCETYPE"]._serialized_end =
|
|
56
|
+
_globals["_DATAASSETSOURCETYPE"]._serialized_start = 799
|
|
57
|
+
_globals["_DATAASSETSOURCETYPE"]._serialized_end = 1081
|
|
58
58
|
_globals["_TABULARDATAASSET"]._serialized_start = 113
|
|
59
|
-
_globals["_TABULARDATAASSET"]._serialized_end =
|
|
59
|
+
_globals["_TABULARDATAASSET"]._serialized_end = 796
|
|
60
60
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -53,7 +53,7 @@ class TabularDataAsset(_message.Message):
|
|
|
53
53
|
DESCRIPTOR: _descriptor.Descriptor
|
|
54
54
|
|
|
55
55
|
TABULAR_DATA_ASSET_ID_FIELD_NUMBER: _builtins.int
|
|
56
|
-
|
|
56
|
+
PROJECT_ID_FIELD_NUMBER: _builtins.int
|
|
57
57
|
NAME_FIELD_NUMBER: _builtins.int
|
|
58
58
|
DESCRIPTION_FIELD_NUMBER: _builtins.int
|
|
59
59
|
SOURCE_TYPE_FIELD_NUMBER: _builtins.int
|
|
@@ -67,7 +67,7 @@ class TabularDataAsset(_message.Message):
|
|
|
67
67
|
UPDATED_AT_FIELD_NUMBER: _builtins.int
|
|
68
68
|
ARCHIVED_AT_FIELD_NUMBER: _builtins.int
|
|
69
69
|
tabular_data_asset_id: _builtins.str
|
|
70
|
-
|
|
70
|
+
project_id: _builtins.str
|
|
71
71
|
name: _builtins.str
|
|
72
72
|
description: _builtins.str
|
|
73
73
|
source_type: Global___DataAssetSourceType.ValueType
|
|
@@ -89,7 +89,7 @@ class TabularDataAsset(_message.Message):
|
|
|
89
89
|
self,
|
|
90
90
|
*,
|
|
91
91
|
tabular_data_asset_id: _builtins.str | None = ...,
|
|
92
|
-
|
|
92
|
+
project_id: _builtins.str | None = ...,
|
|
93
93
|
name: _builtins.str | None = ...,
|
|
94
94
|
description: _builtins.str | None = ...,
|
|
95
95
|
source_type: Global___DataAssetSourceType.ValueType | None = ...,
|
|
@@ -118,6 +118,8 @@ class TabularDataAsset(_message.Message):
|
|
|
118
118
|
b"metadata",
|
|
119
119
|
"name",
|
|
120
120
|
b"name",
|
|
121
|
+
"project_id",
|
|
122
|
+
b"project_id",
|
|
121
123
|
"schema_json",
|
|
122
124
|
b"schema_json",
|
|
123
125
|
"source_type",
|
|
@@ -130,8 +132,6 @@ class TabularDataAsset(_message.Message):
|
|
|
130
132
|
b"updated_at",
|
|
131
133
|
"version_label",
|
|
132
134
|
b"version_label",
|
|
133
|
-
"workflow_id",
|
|
134
|
-
b"workflow_id",
|
|
135
135
|
] # noqa: Y015
|
|
136
136
|
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
137
137
|
_ClearFieldArgType: _TypeAlias = _typing.Literal[
|
|
@@ -149,6 +149,8 @@ class TabularDataAsset(_message.Message):
|
|
|
149
149
|
b"metadata",
|
|
150
150
|
"name",
|
|
151
151
|
b"name",
|
|
152
|
+
"project_id",
|
|
153
|
+
b"project_id",
|
|
152
154
|
"schema_json",
|
|
153
155
|
b"schema_json",
|
|
154
156
|
"source_type",
|
|
@@ -161,8 +163,6 @@ class TabularDataAsset(_message.Message):
|
|
|
161
163
|
b"updated_at",
|
|
162
164
|
"version_label",
|
|
163
165
|
b"version_label",
|
|
164
|
-
"workflow_id",
|
|
165
|
-
b"workflow_id",
|
|
166
166
|
] # noqa: Y015
|
|
167
167
|
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
168
168
|
|
|
@@ -0,0 +1,216 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: weaveapi/data/v1/service.proto
|
|
5
|
+
# Protobuf Python Version: 6.33.5
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
|
|
8
|
+
from google.protobuf import descriptor as _descriptor
|
|
9
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
10
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
11
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
12
|
+
from google.protobuf.internal import builder as _builder
|
|
13
|
+
|
|
14
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
15
|
+
_runtime_version.Domain.PUBLIC, 6, 33, 5, "", "weaveapi/data/v1/service.proto"
|
|
16
|
+
)
|
|
17
|
+
# @@protoc_insertion_point(imports)
|
|
18
|
+
|
|
19
|
+
_sym_db = _symbol_database.Default()
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
23
|
+
b'\n\x1eweaveapi/data/v1/service.proto\x12\x10weaveapi.data.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1bweaveapi/data/v1/data.proto"\xc6\x03\n\x1d\x43reateTabularDataAssetRequest\x12\x1d\n\nproject_id\x18\x01 \x01(\tR\tprojectId\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription\x12\x46\n\x0bsource_type\x18\x04 \x01(\x0e\x32%.weaveapi.data.v1.DataAssetSourceTypeR\nsourceType\x12\x32\n\x15storage_connection_id\x18\x05 \x01(\tR\x13storageConnectionId\x12\x1d\n\ndataset_id\x18\x06 \x01(\tR\tdatasetId\x12\x19\n\x08\x64\x61ta_uri\x18\x07 \x01(\tR\x07\x64\x61taUri\x12#\n\rversion_label\x18\x08 \x01(\tR\x0cversionLabel\x12<\n\x0bschema_json\x18\t \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\nschemaJson\x12\x37\n\x08metadata\x18\n \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x08metadata"v\n\x1e\x43reateTabularDataAssetResponse\x12T\n\x12tabular_data_asset\x18\x01 \x01(\x0b\x32".weaveapi.data.v1.TabularDataAssetB\x02(\x01R\x10tabularDataAsset"n\n\x1aGetTabularDataAssetRequest\x12\x1d\n\nproject_id\x18\x01 \x01(\tR\tprojectId\x12\x31\n\x15tabular_data_asset_id\x18\x02 \x01(\tR\x12tabularDataAssetId"s\n\x1bGetTabularDataAssetResponse\x12T\n\x12tabular_data_asset\x18\x01 \x01(\x0b\x32".weaveapi.data.v1.TabularDataAssetB\x02(\x01R\x10tabularDataAsset"\xc5\x01\n\x1cListTabularDataAssetsRequest\x12\x1d\n\nproject_id\x18\x01 \x01(\tR\tprojectId\x12)\n\x10include_archived\x18\x02 \x01(\x08R\x0fincludeArchived\x12\x1b\n\tpage_size\x18\x03 \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x04 \x01(\tR\tpageToken\x12\x1f\n\x0bworkflow_id\x18\x05 \x01(\tR\nworkflowId"\x9f\x01\n\x1dListTabularDataAssetsResponse\x12V\n\x13tabular_data_assets\x18\x01 \x03(\x0b\x32".weaveapi.data.v1.TabularDataAssetB\x02(\x01R\x11tabularDataAssets\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken"\xf9\x03\n\x1dUpdateTabularDataAssetRequest\x12\x1d\n\nproject_id\x18\x01 \x01(\tR\tprojectId\x12\x31\n\x15tabular_data_asset_id\x18\x02 \x01(\tR\x12tabularDataAssetId\x12\x12\n\x04name\x18\x03 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x04 \x01(\tR\x0b\x64\x65scription\x12\x46\n\x0bsource_type\x18\x05 \x01(\x0e\x32%.weaveapi.data.v1.DataAssetSourceTypeR\nsourceType\x12\x32\n\x15storage_connection_id\x18\x06 \x01(\tR\x13storageConnectionId\x12\x1d\n\ndataset_id\x18\x07 \x01(\tR\tdatasetId\x12\x19\n\x08\x64\x61ta_uri\x18\x08 \x01(\tR\x07\x64\x61taUri\x12#\n\rversion_label\x18\t \x01(\tR\x0cversionLabel\x12<\n\x0bschema_json\x18\n \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\nschemaJson\x12\x37\n\x08metadata\x18\x0b \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x08metadata"v\n\x1eUpdateTabularDataAssetResponse\x12T\n\x12tabular_data_asset\x18\x01 \x01(\x0b\x32".weaveapi.data.v1.TabularDataAssetB\x02(\x01R\x10tabularDataAsset"r\n\x1e\x41rchiveTabularDataAssetRequest\x12\x1d\n\nproject_id\x18\x01 \x01(\tR\tprojectId\x12\x31\n\x15tabular_data_asset_id\x18\x02 \x01(\tR\x12tabularDataAssetId"w\n\x1f\x41rchiveTabularDataAssetResponse\x12T\n\x12tabular_data_asset\x18\x01 \x01(\x0b\x32".weaveapi.data.v1.TabularDataAssetB\x02(\x01R\x10tabularDataAsset"q\n\x1d\x44\x65leteTabularDataAssetRequest\x12\x1d\n\nproject_id\x18\x01 \x01(\tR\tprojectId\x12\x31\n\x15tabular_data_asset_id\x18\x02 \x01(\tR\x12tabularDataAssetId" \n\x1e\x44\x65leteTabularDataAssetResponse"\xf6\x01\n\'AttachTabularDataAssetToWorkflowRequest\x12\x1d\n\nproject_id\x18\x01 \x01(\tR\tprojectId\x12\x1f\n\x0bworkflow_id\x18\x02 \x01(\tR\nworkflowId\x12\x31\n\x15tabular_data_asset_id\x18\x03 \x01(\tR\x12tabularDataAssetId\x12\x1f\n\x0b\x61ttached_by\x18\x04 \x01(\tR\nattachedBy\x12\x37\n\x08metadata\x18\x05 \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x08metadata"{\n(AttachTabularDataAssetToWorkflowResponse\x12O\n\x07\x62inding\x18\x01 \x01(\x0b\x32\x31.weaveapi.data.v1.WorkflowTabularDataAssetBindingB\x02(\x01R\x07\x62inding"\x9e\x01\n)DetachTabularDataAssetFromWorkflowRequest\x12\x1d\n\nproject_id\x18\x01 \x01(\tR\tprojectId\x12\x1f\n\x0bworkflow_id\x18\x02 \x01(\tR\nworkflowId\x12\x31\n\x15tabular_data_asset_id\x18\x03 \x01(\tR\x12tabularDataAssetId",\n*DetachTabularDataAssetFromWorkflowResponse"\xa9\x01\n+ListWorkflowTabularDataAssetBindingsRequest\x12\x1d\n\nproject_id\x18\x01 \x01(\tR\tprojectId\x12\x1f\n\x0bworkflow_id\x18\x02 \x01(\tR\nworkflowId\x12\x1b\n\tpage_size\x18\x03 \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x04 \x01(\tR\tpageToken"\xa9\x01\n,ListWorkflowTabularDataAssetBindingsResponse\x12Q\n\x08\x62indings\x18\x01 \x03(\x0b\x32\x31.weaveapi.data.v1.WorkflowTabularDataAssetBindingB\x02(\x01R\x08\x62indings\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken"\xaf\x02\n\x1fWorkflowTabularDataAssetBinding\x12\x1d\n\nproject_id\x18\x01 \x01(\tR\tprojectId\x12\x1f\n\x0bworkflow_id\x18\x02 \x01(\tR\nworkflowId\x12\x31\n\x15tabular_data_asset_id\x18\x03 \x01(\tR\x12tabularDataAssetId\x12\x1f\n\x0b\x61ttached_by\x18\x04 \x01(\tR\nattachedBy\x12\x37\n\x08metadata\x18\x05 \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x08metadata\x12?\n\x0b\x61ttached_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\nattachedAt2\xc1\x0f\n\x0b\x44\x61taService\x12\xad\x01\n\x16\x43reateTabularDataAsset\x12/.weaveapi.data.v1.CreateTabularDataAssetRequest\x1a\x30.weaveapi.data.v1.CreateTabularDataAssetResponse"0\x82\xd3\xe4\x93\x02*"%/v1/projects/{project_id}/data-assets:\x01*\x12\xb9\x01\n\x13GetTabularDataAsset\x12,.weaveapi.data.v1.GetTabularDataAssetRequest\x1a-.weaveapi.data.v1.GetTabularDataAssetResponse"E\x82\xd3\xe4\x93\x02?\x12=/v1/projects/{project_id}/data-assets/{tabular_data_asset_id}\x12\xe8\x01\n\x15ListTabularDataAssets\x12..weaveapi.data.v1.ListTabularDataAssetsRequest\x1a/.weaveapi.data.v1.ListTabularDataAssetsResponse"n\x82\xd3\xe4\x93\x02h\x12%/v1/projects/{project_id}/data-assetsZ?\x12=/v1/projects/{project_id}/workflows/{workflow_id}/data-assets\x12\xc5\x01\n\x16UpdateTabularDataAsset\x12/.weaveapi.data.v1.UpdateTabularDataAssetRequest\x1a\x30.weaveapi.data.v1.UpdateTabularDataAssetResponse"H\x82\xd3\xe4\x93\x02\x42\x32=/v1/projects/{project_id}/data-assets/{tabular_data_asset_id}:\x01*\x12\xd0\x01\n\x17\x41rchiveTabularDataAsset\x12\x30.weaveapi.data.v1.ArchiveTabularDataAssetRequest\x1a\x31.weaveapi.data.v1.ArchiveTabularDataAssetResponse"P\x82\xd3\xe4\x93\x02J"E/v1/projects/{project_id}/data-assets/{tabular_data_asset_id}:archive:\x01*\x12\xc2\x01\n\x16\x44\x65leteTabularDataAsset\x12/.weaveapi.data.v1.DeleteTabularDataAssetRequest\x1a\x30.weaveapi.data.v1.DeleteTabularDataAssetResponse"E\x82\xd3\xe4\x93\x02?*=/v1/projects/{project_id}/data-assets/{tabular_data_asset_id}\x12\x82\x02\n AttachTabularDataAssetToWorkflow\x12\x39.weaveapi.data.v1.AttachTabularDataAssetToWorkflowRequest\x1a:.weaveapi.data.v1.AttachTabularDataAssetToWorkflowResponse"g\x82\xd3\xe4\x93\x02\x61"\\/v1/projects/{project_id}/workflows/{workflow_id}/data-assets/{tabular_data_asset_id}:attach:\x01*\x12\xfe\x01\n"DetachTabularDataAssetFromWorkflow\x12;.weaveapi.data.v1.DetachTabularDataAssetFromWorkflowRequest\x1a<.weaveapi.data.v1.DetachTabularDataAssetFromWorkflowResponse"]\x82\xd3\xe4\x93\x02W*U/v1/projects/{project_id}/workflows/{workflow_id}/data-assets/{tabular_data_asset_id}\x12\xf4\x01\n$ListWorkflowTabularDataAssetBindings\x12=.weaveapi.data.v1.ListWorkflowTabularDataAssetBindingsRequest\x1a>.weaveapi.data.v1.ListWorkflowTabularDataAssetBindingsResponse"M\x82\xd3\xe4\x93\x02G\x12\x45/v1/projects/{project_id}/workflows/{workflow_id}/data-asset-bindingsB\xbc\x01\n\x14\x63om.weaveapi.data.v1B\x0cServiceProtoP\x01Z4github.com/weave-labs/weave-go/weaveapi/data/v1;data\xa2\x02\x03WDX\xaa\x02\x10Weaveapi.Data.V1\xca\x02\x10Weaveapi\\Data\\V1\xe2\x02\x1cWeaveapi\\Data\\V1\\GPBMetadata\xea\x02\x12Weaveapi::Data::V1b\x08\x65\x64itionsp\xe8\x07'
|
|
24
|
+
)
|
|
25
|
+
|
|
26
|
+
_globals = globals()
|
|
27
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
28
|
+
_builder.BuildTopDescriptorsAndMessages(
|
|
29
|
+
DESCRIPTOR, "weaveapi.data.v1.service_pb2", _globals
|
|
30
|
+
)
|
|
31
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
32
|
+
_globals["DESCRIPTOR"]._loaded_options = None
|
|
33
|
+
_globals[
|
|
34
|
+
"DESCRIPTOR"
|
|
35
|
+
]._serialized_options = b"\n\024com.weaveapi.data.v1B\014ServiceProtoP\001Z4github.com/weave-labs/weave-go/weaveapi/data/v1;data\242\002\003WDX\252\002\020Weaveapi.Data.V1\312\002\020Weaveapi\\Data\\V1\342\002\034Weaveapi\\Data\\V1\\GPBMetadata\352\002\022Weaveapi::Data::V1"
|
|
36
|
+
_globals["_CREATETABULARDATAASSETREQUEST"].fields_by_name[
|
|
37
|
+
"schema_json"
|
|
38
|
+
]._loaded_options = None
|
|
39
|
+
_globals["_CREATETABULARDATAASSETREQUEST"].fields_by_name[
|
|
40
|
+
"schema_json"
|
|
41
|
+
]._serialized_options = b"(\001"
|
|
42
|
+
_globals["_CREATETABULARDATAASSETREQUEST"].fields_by_name[
|
|
43
|
+
"metadata"
|
|
44
|
+
]._loaded_options = None
|
|
45
|
+
_globals["_CREATETABULARDATAASSETREQUEST"].fields_by_name[
|
|
46
|
+
"metadata"
|
|
47
|
+
]._serialized_options = b"(\001"
|
|
48
|
+
_globals["_CREATETABULARDATAASSETRESPONSE"].fields_by_name[
|
|
49
|
+
"tabular_data_asset"
|
|
50
|
+
]._loaded_options = None
|
|
51
|
+
_globals["_CREATETABULARDATAASSETRESPONSE"].fields_by_name[
|
|
52
|
+
"tabular_data_asset"
|
|
53
|
+
]._serialized_options = b"(\001"
|
|
54
|
+
_globals["_GETTABULARDATAASSETRESPONSE"].fields_by_name[
|
|
55
|
+
"tabular_data_asset"
|
|
56
|
+
]._loaded_options = None
|
|
57
|
+
_globals["_GETTABULARDATAASSETRESPONSE"].fields_by_name[
|
|
58
|
+
"tabular_data_asset"
|
|
59
|
+
]._serialized_options = b"(\001"
|
|
60
|
+
_globals["_LISTTABULARDATAASSETSRESPONSE"].fields_by_name[
|
|
61
|
+
"tabular_data_assets"
|
|
62
|
+
]._loaded_options = None
|
|
63
|
+
_globals["_LISTTABULARDATAASSETSRESPONSE"].fields_by_name[
|
|
64
|
+
"tabular_data_assets"
|
|
65
|
+
]._serialized_options = b"(\001"
|
|
66
|
+
_globals["_UPDATETABULARDATAASSETREQUEST"].fields_by_name[
|
|
67
|
+
"schema_json"
|
|
68
|
+
]._loaded_options = None
|
|
69
|
+
_globals["_UPDATETABULARDATAASSETREQUEST"].fields_by_name[
|
|
70
|
+
"schema_json"
|
|
71
|
+
]._serialized_options = b"(\001"
|
|
72
|
+
_globals["_UPDATETABULARDATAASSETREQUEST"].fields_by_name[
|
|
73
|
+
"metadata"
|
|
74
|
+
]._loaded_options = None
|
|
75
|
+
_globals["_UPDATETABULARDATAASSETREQUEST"].fields_by_name[
|
|
76
|
+
"metadata"
|
|
77
|
+
]._serialized_options = b"(\001"
|
|
78
|
+
_globals["_UPDATETABULARDATAASSETRESPONSE"].fields_by_name[
|
|
79
|
+
"tabular_data_asset"
|
|
80
|
+
]._loaded_options = None
|
|
81
|
+
_globals["_UPDATETABULARDATAASSETRESPONSE"].fields_by_name[
|
|
82
|
+
"tabular_data_asset"
|
|
83
|
+
]._serialized_options = b"(\001"
|
|
84
|
+
_globals["_ARCHIVETABULARDATAASSETRESPONSE"].fields_by_name[
|
|
85
|
+
"tabular_data_asset"
|
|
86
|
+
]._loaded_options = None
|
|
87
|
+
_globals["_ARCHIVETABULARDATAASSETRESPONSE"].fields_by_name[
|
|
88
|
+
"tabular_data_asset"
|
|
89
|
+
]._serialized_options = b"(\001"
|
|
90
|
+
_globals["_ATTACHTABULARDATAASSETTOWORKFLOWREQUEST"].fields_by_name[
|
|
91
|
+
"metadata"
|
|
92
|
+
]._loaded_options = None
|
|
93
|
+
_globals["_ATTACHTABULARDATAASSETTOWORKFLOWREQUEST"].fields_by_name[
|
|
94
|
+
"metadata"
|
|
95
|
+
]._serialized_options = b"(\001"
|
|
96
|
+
_globals["_ATTACHTABULARDATAASSETTOWORKFLOWRESPONSE"].fields_by_name[
|
|
97
|
+
"binding"
|
|
98
|
+
]._loaded_options = None
|
|
99
|
+
_globals["_ATTACHTABULARDATAASSETTOWORKFLOWRESPONSE"].fields_by_name[
|
|
100
|
+
"binding"
|
|
101
|
+
]._serialized_options = b"(\001"
|
|
102
|
+
_globals["_LISTWORKFLOWTABULARDATAASSETBINDINGSRESPONSE"].fields_by_name[
|
|
103
|
+
"bindings"
|
|
104
|
+
]._loaded_options = None
|
|
105
|
+
_globals["_LISTWORKFLOWTABULARDATAASSETBINDINGSRESPONSE"].fields_by_name[
|
|
106
|
+
"bindings"
|
|
107
|
+
]._serialized_options = b"(\001"
|
|
108
|
+
_globals["_WORKFLOWTABULARDATAASSETBINDING"].fields_by_name[
|
|
109
|
+
"metadata"
|
|
110
|
+
]._loaded_options = None
|
|
111
|
+
_globals["_WORKFLOWTABULARDATAASSETBINDING"].fields_by_name[
|
|
112
|
+
"metadata"
|
|
113
|
+
]._serialized_options = b"(\001"
|
|
114
|
+
_globals["_WORKFLOWTABULARDATAASSETBINDING"].fields_by_name[
|
|
115
|
+
"attached_at"
|
|
116
|
+
]._loaded_options = None
|
|
117
|
+
_globals["_WORKFLOWTABULARDATAASSETBINDING"].fields_by_name[
|
|
118
|
+
"attached_at"
|
|
119
|
+
]._serialized_options = b"(\001"
|
|
120
|
+
_globals["_DATASERVICE"].methods_by_name[
|
|
121
|
+
"CreateTabularDataAsset"
|
|
122
|
+
]._loaded_options = None
|
|
123
|
+
_globals["_DATASERVICE"].methods_by_name[
|
|
124
|
+
"CreateTabularDataAsset"
|
|
125
|
+
]._serialized_options = (
|
|
126
|
+
b'\202\323\344\223\002*"%/v1/projects/{project_id}/data-assets:\001*'
|
|
127
|
+
)
|
|
128
|
+
_globals["_DATASERVICE"].methods_by_name[
|
|
129
|
+
"GetTabularDataAsset"
|
|
130
|
+
]._loaded_options = None
|
|
131
|
+
_globals["_DATASERVICE"].methods_by_name[
|
|
132
|
+
"GetTabularDataAsset"
|
|
133
|
+
]._serialized_options = b"\202\323\344\223\002?\022=/v1/projects/{project_id}/data-assets/{tabular_data_asset_id}"
|
|
134
|
+
_globals["_DATASERVICE"].methods_by_name[
|
|
135
|
+
"ListTabularDataAssets"
|
|
136
|
+
]._loaded_options = None
|
|
137
|
+
_globals["_DATASERVICE"].methods_by_name[
|
|
138
|
+
"ListTabularDataAssets"
|
|
139
|
+
]._serialized_options = b"\202\323\344\223\002h\022%/v1/projects/{project_id}/data-assetsZ?\022=/v1/projects/{project_id}/workflows/{workflow_id}/data-assets"
|
|
140
|
+
_globals["_DATASERVICE"].methods_by_name[
|
|
141
|
+
"UpdateTabularDataAsset"
|
|
142
|
+
]._loaded_options = None
|
|
143
|
+
_globals["_DATASERVICE"].methods_by_name[
|
|
144
|
+
"UpdateTabularDataAsset"
|
|
145
|
+
]._serialized_options = b"\202\323\344\223\002B2=/v1/projects/{project_id}/data-assets/{tabular_data_asset_id}:\001*"
|
|
146
|
+
_globals["_DATASERVICE"].methods_by_name[
|
|
147
|
+
"ArchiveTabularDataAsset"
|
|
148
|
+
]._loaded_options = None
|
|
149
|
+
_globals["_DATASERVICE"].methods_by_name[
|
|
150
|
+
"ArchiveTabularDataAsset"
|
|
151
|
+
]._serialized_options = b'\202\323\344\223\002J"E/v1/projects/{project_id}/data-assets/{tabular_data_asset_id}:archive:\001*'
|
|
152
|
+
_globals["_DATASERVICE"].methods_by_name[
|
|
153
|
+
"DeleteTabularDataAsset"
|
|
154
|
+
]._loaded_options = None
|
|
155
|
+
_globals["_DATASERVICE"].methods_by_name[
|
|
156
|
+
"DeleteTabularDataAsset"
|
|
157
|
+
]._serialized_options = b"\202\323\344\223\002?*=/v1/projects/{project_id}/data-assets/{tabular_data_asset_id}"
|
|
158
|
+
_globals["_DATASERVICE"].methods_by_name[
|
|
159
|
+
"AttachTabularDataAssetToWorkflow"
|
|
160
|
+
]._loaded_options = None
|
|
161
|
+
_globals["_DATASERVICE"].methods_by_name[
|
|
162
|
+
"AttachTabularDataAssetToWorkflow"
|
|
163
|
+
]._serialized_options = b'\202\323\344\223\002a"\\/v1/projects/{project_id}/workflows/{workflow_id}/data-assets/{tabular_data_asset_id}:attach:\001*'
|
|
164
|
+
_globals["_DATASERVICE"].methods_by_name[
|
|
165
|
+
"DetachTabularDataAssetFromWorkflow"
|
|
166
|
+
]._loaded_options = None
|
|
167
|
+
_globals["_DATASERVICE"].methods_by_name[
|
|
168
|
+
"DetachTabularDataAssetFromWorkflow"
|
|
169
|
+
]._serialized_options = b"\202\323\344\223\002W*U/v1/projects/{project_id}/workflows/{workflow_id}/data-assets/{tabular_data_asset_id}"
|
|
170
|
+
_globals["_DATASERVICE"].methods_by_name[
|
|
171
|
+
"ListWorkflowTabularDataAssetBindings"
|
|
172
|
+
]._loaded_options = None
|
|
173
|
+
_globals["_DATASERVICE"].methods_by_name[
|
|
174
|
+
"ListWorkflowTabularDataAssetBindings"
|
|
175
|
+
]._serialized_options = b"\202\323\344\223\002G\022E/v1/projects/{project_id}/workflows/{workflow_id}/data-asset-bindings"
|
|
176
|
+
_globals["_CREATETABULARDATAASSETREQUEST"]._serialized_start = 175
|
|
177
|
+
_globals["_CREATETABULARDATAASSETREQUEST"]._serialized_end = 629
|
|
178
|
+
_globals["_CREATETABULARDATAASSETRESPONSE"]._serialized_start = 631
|
|
179
|
+
_globals["_CREATETABULARDATAASSETRESPONSE"]._serialized_end = 749
|
|
180
|
+
_globals["_GETTABULARDATAASSETREQUEST"]._serialized_start = 751
|
|
181
|
+
_globals["_GETTABULARDATAASSETREQUEST"]._serialized_end = 861
|
|
182
|
+
_globals["_GETTABULARDATAASSETRESPONSE"]._serialized_start = 863
|
|
183
|
+
_globals["_GETTABULARDATAASSETRESPONSE"]._serialized_end = 978
|
|
184
|
+
_globals["_LISTTABULARDATAASSETSREQUEST"]._serialized_start = 981
|
|
185
|
+
_globals["_LISTTABULARDATAASSETSREQUEST"]._serialized_end = 1178
|
|
186
|
+
_globals["_LISTTABULARDATAASSETSRESPONSE"]._serialized_start = 1181
|
|
187
|
+
_globals["_LISTTABULARDATAASSETSRESPONSE"]._serialized_end = 1340
|
|
188
|
+
_globals["_UPDATETABULARDATAASSETREQUEST"]._serialized_start = 1343
|
|
189
|
+
_globals["_UPDATETABULARDATAASSETREQUEST"]._serialized_end = 1848
|
|
190
|
+
_globals["_UPDATETABULARDATAASSETRESPONSE"]._serialized_start = 1850
|
|
191
|
+
_globals["_UPDATETABULARDATAASSETRESPONSE"]._serialized_end = 1968
|
|
192
|
+
_globals["_ARCHIVETABULARDATAASSETREQUEST"]._serialized_start = 1970
|
|
193
|
+
_globals["_ARCHIVETABULARDATAASSETREQUEST"]._serialized_end = 2084
|
|
194
|
+
_globals["_ARCHIVETABULARDATAASSETRESPONSE"]._serialized_start = 2086
|
|
195
|
+
_globals["_ARCHIVETABULARDATAASSETRESPONSE"]._serialized_end = 2205
|
|
196
|
+
_globals["_DELETETABULARDATAASSETREQUEST"]._serialized_start = 2207
|
|
197
|
+
_globals["_DELETETABULARDATAASSETREQUEST"]._serialized_end = 2320
|
|
198
|
+
_globals["_DELETETABULARDATAASSETRESPONSE"]._serialized_start = 2322
|
|
199
|
+
_globals["_DELETETABULARDATAASSETRESPONSE"]._serialized_end = 2354
|
|
200
|
+
_globals["_ATTACHTABULARDATAASSETTOWORKFLOWREQUEST"]._serialized_start = 2357
|
|
201
|
+
_globals["_ATTACHTABULARDATAASSETTOWORKFLOWREQUEST"]._serialized_end = 2603
|
|
202
|
+
_globals["_ATTACHTABULARDATAASSETTOWORKFLOWRESPONSE"]._serialized_start = 2605
|
|
203
|
+
_globals["_ATTACHTABULARDATAASSETTOWORKFLOWRESPONSE"]._serialized_end = 2728
|
|
204
|
+
_globals["_DETACHTABULARDATAASSETFROMWORKFLOWREQUEST"]._serialized_start = 2731
|
|
205
|
+
_globals["_DETACHTABULARDATAASSETFROMWORKFLOWREQUEST"]._serialized_end = 2889
|
|
206
|
+
_globals["_DETACHTABULARDATAASSETFROMWORKFLOWRESPONSE"]._serialized_start = 2891
|
|
207
|
+
_globals["_DETACHTABULARDATAASSETFROMWORKFLOWRESPONSE"]._serialized_end = 2935
|
|
208
|
+
_globals["_LISTWORKFLOWTABULARDATAASSETBINDINGSREQUEST"]._serialized_start = 2938
|
|
209
|
+
_globals["_LISTWORKFLOWTABULARDATAASSETBINDINGSREQUEST"]._serialized_end = 3107
|
|
210
|
+
_globals["_LISTWORKFLOWTABULARDATAASSETBINDINGSRESPONSE"]._serialized_start = 3110
|
|
211
|
+
_globals["_LISTWORKFLOWTABULARDATAASSETBINDINGSRESPONSE"]._serialized_end = 3279
|
|
212
|
+
_globals["_WORKFLOWTABULARDATAASSETBINDING"]._serialized_start = 3282
|
|
213
|
+
_globals["_WORKFLOWTABULARDATAASSETBINDING"]._serialized_end = 3585
|
|
214
|
+
_globals["_DATASERVICE"]._serialized_start = 3588
|
|
215
|
+
_globals["_DATASERVICE"]._serialized_end = 5573
|
|
216
|
+
# @@protoc_insertion_point(module_scope)
|