weave-python 0.30.5__tar.gz → 0.30.6__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.5 → weave_python-0.30.6}/PKG-INFO +1 -1
- weave_python-0.30.6/weave/weaveapi/project/v1/project_pb2.py +46 -0
- weave_python-0.30.6/weave/weaveapi/project/v1/project_pb2.pyi +114 -0
- weave_python-0.30.6/weave/weaveapi/project/v1/service_pb2.py +110 -0
- weave_python-0.30.6/weave/weaveapi/project/v1/service_pb2.pyi +299 -0
- weave_python-0.30.6/weave/weaveapi/project/v1/service_pb2_grpc.py +322 -0
- weave_python-0.30.6/weave/weaveapi/project/v1/service_pb2_grpc.pyi +133 -0
- weave_python-0.30.6/weave/weaveapi/synthesize/v1/training_pb2_grpc.py +2 -0
- weave_python-0.30.6/weave/weaveapi/synthesize/v1/training_pb2_grpc.pyi +21 -0
- weave_python-0.30.6/weave/weaveapi/workflow/v1/service_pb2.py +162 -0
- weave_python-0.30.6/weave/weaveapi/workflow/v1/service_pb2.pyi +453 -0
- weave_python-0.30.6/weave/weaveapi/workflow/v1/service_pb2_grpc.py +416 -0
- weave_python-0.30.6/weave/weaveapi/workflow/v1/service_pb2_grpc.pyi +168 -0
- weave_python-0.30.6/weave/weaveapi/workflow/v1/workflow_pb2.py +56 -0
- weave_python-0.30.6/weave/weaveapi/workflow/v1/workflow_pb2.pyi +229 -0
- weave_python-0.30.6/weave/weaveapi/workflow/v1/workflow_pb2_grpc.py +2 -0
- weave_python-0.30.6/weave/weaveapi/workflow/v1/workflow_pb2_grpc.pyi +21 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weavesql/llmxdb/capabilities.py +11 -11
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weavesql/llmxdb/changes.py +20 -18
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weavesql/llmxdb/models.py +24 -22
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weavesql/llmxdb/providers.py +25 -21
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weavesql/llmxdb/scraper_runs.py +17 -17
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weavesql/llmxdb/search.py +35 -35
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weavesql/weavedb/llm_provider_credentials.py +1 -1
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weavesql/weavedb/models.py +110 -45
- weave_python-0.30.6/weave/weavesql/weavedb/project.py +338 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weavesql/weavedb/storage.py +10 -10
- weave_python-0.30.6/weave/weavesql/weavedb/workflow.py +539 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/.github/runs-on.yml +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/.github/workflows/format-lint.yaml +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/.github/workflows/generate.yaml +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/.github/workflows/release.yaml +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/.gitignore +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/.python-version +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/LICENSE +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/README.md +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/Taskfile.yaml +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/buf.gen.yaml +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/pyproject.toml +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/renovate.json +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/tools/sqlcgen/README.md +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/tools/sqlcgen/sqlcgen.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/tools/sqlcgen/test_sqlcgen.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/uv.lock +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/auth/v1/service_pb2.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/auth/v1/service_pb2.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/auth/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/auth/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/auth/v1/session_pb2.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/auth/v1/session_pb2.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/auth/v1/session_pb2_grpc.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/auth/v1/session_pb2_grpc.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/auth/v1/usage_pb2.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/auth/v1/usage_pb2.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/auth/v1/usage_pb2_grpc.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/auth/v1/usage_pb2_grpc.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/auth/v1/user_pb2.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/auth/v1/user_pb2.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/auth/v1/user_pb2_grpc.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/auth/v1/user_pb2_grpc.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/generate/v1/configuration_pb2.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/generate/v1/configuration_pb2.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/generate/v1/configuration_pb2_grpc.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/generate/v1/configuration_pb2_grpc.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/generate/v1/generate_pb2.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/generate/v1/generate_pb2.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/generate/v1/generate_pb2_grpc.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/generate/v1/generate_pb2_grpc.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/generate/v1/service_pb2.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/generate/v1/service_pb2.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/generate/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/generate/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/llmx/v1/architecture_pb2.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/llmx/v1/architecture_pb2.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/llmx/v1/architecture_pb2_grpc.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/llmx/v1/architecture_pb2_grpc.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/llmx/v1/capabilities_pb2.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/llmx/v1/capabilities_pb2.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/llmx/v1/capabilities_pb2_grpc.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/llmx/v1/capabilities_pb2_grpc.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/llmx/v1/model_pb2.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/llmx/v1/model_pb2.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/llmx/v1/model_pb2_grpc.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/llmx/v1/model_pb2_grpc.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/llmx/v1/pricing_pb2.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/llmx/v1/pricing_pb2.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/llmx/v1/pricing_pb2_grpc.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/llmx/v1/pricing_pb2_grpc.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/llmx/v1/provider_pb2.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/llmx/v1/provider_pb2.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/llmx/v1/provider_pb2_grpc.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/llmx/v1/provider_pb2_grpc.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/llmx/v1/service_pb2.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/llmx/v1/service_pb2.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/llmx/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/llmx/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/mcpregistry/v1/server_pb2.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/mcpregistry/v1/server_pb2.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/mcpregistry/v1/server_pb2_grpc.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/mcpregistry/v1/server_pb2_grpc.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/mcpregistry/v1/service_pb2.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/mcpregistry/v1/service_pb2.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/mcpregistry/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/mcpregistry/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/payment/v1/invoice_pb2.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/payment/v1/invoice_pb2.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/payment/v1/invoice_pb2_grpc.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/payment/v1/invoice_pb2_grpc.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/payment/v1/service_pb2.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/payment/v1/service_pb2.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/payment/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/payment/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/payment/v1/subscription_pb2.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/payment/v1/subscription_pb2.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/payment/v1/subscription_pb2_grpc.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/payment/v1/subscription_pb2_grpc.pyi +0 -0
- /weave_python-0.30.5/weave/weaveapi/storage/v1/auth_pb2_grpc.py → /weave_python-0.30.6/weave/weaveapi/project/v1/project_pb2_grpc.py +0 -0
- /weave_python-0.30.5/weave/weaveapi/storage/v1/auth_pb2_grpc.pyi → /weave_python-0.30.6/weave/weaveapi/project/v1/project_pb2_grpc.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/storage/v1/auth_pb2.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/storage/v1/auth_pb2.pyi +0 -0
- /weave_python-0.30.5/weave/weaveapi/storage/v1/nosql_database_pb2_grpc.py → /weave_python-0.30.6/weave/weaveapi/storage/v1/auth_pb2_grpc.py +0 -0
- /weave_python-0.30.5/weave/weaveapi/storage/v1/nosql_database_pb2_grpc.pyi → /weave_python-0.30.6/weave/weaveapi/storage/v1/auth_pb2_grpc.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/storage/v1/nosql_database_pb2.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/storage/v1/nosql_database_pb2.pyi +0 -0
- /weave_python-0.30.5/weave/weaveapi/storage/v1/object_store_pb2_grpc.py → /weave_python-0.30.6/weave/weaveapi/storage/v1/nosql_database_pb2_grpc.py +0 -0
- /weave_python-0.30.5/weave/weaveapi/storage/v1/object_store_pb2_grpc.pyi → /weave_python-0.30.6/weave/weaveapi/storage/v1/nosql_database_pb2_grpc.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/storage/v1/object_store_pb2.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/storage/v1/object_store_pb2.pyi +0 -0
- /weave_python-0.30.5/weave/weaveapi/storage/v1/sql_database_pb2_grpc.py → /weave_python-0.30.6/weave/weaveapi/storage/v1/object_store_pb2_grpc.py +0 -0
- /weave_python-0.30.5/weave/weaveapi/storage/v1/sql_database_pb2_grpc.pyi → /weave_python-0.30.6/weave/weaveapi/storage/v1/object_store_pb2_grpc.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/storage/v1/service_pb2.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/storage/v1/service_pb2.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/storage/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/storage/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/storage/v1/sql_database_pb2.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/storage/v1/sql_database_pb2.pyi +0 -0
- /weave_python-0.30.5/weave/weaveapi/storage/v1/storage_pb2_grpc.py → /weave_python-0.30.6/weave/weaveapi/storage/v1/sql_database_pb2_grpc.py +0 -0
- /weave_python-0.30.5/weave/weaveapi/storage/v1/storage_pb2_grpc.pyi → /weave_python-0.30.6/weave/weaveapi/storage/v1/sql_database_pb2_grpc.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/storage/v1/storage_pb2.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/storage/v1/storage_pb2.pyi +0 -0
- /weave_python-0.30.5/weave/weaveapi/synthesize/v1/dataset_pb2_grpc.py → /weave_python-0.30.6/weave/weaveapi/storage/v1/storage_pb2_grpc.py +0 -0
- /weave_python-0.30.5/weave/weaveapi/synthesize/v1/dataset_pb2_grpc.pyi → /weave_python-0.30.6/weave/weaveapi/storage/v1/storage_pb2_grpc.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/synthesize/v1/dataset_pb2.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/synthesize/v1/dataset_pb2.pyi +0 -0
- /weave_python-0.30.5/weave/weaveapi/synthesize/v1/inline_data_pb2_grpc.py → /weave_python-0.30.6/weave/weaveapi/synthesize/v1/dataset_pb2_grpc.py +0 -0
- /weave_python-0.30.5/weave/weaveapi/synthesize/v1/inline_data_pb2_grpc.pyi → /weave_python-0.30.6/weave/weaveapi/synthesize/v1/dataset_pb2_grpc.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/synthesize/v1/inline_data_pb2.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/synthesize/v1/inline_data_pb2.pyi +0 -0
- /weave_python-0.30.5/weave/weaveapi/synthesize/v1/relationship_pb2_grpc.py → /weave_python-0.30.6/weave/weaveapi/synthesize/v1/inline_data_pb2_grpc.py +0 -0
- /weave_python-0.30.5/weave/weaveapi/synthesize/v1/relationship_pb2_grpc.pyi → /weave_python-0.30.6/weave/weaveapi/synthesize/v1/inline_data_pb2_grpc.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/synthesize/v1/relationship_pb2.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/synthesize/v1/relationship_pb2.pyi +0 -0
- /weave_python-0.30.5/weave/weaveapi/synthesize/v1/training_pb2_grpc.py → /weave_python-0.30.6/weave/weaveapi/synthesize/v1/relationship_pb2_grpc.py +0 -0
- /weave_python-0.30.5/weave/weaveapi/synthesize/v1/training_pb2_grpc.pyi → /weave_python-0.30.6/weave/weaveapi/synthesize/v1/relationship_pb2_grpc.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/synthesize/v1/service_pb2.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/synthesize/v1/service_pb2.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/synthesize/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/synthesize/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/synthesize/v1/training_pb2.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/synthesize/v1/training_pb2.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/workflowdata/v1/service_pb2.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/workflowdata/v1/service_pb2.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/workflowdata/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weaveapi/workflowdata/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weavesql/weavedb/dataset.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weavesql/weavedb/relationships.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weavesql/weavedb/schema.py +0 -0
- {weave_python-0.30.5 → weave_python-0.30.6}/weave/weavesql/weavedb/synthesizer.py +0 -0
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: weaveapi/project/v1/project.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/project/v1/project.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!weaveapi/project/v1/project.proto\x12\x13weaveapi.project.v1\x1a\x1fgoogle/protobuf/timestamp.proto"\x82\x03\n\x07Project\x12\x1d\n\nproject_id\x18\x01 \x01(\tR\tprojectId\x12\'\n\x0forganization_id\x18\x02 \x01(\tR\x0eorganizationId\x12\x12\n\x04name\x18\x03 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x04 \x01(\tR\x0b\x64\x65scription\x12:\n\x06status\x18\x05 \x01(\x0e\x32".weaveapi.project.v1.ProjectStatusR\x06status\x12=\n\ncreated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tcreatedAt\x12=\n\nupdated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tupdatedAt\x12?\n\x0b\x61rchived_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\narchivedAt*g\n\rProjectStatus\x12\x1e\n\x1aPROJECT_STATUS_UNSPECIFIED\x10\x00\x12\x19\n\x15PROJECT_STATUS_ACTIVE\x10\x01\x12\x1b\n\x17PROJECT_STATUS_ARCHIVED\x10\x02\x42\xd1\x01\n\x17\x63om.weaveapi.project.v1B\x0cProjectProtoP\x01Z:github.com/weave-labs/weave-go/weaveapi/project/v1;project\xa2\x02\x03WPX\xaa\x02\x13Weaveapi.Project.V1\xca\x02\x13Weaveapi\\Project\\V1\xe2\x02\x1fWeaveapi\\Project\\V1\\GPBMetadata\xea\x02\x15Weaveapi::Project::V1b\x08\x65\x64itionsp\xe8\x07'
|
|
24
|
+
)
|
|
25
|
+
|
|
26
|
+
_globals = globals()
|
|
27
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
28
|
+
_builder.BuildTopDescriptorsAndMessages(
|
|
29
|
+
DESCRIPTOR, "weaveapi.project.v1.project_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\027com.weaveapi.project.v1B\014ProjectProtoP\001Z:github.com/weave-labs/weave-go/weaveapi/project/v1;project\242\002\003WPX\252\002\023Weaveapi.Project.V1\312\002\023Weaveapi\\Project\\V1\342\002\037Weaveapi\\Project\\V1\\GPBMetadata\352\002\025Weaveapi::Project::V1"
|
|
36
|
+
_globals["_PROJECT"].fields_by_name["created_at"]._loaded_options = None
|
|
37
|
+
_globals["_PROJECT"].fields_by_name["created_at"]._serialized_options = b"(\001"
|
|
38
|
+
_globals["_PROJECT"].fields_by_name["updated_at"]._loaded_options = None
|
|
39
|
+
_globals["_PROJECT"].fields_by_name["updated_at"]._serialized_options = b"(\001"
|
|
40
|
+
_globals["_PROJECT"].fields_by_name["archived_at"]._loaded_options = None
|
|
41
|
+
_globals["_PROJECT"].fields_by_name["archived_at"]._serialized_options = b"(\001"
|
|
42
|
+
_globals["_PROJECTSTATUS"]._serialized_start = 480
|
|
43
|
+
_globals["_PROJECTSTATUS"]._serialized_end = 583
|
|
44
|
+
_globals["_PROJECT"]._serialized_start = 92
|
|
45
|
+
_globals["_PROJECT"]._serialized_end = 478
|
|
46
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
from google.protobuf import descriptor as _descriptor
|
|
7
|
+
from google.protobuf import message as _message
|
|
8
|
+
from google.protobuf import timestamp_pb2 as _timestamp_pb2
|
|
9
|
+
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
|
10
|
+
import builtins as _builtins
|
|
11
|
+
import sys
|
|
12
|
+
import typing as _typing
|
|
13
|
+
|
|
14
|
+
if sys.version_info >= (3, 10):
|
|
15
|
+
from typing import TypeAlias as _TypeAlias
|
|
16
|
+
else:
|
|
17
|
+
from typing_extensions import TypeAlias as _TypeAlias
|
|
18
|
+
|
|
19
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
20
|
+
|
|
21
|
+
class _ProjectStatus:
|
|
22
|
+
ValueType = _typing.NewType("ValueType", _builtins.int)
|
|
23
|
+
V: _TypeAlias = ValueType # noqa: Y015
|
|
24
|
+
|
|
25
|
+
class _ProjectStatusEnumTypeWrapper(
|
|
26
|
+
_enum_type_wrapper._EnumTypeWrapper[_ProjectStatus.ValueType], _builtins.type
|
|
27
|
+
):
|
|
28
|
+
DESCRIPTOR: _descriptor.EnumDescriptor
|
|
29
|
+
PROJECT_STATUS_UNSPECIFIED: _ProjectStatus.ValueType # 0
|
|
30
|
+
PROJECT_STATUS_ACTIVE: _ProjectStatus.ValueType # 1
|
|
31
|
+
PROJECT_STATUS_ARCHIVED: _ProjectStatus.ValueType # 2
|
|
32
|
+
|
|
33
|
+
class ProjectStatus(_ProjectStatus, metaclass=_ProjectStatusEnumTypeWrapper): ...
|
|
34
|
+
|
|
35
|
+
PROJECT_STATUS_UNSPECIFIED: ProjectStatus.ValueType # 0
|
|
36
|
+
PROJECT_STATUS_ACTIVE: ProjectStatus.ValueType # 1
|
|
37
|
+
PROJECT_STATUS_ARCHIVED: ProjectStatus.ValueType # 2
|
|
38
|
+
Global___ProjectStatus: _TypeAlias = ProjectStatus # noqa: Y015
|
|
39
|
+
|
|
40
|
+
@_typing.final
|
|
41
|
+
class Project(_message.Message):
|
|
42
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
43
|
+
|
|
44
|
+
PROJECT_ID_FIELD_NUMBER: _builtins.int
|
|
45
|
+
ORGANIZATION_ID_FIELD_NUMBER: _builtins.int
|
|
46
|
+
NAME_FIELD_NUMBER: _builtins.int
|
|
47
|
+
DESCRIPTION_FIELD_NUMBER: _builtins.int
|
|
48
|
+
STATUS_FIELD_NUMBER: _builtins.int
|
|
49
|
+
CREATED_AT_FIELD_NUMBER: _builtins.int
|
|
50
|
+
UPDATED_AT_FIELD_NUMBER: _builtins.int
|
|
51
|
+
ARCHIVED_AT_FIELD_NUMBER: _builtins.int
|
|
52
|
+
project_id: _builtins.str
|
|
53
|
+
organization_id: _builtins.str
|
|
54
|
+
name: _builtins.str
|
|
55
|
+
description: _builtins.str
|
|
56
|
+
status: Global___ProjectStatus.ValueType
|
|
57
|
+
@_builtins.property
|
|
58
|
+
def created_at(self) -> _timestamp_pb2.Timestamp: ...
|
|
59
|
+
@_builtins.property
|
|
60
|
+
def updated_at(self) -> _timestamp_pb2.Timestamp: ...
|
|
61
|
+
@_builtins.property
|
|
62
|
+
def archived_at(self) -> _timestamp_pb2.Timestamp: ...
|
|
63
|
+
def __init__(
|
|
64
|
+
self,
|
|
65
|
+
*,
|
|
66
|
+
project_id: _builtins.str | None = ...,
|
|
67
|
+
organization_id: _builtins.str | None = ...,
|
|
68
|
+
name: _builtins.str | None = ...,
|
|
69
|
+
description: _builtins.str | None = ...,
|
|
70
|
+
status: Global___ProjectStatus.ValueType | None = ...,
|
|
71
|
+
created_at: _timestamp_pb2.Timestamp | None = ...,
|
|
72
|
+
updated_at: _timestamp_pb2.Timestamp | None = ...,
|
|
73
|
+
archived_at: _timestamp_pb2.Timestamp | None = ...,
|
|
74
|
+
) -> None: ...
|
|
75
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal[
|
|
76
|
+
"archived_at",
|
|
77
|
+
b"archived_at",
|
|
78
|
+
"created_at",
|
|
79
|
+
b"created_at",
|
|
80
|
+
"description",
|
|
81
|
+
b"description",
|
|
82
|
+
"name",
|
|
83
|
+
b"name",
|
|
84
|
+
"organization_id",
|
|
85
|
+
b"organization_id",
|
|
86
|
+
"project_id",
|
|
87
|
+
b"project_id",
|
|
88
|
+
"status",
|
|
89
|
+
b"status",
|
|
90
|
+
"updated_at",
|
|
91
|
+
b"updated_at",
|
|
92
|
+
] # noqa: Y015
|
|
93
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
94
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal[
|
|
95
|
+
"archived_at",
|
|
96
|
+
b"archived_at",
|
|
97
|
+
"created_at",
|
|
98
|
+
b"created_at",
|
|
99
|
+
"description",
|
|
100
|
+
b"description",
|
|
101
|
+
"name",
|
|
102
|
+
b"name",
|
|
103
|
+
"organization_id",
|
|
104
|
+
b"organization_id",
|
|
105
|
+
"project_id",
|
|
106
|
+
b"project_id",
|
|
107
|
+
"status",
|
|
108
|
+
b"status",
|
|
109
|
+
"updated_at",
|
|
110
|
+
b"updated_at",
|
|
111
|
+
] # noqa: Y015
|
|
112
|
+
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
113
|
+
|
|
114
|
+
Global___Project: _TypeAlias = Project # noqa: Y015
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: weaveapi/project/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/project/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!weaveapi/project/v1/service.proto\x12\x13weaveapi.project.v1\x1a\x1cgoogle/api/annotations.proto\x1a!weaveapi/project/v1/project.proto"u\n\x14\x43reateProjectRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x03 \x01(\tR\x0b\x64\x65scription"S\n\x15\x43reateProjectResponse\x12:\n\x07project\x18\x01 \x01(\x0b\x32\x1c.weaveapi.project.v1.ProjectB\x02(\x01R\x07project"2\n\x11GetProjectRequest\x12\x1d\n\nproject_id\x18\x01 \x01(\tR\tprojectId"P\n\x12GetProjectResponse\x12:\n\x07project\x18\x01 \x01(\x0b\x32\x1c.weaveapi.project.v1.ProjectB\x02(\x01R\x07project"\xa5\x01\n\x13ListProjectsRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12\x1b\n\tpage_size\x18\x02 \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x03 \x01(\tR\tpageToken\x12)\n\x10include_archived\x18\x04 \x01(\x08R\x0fincludeArchived"|\n\x14ListProjectsResponse\x12<\n\x08projects\x18\x01 \x03(\x0b\x32\x1c.weaveapi.project.v1.ProjectB\x02(\x01R\x08projects\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken"k\n\x14UpdateProjectRequest\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"S\n\x15UpdateProjectResponse\x12:\n\x07project\x18\x01 \x01(\x0b\x32\x1c.weaveapi.project.v1.ProjectB\x02(\x01R\x07project"6\n\x15\x41rchiveProjectRequest\x12\x1d\n\nproject_id\x18\x01 \x01(\tR\tprojectId"T\n\x16\x41rchiveProjectResponse\x12:\n\x07project\x18\x01 \x01(\x0b\x32\x1c.weaveapi.project.v1.ProjectB\x02(\x01R\x07project"5\n\x14\x44\x65leteProjectRequest\x12\x1d\n\nproject_id\x18\x01 \x01(\tR\tprojectId"\x17\n\x15\x44\x65leteProjectResponse2\xc4\x06\n\x0eProjectService\x12\x7f\n\rCreateProject\x12).weaveapi.project.v1.CreateProjectRequest\x1a*.weaveapi.project.v1.CreateProjectResponse"\x17\x82\xd3\xe4\x93\x02\x11"\x0c/v1/projects:\x01*\x12\x80\x01\n\nGetProject\x12&.weaveapi.project.v1.GetProjectRequest\x1a\'.weaveapi.project.v1.GetProjectResponse"!\x82\xd3\xe4\x93\x02\x1b\x12\x19/v1/projects/{project_id}\x12y\n\x0cListProjects\x12(.weaveapi.project.v1.ListProjectsRequest\x1a).weaveapi.project.v1.ListProjectsResponse"\x14\x82\xd3\xe4\x93\x02\x0e\x12\x0c/v1/projects\x12\x8c\x01\n\rUpdateProject\x12).weaveapi.project.v1.UpdateProjectRequest\x1a*.weaveapi.project.v1.UpdateProjectResponse"$\x82\xd3\xe4\x93\x02\x1e\x32\x19/v1/projects/{project_id}:\x01*\x12\x97\x01\n\x0e\x41rchiveProject\x12*.weaveapi.project.v1.ArchiveProjectRequest\x1a+.weaveapi.project.v1.ArchiveProjectResponse",\x82\xd3\xe4\x93\x02&"!/v1/projects/{project_id}:archive:\x01*\x12\x89\x01\n\rDeleteProject\x12).weaveapi.project.v1.DeleteProjectRequest\x1a*.weaveapi.project.v1.DeleteProjectResponse"!\x82\xd3\xe4\x93\x02\x1b*\x19/v1/projects/{project_id}B\xd1\x01\n\x17\x63om.weaveapi.project.v1B\x0cServiceProtoP\x01Z:github.com/weave-labs/weave-go/weaveapi/project/v1;project\xa2\x02\x03WPX\xaa\x02\x13Weaveapi.Project.V1\xca\x02\x13Weaveapi\\Project\\V1\xe2\x02\x1fWeaveapi\\Project\\V1\\GPBMetadata\xea\x02\x15Weaveapi::Project::V1b\x08\x65\x64itionsp\xe8\x07'
|
|
24
|
+
)
|
|
25
|
+
|
|
26
|
+
_globals = globals()
|
|
27
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
28
|
+
_builder.BuildTopDescriptorsAndMessages(
|
|
29
|
+
DESCRIPTOR, "weaveapi.project.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\027com.weaveapi.project.v1B\014ServiceProtoP\001Z:github.com/weave-labs/weave-go/weaveapi/project/v1;project\242\002\003WPX\252\002\023Weaveapi.Project.V1\312\002\023Weaveapi\\Project\\V1\342\002\037Weaveapi\\Project\\V1\\GPBMetadata\352\002\025Weaveapi::Project::V1"
|
|
36
|
+
_globals["_CREATEPROJECTRESPONSE"].fields_by_name["project"]._loaded_options = None
|
|
37
|
+
_globals["_CREATEPROJECTRESPONSE"].fields_by_name[
|
|
38
|
+
"project"
|
|
39
|
+
]._serialized_options = b"(\001"
|
|
40
|
+
_globals["_GETPROJECTRESPONSE"].fields_by_name["project"]._loaded_options = None
|
|
41
|
+
_globals["_GETPROJECTRESPONSE"].fields_by_name[
|
|
42
|
+
"project"
|
|
43
|
+
]._serialized_options = b"(\001"
|
|
44
|
+
_globals["_LISTPROJECTSRESPONSE"].fields_by_name["projects"]._loaded_options = None
|
|
45
|
+
_globals["_LISTPROJECTSRESPONSE"].fields_by_name[
|
|
46
|
+
"projects"
|
|
47
|
+
]._serialized_options = b"(\001"
|
|
48
|
+
_globals["_UPDATEPROJECTRESPONSE"].fields_by_name["project"]._loaded_options = None
|
|
49
|
+
_globals["_UPDATEPROJECTRESPONSE"].fields_by_name[
|
|
50
|
+
"project"
|
|
51
|
+
]._serialized_options = b"(\001"
|
|
52
|
+
_globals["_ARCHIVEPROJECTRESPONSE"].fields_by_name["project"]._loaded_options = None
|
|
53
|
+
_globals["_ARCHIVEPROJECTRESPONSE"].fields_by_name[
|
|
54
|
+
"project"
|
|
55
|
+
]._serialized_options = b"(\001"
|
|
56
|
+
_globals["_PROJECTSERVICE"].methods_by_name["CreateProject"]._loaded_options = None
|
|
57
|
+
_globals["_PROJECTSERVICE"].methods_by_name[
|
|
58
|
+
"CreateProject"
|
|
59
|
+
]._serialized_options = b'\202\323\344\223\002\021"\014/v1/projects:\001*'
|
|
60
|
+
_globals["_PROJECTSERVICE"].methods_by_name["GetProject"]._loaded_options = None
|
|
61
|
+
_globals["_PROJECTSERVICE"].methods_by_name[
|
|
62
|
+
"GetProject"
|
|
63
|
+
]._serialized_options = b"\202\323\344\223\002\033\022\031/v1/projects/{project_id}"
|
|
64
|
+
_globals["_PROJECTSERVICE"].methods_by_name["ListProjects"]._loaded_options = None
|
|
65
|
+
_globals["_PROJECTSERVICE"].methods_by_name[
|
|
66
|
+
"ListProjects"
|
|
67
|
+
]._serialized_options = b"\202\323\344\223\002\016\022\014/v1/projects"
|
|
68
|
+
_globals["_PROJECTSERVICE"].methods_by_name["UpdateProject"]._loaded_options = None
|
|
69
|
+
_globals["_PROJECTSERVICE"].methods_by_name[
|
|
70
|
+
"UpdateProject"
|
|
71
|
+
]._serialized_options = (
|
|
72
|
+
b"\202\323\344\223\002\0362\031/v1/projects/{project_id}:\001*"
|
|
73
|
+
)
|
|
74
|
+
_globals["_PROJECTSERVICE"].methods_by_name["ArchiveProject"]._loaded_options = None
|
|
75
|
+
_globals["_PROJECTSERVICE"].methods_by_name[
|
|
76
|
+
"ArchiveProject"
|
|
77
|
+
]._serialized_options = (
|
|
78
|
+
b'\202\323\344\223\002&"!/v1/projects/{project_id}:archive:\001*'
|
|
79
|
+
)
|
|
80
|
+
_globals["_PROJECTSERVICE"].methods_by_name["DeleteProject"]._loaded_options = None
|
|
81
|
+
_globals["_PROJECTSERVICE"].methods_by_name[
|
|
82
|
+
"DeleteProject"
|
|
83
|
+
]._serialized_options = b"\202\323\344\223\002\033*\031/v1/projects/{project_id}"
|
|
84
|
+
_globals["_CREATEPROJECTREQUEST"]._serialized_start = 123
|
|
85
|
+
_globals["_CREATEPROJECTREQUEST"]._serialized_end = 240
|
|
86
|
+
_globals["_CREATEPROJECTRESPONSE"]._serialized_start = 242
|
|
87
|
+
_globals["_CREATEPROJECTRESPONSE"]._serialized_end = 325
|
|
88
|
+
_globals["_GETPROJECTREQUEST"]._serialized_start = 327
|
|
89
|
+
_globals["_GETPROJECTREQUEST"]._serialized_end = 377
|
|
90
|
+
_globals["_GETPROJECTRESPONSE"]._serialized_start = 379
|
|
91
|
+
_globals["_GETPROJECTRESPONSE"]._serialized_end = 459
|
|
92
|
+
_globals["_LISTPROJECTSREQUEST"]._serialized_start = 462
|
|
93
|
+
_globals["_LISTPROJECTSREQUEST"]._serialized_end = 627
|
|
94
|
+
_globals["_LISTPROJECTSRESPONSE"]._serialized_start = 629
|
|
95
|
+
_globals["_LISTPROJECTSRESPONSE"]._serialized_end = 753
|
|
96
|
+
_globals["_UPDATEPROJECTREQUEST"]._serialized_start = 755
|
|
97
|
+
_globals["_UPDATEPROJECTREQUEST"]._serialized_end = 862
|
|
98
|
+
_globals["_UPDATEPROJECTRESPONSE"]._serialized_start = 864
|
|
99
|
+
_globals["_UPDATEPROJECTRESPONSE"]._serialized_end = 947
|
|
100
|
+
_globals["_ARCHIVEPROJECTREQUEST"]._serialized_start = 949
|
|
101
|
+
_globals["_ARCHIVEPROJECTREQUEST"]._serialized_end = 1003
|
|
102
|
+
_globals["_ARCHIVEPROJECTRESPONSE"]._serialized_start = 1005
|
|
103
|
+
_globals["_ARCHIVEPROJECTRESPONSE"]._serialized_end = 1089
|
|
104
|
+
_globals["_DELETEPROJECTREQUEST"]._serialized_start = 1091
|
|
105
|
+
_globals["_DELETEPROJECTREQUEST"]._serialized_end = 1144
|
|
106
|
+
_globals["_DELETEPROJECTRESPONSE"]._serialized_start = 1146
|
|
107
|
+
_globals["_DELETEPROJECTRESPONSE"]._serialized_end = 1169
|
|
108
|
+
_globals["_PROJECTSERVICE"]._serialized_start = 1172
|
|
109
|
+
_globals["_PROJECTSERVICE"]._serialized_end = 2008
|
|
110
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,299 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
from collections import abc as _abc
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import message as _message
|
|
9
|
+
from google.protobuf.internal import containers as _containers
|
|
10
|
+
from weaveapi.project.v1 import project_pb2 as _project_pb2
|
|
11
|
+
import builtins as _builtins
|
|
12
|
+
import sys
|
|
13
|
+
import typing as _typing
|
|
14
|
+
|
|
15
|
+
if sys.version_info >= (3, 10):
|
|
16
|
+
from typing import TypeAlias as _TypeAlias
|
|
17
|
+
else:
|
|
18
|
+
from typing_extensions import TypeAlias as _TypeAlias
|
|
19
|
+
|
|
20
|
+
DESCRIPTOR: _descriptor.FileDescriptor
|
|
21
|
+
|
|
22
|
+
@_typing.final
|
|
23
|
+
class CreateProjectRequest(_message.Message):
|
|
24
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
25
|
+
|
|
26
|
+
ORGANIZATION_ID_FIELD_NUMBER: _builtins.int
|
|
27
|
+
NAME_FIELD_NUMBER: _builtins.int
|
|
28
|
+
DESCRIPTION_FIELD_NUMBER: _builtins.int
|
|
29
|
+
organization_id: _builtins.str
|
|
30
|
+
name: _builtins.str
|
|
31
|
+
description: _builtins.str
|
|
32
|
+
def __init__(
|
|
33
|
+
self,
|
|
34
|
+
*,
|
|
35
|
+
organization_id: _builtins.str | None = ...,
|
|
36
|
+
name: _builtins.str | None = ...,
|
|
37
|
+
description: _builtins.str | None = ...,
|
|
38
|
+
) -> None: ...
|
|
39
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal[
|
|
40
|
+
"description",
|
|
41
|
+
b"description",
|
|
42
|
+
"name",
|
|
43
|
+
b"name",
|
|
44
|
+
"organization_id",
|
|
45
|
+
b"organization_id",
|
|
46
|
+
] # noqa: Y015
|
|
47
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
48
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal[
|
|
49
|
+
"description",
|
|
50
|
+
b"description",
|
|
51
|
+
"name",
|
|
52
|
+
b"name",
|
|
53
|
+
"organization_id",
|
|
54
|
+
b"organization_id",
|
|
55
|
+
] # noqa: Y015
|
|
56
|
+
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
57
|
+
|
|
58
|
+
Global___CreateProjectRequest: _TypeAlias = CreateProjectRequest # noqa: Y015
|
|
59
|
+
|
|
60
|
+
@_typing.final
|
|
61
|
+
class CreateProjectResponse(_message.Message):
|
|
62
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
63
|
+
|
|
64
|
+
PROJECT_FIELD_NUMBER: _builtins.int
|
|
65
|
+
@_builtins.property
|
|
66
|
+
def project(self) -> _project_pb2.Project: ...
|
|
67
|
+
def __init__(
|
|
68
|
+
self,
|
|
69
|
+
*,
|
|
70
|
+
project: _project_pb2.Project | None = ...,
|
|
71
|
+
) -> None: ...
|
|
72
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal["project", b"project"] # noqa: Y015
|
|
73
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
74
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["project", b"project"] # noqa: Y015
|
|
75
|
+
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
76
|
+
|
|
77
|
+
Global___CreateProjectResponse: _TypeAlias = CreateProjectResponse # noqa: Y015
|
|
78
|
+
|
|
79
|
+
@_typing.final
|
|
80
|
+
class GetProjectRequest(_message.Message):
|
|
81
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
82
|
+
|
|
83
|
+
PROJECT_ID_FIELD_NUMBER: _builtins.int
|
|
84
|
+
project_id: _builtins.str
|
|
85
|
+
def __init__(
|
|
86
|
+
self,
|
|
87
|
+
*,
|
|
88
|
+
project_id: _builtins.str | None = ...,
|
|
89
|
+
) -> None: ...
|
|
90
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal["project_id", b"project_id"] # noqa: Y015
|
|
91
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
92
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["project_id", b"project_id"] # noqa: Y015
|
|
93
|
+
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
94
|
+
|
|
95
|
+
Global___GetProjectRequest: _TypeAlias = GetProjectRequest # noqa: Y015
|
|
96
|
+
|
|
97
|
+
@_typing.final
|
|
98
|
+
class GetProjectResponse(_message.Message):
|
|
99
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
100
|
+
|
|
101
|
+
PROJECT_FIELD_NUMBER: _builtins.int
|
|
102
|
+
@_builtins.property
|
|
103
|
+
def project(self) -> _project_pb2.Project: ...
|
|
104
|
+
def __init__(
|
|
105
|
+
self,
|
|
106
|
+
*,
|
|
107
|
+
project: _project_pb2.Project | None = ...,
|
|
108
|
+
) -> None: ...
|
|
109
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal["project", b"project"] # noqa: Y015
|
|
110
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
111
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["project", b"project"] # noqa: Y015
|
|
112
|
+
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
113
|
+
|
|
114
|
+
Global___GetProjectResponse: _TypeAlias = GetProjectResponse # noqa: Y015
|
|
115
|
+
|
|
116
|
+
@_typing.final
|
|
117
|
+
class ListProjectsRequest(_message.Message):
|
|
118
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
119
|
+
|
|
120
|
+
ORGANIZATION_ID_FIELD_NUMBER: _builtins.int
|
|
121
|
+
PAGE_SIZE_FIELD_NUMBER: _builtins.int
|
|
122
|
+
PAGE_TOKEN_FIELD_NUMBER: _builtins.int
|
|
123
|
+
INCLUDE_ARCHIVED_FIELD_NUMBER: _builtins.int
|
|
124
|
+
organization_id: _builtins.str
|
|
125
|
+
page_size: _builtins.int
|
|
126
|
+
page_token: _builtins.str
|
|
127
|
+
include_archived: _builtins.bool
|
|
128
|
+
def __init__(
|
|
129
|
+
self,
|
|
130
|
+
*,
|
|
131
|
+
organization_id: _builtins.str | None = ...,
|
|
132
|
+
page_size: _builtins.int | None = ...,
|
|
133
|
+
page_token: _builtins.str | None = ...,
|
|
134
|
+
include_archived: _builtins.bool | None = ...,
|
|
135
|
+
) -> None: ...
|
|
136
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal[
|
|
137
|
+
"include_archived",
|
|
138
|
+
b"include_archived",
|
|
139
|
+
"organization_id",
|
|
140
|
+
b"organization_id",
|
|
141
|
+
"page_size",
|
|
142
|
+
b"page_size",
|
|
143
|
+
"page_token",
|
|
144
|
+
b"page_token",
|
|
145
|
+
] # noqa: Y015
|
|
146
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
147
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal[
|
|
148
|
+
"include_archived",
|
|
149
|
+
b"include_archived",
|
|
150
|
+
"organization_id",
|
|
151
|
+
b"organization_id",
|
|
152
|
+
"page_size",
|
|
153
|
+
b"page_size",
|
|
154
|
+
"page_token",
|
|
155
|
+
b"page_token",
|
|
156
|
+
] # noqa: Y015
|
|
157
|
+
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
158
|
+
|
|
159
|
+
Global___ListProjectsRequest: _TypeAlias = ListProjectsRequest # noqa: Y015
|
|
160
|
+
|
|
161
|
+
@_typing.final
|
|
162
|
+
class ListProjectsResponse(_message.Message):
|
|
163
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
164
|
+
|
|
165
|
+
PROJECTS_FIELD_NUMBER: _builtins.int
|
|
166
|
+
NEXT_PAGE_TOKEN_FIELD_NUMBER: _builtins.int
|
|
167
|
+
next_page_token: _builtins.str
|
|
168
|
+
@_builtins.property
|
|
169
|
+
def projects(
|
|
170
|
+
self,
|
|
171
|
+
) -> _containers.RepeatedCompositeFieldContainer[_project_pb2.Project]: ...
|
|
172
|
+
def __init__(
|
|
173
|
+
self,
|
|
174
|
+
*,
|
|
175
|
+
projects: _abc.Iterable[_project_pb2.Project] | None = ...,
|
|
176
|
+
next_page_token: _builtins.str | None = ...,
|
|
177
|
+
) -> None: ...
|
|
178
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal[
|
|
179
|
+
"next_page_token", b"next_page_token", "projects", b"projects"
|
|
180
|
+
] # noqa: Y015
|
|
181
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
182
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal[
|
|
183
|
+
"next_page_token", b"next_page_token", "projects", b"projects"
|
|
184
|
+
] # noqa: Y015
|
|
185
|
+
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
186
|
+
|
|
187
|
+
Global___ListProjectsResponse: _TypeAlias = ListProjectsResponse # noqa: Y015
|
|
188
|
+
|
|
189
|
+
@_typing.final
|
|
190
|
+
class UpdateProjectRequest(_message.Message):
|
|
191
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
192
|
+
|
|
193
|
+
PROJECT_ID_FIELD_NUMBER: _builtins.int
|
|
194
|
+
NAME_FIELD_NUMBER: _builtins.int
|
|
195
|
+
DESCRIPTION_FIELD_NUMBER: _builtins.int
|
|
196
|
+
project_id: _builtins.str
|
|
197
|
+
name: _builtins.str
|
|
198
|
+
description: _builtins.str
|
|
199
|
+
def __init__(
|
|
200
|
+
self,
|
|
201
|
+
*,
|
|
202
|
+
project_id: _builtins.str | None = ...,
|
|
203
|
+
name: _builtins.str | None = ...,
|
|
204
|
+
description: _builtins.str | None = ...,
|
|
205
|
+
) -> None: ...
|
|
206
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal[
|
|
207
|
+
"description", b"description", "name", b"name", "project_id", b"project_id"
|
|
208
|
+
] # noqa: Y015
|
|
209
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
210
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal[
|
|
211
|
+
"description", b"description", "name", b"name", "project_id", b"project_id"
|
|
212
|
+
] # noqa: Y015
|
|
213
|
+
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
214
|
+
|
|
215
|
+
Global___UpdateProjectRequest: _TypeAlias = UpdateProjectRequest # noqa: Y015
|
|
216
|
+
|
|
217
|
+
@_typing.final
|
|
218
|
+
class UpdateProjectResponse(_message.Message):
|
|
219
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
220
|
+
|
|
221
|
+
PROJECT_FIELD_NUMBER: _builtins.int
|
|
222
|
+
@_builtins.property
|
|
223
|
+
def project(self) -> _project_pb2.Project: ...
|
|
224
|
+
def __init__(
|
|
225
|
+
self,
|
|
226
|
+
*,
|
|
227
|
+
project: _project_pb2.Project | None = ...,
|
|
228
|
+
) -> None: ...
|
|
229
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal["project", b"project"] # noqa: Y015
|
|
230
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
231
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["project", b"project"] # noqa: Y015
|
|
232
|
+
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
233
|
+
|
|
234
|
+
Global___UpdateProjectResponse: _TypeAlias = UpdateProjectResponse # noqa: Y015
|
|
235
|
+
|
|
236
|
+
@_typing.final
|
|
237
|
+
class ArchiveProjectRequest(_message.Message):
|
|
238
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
239
|
+
|
|
240
|
+
PROJECT_ID_FIELD_NUMBER: _builtins.int
|
|
241
|
+
project_id: _builtins.str
|
|
242
|
+
def __init__(
|
|
243
|
+
self,
|
|
244
|
+
*,
|
|
245
|
+
project_id: _builtins.str | None = ...,
|
|
246
|
+
) -> None: ...
|
|
247
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal["project_id", b"project_id"] # noqa: Y015
|
|
248
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
249
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["project_id", b"project_id"] # noqa: Y015
|
|
250
|
+
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
251
|
+
|
|
252
|
+
Global___ArchiveProjectRequest: _TypeAlias = ArchiveProjectRequest # noqa: Y015
|
|
253
|
+
|
|
254
|
+
@_typing.final
|
|
255
|
+
class ArchiveProjectResponse(_message.Message):
|
|
256
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
257
|
+
|
|
258
|
+
PROJECT_FIELD_NUMBER: _builtins.int
|
|
259
|
+
@_builtins.property
|
|
260
|
+
def project(self) -> _project_pb2.Project: ...
|
|
261
|
+
def __init__(
|
|
262
|
+
self,
|
|
263
|
+
*,
|
|
264
|
+
project: _project_pb2.Project | None = ...,
|
|
265
|
+
) -> None: ...
|
|
266
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal["project", b"project"] # noqa: Y015
|
|
267
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
268
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["project", b"project"] # noqa: Y015
|
|
269
|
+
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
270
|
+
|
|
271
|
+
Global___ArchiveProjectResponse: _TypeAlias = ArchiveProjectResponse # noqa: Y015
|
|
272
|
+
|
|
273
|
+
@_typing.final
|
|
274
|
+
class DeleteProjectRequest(_message.Message):
|
|
275
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
276
|
+
|
|
277
|
+
PROJECT_ID_FIELD_NUMBER: _builtins.int
|
|
278
|
+
project_id: _builtins.str
|
|
279
|
+
def __init__(
|
|
280
|
+
self,
|
|
281
|
+
*,
|
|
282
|
+
project_id: _builtins.str | None = ...,
|
|
283
|
+
) -> None: ...
|
|
284
|
+
_HasFieldArgType: _TypeAlias = _typing.Literal["project_id", b"project_id"] # noqa: Y015
|
|
285
|
+
def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
|
|
286
|
+
_ClearFieldArgType: _TypeAlias = _typing.Literal["project_id", b"project_id"] # noqa: Y015
|
|
287
|
+
def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
|
|
288
|
+
|
|
289
|
+
Global___DeleteProjectRequest: _TypeAlias = DeleteProjectRequest # noqa: Y015
|
|
290
|
+
|
|
291
|
+
@_typing.final
|
|
292
|
+
class DeleteProjectResponse(_message.Message):
|
|
293
|
+
DESCRIPTOR: _descriptor.Descriptor
|
|
294
|
+
|
|
295
|
+
def __init__(
|
|
296
|
+
self,
|
|
297
|
+
) -> None: ...
|
|
298
|
+
|
|
299
|
+
Global___DeleteProjectResponse: _TypeAlias = DeleteProjectResponse # noqa: Y015
|