weave-python 0.53.0__tar.gz → 0.54.0__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.53.0 → weave_python-0.54.0}/PKG-INFO +1 -1
- weave_python-0.54.0/weave/weaveapi/ingestion/v1/ingestion_pb2.py +507 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/ingestion/v1/ingestion_pb2.pyi +191 -143
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/model/v1/model_pb2.py +6 -6
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/model/v1/model_pb2.pyi +98 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/model/v1/service_pb2.py +6 -6
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/model/v1/service_pb2.pyi +98 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/retrieval/v1/retrieval_pb2.py +22 -22
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/retrieval/v1/retrieval_pb2.pyi +0 -10
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weavesql/weavedb/ingestion.py +1107 -131
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weavesql/weavedb/models.py +28 -0
- weave_python-0.53.0/weave/weaveapi/ingestion/v1/ingestion_pb2.py +0 -503
- {weave_python-0.53.0 → weave_python-0.54.0}/.github/runs-on.yml +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/.github/workflows/format-lint.yaml +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/.github/workflows/generate.yaml +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/.github/workflows/gh-actions-lint.yaml +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/.github/workflows/release.yaml +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/.gitignore +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/.python-version +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/LICENSE +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/README.md +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/Taskfile.yaml +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/buf.gen.yaml +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/pyproject.toml +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/renovate.json +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/tools/sqlcgen/README.md +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/tools/sqlcgen/sqlcgen.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/tools/sqlcgen/test_sqlcgen.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/uv.lock +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/agent/v1/agent_pb2.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/agent/v1/agent_pb2.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/agent/v1/agent_pb2_grpc.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/agent/v1/agent_pb2_grpc.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/agent/v1/service_pb2.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/agent/v1/service_pb2.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/agent/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/agent/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/atc/v1/event_pb2.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/atc/v1/event_pb2.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/atc/v1/event_pb2_grpc.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/atc/v1/event_pb2_grpc.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/atc/v1/message_pb2.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/atc/v1/message_pb2.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/atc/v1/message_pb2_grpc.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/atc/v1/message_pb2_grpc.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/atc/v1/process_pb2.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/atc/v1/process_pb2.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/atc/v1/process_pb2_grpc.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/atc/v1/process_pb2_grpc.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/atc/v1/run_pb2.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/atc/v1/run_pb2.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/atc/v1/run_pb2_grpc.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/atc/v1/run_pb2_grpc.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/atc/v1/service_pb2.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/atc/v1/service_pb2.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/atc/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/atc/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/auth/v1/auth_pb2.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/auth/v1/auth_pb2.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/auth/v1/auth_pb2_grpc.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/auth/v1/auth_pb2_grpc.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/auth/v1/service_pb2.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/auth/v1/service_pb2.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/auth/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/auth/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/chat/v1/chat_pb2.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/chat/v1/chat_pb2.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/chat/v1/chat_pb2_grpc.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/chat/v1/chat_pb2_grpc.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/chat/v1/service_pb2.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/chat/v1/service_pb2.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/chat/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/chat/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/consolidation/v1/consolidation_pb2.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/consolidation/v1/consolidation_pb2.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/consolidation/v1/consolidation_pb2_grpc.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/consolidation/v1/consolidation_pb2_grpc.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/consolidation/v1/service_pb2.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/consolidation/v1/service_pb2.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/consolidation/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/consolidation/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/gateway/v1/gateway_pb2.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/gateway/v1/gateway_pb2.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/gateway/v1/gateway_pb2_grpc.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/gateway/v1/gateway_pb2_grpc.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/gateway/v1/service_pb2.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/gateway/v1/service_pb2.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/gateway/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/gateway/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/ingestion/v1/ingestion_pb2_grpc.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/ingestion/v1/ingestion_pb2_grpc.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/ingestion/v1/service_pb2.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/ingestion/v1/service_pb2.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/ingestion/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/ingestion/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/model/v1/model_pb2_grpc.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/model/v1/model_pb2_grpc.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/model/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/model/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/organization/v1/organization_pb2.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/organization/v1/organization_pb2.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/organization/v1/organization_pb2_grpc.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/organization/v1/organization_pb2_grpc.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/organization/v1/service_pb2.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/organization/v1/service_pb2.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/organization/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/organization/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/project/v1/project_pb2.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/project/v1/project_pb2.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/project/v1/project_pb2_grpc.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/project/v1/project_pb2_grpc.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/project/v1/service_pb2.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/project/v1/service_pb2.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/project/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/project/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/provider/v1/provider_pb2.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/provider/v1/provider_pb2.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/provider/v1/provider_pb2_grpc.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/provider/v1/provider_pb2_grpc.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/provider/v1/service_pb2.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/provider/v1/service_pb2.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/provider/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/provider/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/retrieval/v1/retrieval_pb2_grpc.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/retrieval/v1/retrieval_pb2_grpc.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/retrieval/v1/service_pb2.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/retrieval/v1/service_pb2.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/retrieval/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/retrieval/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/task/v1/service_pb2.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/task/v1/service_pb2.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/task/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/task/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/task/v1/task_pb2.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/task/v1/task_pb2.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/task/v1/task_pb2_grpc.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/task/v1/task_pb2_grpc.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/workflow/v1/service_pb2.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/workflow/v1/service_pb2.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/workflow/v1/service_pb2_grpc.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/workflow/v1/service_pb2_grpc.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/workflow/v1/workflow_pb2.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/workflow/v1/workflow_pb2.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/workflow/v1/workflow_pb2_grpc.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weaveapi/workflow/v1/workflow_pb2_grpc.pyi +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weavesql/atcdb/event.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weavesql/atcdb/inspection.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weavesql/atcdb/mailbox.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weavesql/atcdb/models.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weavesql/atcdb/run_template.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weavesql/atcdb/snapshot.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weavesql/atcdb/team.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weavesql/weavedb/agent.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weavesql/weavedb/auth_identity.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weavesql/weavedb/chat.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weavesql/weavedb/consolidation.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weavesql/weavedb/document_security.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weavesql/weavedb/model_catalog.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weavesql/weavedb/organization.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weavesql/weavedb/project.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weavesql/weavedb/provider.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weavesql/weavedb/retrieval.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weavesql/weavedb/task.py +0 -0
- {weave_python-0.53.0 → weave_python-0.54.0}/weave/weavesql/weavedb/workflow.py +0 -0
|
@@ -0,0 +1,507 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: weaveapi/ingestion/v1/ingestion.proto
|
|
5
|
+
# Protobuf Python Version: 7.34.1
|
|
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,
|
|
16
|
+
7,
|
|
17
|
+
34,
|
|
18
|
+
1,
|
|
19
|
+
"",
|
|
20
|
+
"weaveapi/ingestion/v1/ingestion.proto",
|
|
21
|
+
)
|
|
22
|
+
# @@protoc_insertion_point(imports)
|
|
23
|
+
|
|
24
|
+
_sym_db = _symbol_database.Default()
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
|
|
28
|
+
b'\n%weaveapi/ingestion/v1/ingestion.proto\x12\x15weaveapi.ingestion.v1\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto"?\n\x0b\x44ocumentTag\x12\x10\n\x03tag\x18\x01 \x01(\tR\x03tag\x12\x1e\n\nconfidence\x18\x02 \x01(\x02R\nconfidence"\x8e\x03\n\x0fRestrictedGroup\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\'\n\x0forganization_id\x18\x02 \x01(\tR\x0eorganizationId\x12\x12\n\x04slug\x18\x03 \x01(\tR\x04slug\x12\x12\n\x04name\x18\x04 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x05 \x01(\tR\x0b\x64\x65scription\x12\x16\n\x06\x61\x63tive\x18\x06 \x01(\x08R\x06\x61\x63tive\x12\x19\n\x08user_ids\x18\x07 \x03(\tR\x07userIds\x12 \n\x0corg_team_ids\x18\x08 \x03(\tR\norgTeamIds\x12%\n\x0e\x64ocument_count\x18\t \x01(\x05R\rdocumentCount\x12=\n\ncreated_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tcreatedAt\x12=\n\nupdated_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x02(\x01R\tupdatedAt"\x9f\x01\n\x1aRestrictedGroupReplacement\x12O\n\x06target\x18\x01 \x01(\x0e\x32\x37.weaveapi.ingestion.v1.RestrictedGroupReplacementTargetR\x06target\x12\x30\n\x14restricted_group_ids\x18\x02 \x03(\tR\x12restrictedGroupIds"V\n\x0eSourceLocation\x12\x12\n\x04type\x18\x01 \x01(\tR\x04type\x12\x30\n\x05value\x18\x02 \x01(\x0b\x32\x16.google.protobuf.ValueB\x02(\x01R\x05value"\xcb\x01\n\x10TemporalValidity\x12?\n\x04kind\x18\x01 \x01(\x0e\x32+.weaveapi.ingestion.v1.TemporalValidityKindR\x04kind\x12\x39\n\nvalid_from\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tvalidFrom\x12;\n\x0bvalid_until\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\nvalidUntil">\n\x14\x46\x61\x63\x65tFieldDefinition\x12\x12\n\x04name\x18\x01 \x01(\tR\x04name\x12\x12\n\x04type\x18\x02 \x01(\tR\x04type"\x8e\x02\n\x0b\x46\x61\x63\x65tConfig\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12%\n\x0eknowledge_type\x18\x02 \x01(\tR\rknowledgeType\x12\x14\n\x05label\x18\x03 \x01(\tR\x05label\x12\'\n\x0f\x65xtraction_hint\x18\x04 \x01(\tR\x0e\x65xtractionHint\x12X\n\x0frequired_fields\x18\x05 \x03(\x0b\x32+.weaveapi.ingestion.v1.FacetFieldDefinitionB\x02(\x01R\x0erequiredFields\x12\x16\n\x06\x61\x63tive\x18\x06 \x01(\x08R\x06\x61\x63tive"\x97\x01\n\x06\x45ntity\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x12\n\x04type\x18\x03 \x01(\tR\x04type\x12\x1c\n\tcanonical\x18\x04 \x01(\tR\tcanonical\x12\x37\n\x08metadata\x18\x05 \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x08metadata"\xc7\x01\n\x0bThreadFacet\x12%\n\x0eknowledge_type\x18\x01 \x01(\tR\rknowledgeType\x12\x14\n\x05score\x18\x02 \x01(\x02R\x05score\x12>\n\x0c\x66\x61\x63\x65t_fields\x18\x03 \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x0b\x66\x61\x63\x65tFields\x12\x1c\n\trationale\x18\x04 \x01(\tR\trationale\x12\x1d\n\nis_primary\x18\x05 \x01(\x08R\tisPrimary"\xf4\x05\n\x08\x44ocument\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\'\n\x0forganization_id\x18\x02 \x01(\tR\x0eorganizationId\x12\x1a\n\x08\x66ilename\x18\x03 \x01(\tR\x08\x66ilename\x12\x1b\n\tmime_type\x18\x04 \x01(\tR\x08mimeType\x12\x1f\n\x0bparser_name\x18\x05 \x01(\tR\nparserName\x12=\n\x06status\x18\x06 \x01(\x0e\x32%.weaveapi.ingestion.v1.DocumentStatusR\x06status\x12-\n\x13uploaded_by_user_id\x18\x07 \x01(\tR\x10uploadedByUserId\x12;\n\x0buploaded_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\nuploadedAt\x12\x39\n\nupdated_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12:\n\x05scope\x18\n \x01(\x0e\x32$.weaveapi.ingestion.v1.DocumentScopeR\x05scope\x12\x1d\n\npage_count\x18\x0c \x01(\x05R\tpageCount\x12\x1d\n\nchar_count\x18\r \x01(\x05R\tcharCount\x12:\n\x04tags\x18\x0e \x03(\x0b\x32".weaveapi.ingestion.v1.DocumentTagB\x02(\x01R\x04tags\x12\x37\n\x08metadata\x18\x0f \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x08metadata\x12W\n\x11restricted_groups\x18\x11 \x03(\x0b\x32&.weaveapi.ingestion.v1.RestrictedGroupB\x02(\x01R\x10restrictedGroupsJ\x04\x08\x0b\x10\x0cJ\x04\x08\x10\x10\x11R\tfolder_idR\x10sensitivity_tags"~\n\x14\x44ocumentThreadCounts\x12\x14\n\x05total\x18\x01 \x01(\x05R\x05total\x12\x18\n\x07pending\x18\x02 \x01(\x05R\x07pending\x12\x1a\n\x08\x61pproved\x18\x03 \x01(\x05R\x08\x61pproved\x12\x1a\n\x08rejected\x18\x04 \x01(\x05R\x08rejected"\x84\x08\n\x0f\x44ocumentSummary\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\'\n\x0forganization_id\x18\x02 \x01(\tR\x0eorganizationId\x12\x1a\n\x08\x66ilename\x18\x03 \x01(\tR\x08\x66ilename\x12\x1b\n\tmime_type\x18\x04 \x01(\tR\x08mimeType\x12\x1b\n\tfile_type\x18\x05 \x01(\tR\x08\x66ileType\x12=\n\x06status\x18\x06 \x01(\x0e\x32%.weaveapi.ingestion.v1.DocumentStatusR\x06status\x12:\n\x05scope\x18\x07 \x01(\x0e\x32$.weaveapi.ingestion.v1.DocumentScopeR\x05scope\x12:\n\x04tags\x18\x08 \x03(\x0b\x32".weaveapi.ingestion.v1.DocumentTagB\x02(\x01R\x04tags\x12-\n\x13uploaded_by_user_id\x18\n \x01(\tR\x10uploadedByUserId\x12,\n\x12owner_display_name\x18\x0b \x01(\tR\x10ownerDisplayName\x12;\n\x0buploaded_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampR\nuploadedAt\x12\x39\n\nupdated_at\x18\r \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12\x1d\n\npage_count\x18\x0e \x01(\x05R\tpageCount\x12\x1d\n\nchar_count\x18\x0f \x01(\x05R\tcharCount\x12\x35\n\x17latest_ingestion_run_id\x18\x10 \x01(\tR\x14latestIngestionRunId\x12\x61\n\x17latest_ingestion_status\x18\x11 \x01(\x0e\x32).weaveapi.ingestion.v1.IngestionRunStatusR\x15latestIngestionStatus\x12T\n\rthread_counts\x18\x12 \x01(\x0b\x32+.weaveapi.ingestion.v1.DocumentThreadCountsB\x02(\x01R\x0cthreadCounts\x12\x37\n\x08metadata\x18\x13 \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x08metadata\x12W\n\x11restricted_groups\x18\x14 \x03(\x0b\x32&.weaveapi.ingestion.v1.RestrictedGroupB\x02(\x01R\x10restrictedGroupsJ\x04\x08\t\x10\nR\x10sensitivity_tags"\xff\x01\n\x19\x44ocumentActionPermissions\x12,\n\x12\x63\x61n_review_threads\x18\x01 \x01(\x08R\x10\x63\x61nReviewThreads\x12,\n\x12\x63\x61n_mutate_threads\x18\x02 \x01(\x08R\x10\x63\x61nMutateThreads\x12&\n\x0f\x63\x61n_mutate_tags\x18\x03 \x01(\x08R\rcanMutateTags\x12.\n\x13\x63\x61n_delete_document\x18\x04 \x01(\x08R\x11\x63\x61nDeleteDocument\x12.\n\x13\x63\x61n_retry_ingestion\x18\x05 \x01(\x08R\x11\x63\x61nRetryIngestion"\xbd\x02\n\x0e\x44ocumentDetail\x12\x46\n\x08\x64ocument\x18\x01 \x01(\x0b\x32&.weaveapi.ingestion.v1.DocumentSummaryB\x02(\x01R\x08\x64ocument\x12N\n\x0eingestion_runs\x18\x02 \x03(\x0b\x32#.weaveapi.ingestion.v1.IngestionRunB\x02(\x01R\ringestionRuns\x12;\n\x07threads\x18\x03 \x03(\x0b\x32\x1d.weaveapi.ingestion.v1.ThreadB\x02(\x01R\x07threads\x12V\n\x0bpermissions\x18\x04 \x01(\x0b\x32\x30.weaveapi.ingestion.v1.DocumentActionPermissionsB\x02(\x01R\x0bpermissions"\xfb\x02\n\x13\x44ocumentSourceBlock\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x42\n\x04kind\x18\x02 \x01(\x0e\x32..weaveapi.ingestion.v1.DocumentSourceBlockKindR\x04kind\x12R\n\x0fsource_location\x18\x03 \x01(\x0b\x32%.weaveapi.ingestion.v1.SourceLocationB\x02(\x01R\x0esourceLocation\x12\x12\n\x04text\x18\x04 \x01(\tR\x04text\x12\x31\n\x05table\x18\x05 \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x05table\x12\x1b\n\tmime_type\x18\x06 \x01(\tR\x08mimeType\x12\x1f\n\x0bpage_number\x18\x07 \x01(\x05R\npageNumber\x12\x37\n\x08metadata\x18\x08 \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x08metadata"\xd2\t\n\x06Thread\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\'\n\x0forganization_id\x18\x02 \x01(\tR\x0eorganizationId\x12\x1f\n\x0b\x64ocument_id\x18\x03 \x01(\tR\ndocumentId\x12#\n\rdocument_name\x18\x04 \x01(\tR\x0c\x64ocumentName\x12(\n\x10ingestion_run_id\x18\x05 \x01(\tR\x0eingestionRunId\x12\x12\n\x04text\x18\x06 \x01(\tR\x04text\x12#\n\rtext_original\x18\x07 \x01(\tR\x0ctextOriginal\x12%\n\x0eknowledge_type\x18\x08 \x01(\tR\rknowledgeType\x12>\n\x0c\x66\x61\x63\x65t_fields\x18\t \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x0b\x66\x61\x63\x65tFields\x12\x1e\n\nconfidence\x18\n \x01(\x02R\nconfidence\x12X\n\x11temporal_validity\x18\x0b \x01(\x0b\x32\'.weaveapi.ingestion.v1.TemporalValidityB\x02(\x01R\x10temporalValidity\x12S\n\x0e\x63lassification\x18\x0c \x01(\x0e\x32+.weaveapi.ingestion.v1.ThreadClassificationR\x0e\x63lassification\x12W\n\x10retrieval_status\x18\r \x01(\x0e\x32,.weaveapi.ingestion.v1.ThreadRetrievalStatusR\x0fretrievalStatus\x12R\n\x0fsource_location\x18\x0e \x01(\x0b\x32%.weaveapi.ingestion.v1.SourceLocationB\x02(\x01R\x0esourceLocation\x12\x32\n\x15supersedes_thread_ids\x18\x0f \x03(\tR\x13supersedesThreadIds\x12\x35\n\x17superseded_by_thread_id\x18\x10 \x01(\tR\x14supersededByThreadId\x12\x1d\n\ncluster_id\x18\x11 \x01(\tR\tclusterId\x12=\n\x0c\x65xtracted_at\x18\x12 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0b\x65xtractedAt\x12;\n\x0b\x61pproved_at\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\napprovedAt\x12-\n\x13\x61pproved_by_user_id\x18\x14 \x01(\tR\x10\x61pprovedByUserId\x12\x16\n\x06\x65\x64ited\x18\x15 \x01(\x08R\x06\x65\x64ited\x12\x37\n\x08metadata\x18\x16 \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x08metadata\x12=\n\x08\x65ntities\x18\x17 \x03(\x0b\x32\x1d.weaveapi.ingestion.v1.EntityB\x02(\x01R\x08\x65ntities\x12>\n\x06\x66\x61\x63\x65ts\x18\x18 \x03(\x0b\x32".weaveapi.ingestion.v1.ThreadFacetB\x02(\x01R\x06\x66\x61\x63\x65ts"\xab\x06\n\x0cIngestionRun\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\'\n\x0forganization_id\x18\x02 \x01(\tR\x0eorganizationId\x12\x1f\n\x0b\x64ocument_id\x18\x03 \x01(\tR\ndocumentId\x12#\n\rdocument_name\x18\x04 \x01(\tR\x0c\x64ocumentName\x12\x41\n\x06status\x18\x05 \x01(\x0e\x32).weaveapi.ingestion.v1.IngestionRunStatusR\x06status\x12!\n\x0cthread_count\x18\x06 \x01(\x05R\x0bthreadCount\x12#\n\rpending_count\x18\x07 \x01(\x05R\x0cpendingCount\x12%\n\x0e\x61pproved_count\x18\x08 \x01(\x05R\rapprovedCount\x12%\n\x0erejected_count\x18\t \x01(\x05R\rrejectedCount\x12\x14\n\x05\x65rror\x18\n \x01(\tR\x05\x65rror\x12<\n\x0btoken_usage\x18\x0b \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\ntokenUsage\x12\x39\n\nstarted_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tstartedAt\x12=\n\x0c\x63ompleted_at\x18\r \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0b\x63ompletedAt\x12=\n\x0c\x63ommitted_at\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0b\x63ommittedAt\x12;\n\x07threads\x18\x0f \x03(\x0b\x32\x1d.weaveapi.ingestion.v1.ThreadB\x02(\x01R\x07threads\x12M\n\x14stage_model_settings\x18\x10 \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x12stageModelSettings\x12*\n\x11refine_loop_count\x18\x11 \x01(\x05R\x0frefineLoopCount"\xf5\x05\n\x15IngestionHistoryEntry\x12(\n\x10ingestion_run_id\x18\x01 \x01(\tR\x0eingestionRunId\x12\x1f\n\x0b\x64ocument_id\x18\x02 \x01(\tR\ndocumentId\x12#\n\rdocument_name\x18\x03 \x01(\tR\x0c\x64ocumentName\x12N\n\x0f\x64ocument_status\x18\x04 \x01(\x0e\x32%.weaveapi.ingestion.v1.DocumentStatusR\x0e\x64ocumentStatus\x12T\n\x10ingestion_status\x18\x05 \x01(\x0e\x32).weaveapi.ingestion.v1.IngestionRunStatusR\x0fingestionStatus\x12!\n\x0cthread_count\x18\x06 \x01(\x05R\x0bthreadCount\x12#\n\rpending_count\x18\x07 \x01(\x05R\x0cpendingCount\x12%\n\x0e\x61pproved_count\x18\x08 \x01(\x05R\rapprovedCount\x12%\n\x0erejected_count\x18\t \x01(\x05R\rrejectedCount\x12:\n\x04tags\x18\n \x03(\x0b\x32".weaveapi.ingestion.v1.DocumentTagB\x02(\x01R\x04tags\x12;\n\x0buploaded_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampR\nuploadedAt\x12\x39\n\nstarted_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tstartedAt\x12=\n\x0c\x63ompleted_at\x18\r \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0b\x63ompletedAt\x12=\n\x0c\x63ommitted_at\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0b\x63ommittedAt"\xff\x01\n\x11UploadFileRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12\x1a\n\x08\x66ilename\x18\x02 \x01(\tR\x08\x66ilename\x12\x1b\n\tmime_type\x18\x03 \x01(\tR\x08mimeType\x12\x18\n\x07\x63ontent\x18\x04 \x01(\x0cR\x07\x63ontent\x12\x37\n\x08metadata\x18\x06 \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x08metadata\x12$\n\x0e\x61\x63ting_user_id\x18\x07 \x01(\tR\x0c\x61\x63tingUserIdJ\x04\x08\x05\x10\x06R\tfolder_id"\xa3\x01\n\x12UploadFileResponse\x12?\n\x08\x64ocument\x18\x01 \x01(\x0b\x32\x1f.weaveapi.ingestion.v1.DocumentB\x02(\x01R\x08\x64ocument\x12L\n\ringestion_run\x18\x02 \x01(\x0b\x32#.weaveapi.ingestion.v1.IngestionRunB\x02(\x01R\x0cingestionRun"j\n\x15StreamPipelineRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12(\n\x10ingestion_run_id\x18\x02 \x01(\tR\x0eingestionRunId"k\n\x16GetIngestionRunRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12(\n\x10ingestion_run_id\x18\x02 \x01(\tR\x0eingestionRunId"\xc2\x02\n\x1bListIngestionHistoryRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12[\n\x16\x64ocument_status_filter\x18\x03 \x01(\x0e\x32%.weaveapi.ingestion.v1.DocumentStatusR\x14\x64ocumentStatusFilter\x12\x61\n\x17ingestion_status_filter\x18\x04 \x01(\x0e\x32).weaveapi.ingestion.v1.IngestionRunStatusR\x15ingestionStatusFilter\x12\x1b\n\tpage_size\x18\x05 \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x06 \x01(\tR\tpageToken"\x92\x01\n\x1cListIngestionHistoryResponse\x12J\n\x07\x65ntries\x18\x01 \x03(\x0b\x32,.weaveapi.ingestion.v1.IngestionHistoryEntryB\x02(\x01R\x07\x65ntries\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken"\x89\x06\n\x14ListDocumentsRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12$\n\x0e\x61\x63ting_user_id\x18\x02 \x01(\tR\x0c\x61\x63tingUserId\x12\x12\n\x04tags\x18\x03 \x03(\tR\x04tags\x12\'\n\x0frestricted_tags\x18\x04 \x03(\tR\x0erestrictedTags\x12<\n\x06scopes\x18\x05 \x03(\x0e\x32$.weaveapi.ingestion.v1.DocumentScopeR\x06scopes\x12\x41\n\x08statuses\x18\x06 \x03(\x0e\x32%.weaveapi.ingestion.v1.DocumentStatusR\x08statuses\x12X\n\x12ingestion_statuses\x18\x07 \x03(\x0e\x32).weaveapi.ingestion.v1.IngestionRunStatusR\x11ingestionStatuses\x12\x41\n\x0euploaded_after\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\ruploadedAfter\x12\x43\n\x0fuploaded_before\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0euploadedBefore\x12\x1b\n\tpage_size\x18\n \x01(\x05R\x08pageSize\x12\x1d\n\npage_token\x18\x0b \x01(\tR\tpageToken\x12G\n\nsort_field\x18\x0c \x01(\x0e\x32(.weaveapi.ingestion.v1.DocumentSortFieldR\tsortField\x12K\n\x0esort_direction\x18\r \x01(\x0e\x32$.weaveapi.ingestion.v1.SortDirectionR\rsortDirection\x12\x30\n\x14restricted_group_ids\x18\x0e \x03(\tR\x12restrictedGroupIds"\x89\x01\n\x15ListDocumentsResponse\x12H\n\tdocuments\x18\x01 \x03(\x0b\x32&.weaveapi.ingestion.v1.DocumentSummaryB\x02(\x01R\tdocuments\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken"\x8a\x01\n\x18GetDocumentDetailRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12\x1f\n\x0b\x64ocument_id\x18\x02 \x01(\tR\ndocumentId\x12$\n\x0e\x61\x63ting_user_id\x18\x03 \x01(\tR\x0c\x61\x63tingUserId"^\n\x19GetDocumentDetailResponse\x12\x41\n\x06\x64\x65tail\x18\x01 \x01(\x0b\x32%.weaveapi.ingestion.v1.DocumentDetailB\x02(\x01R\x06\x64\x65tail"\x8a\x01\n\x18GetDocumentSourceRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12\x1f\n\x0b\x64ocument_id\x18\x02 \x01(\tR\ndocumentId\x12$\n\x0e\x61\x63ting_user_id\x18\x03 \x01(\tR\x0c\x61\x63tingUserId"\x84\x02\n\x19GetDocumentSourceResponse\x12\x1f\n\x0b\x64ocument_id\x18\x01 \x01(\tR\ndocumentId\x12\x1a\n\x08\x66ilename\x18\x02 \x01(\tR\x08\x66ilename\x12\x1b\n\tmime_type\x18\x03 \x01(\tR\x08mimeType\x12\x46\n\x06\x62locks\x18\x04 \x03(\x0b\x32*.weaveapi.ingestion.v1.DocumentSourceBlockB\x02(\x01R\x06\x62locks\x12\x1a\n\x08\x66\x61ithful\x18\x05 \x01(\x08R\x08\x66\x61ithful\x12)\n\x10\x66\x61llback_message\x18\x06 \x01(\tR\x0f\x66\x61llbackMessage"\xfd\x01\n\x1dUpdateDocumentSecurityRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12\x1f\n\x0b\x64ocument_id\x18\x02 \x01(\tR\ndocumentId\x12$\n\x0e\x61\x63ting_user_id\x18\x03 \x01(\tR\x0c\x61\x63tingUserId\x12:\n\x05scope\x18\x04 \x01(\x0e\x32$.weaveapi.ingestion.v1.DocumentScopeR\x05scope\x12\x30\n\x14restricted_group_ids\x18\x05 \x03(\tR\x12restrictedGroupIds"h\n\x1eUpdateDocumentSecurityResponse\x12\x46\n\x08\x64ocument\x18\x01 \x01(\x0b\x32&.weaveapi.ingestion.v1.DocumentSummaryB\x02(\x01R\x08\x64ocument"\xc7\x01\n\x19UpdateDocumentTagsRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12\x1f\n\x0b\x64ocument_id\x18\x02 \x01(\tR\ndocumentId\x12$\n\x0e\x61\x63ting_user_id\x18\x03 \x01(\tR\x0c\x61\x63tingUserId\x12\x19\n\x08\x61\x64\x64_tags\x18\x04 \x03(\tR\x07\x61\x64\x64Tags\x12\x1f\n\x0bremove_tags\x18\x05 \x03(\tR\nremoveTags"X\n\x1aUpdateDocumentTagsResponse\x12:\n\x04tags\x18\x01 \x03(\x0b\x32".weaveapi.ingestion.v1.DocumentTagB\x02(\x01R\x04tags"\x9f\x01\n\x15\x44\x65leteDocumentRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12\x1f\n\x0b\x64ocument_id\x18\x02 \x01(\tR\ndocumentId\x12$\n\x0e\x61\x63ting_user_id\x18\x03 \x01(\tR\x0c\x61\x63tingUserId\x12\x16\n\x06reason\x18\x04 \x01(\tR\x06reason"2\n\x16\x44\x65leteDocumentResponse\x12\x18\n\x07\x64\x65leted\x18\x01 \x01(\x08R\x07\x64\x65leted"l\n\x1bListRestrictedGroupsRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12$\n\x0e\x61\x63ting_user_id\x18\x02 \x01(\tR\x0c\x61\x63tingUserId"w\n\x1cListRestrictedGroupsResponse\x12W\n\x11restricted_groups\x18\x01 \x03(\x0b\x32&.weaveapi.ingestion.v1.RestrictedGroupB\x02(\x01R\x10restrictedGroups"\x9a\x01\n\x19GetRestrictedGroupRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12.\n\x13restricted_group_id\x18\x02 \x01(\tR\x11restrictedGroupId\x12$\n\x0e\x61\x63ting_user_id\x18\x03 \x01(\tR\x0c\x61\x63tingUserId"s\n\x1aGetRestrictedGroupResponse\x12U\n\x10restricted_group\x18\x01 \x01(\x0b\x32&.weaveapi.ingestion.v1.RestrictedGroupB\x02(\x01R\x0frestrictedGroup"\xf4\x01\n\x1c\x43reateRestrictedGroupRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12$\n\x0e\x61\x63ting_user_id\x18\x02 \x01(\tR\x0c\x61\x63tingUserId\x12\x12\n\x04slug\x18\x03 \x01(\tR\x04slug\x12\x12\n\x04name\x18\x04 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x05 \x01(\tR\x0b\x64\x65scription\x12\x19\n\x08user_ids\x18\x06 \x03(\tR\x07userIds\x12 \n\x0corg_team_ids\x18\x07 \x03(\tR\norgTeamIds"v\n\x1d\x43reateRestrictedGroupResponse\x12U\n\x10restricted_group\x18\x01 \x01(\x0b\x32&.weaveapi.ingestion.v1.RestrictedGroupB\x02(\x01R\x0frestrictedGroup"\xbc\x02\n\x1cUpdateRestrictedGroupRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12.\n\x13restricted_group_id\x18\x02 \x01(\tR\x11restrictedGroupId\x12$\n\x0e\x61\x63ting_user_id\x18\x03 \x01(\tR\x0c\x61\x63tingUserId\x12\x12\n\x04slug\x18\x04 \x01(\tR\x04slug\x12\x12\n\x04name\x18\x05 \x01(\tR\x04name\x12 \n\x0b\x64\x65scription\x18\x06 \x01(\tR\x0b\x64\x65scription\x12\x19\n\x08user_ids\x18\x07 \x03(\tR\x07userIds\x12 \n\x0corg_team_ids\x18\x08 \x03(\tR\norgTeamIds\x12\x16\n\x06\x61\x63tive\x18\t \x01(\x08R\x06\x61\x63tive"v\n\x1dUpdateRestrictedGroupResponse\x12U\n\x10restricted_group\x18\x01 \x01(\x0b\x32&.weaveapi.ingestion.v1.RestrictedGroupB\x02(\x01R\x0frestrictedGroup"\xf6\x01\n\x1c\x44\x65leteRestrictedGroupRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12.\n\x13restricted_group_id\x18\x02 \x01(\tR\x11restrictedGroupId\x12$\n\x0e\x61\x63ting_user_id\x18\x03 \x01(\tR\x0c\x61\x63tingUserId\x12W\n\x0breplacement\x18\x04 \x01(\x0b\x32\x31.weaveapi.ingestion.v1.RestrictedGroupReplacementB\x02(\x01R\x0breplacement"q\n\x1d\x44\x65leteRestrictedGroupResponse\x12\x18\n\x07\x64\x65leted\x18\x01 \x01(\x08R\x07\x64\x65leted\x12\x36\n\x17\x61\x66\x66\x65\x63ted_document_count\x18\x02 \x01(\x05R\x15\x61\x66\x66\x65\x63tedDocumentCount"j\n\x15RetryIngestionRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12(\n\x10ingestion_run_id\x18\x02 \x01(\tR\x0eingestionRunId"f\n\x16RetryIngestionResponse\x12L\n\ringestion_run\x18\x01 \x01(\x0b\x32#.weaveapi.ingestion.v1.IngestionRunB\x02(\x01R\x0cingestionRun"X\n\x10GetThreadRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12\x1b\n\tthread_id\x18\x02 \x01(\tR\x08threadId"m\n\x11\x45\x64itThreadRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12\x1b\n\tthread_id\x18\x02 \x01(\tR\x08threadId\x12\x12\n\x04text\x18\x03 \x01(\tR\x04text"\x95\x03\n\x1b\x43reateDocumentThreadRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12\x1f\n\x0b\x64ocument_id\x18\x02 \x01(\tR\ndocumentId\x12$\n\x0e\x61\x63ting_user_id\x18\x03 \x01(\tR\x0c\x61\x63tingUserId\x12\x12\n\x04text\x18\x04 \x01(\tR\x04text\x12%\n\x0eknowledge_type\x18\x05 \x01(\tR\rknowledgeType\x12>\n\x0c\x66\x61\x63\x65t_fields\x18\x06 \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x0b\x66\x61\x63\x65tFields\x12R\n\x0fsource_location\x18\x07 \x01(\x0b\x32%.weaveapi.ingestion.v1.SourceLocationB\x02(\x01R\x0esourceLocation\x12\x37\n\x08metadata\x18\x08 \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x08metadata"Y\n\x1c\x43reateDocumentThreadResponse\x12\x39\n\x06thread\x18\x01 \x01(\x0b\x32\x1d.weaveapi.ingestion.v1.ThreadB\x02(\x01R\x06thread"\xcb\x02\n\x1bUpdateDocumentThreadRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12\x1f\n\x0b\x64ocument_id\x18\x02 \x01(\tR\ndocumentId\x12\x1b\n\tthread_id\x18\x03 \x01(\tR\x08threadId\x12$\n\x0e\x61\x63ting_user_id\x18\x04 \x01(\tR\x0c\x61\x63tingUserId\x12\x12\n\x04text\x18\x05 \x01(\tR\x04text\x12R\n\x0fsource_location\x18\x06 \x01(\x0b\x32%.weaveapi.ingestion.v1.SourceLocationB\x02(\x01R\x0esourceLocation\x12\x37\n\x08metadata\x18\x07 \x01(\x0b\x32\x17.google.protobuf.StructB\x02(\x01R\x08metadata"Y\n\x1cUpdateDocumentThreadResponse\x12\x39\n\x06thread\x18\x01 \x01(\x0b\x32\x1d.weaveapi.ingestion.v1.ThreadB\x02(\x01R\x06thread"\xc2\x01\n\x1b\x44\x65leteDocumentThreadRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12\x1f\n\x0b\x64ocument_id\x18\x02 \x01(\tR\ndocumentId\x12\x1b\n\tthread_id\x18\x03 \x01(\tR\x08threadId\x12$\n\x0e\x61\x63ting_user_id\x18\x04 \x01(\tR\x0c\x61\x63tingUserId\x12\x16\n\x06reason\x18\x05 \x01(\tR\x06reason"8\n\x1c\x44\x65leteDocumentThreadResponse\x12\x18\n\x07\x64\x65leted\x18\x01 \x01(\x08R\x07\x64\x65leted"\\\n\x14\x41pproveThreadRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12\x1b\n\tthread_id\x18\x02 \x01(\tR\x08threadId"s\n\x13RejectThreadRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12\x1b\n\tthread_id\x18\x02 \x01(\tR\x08threadId\x12\x16\n\x06reason\x18\x03 \x01(\tR\x06reason"\xbd\x01\n\x19\x42ulkApproveThreadsRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12(\n\x10ingestion_run_id\x18\x02 \x01(\tR\x0eingestionRunId\x12\x1d\n\nthread_ids\x18\x03 \x03(\tR\tthreadIds\x12.\n\x13\x61pprove_all_pending\x18\x04 \x01(\x08R\x11\x61pproveAllPending"Y\n\x1a\x42ulkApproveThreadsResponse\x12;\n\x07threads\x18\x01 \x03(\x0b\x32\x1d.weaveapi.ingestion.v1.ThreadB\x02(\x01R\x07threads"\xd2\x01\n\x18\x42ulkRejectThreadsRequest\x12\'\n\x0forganization_id\x18\x01 \x01(\tR\x0eorganizationId\x12(\n\x10ingestion_run_id\x18\x02 \x01(\tR\x0eingestionRunId\x12\x1d\n\nthread_ids\x18\x03 \x03(\tR\tthreadIds\x12,\n\x12reject_all_pending\x18\x04 \x01(\x08R\x10rejectAllPending\x12\x16\n\x06reason\x18\x05 \x01(\tR\x06reason"X\n\x19\x42ulkRejectThreadsResponse\x12;\n\x07threads\x18\x01 \x03(\x0b\x32\x1d.weaveapi.ingestion.v1.ThreadB\x02(\x01R\x07threads"X\n\x16StreamPipelineResponse\x12>\n\x05\x65vent\x18\x01 \x01(\x0b\x32$.weaveapi.ingestion.v1.PipelineEventB\x02(\x01R\x05\x65vent"g\n\x17GetIngestionRunResponse\x12L\n\ringestion_run\x18\x01 \x01(\x0b\x32#.weaveapi.ingestion.v1.IngestionRunB\x02(\x01R\x0cingestionRun"N\n\x11GetThreadResponse\x12\x39\n\x06thread\x18\x01 \x01(\x0b\x32\x1d.weaveapi.ingestion.v1.ThreadB\x02(\x01R\x06thread"O\n\x12\x45\x64itThreadResponse\x12\x39\n\x06thread\x18\x01 \x01(\x0b\x32\x1d.weaveapi.ingestion.v1.ThreadB\x02(\x01R\x06thread"R\n\x15\x41pproveThreadResponse\x12\x39\n\x06thread\x18\x01 \x01(\x0b\x32\x1d.weaveapi.ingestion.v1.ThreadB\x02(\x01R\x06thread"Q\n\x14RejectThreadResponse\x12\x39\n\x06thread\x18\x01 \x01(\x0b\x32\x1d.weaveapi.ingestion.v1.ThreadB\x02(\x01R\x06thread"\xa1\x14\n\rPipelineEvent\x12\x19\n\x08\x65vent_id\x18\x01 \x01(\tR\x07\x65ventId\x12(\n\x10ingestion_run_id\x18\x02 \x01(\tR\x0eingestionRunId\x12X\n\rparse_started\x18\x03 \x01(\x0b\x32\x31.weaveapi.ingestion.v1.PipelineEvent.ParseStartedH\x00R\x0cparseStarted\x12[\n\x0eparse_complete\x18\x04 \x01(\x0b\x32\x32.weaveapi.ingestion.v1.PipelineEvent.ParseCompleteH\x00R\rparseComplete\x12U\n\x0c\x63lassify_tag\x18\x05 \x01(\x0b\x32\x30.weaveapi.ingestion.v1.PipelineEvent.ClassifyTagH\x00R\x0b\x63lassifyTag\x12[\n\x0e\x65xtract_thread\x18\x06 \x01(\x0b\x32\x32.weaveapi.ingestion.v1.PipelineEvent.ExtractThreadH\x00R\rextractThread\x12X\n\rembed_started\x18\x07 \x01(\x0b\x32\x31.weaveapi.ingestion.v1.PipelineEvent.EmbedStartedH\x00R\x0c\x65mbedStarted\x12[\n\x0e\x65mbed_complete\x18\x08 \x01(\x0b\x32\x32.weaveapi.ingestion.v1.PipelineEvent.EmbedCompleteH\x00R\rembedComplete\x12^\n\x0freconcile_match\x18\t \x01(\x0b\x32\x33.weaveapi.ingestion.v1.PipelineEvent.ReconcileMatchH\x00R\x0ereconcileMatch\x12X\n\rdiff_decision\x18\n \x01(\x0b\x32\x31.weaveapi.ingestion.v1.PipelineEvent.DiffDecisionH\x00R\x0c\x64iffDecision\x12\x64\n\x11pipeline_complete\x18\x0b \x01(\x0b\x32\x35.weaveapi.ingestion.v1.PipelineEvent.PipelineCompleteH\x00R\x10pipelineComplete\x12^\n\x0fpipeline_failed\x18\x0c \x01(\x0b\x32\x33.weaveapi.ingestion.v1.PipelineEvent.PipelineFailedH\x00R\x0epipelineFailed\x12[\n\x0erefine_started\x18\r \x01(\x0b\x32\x32.weaveapi.ingestion.v1.PipelineEvent.RefineStartedH\x00R\rrefineStarted\x12X\n\rrefine_thread\x18\x0e \x01(\x0b\x32\x31.weaveapi.ingestion.v1.PipelineEvent.RefineThreadH\x00R\x0crefineThread\x12^\n\x0frefine_complete\x18\x0f \x01(\x0b\x32\x33.weaveapi.ingestion.v1.PipelineEvent.RefineCompleteH\x00R\x0erefineComplete\x1a>\n\x0cParseStarted\x12\x1a\n\x08\x66ilename\x18\x01 \x01(\tR\x08\x66ilename\x12\x12\n\x04mime\x18\x02 \x01(\tR\x04mime\x1aM\n\rParseComplete\x12\x1d\n\npage_count\x18\x01 \x01(\x05R\tpageCount\x12\x1d\n\nchar_count\x18\x02 \x01(\x05R\tcharCount\x1a?\n\x0b\x43lassifyTag\x12\x10\n\x03tag\x18\x01 \x01(\tR\x03tag\x12\x1e\n\nconfidence\x18\x02 \x01(\x02R\nconfidence\x1aO\n\rRefineStarted\x12\x1f\n\x0b\x62lock_count\x18\x01 \x01(\x05R\nblockCount\x12\x1d\n\nloop_count\x18\x02 \x01(\x05R\tloopCount\x1a\x95\x01\n\x0cRefineThread\x12\x12\n\x04text\x18\x01 \x01(\tR\x04text\x12R\n\x0fsource_location\x18\x02 \x01(\x0b\x32%.weaveapi.ingestion.v1.SourceLocationB\x02(\x01R\x0esourceLocation\x12\x1d\n\nloop_index\x18\x03 \x01(\x05R\tloopIndex\x1a\x33\n\x0eRefineComplete\x12!\n\x0cthread_count\x18\x01 \x01(\x05R\x0bthreadCount\x1a\xb0\x01\n\rExtractThread\x12\x1b\n\tthread_id\x18\x01 \x01(\tR\x08threadId\x12\x12\n\x04text\x18\x02 \x01(\tR\x04text\x12\x1a\n\x08\x65ntities\x18\x03 \x03(\tR\x08\x65ntities\x12R\n\x0fsource_location\x18\x04 \x01(\x0b\x32%.weaveapi.ingestion.v1.SourceLocationB\x02(\x01R\x0esourceLocation\x1a\x31\n\x0c\x45mbedStarted\x12!\n\x0cthread_count\x18\x01 \x01(\x05R\x0bthreadCount\x1ah\n\rEmbedComplete\x12!\n\x0cthread_count\x18\x01 \x01(\x05R\x0bthreadCount\x12\x14\n\x05model\x18\x02 \x01(\tR\x05model\x12\x1e\n\ndimensions\x18\x03 \x01(\x05R\ndimensions\x1a{\n\x0eReconcileMatch\x12\x1b\n\tthread_id\x18\x01 \x01(\tR\x08threadId\x12,\n\x12\x65xisting_thread_id\x18\x02 \x01(\tR\x10\x65xistingThreadId\x12\x1e\n\nsimilarity\x18\x03 \x01(\x02R\nsimilarity\x1a\xa8\x01\n\x0c\x44iffDecision\x12\x1b\n\tthread_id\x18\x01 \x01(\tR\x08threadId\x12G\n\x08\x64\x65\x63ision\x18\x02 \x01(\x0e\x32+.weaveapi.ingestion.v1.ThreadClassificationR\x08\x64\x65\x63ision\x12\x32\n\x15superseded_thread_ids\x18\x03 \x03(\tR\x13supersededThreadIds\x1ag\n\x10PipelineComplete\x12!\n\x0cthread_count\x18\x01 \x01(\x05R\x0bthreadCount\x12\x30\n\x14pending_review_count\x18\x02 \x01(\x05R\x12pendingReviewCount\x1a:\n\x0ePipelineFailed\x12\x14\n\x05\x65rror\x18\x01 \x01(\tR\x05\x65rror\x12\x12\n\x04\x63ode\x18\x02 \x01(\tR\x04\x63odeB\x07\n\x05\x65vent*\x82\x03\n\x0e\x44ocumentStatus\x12\x1f\n\x1b\x44OCUMENT_STATUS_UNSPECIFIED\x10\x00\x12\x1d\n\x19\x44OCUMENT_STATUS_UPLOADING\x10\x01\x12\x1b\n\x17\x44OCUMENT_STATUS_PARSING\x10\x02\x12\x1a\n\x16\x44OCUMENT_STATUS_PARSED\x10\x03\x12\x1e\n\x1a\x44OCUMENT_STATUS_CLASSIFIED\x10\x04\x12\x1e\n\x1a\x44OCUMENT_STATUS_EXTRACTING\x10\x05\x12\x1f\n\x1b\x44OCUMENT_STATUS_RECONCILING\x10\x06\x12"\n\x1e\x44OCUMENT_STATUS_REVIEW_PENDING\x10\x07\x12\x1d\n\x19\x44OCUMENT_STATUS_COMMITTED\x10\x08\x12\x1a\n\x16\x44OCUMENT_STATUS_FAILED\x10\t\x12\x19\n\x15\x44OCUMENT_STATUS_STALE\x10\n\x12\x1c\n\x18\x44OCUMENT_STATUS_REFINING\x10\x0b*\x82\x01\n\rDocumentScope\x12\x1e\n\x1a\x44OCUMENT_SCOPE_UNSPECIFIED\x10\x00\x12\x16\n\x12\x44OCUMENT_SCOPE_ORG\x10\x01\x12\x1d\n\x19\x44OCUMENT_SCOPE_RESTRICTED\x10\x02\x12\x1a\n\x16\x44OCUMENT_SCOPE_PRIVATE\x10\x03*\xc6\x03\n\x12IngestionRunStatus\x12$\n INGESTION_RUN_STATUS_UNSPECIFIED\x10\x00\x12 \n\x1cINGESTION_RUN_STATUS_STARTED\x10\x01\x12 \n\x1cINGESTION_RUN_STATUS_PARSING\x10\x02\x12$\n INGESTION_RUN_STATUS_CLASSIFYING\x10\x03\x12#\n\x1fINGESTION_RUN_STATUS_EXTRACTING\x10\x04\x12"\n\x1eINGESTION_RUN_STATUS_EMBEDDING\x10\x05\x12$\n INGESTION_RUN_STATUS_RECONCILING\x10\x06\x12 \n\x1cINGESTION_RUN_STATUS_DIFFING\x10\x07\x12\'\n#INGESTION_RUN_STATUS_REVIEW_PENDING\x10\x08\x12"\n\x1eINGESTION_RUN_STATUS_COMMITTED\x10\t\x12\x1f\n\x1bINGESTION_RUN_STATUS_FAILED\x10\n\x12!\n\x1dINGESTION_RUN_STATUS_REFINING\x10\x0b*\xa8\x01\n\x14ThreadClassification\x12%\n!THREAD_CLASSIFICATION_UNSPECIFIED\x10\x00\x12\x1d\n\x19THREAD_CLASSIFICATION_NEW\x10\x01\x12$\n THREAD_CLASSIFICATION_REINFORCES\x10\x02\x12$\n THREAD_CLASSIFICATION_SUPERSEDES\x10\x03*\xd9\x01\n\x15ThreadRetrievalStatus\x12\'\n#THREAD_RETRIEVAL_STATUS_UNSPECIFIED\x10\x00\x12#\n\x1fTHREAD_RETRIEVAL_STATUS_PENDING\x10\x01\x12$\n THREAD_RETRIEVAL_STATUS_APPROVED\x10\x02\x12$\n THREAD_RETRIEVAL_STATUS_REJECTED\x10\x03\x12&\n"THREAD_RETRIEVAL_STATUS_SUPERSEDED\x10\x04*\xca\x02\n\x14ThreadActivityAction\x12&\n"THREAD_ACTIVITY_ACTION_UNSPECIFIED\x10\x00\x12"\n\x1eTHREAD_ACTIVITY_ACTION_CREATED\x10\x01\x12!\n\x1dTHREAD_ACTIVITY_ACTION_EDITED\x10\x02\x12#\n\x1fTHREAD_ACTIVITY_ACTION_APPROVED\x10\x03\x12#\n\x1fTHREAD_ACTIVITY_ACTION_REJECTED\x10\x04\x12%\n!THREAD_ACTIVITY_ACTION_SUPERSEDED\x10\x05\x12(\n$THREAD_ACTIVITY_ACTION_BULK_APPROVED\x10\x06\x12(\n$THREAD_ACTIVITY_ACTION_BULK_REJECTED\x10\x07*\xaf\x01\n\x14TemporalValidityKind\x12&\n"TEMPORAL_VALIDITY_KIND_UNSPECIFIED\x10\x00\x12"\n\x1eTEMPORAL_VALIDITY_KIND_UNKNOWN\x10\x01\x12$\n TEMPORAL_VALIDITY_KIND_PERMANENT\x10\x02\x12%\n!TEMPORAL_VALIDITY_KIND_TIME_BOUND\x10\x03*\xa5\x01\n\x11\x44ocumentSortField\x12#\n\x1f\x44OCUMENT_SORT_FIELD_UNSPECIFIED\x10\x00\x12#\n\x1f\x44OCUMENT_SORT_FIELD_UPLOADED_AT\x10\x01\x12 \n\x1c\x44OCUMENT_SORT_FIELD_FILENAME\x10\x02\x12$\n DOCUMENT_SORT_FIELD_THREAD_COUNT\x10\x03*`\n\rSortDirection\x12\x1e\n\x1aSORT_DIRECTION_UNSPECIFIED\x10\x00\x12\x16\n\x12SORT_DIRECTION_ASC\x10\x01\x12\x17\n\x13SORT_DIRECTION_DESC\x10\x02*\xdb\x01\n\x17\x44ocumentSourceBlockKind\x12*\n&DOCUMENT_SOURCE_BLOCK_KIND_UNSPECIFIED\x10\x00\x12#\n\x1f\x44OCUMENT_SOURCE_BLOCK_KIND_TEXT\x10\x01\x12$\n DOCUMENT_SOURCE_BLOCK_KIND_TABLE\x10\x02\x12$\n DOCUMENT_SOURCE_BLOCK_KIND_IMAGE\x10\x03\x12#\n\x1f\x44OCUMENT_SOURCE_BLOCK_KIND_PAGE\x10\x04*\xf3\x01\n RestrictedGroupReplacementTarget\x12\x33\n/RESTRICTED_GROUP_REPLACEMENT_TARGET_UNSPECIFIED\x10\x00\x12.\n*RESTRICTED_GROUP_REPLACEMENT_TARGET_PUBLIC\x10\x01\x12/\n+RESTRICTED_GROUP_REPLACEMENT_TARGET_PRIVATE\x10\x02\x12\x39\n5RESTRICTED_GROUP_REPLACEMENT_TARGET_RESTRICTED_GROUPS\x10\x03\x42\xe1\x01\n\x19\x63om.weaveapi.ingestion.v1B\x0eIngestionProtoP\x01Z>github.com/weave-labs/weave-go/weaveapi/ingestion/v1;ingestion\xa2\x02\x03WIX\xaa\x02\x15Weaveapi.Ingestion.V1\xca\x02\x15Weaveapi\\Ingestion\\V1\xe2\x02!Weaveapi\\Ingestion\\V1\\GPBMetadata\xea\x02\x17Weaveapi::Ingestion::V1b\x08\x65\x64itionsp\xe8\x07'
|
|
29
|
+
)
|
|
30
|
+
|
|
31
|
+
_globals = globals()
|
|
32
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
33
|
+
_builder.BuildTopDescriptorsAndMessages(
|
|
34
|
+
DESCRIPTOR, "weaveapi.ingestion.v1.ingestion_pb2", _globals
|
|
35
|
+
)
|
|
36
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
37
|
+
_globals["DESCRIPTOR"]._loaded_options = None
|
|
38
|
+
_globals[
|
|
39
|
+
"DESCRIPTOR"
|
|
40
|
+
]._serialized_options = b"\n\031com.weaveapi.ingestion.v1B\016IngestionProtoP\001Z>github.com/weave-labs/weave-go/weaveapi/ingestion/v1;ingestion\242\002\003WIX\252\002\025Weaveapi.Ingestion.V1\312\002\025Weaveapi\\Ingestion\\V1\342\002!Weaveapi\\Ingestion\\V1\\GPBMetadata\352\002\027Weaveapi::Ingestion::V1"
|
|
41
|
+
_globals["_RESTRICTEDGROUP"].fields_by_name["created_at"]._loaded_options = None
|
|
42
|
+
_globals["_RESTRICTEDGROUP"].fields_by_name[
|
|
43
|
+
"created_at"
|
|
44
|
+
]._serialized_options = b"(\001"
|
|
45
|
+
_globals["_RESTRICTEDGROUP"].fields_by_name["updated_at"]._loaded_options = None
|
|
46
|
+
_globals["_RESTRICTEDGROUP"].fields_by_name[
|
|
47
|
+
"updated_at"
|
|
48
|
+
]._serialized_options = b"(\001"
|
|
49
|
+
_globals["_SOURCELOCATION"].fields_by_name["value"]._loaded_options = None
|
|
50
|
+
_globals["_SOURCELOCATION"].fields_by_name["value"]._serialized_options = b"(\001"
|
|
51
|
+
_globals["_FACETCONFIG"].fields_by_name["required_fields"]._loaded_options = None
|
|
52
|
+
_globals["_FACETCONFIG"].fields_by_name[
|
|
53
|
+
"required_fields"
|
|
54
|
+
]._serialized_options = b"(\001"
|
|
55
|
+
_globals["_ENTITY"].fields_by_name["metadata"]._loaded_options = None
|
|
56
|
+
_globals["_ENTITY"].fields_by_name["metadata"]._serialized_options = b"(\001"
|
|
57
|
+
_globals["_THREADFACET"].fields_by_name["facet_fields"]._loaded_options = None
|
|
58
|
+
_globals["_THREADFACET"].fields_by_name[
|
|
59
|
+
"facet_fields"
|
|
60
|
+
]._serialized_options = b"(\001"
|
|
61
|
+
_globals["_DOCUMENT"].fields_by_name["tags"]._loaded_options = None
|
|
62
|
+
_globals["_DOCUMENT"].fields_by_name["tags"]._serialized_options = b"(\001"
|
|
63
|
+
_globals["_DOCUMENT"].fields_by_name["metadata"]._loaded_options = None
|
|
64
|
+
_globals["_DOCUMENT"].fields_by_name["metadata"]._serialized_options = b"(\001"
|
|
65
|
+
_globals["_DOCUMENT"].fields_by_name["restricted_groups"]._loaded_options = None
|
|
66
|
+
_globals["_DOCUMENT"].fields_by_name[
|
|
67
|
+
"restricted_groups"
|
|
68
|
+
]._serialized_options = b"(\001"
|
|
69
|
+
_globals["_DOCUMENTSUMMARY"].fields_by_name["tags"]._loaded_options = None
|
|
70
|
+
_globals["_DOCUMENTSUMMARY"].fields_by_name["tags"]._serialized_options = b"(\001"
|
|
71
|
+
_globals["_DOCUMENTSUMMARY"].fields_by_name["thread_counts"]._loaded_options = None
|
|
72
|
+
_globals["_DOCUMENTSUMMARY"].fields_by_name[
|
|
73
|
+
"thread_counts"
|
|
74
|
+
]._serialized_options = b"(\001"
|
|
75
|
+
_globals["_DOCUMENTSUMMARY"].fields_by_name["metadata"]._loaded_options = None
|
|
76
|
+
_globals["_DOCUMENTSUMMARY"].fields_by_name[
|
|
77
|
+
"metadata"
|
|
78
|
+
]._serialized_options = b"(\001"
|
|
79
|
+
_globals["_DOCUMENTSUMMARY"].fields_by_name[
|
|
80
|
+
"restricted_groups"
|
|
81
|
+
]._loaded_options = None
|
|
82
|
+
_globals["_DOCUMENTSUMMARY"].fields_by_name[
|
|
83
|
+
"restricted_groups"
|
|
84
|
+
]._serialized_options = b"(\001"
|
|
85
|
+
_globals["_DOCUMENTDETAIL"].fields_by_name["document"]._loaded_options = None
|
|
86
|
+
_globals["_DOCUMENTDETAIL"].fields_by_name[
|
|
87
|
+
"document"
|
|
88
|
+
]._serialized_options = b"(\001"
|
|
89
|
+
_globals["_DOCUMENTDETAIL"].fields_by_name["ingestion_runs"]._loaded_options = None
|
|
90
|
+
_globals["_DOCUMENTDETAIL"].fields_by_name[
|
|
91
|
+
"ingestion_runs"
|
|
92
|
+
]._serialized_options = b"(\001"
|
|
93
|
+
_globals["_DOCUMENTDETAIL"].fields_by_name["threads"]._loaded_options = None
|
|
94
|
+
_globals["_DOCUMENTDETAIL"].fields_by_name["threads"]._serialized_options = b"(\001"
|
|
95
|
+
_globals["_DOCUMENTDETAIL"].fields_by_name["permissions"]._loaded_options = None
|
|
96
|
+
_globals["_DOCUMENTDETAIL"].fields_by_name[
|
|
97
|
+
"permissions"
|
|
98
|
+
]._serialized_options = b"(\001"
|
|
99
|
+
_globals["_DOCUMENTSOURCEBLOCK"].fields_by_name[
|
|
100
|
+
"source_location"
|
|
101
|
+
]._loaded_options = None
|
|
102
|
+
_globals["_DOCUMENTSOURCEBLOCK"].fields_by_name[
|
|
103
|
+
"source_location"
|
|
104
|
+
]._serialized_options = b"(\001"
|
|
105
|
+
_globals["_DOCUMENTSOURCEBLOCK"].fields_by_name["table"]._loaded_options = None
|
|
106
|
+
_globals["_DOCUMENTSOURCEBLOCK"].fields_by_name[
|
|
107
|
+
"table"
|
|
108
|
+
]._serialized_options = b"(\001"
|
|
109
|
+
_globals["_DOCUMENTSOURCEBLOCK"].fields_by_name["metadata"]._loaded_options = None
|
|
110
|
+
_globals["_DOCUMENTSOURCEBLOCK"].fields_by_name[
|
|
111
|
+
"metadata"
|
|
112
|
+
]._serialized_options = b"(\001"
|
|
113
|
+
_globals["_THREAD"].fields_by_name["facet_fields"]._loaded_options = None
|
|
114
|
+
_globals["_THREAD"].fields_by_name["facet_fields"]._serialized_options = b"(\001"
|
|
115
|
+
_globals["_THREAD"].fields_by_name["temporal_validity"]._loaded_options = None
|
|
116
|
+
_globals["_THREAD"].fields_by_name[
|
|
117
|
+
"temporal_validity"
|
|
118
|
+
]._serialized_options = b"(\001"
|
|
119
|
+
_globals["_THREAD"].fields_by_name["source_location"]._loaded_options = None
|
|
120
|
+
_globals["_THREAD"].fields_by_name["source_location"]._serialized_options = b"(\001"
|
|
121
|
+
_globals["_THREAD"].fields_by_name["metadata"]._loaded_options = None
|
|
122
|
+
_globals["_THREAD"].fields_by_name["metadata"]._serialized_options = b"(\001"
|
|
123
|
+
_globals["_THREAD"].fields_by_name["entities"]._loaded_options = None
|
|
124
|
+
_globals["_THREAD"].fields_by_name["entities"]._serialized_options = b"(\001"
|
|
125
|
+
_globals["_THREAD"].fields_by_name["facets"]._loaded_options = None
|
|
126
|
+
_globals["_THREAD"].fields_by_name["facets"]._serialized_options = b"(\001"
|
|
127
|
+
_globals["_INGESTIONRUN"].fields_by_name["token_usage"]._loaded_options = None
|
|
128
|
+
_globals["_INGESTIONRUN"].fields_by_name[
|
|
129
|
+
"token_usage"
|
|
130
|
+
]._serialized_options = b"(\001"
|
|
131
|
+
_globals["_INGESTIONRUN"].fields_by_name["threads"]._loaded_options = None
|
|
132
|
+
_globals["_INGESTIONRUN"].fields_by_name["threads"]._serialized_options = b"(\001"
|
|
133
|
+
_globals["_INGESTIONRUN"].fields_by_name[
|
|
134
|
+
"stage_model_settings"
|
|
135
|
+
]._loaded_options = None
|
|
136
|
+
_globals["_INGESTIONRUN"].fields_by_name[
|
|
137
|
+
"stage_model_settings"
|
|
138
|
+
]._serialized_options = b"(\001"
|
|
139
|
+
_globals["_INGESTIONHISTORYENTRY"].fields_by_name["tags"]._loaded_options = None
|
|
140
|
+
_globals["_INGESTIONHISTORYENTRY"].fields_by_name[
|
|
141
|
+
"tags"
|
|
142
|
+
]._serialized_options = b"(\001"
|
|
143
|
+
_globals["_UPLOADFILEREQUEST"].fields_by_name["metadata"]._loaded_options = None
|
|
144
|
+
_globals["_UPLOADFILEREQUEST"].fields_by_name[
|
|
145
|
+
"metadata"
|
|
146
|
+
]._serialized_options = b"(\001"
|
|
147
|
+
_globals["_UPLOADFILERESPONSE"].fields_by_name["document"]._loaded_options = None
|
|
148
|
+
_globals["_UPLOADFILERESPONSE"].fields_by_name[
|
|
149
|
+
"document"
|
|
150
|
+
]._serialized_options = b"(\001"
|
|
151
|
+
_globals["_UPLOADFILERESPONSE"].fields_by_name[
|
|
152
|
+
"ingestion_run"
|
|
153
|
+
]._loaded_options = None
|
|
154
|
+
_globals["_UPLOADFILERESPONSE"].fields_by_name[
|
|
155
|
+
"ingestion_run"
|
|
156
|
+
]._serialized_options = b"(\001"
|
|
157
|
+
_globals["_LISTINGESTIONHISTORYRESPONSE"].fields_by_name[
|
|
158
|
+
"entries"
|
|
159
|
+
]._loaded_options = None
|
|
160
|
+
_globals["_LISTINGESTIONHISTORYRESPONSE"].fields_by_name[
|
|
161
|
+
"entries"
|
|
162
|
+
]._serialized_options = b"(\001"
|
|
163
|
+
_globals["_LISTDOCUMENTSRESPONSE"].fields_by_name[
|
|
164
|
+
"documents"
|
|
165
|
+
]._loaded_options = None
|
|
166
|
+
_globals["_LISTDOCUMENTSRESPONSE"].fields_by_name[
|
|
167
|
+
"documents"
|
|
168
|
+
]._serialized_options = b"(\001"
|
|
169
|
+
_globals["_GETDOCUMENTDETAILRESPONSE"].fields_by_name[
|
|
170
|
+
"detail"
|
|
171
|
+
]._loaded_options = None
|
|
172
|
+
_globals["_GETDOCUMENTDETAILRESPONSE"].fields_by_name[
|
|
173
|
+
"detail"
|
|
174
|
+
]._serialized_options = b"(\001"
|
|
175
|
+
_globals["_GETDOCUMENTSOURCERESPONSE"].fields_by_name[
|
|
176
|
+
"blocks"
|
|
177
|
+
]._loaded_options = None
|
|
178
|
+
_globals["_GETDOCUMENTSOURCERESPONSE"].fields_by_name[
|
|
179
|
+
"blocks"
|
|
180
|
+
]._serialized_options = b"(\001"
|
|
181
|
+
_globals["_UPDATEDOCUMENTSECURITYRESPONSE"].fields_by_name[
|
|
182
|
+
"document"
|
|
183
|
+
]._loaded_options = None
|
|
184
|
+
_globals["_UPDATEDOCUMENTSECURITYRESPONSE"].fields_by_name[
|
|
185
|
+
"document"
|
|
186
|
+
]._serialized_options = b"(\001"
|
|
187
|
+
_globals["_UPDATEDOCUMENTTAGSRESPONSE"].fields_by_name[
|
|
188
|
+
"tags"
|
|
189
|
+
]._loaded_options = None
|
|
190
|
+
_globals["_UPDATEDOCUMENTTAGSRESPONSE"].fields_by_name[
|
|
191
|
+
"tags"
|
|
192
|
+
]._serialized_options = b"(\001"
|
|
193
|
+
_globals["_LISTRESTRICTEDGROUPSRESPONSE"].fields_by_name[
|
|
194
|
+
"restricted_groups"
|
|
195
|
+
]._loaded_options = None
|
|
196
|
+
_globals["_LISTRESTRICTEDGROUPSRESPONSE"].fields_by_name[
|
|
197
|
+
"restricted_groups"
|
|
198
|
+
]._serialized_options = b"(\001"
|
|
199
|
+
_globals["_GETRESTRICTEDGROUPRESPONSE"].fields_by_name[
|
|
200
|
+
"restricted_group"
|
|
201
|
+
]._loaded_options = None
|
|
202
|
+
_globals["_GETRESTRICTEDGROUPRESPONSE"].fields_by_name[
|
|
203
|
+
"restricted_group"
|
|
204
|
+
]._serialized_options = b"(\001"
|
|
205
|
+
_globals["_CREATERESTRICTEDGROUPRESPONSE"].fields_by_name[
|
|
206
|
+
"restricted_group"
|
|
207
|
+
]._loaded_options = None
|
|
208
|
+
_globals["_CREATERESTRICTEDGROUPRESPONSE"].fields_by_name[
|
|
209
|
+
"restricted_group"
|
|
210
|
+
]._serialized_options = b"(\001"
|
|
211
|
+
_globals["_UPDATERESTRICTEDGROUPRESPONSE"].fields_by_name[
|
|
212
|
+
"restricted_group"
|
|
213
|
+
]._loaded_options = None
|
|
214
|
+
_globals["_UPDATERESTRICTEDGROUPRESPONSE"].fields_by_name[
|
|
215
|
+
"restricted_group"
|
|
216
|
+
]._serialized_options = b"(\001"
|
|
217
|
+
_globals["_DELETERESTRICTEDGROUPREQUEST"].fields_by_name[
|
|
218
|
+
"replacement"
|
|
219
|
+
]._loaded_options = None
|
|
220
|
+
_globals["_DELETERESTRICTEDGROUPREQUEST"].fields_by_name[
|
|
221
|
+
"replacement"
|
|
222
|
+
]._serialized_options = b"(\001"
|
|
223
|
+
_globals["_RETRYINGESTIONRESPONSE"].fields_by_name[
|
|
224
|
+
"ingestion_run"
|
|
225
|
+
]._loaded_options = None
|
|
226
|
+
_globals["_RETRYINGESTIONRESPONSE"].fields_by_name[
|
|
227
|
+
"ingestion_run"
|
|
228
|
+
]._serialized_options = b"(\001"
|
|
229
|
+
_globals["_CREATEDOCUMENTTHREADREQUEST"].fields_by_name[
|
|
230
|
+
"facet_fields"
|
|
231
|
+
]._loaded_options = None
|
|
232
|
+
_globals["_CREATEDOCUMENTTHREADREQUEST"].fields_by_name[
|
|
233
|
+
"facet_fields"
|
|
234
|
+
]._serialized_options = b"(\001"
|
|
235
|
+
_globals["_CREATEDOCUMENTTHREADREQUEST"].fields_by_name[
|
|
236
|
+
"source_location"
|
|
237
|
+
]._loaded_options = None
|
|
238
|
+
_globals["_CREATEDOCUMENTTHREADREQUEST"].fields_by_name[
|
|
239
|
+
"source_location"
|
|
240
|
+
]._serialized_options = b"(\001"
|
|
241
|
+
_globals["_CREATEDOCUMENTTHREADREQUEST"].fields_by_name[
|
|
242
|
+
"metadata"
|
|
243
|
+
]._loaded_options = None
|
|
244
|
+
_globals["_CREATEDOCUMENTTHREADREQUEST"].fields_by_name[
|
|
245
|
+
"metadata"
|
|
246
|
+
]._serialized_options = b"(\001"
|
|
247
|
+
_globals["_CREATEDOCUMENTTHREADRESPONSE"].fields_by_name[
|
|
248
|
+
"thread"
|
|
249
|
+
]._loaded_options = None
|
|
250
|
+
_globals["_CREATEDOCUMENTTHREADRESPONSE"].fields_by_name[
|
|
251
|
+
"thread"
|
|
252
|
+
]._serialized_options = b"(\001"
|
|
253
|
+
_globals["_UPDATEDOCUMENTTHREADREQUEST"].fields_by_name[
|
|
254
|
+
"source_location"
|
|
255
|
+
]._loaded_options = None
|
|
256
|
+
_globals["_UPDATEDOCUMENTTHREADREQUEST"].fields_by_name[
|
|
257
|
+
"source_location"
|
|
258
|
+
]._serialized_options = b"(\001"
|
|
259
|
+
_globals["_UPDATEDOCUMENTTHREADREQUEST"].fields_by_name[
|
|
260
|
+
"metadata"
|
|
261
|
+
]._loaded_options = None
|
|
262
|
+
_globals["_UPDATEDOCUMENTTHREADREQUEST"].fields_by_name[
|
|
263
|
+
"metadata"
|
|
264
|
+
]._serialized_options = b"(\001"
|
|
265
|
+
_globals["_UPDATEDOCUMENTTHREADRESPONSE"].fields_by_name[
|
|
266
|
+
"thread"
|
|
267
|
+
]._loaded_options = None
|
|
268
|
+
_globals["_UPDATEDOCUMENTTHREADRESPONSE"].fields_by_name[
|
|
269
|
+
"thread"
|
|
270
|
+
]._serialized_options = b"(\001"
|
|
271
|
+
_globals["_BULKAPPROVETHREADSRESPONSE"].fields_by_name[
|
|
272
|
+
"threads"
|
|
273
|
+
]._loaded_options = None
|
|
274
|
+
_globals["_BULKAPPROVETHREADSRESPONSE"].fields_by_name[
|
|
275
|
+
"threads"
|
|
276
|
+
]._serialized_options = b"(\001"
|
|
277
|
+
_globals["_BULKREJECTTHREADSRESPONSE"].fields_by_name[
|
|
278
|
+
"threads"
|
|
279
|
+
]._loaded_options = None
|
|
280
|
+
_globals["_BULKREJECTTHREADSRESPONSE"].fields_by_name[
|
|
281
|
+
"threads"
|
|
282
|
+
]._serialized_options = b"(\001"
|
|
283
|
+
_globals["_STREAMPIPELINERESPONSE"].fields_by_name["event"]._loaded_options = None
|
|
284
|
+
_globals["_STREAMPIPELINERESPONSE"].fields_by_name[
|
|
285
|
+
"event"
|
|
286
|
+
]._serialized_options = b"(\001"
|
|
287
|
+
_globals["_GETINGESTIONRUNRESPONSE"].fields_by_name[
|
|
288
|
+
"ingestion_run"
|
|
289
|
+
]._loaded_options = None
|
|
290
|
+
_globals["_GETINGESTIONRUNRESPONSE"].fields_by_name[
|
|
291
|
+
"ingestion_run"
|
|
292
|
+
]._serialized_options = b"(\001"
|
|
293
|
+
_globals["_GETTHREADRESPONSE"].fields_by_name["thread"]._loaded_options = None
|
|
294
|
+
_globals["_GETTHREADRESPONSE"].fields_by_name[
|
|
295
|
+
"thread"
|
|
296
|
+
]._serialized_options = b"(\001"
|
|
297
|
+
_globals["_EDITTHREADRESPONSE"].fields_by_name["thread"]._loaded_options = None
|
|
298
|
+
_globals["_EDITTHREADRESPONSE"].fields_by_name[
|
|
299
|
+
"thread"
|
|
300
|
+
]._serialized_options = b"(\001"
|
|
301
|
+
_globals["_APPROVETHREADRESPONSE"].fields_by_name["thread"]._loaded_options = None
|
|
302
|
+
_globals["_APPROVETHREADRESPONSE"].fields_by_name[
|
|
303
|
+
"thread"
|
|
304
|
+
]._serialized_options = b"(\001"
|
|
305
|
+
_globals["_REJECTTHREADRESPONSE"].fields_by_name["thread"]._loaded_options = None
|
|
306
|
+
_globals["_REJECTTHREADRESPONSE"].fields_by_name[
|
|
307
|
+
"thread"
|
|
308
|
+
]._serialized_options = b"(\001"
|
|
309
|
+
_globals["_PIPELINEEVENT_REFINETHREAD"].fields_by_name[
|
|
310
|
+
"source_location"
|
|
311
|
+
]._loaded_options = None
|
|
312
|
+
_globals["_PIPELINEEVENT_REFINETHREAD"].fields_by_name[
|
|
313
|
+
"source_location"
|
|
314
|
+
]._serialized_options = b"(\001"
|
|
315
|
+
_globals["_PIPELINEEVENT_EXTRACTTHREAD"].fields_by_name[
|
|
316
|
+
"source_location"
|
|
317
|
+
]._loaded_options = None
|
|
318
|
+
_globals["_PIPELINEEVENT_EXTRACTTHREAD"].fields_by_name[
|
|
319
|
+
"source_location"
|
|
320
|
+
]._serialized_options = b"(\001"
|
|
321
|
+
_globals["_DOCUMENTSTATUS"]._serialized_start = 18159
|
|
322
|
+
_globals["_DOCUMENTSTATUS"]._serialized_end = 18545
|
|
323
|
+
_globals["_DOCUMENTSCOPE"]._serialized_start = 18548
|
|
324
|
+
_globals["_DOCUMENTSCOPE"]._serialized_end = 18678
|
|
325
|
+
_globals["_INGESTIONRUNSTATUS"]._serialized_start = 18681
|
|
326
|
+
_globals["_INGESTIONRUNSTATUS"]._serialized_end = 19135
|
|
327
|
+
_globals["_THREADCLASSIFICATION"]._serialized_start = 19138
|
|
328
|
+
_globals["_THREADCLASSIFICATION"]._serialized_end = 19306
|
|
329
|
+
_globals["_THREADRETRIEVALSTATUS"]._serialized_start = 19309
|
|
330
|
+
_globals["_THREADRETRIEVALSTATUS"]._serialized_end = 19526
|
|
331
|
+
_globals["_THREADACTIVITYACTION"]._serialized_start = 19529
|
|
332
|
+
_globals["_THREADACTIVITYACTION"]._serialized_end = 19859
|
|
333
|
+
_globals["_TEMPORALVALIDITYKIND"]._serialized_start = 19862
|
|
334
|
+
_globals["_TEMPORALVALIDITYKIND"]._serialized_end = 20037
|
|
335
|
+
_globals["_DOCUMENTSORTFIELD"]._serialized_start = 20040
|
|
336
|
+
_globals["_DOCUMENTSORTFIELD"]._serialized_end = 20205
|
|
337
|
+
_globals["_SORTDIRECTION"]._serialized_start = 20207
|
|
338
|
+
_globals["_SORTDIRECTION"]._serialized_end = 20303
|
|
339
|
+
_globals["_DOCUMENTSOURCEBLOCKKIND"]._serialized_start = 20306
|
|
340
|
+
_globals["_DOCUMENTSOURCEBLOCKKIND"]._serialized_end = 20525
|
|
341
|
+
_globals["_RESTRICTEDGROUPREPLACEMENTTARGET"]._serialized_start = 20528
|
|
342
|
+
_globals["_RESTRICTEDGROUPREPLACEMENTTARGET"]._serialized_end = 20771
|
|
343
|
+
_globals["_DOCUMENTTAG"]._serialized_start = 127
|
|
344
|
+
_globals["_DOCUMENTTAG"]._serialized_end = 190
|
|
345
|
+
_globals["_RESTRICTEDGROUP"]._serialized_start = 193
|
|
346
|
+
_globals["_RESTRICTEDGROUP"]._serialized_end = 591
|
|
347
|
+
_globals["_RESTRICTEDGROUPREPLACEMENT"]._serialized_start = 594
|
|
348
|
+
_globals["_RESTRICTEDGROUPREPLACEMENT"]._serialized_end = 753
|
|
349
|
+
_globals["_SOURCELOCATION"]._serialized_start = 755
|
|
350
|
+
_globals["_SOURCELOCATION"]._serialized_end = 841
|
|
351
|
+
_globals["_TEMPORALVALIDITY"]._serialized_start = 844
|
|
352
|
+
_globals["_TEMPORALVALIDITY"]._serialized_end = 1047
|
|
353
|
+
_globals["_FACETFIELDDEFINITION"]._serialized_start = 1049
|
|
354
|
+
_globals["_FACETFIELDDEFINITION"]._serialized_end = 1111
|
|
355
|
+
_globals["_FACETCONFIG"]._serialized_start = 1114
|
|
356
|
+
_globals["_FACETCONFIG"]._serialized_end = 1384
|
|
357
|
+
_globals["_ENTITY"]._serialized_start = 1387
|
|
358
|
+
_globals["_ENTITY"]._serialized_end = 1538
|
|
359
|
+
_globals["_THREADFACET"]._serialized_start = 1541
|
|
360
|
+
_globals["_THREADFACET"]._serialized_end = 1740
|
|
361
|
+
_globals["_DOCUMENT"]._serialized_start = 1743
|
|
362
|
+
_globals["_DOCUMENT"]._serialized_end = 2499
|
|
363
|
+
_globals["_DOCUMENTTHREADCOUNTS"]._serialized_start = 2501
|
|
364
|
+
_globals["_DOCUMENTTHREADCOUNTS"]._serialized_end = 2627
|
|
365
|
+
_globals["_DOCUMENTSUMMARY"]._serialized_start = 2630
|
|
366
|
+
_globals["_DOCUMENTSUMMARY"]._serialized_end = 3658
|
|
367
|
+
_globals["_DOCUMENTACTIONPERMISSIONS"]._serialized_start = 3661
|
|
368
|
+
_globals["_DOCUMENTACTIONPERMISSIONS"]._serialized_end = 3916
|
|
369
|
+
_globals["_DOCUMENTDETAIL"]._serialized_start = 3919
|
|
370
|
+
_globals["_DOCUMENTDETAIL"]._serialized_end = 4236
|
|
371
|
+
_globals["_DOCUMENTSOURCEBLOCK"]._serialized_start = 4239
|
|
372
|
+
_globals["_DOCUMENTSOURCEBLOCK"]._serialized_end = 4618
|
|
373
|
+
_globals["_THREAD"]._serialized_start = 4621
|
|
374
|
+
_globals["_THREAD"]._serialized_end = 5855
|
|
375
|
+
_globals["_INGESTIONRUN"]._serialized_start = 5858
|
|
376
|
+
_globals["_INGESTIONRUN"]._serialized_end = 6669
|
|
377
|
+
_globals["_INGESTIONHISTORYENTRY"]._serialized_start = 6672
|
|
378
|
+
_globals["_INGESTIONHISTORYENTRY"]._serialized_end = 7429
|
|
379
|
+
_globals["_UPLOADFILEREQUEST"]._serialized_start = 7432
|
|
380
|
+
_globals["_UPLOADFILEREQUEST"]._serialized_end = 7687
|
|
381
|
+
_globals["_UPLOADFILERESPONSE"]._serialized_start = 7690
|
|
382
|
+
_globals["_UPLOADFILERESPONSE"]._serialized_end = 7853
|
|
383
|
+
_globals["_STREAMPIPELINEREQUEST"]._serialized_start = 7855
|
|
384
|
+
_globals["_STREAMPIPELINEREQUEST"]._serialized_end = 7961
|
|
385
|
+
_globals["_GETINGESTIONRUNREQUEST"]._serialized_start = 7963
|
|
386
|
+
_globals["_GETINGESTIONRUNREQUEST"]._serialized_end = 8070
|
|
387
|
+
_globals["_LISTINGESTIONHISTORYREQUEST"]._serialized_start = 8073
|
|
388
|
+
_globals["_LISTINGESTIONHISTORYREQUEST"]._serialized_end = 8395
|
|
389
|
+
_globals["_LISTINGESTIONHISTORYRESPONSE"]._serialized_start = 8398
|
|
390
|
+
_globals["_LISTINGESTIONHISTORYRESPONSE"]._serialized_end = 8544
|
|
391
|
+
_globals["_LISTDOCUMENTSREQUEST"]._serialized_start = 8547
|
|
392
|
+
_globals["_LISTDOCUMENTSREQUEST"]._serialized_end = 9324
|
|
393
|
+
_globals["_LISTDOCUMENTSRESPONSE"]._serialized_start = 9327
|
|
394
|
+
_globals["_LISTDOCUMENTSRESPONSE"]._serialized_end = 9464
|
|
395
|
+
_globals["_GETDOCUMENTDETAILREQUEST"]._serialized_start = 9467
|
|
396
|
+
_globals["_GETDOCUMENTDETAILREQUEST"]._serialized_end = 9605
|
|
397
|
+
_globals["_GETDOCUMENTDETAILRESPONSE"]._serialized_start = 9607
|
|
398
|
+
_globals["_GETDOCUMENTDETAILRESPONSE"]._serialized_end = 9701
|
|
399
|
+
_globals["_GETDOCUMENTSOURCEREQUEST"]._serialized_start = 9704
|
|
400
|
+
_globals["_GETDOCUMENTSOURCEREQUEST"]._serialized_end = 9842
|
|
401
|
+
_globals["_GETDOCUMENTSOURCERESPONSE"]._serialized_start = 9845
|
|
402
|
+
_globals["_GETDOCUMENTSOURCERESPONSE"]._serialized_end = 10105
|
|
403
|
+
_globals["_UPDATEDOCUMENTSECURITYREQUEST"]._serialized_start = 10108
|
|
404
|
+
_globals["_UPDATEDOCUMENTSECURITYREQUEST"]._serialized_end = 10361
|
|
405
|
+
_globals["_UPDATEDOCUMENTSECURITYRESPONSE"]._serialized_start = 10363
|
|
406
|
+
_globals["_UPDATEDOCUMENTSECURITYRESPONSE"]._serialized_end = 10467
|
|
407
|
+
_globals["_UPDATEDOCUMENTTAGSREQUEST"]._serialized_start = 10470
|
|
408
|
+
_globals["_UPDATEDOCUMENTTAGSREQUEST"]._serialized_end = 10669
|
|
409
|
+
_globals["_UPDATEDOCUMENTTAGSRESPONSE"]._serialized_start = 10671
|
|
410
|
+
_globals["_UPDATEDOCUMENTTAGSRESPONSE"]._serialized_end = 10759
|
|
411
|
+
_globals["_DELETEDOCUMENTREQUEST"]._serialized_start = 10762
|
|
412
|
+
_globals["_DELETEDOCUMENTREQUEST"]._serialized_end = 10921
|
|
413
|
+
_globals["_DELETEDOCUMENTRESPONSE"]._serialized_start = 10923
|
|
414
|
+
_globals["_DELETEDOCUMENTRESPONSE"]._serialized_end = 10973
|
|
415
|
+
_globals["_LISTRESTRICTEDGROUPSREQUEST"]._serialized_start = 10975
|
|
416
|
+
_globals["_LISTRESTRICTEDGROUPSREQUEST"]._serialized_end = 11083
|
|
417
|
+
_globals["_LISTRESTRICTEDGROUPSRESPONSE"]._serialized_start = 11085
|
|
418
|
+
_globals["_LISTRESTRICTEDGROUPSRESPONSE"]._serialized_end = 11204
|
|
419
|
+
_globals["_GETRESTRICTEDGROUPREQUEST"]._serialized_start = 11207
|
|
420
|
+
_globals["_GETRESTRICTEDGROUPREQUEST"]._serialized_end = 11361
|
|
421
|
+
_globals["_GETRESTRICTEDGROUPRESPONSE"]._serialized_start = 11363
|
|
422
|
+
_globals["_GETRESTRICTEDGROUPRESPONSE"]._serialized_end = 11478
|
|
423
|
+
_globals["_CREATERESTRICTEDGROUPREQUEST"]._serialized_start = 11481
|
|
424
|
+
_globals["_CREATERESTRICTEDGROUPREQUEST"]._serialized_end = 11725
|
|
425
|
+
_globals["_CREATERESTRICTEDGROUPRESPONSE"]._serialized_start = 11727
|
|
426
|
+
_globals["_CREATERESTRICTEDGROUPRESPONSE"]._serialized_end = 11845
|
|
427
|
+
_globals["_UPDATERESTRICTEDGROUPREQUEST"]._serialized_start = 11848
|
|
428
|
+
_globals["_UPDATERESTRICTEDGROUPREQUEST"]._serialized_end = 12164
|
|
429
|
+
_globals["_UPDATERESTRICTEDGROUPRESPONSE"]._serialized_start = 12166
|
|
430
|
+
_globals["_UPDATERESTRICTEDGROUPRESPONSE"]._serialized_end = 12284
|
|
431
|
+
_globals["_DELETERESTRICTEDGROUPREQUEST"]._serialized_start = 12287
|
|
432
|
+
_globals["_DELETERESTRICTEDGROUPREQUEST"]._serialized_end = 12533
|
|
433
|
+
_globals["_DELETERESTRICTEDGROUPRESPONSE"]._serialized_start = 12535
|
|
434
|
+
_globals["_DELETERESTRICTEDGROUPRESPONSE"]._serialized_end = 12648
|
|
435
|
+
_globals["_RETRYINGESTIONREQUEST"]._serialized_start = 12650
|
|
436
|
+
_globals["_RETRYINGESTIONREQUEST"]._serialized_end = 12756
|
|
437
|
+
_globals["_RETRYINGESTIONRESPONSE"]._serialized_start = 12758
|
|
438
|
+
_globals["_RETRYINGESTIONRESPONSE"]._serialized_end = 12860
|
|
439
|
+
_globals["_GETTHREADREQUEST"]._serialized_start = 12862
|
|
440
|
+
_globals["_GETTHREADREQUEST"]._serialized_end = 12950
|
|
441
|
+
_globals["_EDITTHREADREQUEST"]._serialized_start = 12952
|
|
442
|
+
_globals["_EDITTHREADREQUEST"]._serialized_end = 13061
|
|
443
|
+
_globals["_CREATEDOCUMENTTHREADREQUEST"]._serialized_start = 13064
|
|
444
|
+
_globals["_CREATEDOCUMENTTHREADREQUEST"]._serialized_end = 13469
|
|
445
|
+
_globals["_CREATEDOCUMENTTHREADRESPONSE"]._serialized_start = 13471
|
|
446
|
+
_globals["_CREATEDOCUMENTTHREADRESPONSE"]._serialized_end = 13560
|
|
447
|
+
_globals["_UPDATEDOCUMENTTHREADREQUEST"]._serialized_start = 13563
|
|
448
|
+
_globals["_UPDATEDOCUMENTTHREADREQUEST"]._serialized_end = 13894
|
|
449
|
+
_globals["_UPDATEDOCUMENTTHREADRESPONSE"]._serialized_start = 13896
|
|
450
|
+
_globals["_UPDATEDOCUMENTTHREADRESPONSE"]._serialized_end = 13985
|
|
451
|
+
_globals["_DELETEDOCUMENTTHREADREQUEST"]._serialized_start = 13988
|
|
452
|
+
_globals["_DELETEDOCUMENTTHREADREQUEST"]._serialized_end = 14182
|
|
453
|
+
_globals["_DELETEDOCUMENTTHREADRESPONSE"]._serialized_start = 14184
|
|
454
|
+
_globals["_DELETEDOCUMENTTHREADRESPONSE"]._serialized_end = 14240
|
|
455
|
+
_globals["_APPROVETHREADREQUEST"]._serialized_start = 14242
|
|
456
|
+
_globals["_APPROVETHREADREQUEST"]._serialized_end = 14334
|
|
457
|
+
_globals["_REJECTTHREADREQUEST"]._serialized_start = 14336
|
|
458
|
+
_globals["_REJECTTHREADREQUEST"]._serialized_end = 14451
|
|
459
|
+
_globals["_BULKAPPROVETHREADSREQUEST"]._serialized_start = 14454
|
|
460
|
+
_globals["_BULKAPPROVETHREADSREQUEST"]._serialized_end = 14643
|
|
461
|
+
_globals["_BULKAPPROVETHREADSRESPONSE"]._serialized_start = 14645
|
|
462
|
+
_globals["_BULKAPPROVETHREADSRESPONSE"]._serialized_end = 14734
|
|
463
|
+
_globals["_BULKREJECTTHREADSREQUEST"]._serialized_start = 14737
|
|
464
|
+
_globals["_BULKREJECTTHREADSREQUEST"]._serialized_end = 14947
|
|
465
|
+
_globals["_BULKREJECTTHREADSRESPONSE"]._serialized_start = 14949
|
|
466
|
+
_globals["_BULKREJECTTHREADSRESPONSE"]._serialized_end = 15037
|
|
467
|
+
_globals["_STREAMPIPELINERESPONSE"]._serialized_start = 15039
|
|
468
|
+
_globals["_STREAMPIPELINERESPONSE"]._serialized_end = 15127
|
|
469
|
+
_globals["_GETINGESTIONRUNRESPONSE"]._serialized_start = 15129
|
|
470
|
+
_globals["_GETINGESTIONRUNRESPONSE"]._serialized_end = 15232
|
|
471
|
+
_globals["_GETTHREADRESPONSE"]._serialized_start = 15234
|
|
472
|
+
_globals["_GETTHREADRESPONSE"]._serialized_end = 15312
|
|
473
|
+
_globals["_EDITTHREADRESPONSE"]._serialized_start = 15314
|
|
474
|
+
_globals["_EDITTHREADRESPONSE"]._serialized_end = 15393
|
|
475
|
+
_globals["_APPROVETHREADRESPONSE"]._serialized_start = 15395
|
|
476
|
+
_globals["_APPROVETHREADRESPONSE"]._serialized_end = 15477
|
|
477
|
+
_globals["_REJECTTHREADRESPONSE"]._serialized_start = 15479
|
|
478
|
+
_globals["_REJECTTHREADRESPONSE"]._serialized_end = 15560
|
|
479
|
+
_globals["_PIPELINEEVENT"]._serialized_start = 15563
|
|
480
|
+
_globals["_PIPELINEEVENT"]._serialized_end = 18156
|
|
481
|
+
_globals["_PIPELINEEVENT_PARSESTARTED"]._serialized_start = 16858
|
|
482
|
+
_globals["_PIPELINEEVENT_PARSESTARTED"]._serialized_end = 16920
|
|
483
|
+
_globals["_PIPELINEEVENT_PARSECOMPLETE"]._serialized_start = 16922
|
|
484
|
+
_globals["_PIPELINEEVENT_PARSECOMPLETE"]._serialized_end = 16999
|
|
485
|
+
_globals["_PIPELINEEVENT_CLASSIFYTAG"]._serialized_start = 17001
|
|
486
|
+
_globals["_PIPELINEEVENT_CLASSIFYTAG"]._serialized_end = 17064
|
|
487
|
+
_globals["_PIPELINEEVENT_REFINESTARTED"]._serialized_start = 17066
|
|
488
|
+
_globals["_PIPELINEEVENT_REFINESTARTED"]._serialized_end = 17145
|
|
489
|
+
_globals["_PIPELINEEVENT_REFINETHREAD"]._serialized_start = 17148
|
|
490
|
+
_globals["_PIPELINEEVENT_REFINETHREAD"]._serialized_end = 17297
|
|
491
|
+
_globals["_PIPELINEEVENT_REFINECOMPLETE"]._serialized_start = 17299
|
|
492
|
+
_globals["_PIPELINEEVENT_REFINECOMPLETE"]._serialized_end = 17350
|
|
493
|
+
_globals["_PIPELINEEVENT_EXTRACTTHREAD"]._serialized_start = 17353
|
|
494
|
+
_globals["_PIPELINEEVENT_EXTRACTTHREAD"]._serialized_end = 17529
|
|
495
|
+
_globals["_PIPELINEEVENT_EMBEDSTARTED"]._serialized_start = 17531
|
|
496
|
+
_globals["_PIPELINEEVENT_EMBEDSTARTED"]._serialized_end = 17580
|
|
497
|
+
_globals["_PIPELINEEVENT_EMBEDCOMPLETE"]._serialized_start = 17582
|
|
498
|
+
_globals["_PIPELINEEVENT_EMBEDCOMPLETE"]._serialized_end = 17686
|
|
499
|
+
_globals["_PIPELINEEVENT_RECONCILEMATCH"]._serialized_start = 17688
|
|
500
|
+
_globals["_PIPELINEEVENT_RECONCILEMATCH"]._serialized_end = 17811
|
|
501
|
+
_globals["_PIPELINEEVENT_DIFFDECISION"]._serialized_start = 17814
|
|
502
|
+
_globals["_PIPELINEEVENT_DIFFDECISION"]._serialized_end = 17982
|
|
503
|
+
_globals["_PIPELINEEVENT_PIPELINECOMPLETE"]._serialized_start = 17984
|
|
504
|
+
_globals["_PIPELINEEVENT_PIPELINECOMPLETE"]._serialized_end = 18087
|
|
505
|
+
_globals["_PIPELINEEVENT_PIPELINEFAILED"]._serialized_start = 18089
|
|
506
|
+
_globals["_PIPELINEEVENT_PIPELINEFAILED"]._serialized_end = 18147
|
|
507
|
+
# @@protoc_insertion_point(module_scope)
|