corvic-engine 0.3.0rc94__tar.gz → 0.3.0rc95__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.
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/Cargo.lock +2 -2
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/Cargo.toml +1 -1
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/PKG-INFO +1 -1
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/pyproject.toml +2 -2
- corvic_engine-0.3.0rc95/python/corvic_generated/ingest/v2/resource_pb2.py +136 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/ingest/v2/resource_pb2.pyi +26 -2
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/ingest/v2/resource_pb2_grpc.py +33 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/ingest/v2/resource_pb2_grpc.pyi +14 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/orm/v1/data_connector_pb2.py +6 -4
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/orm/v1/data_connector_pb2.pyi +14 -2
- corvic_engine-0.3.0rc94/python/corvic_generated/ingest/v2/resource_pb2.py +0 -122
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/LICENSE +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/README.md +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/Cargo.toml +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/buf/validate/validate_pb2.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/buf/validate/validate_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/buf/validate/validate_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/buf/validate/validate_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/context/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/context/py.typed +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/embed/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/embed/node2vec.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/embed/py.typed +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/embedding_metric/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/embedding_metric/embeddings.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/embedding_metric/py.typed +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/emodel/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/emodel/_base_model.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/emodel/_data_connector.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/emodel/_defaults.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/emodel/_errors.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/emodel/_feature_type.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/emodel/_feature_view.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/emodel/_pipeline.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/emodel/_proto_orm_convert.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/emodel/_resource.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/emodel/_room.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/emodel/_source.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/emodel/_space.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/emodel/py.typed +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/engine/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/engine/_native.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/engine/py.typed +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/eorm/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/op_graph/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/op_graph/_schema.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/op_graph/_transformations.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/op_graph/aggregation.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/op_graph/encoders.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/op_graph/errors.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/op_graph/feature_types.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/op_graph/ops.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/op_graph/py.typed +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/op_graph/row_filters/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/op_graph/row_filters/_jsonlogic.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/op_graph/row_filters/_row_filters.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/op_graph/sample_strategy.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/orm/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/orm/_proto_columns.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/orm/_soft_delete.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/orm/errors.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/orm/func/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/orm/func/utc_func.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/orm/func/uuid_func.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/orm/ids.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/orm/keys.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/orm/py.typed +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/pa_scalar/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/pa_scalar/_const.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/pa_scalar/_from_value.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/pa_scalar/_temporal.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/pa_scalar/_to_value.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/pa_scalar/_types.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/pa_scalar/py.typed +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/proto_wrapper/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/proto_wrapper/_errors.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/proto_wrapper/_wrappers.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/proto_wrapper/py.typed +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/result/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/result/py.typed +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/sql/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/sql/parse_ops.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/sql/py.typed +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/system/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/system/_column_encoding.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/system/_dimension_reduction.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/system/_embedder.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/system/_image_embedder.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/system/_planner.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/system/_text_embedder.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/system/client.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/system/in_memory_executor.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/system/op_graph_executor.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/system/py.typed +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/system/staging.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/system/storage.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/system_sqlite/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/system_sqlite/client.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/system_sqlite/fs_blob_store.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/system_sqlite/py.typed +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/system_sqlite/rdbms_blob_store.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/system_sqlite/staging.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/table/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/table/py.typed +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/table/table.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/transfer/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/transfer/_common_transformations.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/transfer/_orm_backed_proto.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/transfer/py.typed +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/version/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/version/py.typed +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/well_known_types/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/well_known_types/py.typed +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/algorithm/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/algorithm/graph/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/algorithm/graph/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/algorithm/graph/v1/graph_pb2.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/algorithm/graph/v1/graph_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/algorithm/graph/v1/graph_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/embedding/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/embedding/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/embedding/v1/models_pb2.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/embedding/v1/models_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/embedding/v1/models_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/embedding/v1/models_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/feature/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/feature/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/feature/v1/experiment_pb2.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/feature/v1/experiment_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/feature/v1/experiment_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/feature/v1/experiment_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/feature/v1/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/feature/v1/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/feature/v1/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/feature/v1/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/feature/v2/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/feature/v2/feature_view_pb2.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/feature/v2/feature_view_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/feature/v2/feature_view_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/feature/v2/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/feature/v2/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/feature/v2/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/feature/v2/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/ingest/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/ingest/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/ingest/v1/service_pb2.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/ingest/v1/service_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/ingest/v1/service_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/ingest/v1/service_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/ingest/v2/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/ingest/v2/pipeline_pb2.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/ingest/v2/pipeline_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/ingest/v2/pipeline_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/ingest/v2/quick_mode_pb2.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/ingest/v2/quick_mode_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/ingest/v2/quick_mode_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/ingest/v2/room_pb2.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/ingest/v2/room_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/ingest/v2/room_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/ingest/v2/room_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/ingest/v2/source_pb2.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/ingest/v2/source_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/ingest/v2/source_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/ingest/v2/source_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/ingest/v2/table_pb2.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/ingest/v2/table_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/ingest/v2/table_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/ingest/v2/table_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/model/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/model/v1alpha/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/model/v1alpha/models_pb2.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/model/v1alpha/models_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/model/v1alpha/models_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/model/v1alpha/models_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/orm/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/orm/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/orm/v1/common_pb2.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/orm/v1/common_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/orm/v1/common_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/orm/v1/common_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/orm/v1/data_connector_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/orm/v1/data_connector_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/orm/v1/feature_view_pb2.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/orm/v1/feature_view_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/orm/v1/feature_view_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/orm/v1/pipeline_pb2.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/orm/v1/pipeline_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/orm/v1/pipeline_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/orm/v1/space_pb2.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/orm/v1/space_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/orm/v1/space_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/orm/v1/space_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/orm/v1/table_pb2.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/orm/v1/table_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/orm/v1/table_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/orm/v1/table_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/status/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/status/v1/__init__.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/status/v1/event_pb2.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/status/v1/event_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/status/v1/event_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/status/v1/event_pb2_grpc.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/status/v1/service_pb2.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/status/v1/service_pb2.pyi +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/status/v1/service_pb2_grpc.py +0 -0
- {corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic_generated/status/v1/service_pb2_grpc.pyi +0 -0
@@ -16,7 +16,7 @@ checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
|
|
16
16
|
|
17
17
|
[[package]]
|
18
18
|
name = "corvic-engine"
|
19
|
-
version = "0.3.0-rc.
|
19
|
+
version = "0.3.0-rc.95"
|
20
20
|
dependencies = [
|
21
21
|
"numpy",
|
22
22
|
"pyo3",
|
@@ -57,7 +57,7 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
57
57
|
|
58
58
|
[[package]]
|
59
59
|
name = "engine-walk"
|
60
|
-
version = "0.3.0-rc.
|
60
|
+
version = "0.3.0-rc.95"
|
61
61
|
dependencies = [
|
62
62
|
"version_check",
|
63
63
|
]
|
@@ -18,7 +18,7 @@ authors = [
|
|
18
18
|
]
|
19
19
|
readme = "README.md"
|
20
20
|
description = "Seamless embedding generation and retrieval."
|
21
|
-
version = "0.3.0-rc.
|
21
|
+
version = "0.3.0-rc.95" # sync this with tool.poetry.version below
|
22
22
|
|
23
23
|
# TODO(ddn): Pull dependencies from tool.poetry.dependencies. We use maturin as
|
24
24
|
# the build system but poetry for the development environment.
|
@@ -73,7 +73,7 @@ packages = [
|
|
73
73
|
]
|
74
74
|
description = ""
|
75
75
|
authors = []
|
76
|
-
version = "0.3.0-rc.
|
76
|
+
version = "0.3.0-rc.95"
|
77
77
|
|
78
78
|
[tool.poetry.scripts]
|
79
79
|
check = "corvic_check.cli:main"
|
@@ -0,0 +1,136 @@
|
|
1
|
+
# -*- coding: utf-8 -*-
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# source: corvic/ingest/v2/resource.proto
|
4
|
+
# Protobuf Python Version: 4.25.8
|
5
|
+
"""Generated protocol buffer code."""
|
6
|
+
from google.protobuf import descriptor as _descriptor
|
7
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
8
|
+
from google.protobuf import symbol_database as _symbol_database
|
9
|
+
from google.protobuf.internal import builder as _builder
|
10
|
+
# @@protoc_insertion_point(imports)
|
11
|
+
|
12
|
+
_sym_db = _symbol_database.Default()
|
13
|
+
|
14
|
+
|
15
|
+
from buf.validate import validate_pb2 as buf_dot_validate_dot_validate__pb2
|
16
|
+
from corvic_generated.status.v1 import event_pb2 as corvic_dot_status_dot_v1_dot_event__pb2
|
17
|
+
from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
|
18
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
19
|
+
|
20
|
+
|
21
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1f\x63orvic/ingest/v2/resource.proto\x12\x10\x63orvic.ingest.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1c\x63orvic/status/v1/event.proto\x1a google/protobuf/descriptor.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x99\x04\n\x10ResourceMetadata\x12\x1e\n\x04name\x18\x01 \x01(\tB\n\xbaH\x07r\x05\x10\x01\x18\xc8\x01R\x04name\x12%\n\tmime_type\x18\x02 \x01(\tB\x08\xbaH\x05r\x03\x18\xc8\x01R\x08mimeType\x12\x7f\n\x07room_id\x18\x03 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x06roomId\x12-\n\roriginal_path\x18\x05 \x01(\tB\x08\xbaH\x05r\x03\x18\xe8\x07R\x0coriginalPath\x12*\n\x0b\x64\x65scription\x18\x06 \x01(\tB\x08\xbaH\x05r\x03\x18\xe8\x07R\x0b\x64\x65scription\x12\x87\x01\n\x0bpipeline_id\x18\x08 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\npipelineId\x12;\n\ttype_hint\x18\x04 \x01(\x0e\x32\x1e.corvic.ingest.v2.ResourceTypeR\x08typeHint\x12\x1b\n\x04size\x18\x07 \x01(\x03\x42\x07\xbaH\x04\"\x02 \x00R\x04size\"\xa8\x03\n\rResourceEntry\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x1b\n\tmime_type\x18\x03 \x01(\tR\x08mimeType\x12\x10\n\x03md5\x18\x05 \x01(\tR\x03md5\x12\x17\n\x07room_id\x18\x06 \x01(\tR\x06roomId\x12\x12\n\x04size\x18\x07 \x01(\x04R\x04size\x12#\n\roriginal_path\x18\t \x01(\tR\x0coriginalPath\x12 \n\x0b\x64\x65scription\x18\x0b \x01(\tR\x0b\x64\x65scription\x12\x1f\n\x0bpipeline_id\x18\x0c \x01(\tR\npipelineId\x12\x1b\n\turl_depth\x18\r \x01(\x04R\x08urlDepth\x12\x1b\n\turl_width\x18\x0e \x01(\x04R\x08urlWidth\x12\x37\n\x18referenced_by_source_ids\x18\n \x03(\tR\x15referencedBySourceIds\x12<\n\rrecent_events\x18\x08 \x03(\x0b\x32\x17.corvic.status.v1.EventR\x0crecentEvents\"p\n\x16\x43reateUploadURLRequest\x12>\n\x08metadata\x18\x01 \x01(\x0b\x32\".corvic.ingest.v2.ResourceMetadataR\x08metadata\x12\x16\n\x06origin\x18\x02 \x01(\tR\x06origin\"A\n\x17\x43reateUploadURLResponse\x12\x10\n\x03url\x18\x01 \x01(\tR\x03url\x12\x14\n\x05token\x18\x02 \x01(\tR\x05token\"s\n\x15UploadURLTokenPayload\x12>\n\x08metadata\x18\x01 \x01(\x0b\x32\".corvic.ingest.v2.ResourceMetadataR\x08metadata\x12\x1a\n\x08\x66ilename\x18\x02 \x01(\tR\x08\x66ilename\"0\n\x18\x46inalizeUploadURLRequest\x12\x14\n\x05token\x18\x01 \x01(\tR\x05token\"R\n\x19\x46inalizeUploadURLResponse\x12\x35\n\x05\x65ntry\x18\x01 \x01(\x0b\x32\x1f.corvic.ingest.v2.ResourceEntryR\x05\x65ntry\"\xaa\x03\n\"FetchAndFinalizeExternalURLRequest\x12\x7f\n\x07room_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x06roomId\x12\x87\x01\n\x0bpipeline_id\x18\x02 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\npipelineId\x12-\n\roriginal_path\x18\x03 \x01(\tB\x08\xbaH\x05r\x03\x18\x80\x10R\x0coriginalPath\x12$\n\turl_depth\x18\x04 \x01(\x04\x42\x07\xbaH\x04\x32\x02\x18\nR\x08urlDepth\x12$\n\turl_width\x18\x05 \x01(\x04\x42\x07\xbaH\x04\x32\x02 \x00R\x08urlWidth\"\\\n#FetchAndFinalizeExternalURLResponse\x12\x35\n\x05\x65ntry\x18\x01 \x01(\x0b\x32\x1f.corvic.ingest.v2.ResourceEntryR\x05\x65ntry\"\x8f\x01\n\x15\x44\x65leteResourceRequest\x12v\n\x02id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x02id\"\x18\n\x16\x44\x65leteResourceResponse\"\x8c\x01\n\x12GetResourceRequest\x12v\n\x02id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x02id\"L\n\x13GetResourceResponse\x12\x35\n\x05\x65ntry\x18\x01 \x01(\x0b\x32\x1f.corvic.ingest.v2.ResourceEntryR\x05\x65ntry\"\x97\x01\n\x14ListResourcesRequest\x12\x7f\n\x07room_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x06roomId\"N\n\x15ListResourcesResponse\x12\x35\n\x05\x65ntry\x18\x01 \x01(\x0b\x32\x1f.corvic.ingest.v2.ResourceEntryR\x05\x65ntry\"\x8b\x01\n\x0cResourceList\x12{\n\x02id\x18\x01 \x03(\tBk\xbaHh\x92\x01\x65\"cr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x02id\"\xdb\x01\n\x15WatchResourcesRequest\x12\x81\x01\n\x07room_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')H\x00R\x06roomId\x12\x32\n\x03ids\x18\x02 \x01(\x0b\x32\x1e.corvic.ingest.v2.ResourceListH\x00R\x03idsB\n\n\x08selector\"d\n\x16WatchResourcesResponse\x12J\n\x10updated_resource\x18\x01 \x01(\x0b\x32\x1f.corvic.ingest.v2.ResourceEntryR\x0fupdatedResource\"\xb5\x01\n#ListResourcesPaginatedCursorPayload\x12T\n\x19\x63reate_time_of_last_entry\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x15\x63reateTimeOfLastEntry\x12\x17\n\x07room_id\x18\x02 \x01(\tR\x06roomId\x12\x1f\n\x0bpipeline_id\x18\x03 \x01(\tR\npipelineId\"\xef\x02\n\x1dListResourcesPaginatedRequest\x12\x80\x01\n\x07room_id\x18\x01 \x01(\tBg\xbaHdr\x02\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\xd8\x01\x01R\x06roomId\x12\x88\x01\n\x0bpipeline_id\x18\x04 \x01(\tBg\xbaHdr\x02\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\xd8\x01\x01R\npipelineId\x12(\n\x10\x65ntries_per_page\x18\x02 \x01(\rR\x0e\x65ntriesPerPage\x12\x16\n\x06\x63ursor\x18\x03 \x01(\tR\x06\x63ursor\"\x91\x01\n\x1eListResourcesPaginatedResponse\x12J\n\x10resource_entries\x18\x03 \x03(\x0b\x32\x1f.corvic.ingest.v2.ResourceEntryR\x0fresourceEntries\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursorJ\x04\x08\x01\x10\x02R\x05\x65ntry\"\x9a\x01\n CreateResourceDownloadURLRequest\x12v\n\x02id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x02id\"5\n!CreateResourceDownloadURLResponse\x12\x10\n\x03url\x18\x01 \x01(\tR\x03url\"\x99\x01\n\x1f\x43reateResourcePreviewURLRequest\x12v\n\x02id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x02id\"4\n CreateResourcePreviewURLResponse\x12\x10\n\x03url\x18\x01 \x01(\tR\x03url*\xab\x01\n\x0cResourceType\x12\x1d\n\x19RESOURCE_TYPE_UNSPECIFIED\x10\x00\x12\x1b\n\x13RESOURCE_TYPE_TABLE\x10\x01\x1a\x02\x08\x01\x12!\n\x1dRESOURCE_TYPE_DIMENSION_TABLE\x10\x02\x12\x1c\n\x18RESOURCE_TYPE_FACT_TABLE\x10\x03\x12\x1e\n\x1aRESOURCE_TYPE_PDF_DOCUMENT\x10\x04\x32\xac\t\n\x0fResourceService\x12h\n\x0f\x43reateUploadURL\x12(.corvic.ingest.v2.CreateUploadURLRequest\x1a).corvic.ingest.v2.CreateUploadURLResponse\"\x00\x12q\n\x11\x46inalizeUploadURL\x12*.corvic.ingest.v2.FinalizeUploadURLRequest\x1a+.corvic.ingest.v2.FinalizeUploadURLResponse\"\x03\x90\x02\x02\x12\x8c\x01\n\x1b\x46\x65tchAndFinalizeExternalURL\x12\x34.corvic.ingest.v2.FetchAndFinalizeExternalURLRequest\x1a\x35.corvic.ingest.v2.FetchAndFinalizeExternalURLResponse\"\x00\x12\x65\n\x0e\x44\x65leteResource\x12\'.corvic.ingest.v2.DeleteResourceRequest\x1a(.corvic.ingest.v2.DeleteResourceResponse\"\x00\x12_\n\x0bGetResource\x12$.corvic.ingest.v2.GetResourceRequest\x1a%.corvic.ingest.v2.GetResourceResponse\"\x03\x90\x02\x01\x12g\n\rListResources\x12&.corvic.ingest.v2.ListResourcesRequest\x1a\'.corvic.ingest.v2.ListResourcesResponse\"\x03\x90\x02\x01\x30\x01\x12\x80\x01\n\x16ListResourcesPaginated\x12/.corvic.ingest.v2.ListResourcesPaginatedRequest\x1a\x30.corvic.ingest.v2.ListResourcesPaginatedResponse\"\x03\x90\x02\x01\x12j\n\x0eWatchResources\x12\'.corvic.ingest.v2.WatchResourcesRequest\x1a(.corvic.ingest.v2.WatchResourcesResponse\"\x03\x90\x02\x01\x30\x01\x12\x86\x01\n\x19\x43reateResourceDownloadURL\x12\x32.corvic.ingest.v2.CreateResourceDownloadURLRequest\x1a\x33.corvic.ingest.v2.CreateResourceDownloadURLResponse\"\x00\x12\x83\x01\n\x18\x43reateResourcePreviewURL\x12\x31.corvic.ingest.v2.CreateResourcePreviewURLRequest\x1a\x32.corvic.ingest.v2.CreateResourcePreviewURLResponse\"\x00\x62\x06proto3')
|
22
|
+
|
23
|
+
_globals = globals()
|
24
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
25
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'corvic.ingest.v2.resource_pb2', _globals)
|
26
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
27
|
+
DESCRIPTOR._options = None
|
28
|
+
_globals['_RESOURCETYPE'].values_by_name["RESOURCE_TYPE_TABLE"]._options = None
|
29
|
+
_globals['_RESOURCETYPE'].values_by_name["RESOURCE_TYPE_TABLE"]._serialized_options = b'\010\001'
|
30
|
+
_globals['_RESOURCEMETADATA'].fields_by_name['name']._options = None
|
31
|
+
_globals['_RESOURCEMETADATA'].fields_by_name['name']._serialized_options = b'\272H\007r\005\020\001\030\310\001'
|
32
|
+
_globals['_RESOURCEMETADATA'].fields_by_name['mime_type']._options = None
|
33
|
+
_globals['_RESOURCEMETADATA'].fields_by_name['mime_type']._serialized_options = b'\272H\005r\003\030\310\001'
|
34
|
+
_globals['_RESOURCEMETADATA'].fields_by_name['room_id']._options = None
|
35
|
+
_globals['_RESOURCEMETADATA'].fields_by_name['room_id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
36
|
+
_globals['_RESOURCEMETADATA'].fields_by_name['original_path']._options = None
|
37
|
+
_globals['_RESOURCEMETADATA'].fields_by_name['original_path']._serialized_options = b'\272H\005r\003\030\350\007'
|
38
|
+
_globals['_RESOURCEMETADATA'].fields_by_name['description']._options = None
|
39
|
+
_globals['_RESOURCEMETADATA'].fields_by_name['description']._serialized_options = b'\272H\005r\003\030\350\007'
|
40
|
+
_globals['_RESOURCEMETADATA'].fields_by_name['pipeline_id']._options = None
|
41
|
+
_globals['_RESOURCEMETADATA'].fields_by_name['pipeline_id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
42
|
+
_globals['_RESOURCEMETADATA'].fields_by_name['size']._options = None
|
43
|
+
_globals['_RESOURCEMETADATA'].fields_by_name['size']._serialized_options = b'\272H\004\"\002 \000'
|
44
|
+
_globals['_FETCHANDFINALIZEEXTERNALURLREQUEST'].fields_by_name['room_id']._options = None
|
45
|
+
_globals['_FETCHANDFINALIZEEXTERNALURLREQUEST'].fields_by_name['room_id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
46
|
+
_globals['_FETCHANDFINALIZEEXTERNALURLREQUEST'].fields_by_name['pipeline_id']._options = None
|
47
|
+
_globals['_FETCHANDFINALIZEEXTERNALURLREQUEST'].fields_by_name['pipeline_id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
48
|
+
_globals['_FETCHANDFINALIZEEXTERNALURLREQUEST'].fields_by_name['original_path']._options = None
|
49
|
+
_globals['_FETCHANDFINALIZEEXTERNALURLREQUEST'].fields_by_name['original_path']._serialized_options = b'\272H\005r\003\030\200\020'
|
50
|
+
_globals['_FETCHANDFINALIZEEXTERNALURLREQUEST'].fields_by_name['url_depth']._options = None
|
51
|
+
_globals['_FETCHANDFINALIZEEXTERNALURLREQUEST'].fields_by_name['url_depth']._serialized_options = b'\272H\0042\002\030\n'
|
52
|
+
_globals['_FETCHANDFINALIZEEXTERNALURLREQUEST'].fields_by_name['url_width']._options = None
|
53
|
+
_globals['_FETCHANDFINALIZEEXTERNALURLREQUEST'].fields_by_name['url_width']._serialized_options = b'\272H\0042\002 \000'
|
54
|
+
_globals['_DELETERESOURCEREQUEST'].fields_by_name['id']._options = None
|
55
|
+
_globals['_DELETERESOURCEREQUEST'].fields_by_name['id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
56
|
+
_globals['_GETRESOURCEREQUEST'].fields_by_name['id']._options = None
|
57
|
+
_globals['_GETRESOURCEREQUEST'].fields_by_name['id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
58
|
+
_globals['_LISTRESOURCESREQUEST'].fields_by_name['room_id']._options = None
|
59
|
+
_globals['_LISTRESOURCESREQUEST'].fields_by_name['room_id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
60
|
+
_globals['_RESOURCELIST'].fields_by_name['id']._options = None
|
61
|
+
_globals['_RESOURCELIST'].fields_by_name['id']._serialized_options = b'\272Hh\222\001e\"cr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
62
|
+
_globals['_WATCHRESOURCESREQUEST'].fields_by_name['room_id']._options = None
|
63
|
+
_globals['_WATCHRESOURCESREQUEST'].fields_by_name['room_id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
64
|
+
_globals['_LISTRESOURCESPAGINATEDREQUEST'].fields_by_name['room_id']._options = None
|
65
|
+
_globals['_LISTRESOURCESPAGINATEDREQUEST'].fields_by_name['room_id']._serialized_options = b'\272Hdr\002\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\330\001\001'
|
66
|
+
_globals['_LISTRESOURCESPAGINATEDREQUEST'].fields_by_name['pipeline_id']._options = None
|
67
|
+
_globals['_LISTRESOURCESPAGINATEDREQUEST'].fields_by_name['pipeline_id']._serialized_options = b'\272Hdr\002\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\330\001\001'
|
68
|
+
_globals['_CREATERESOURCEDOWNLOADURLREQUEST'].fields_by_name['id']._options = None
|
69
|
+
_globals['_CREATERESOURCEDOWNLOADURLREQUEST'].fields_by_name['id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
70
|
+
_globals['_CREATERESOURCEPREVIEWURLREQUEST'].fields_by_name['id']._options = None
|
71
|
+
_globals['_CREATERESOURCEPREVIEWURLREQUEST'].fields_by_name['id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
72
|
+
_globals['_RESOURCESERVICE'].methods_by_name['FinalizeUploadURL']._options = None
|
73
|
+
_globals['_RESOURCESERVICE'].methods_by_name['FinalizeUploadURL']._serialized_options = b'\220\002\002'
|
74
|
+
_globals['_RESOURCESERVICE'].methods_by_name['GetResource']._options = None
|
75
|
+
_globals['_RESOURCESERVICE'].methods_by_name['GetResource']._serialized_options = b'\220\002\001'
|
76
|
+
_globals['_RESOURCESERVICE'].methods_by_name['ListResources']._options = None
|
77
|
+
_globals['_RESOURCESERVICE'].methods_by_name['ListResources']._serialized_options = b'\220\002\001'
|
78
|
+
_globals['_RESOURCESERVICE'].methods_by_name['ListResourcesPaginated']._options = None
|
79
|
+
_globals['_RESOURCESERVICE'].methods_by_name['ListResourcesPaginated']._serialized_options = b'\220\002\001'
|
80
|
+
_globals['_RESOURCESERVICE'].methods_by_name['WatchResources']._options = None
|
81
|
+
_globals['_RESOURCESERVICE'].methods_by_name['WatchResources']._serialized_options = b'\220\002\001'
|
82
|
+
_globals['_RESOURCETYPE']._serialized_start=4319
|
83
|
+
_globals['_RESOURCETYPE']._serialized_end=4490
|
84
|
+
_globals['_RESOURCEMETADATA']._serialized_start=180
|
85
|
+
_globals['_RESOURCEMETADATA']._serialized_end=717
|
86
|
+
_globals['_RESOURCEENTRY']._serialized_start=720
|
87
|
+
_globals['_RESOURCEENTRY']._serialized_end=1144
|
88
|
+
_globals['_CREATEUPLOADURLREQUEST']._serialized_start=1146
|
89
|
+
_globals['_CREATEUPLOADURLREQUEST']._serialized_end=1258
|
90
|
+
_globals['_CREATEUPLOADURLRESPONSE']._serialized_start=1260
|
91
|
+
_globals['_CREATEUPLOADURLRESPONSE']._serialized_end=1325
|
92
|
+
_globals['_UPLOADURLTOKENPAYLOAD']._serialized_start=1327
|
93
|
+
_globals['_UPLOADURLTOKENPAYLOAD']._serialized_end=1442
|
94
|
+
_globals['_FINALIZEUPLOADURLREQUEST']._serialized_start=1444
|
95
|
+
_globals['_FINALIZEUPLOADURLREQUEST']._serialized_end=1492
|
96
|
+
_globals['_FINALIZEUPLOADURLRESPONSE']._serialized_start=1494
|
97
|
+
_globals['_FINALIZEUPLOADURLRESPONSE']._serialized_end=1576
|
98
|
+
_globals['_FETCHANDFINALIZEEXTERNALURLREQUEST']._serialized_start=1579
|
99
|
+
_globals['_FETCHANDFINALIZEEXTERNALURLREQUEST']._serialized_end=2005
|
100
|
+
_globals['_FETCHANDFINALIZEEXTERNALURLRESPONSE']._serialized_start=2007
|
101
|
+
_globals['_FETCHANDFINALIZEEXTERNALURLRESPONSE']._serialized_end=2099
|
102
|
+
_globals['_DELETERESOURCEREQUEST']._serialized_start=2102
|
103
|
+
_globals['_DELETERESOURCEREQUEST']._serialized_end=2245
|
104
|
+
_globals['_DELETERESOURCERESPONSE']._serialized_start=2247
|
105
|
+
_globals['_DELETERESOURCERESPONSE']._serialized_end=2271
|
106
|
+
_globals['_GETRESOURCEREQUEST']._serialized_start=2274
|
107
|
+
_globals['_GETRESOURCEREQUEST']._serialized_end=2414
|
108
|
+
_globals['_GETRESOURCERESPONSE']._serialized_start=2416
|
109
|
+
_globals['_GETRESOURCERESPONSE']._serialized_end=2492
|
110
|
+
_globals['_LISTRESOURCESREQUEST']._serialized_start=2495
|
111
|
+
_globals['_LISTRESOURCESREQUEST']._serialized_end=2646
|
112
|
+
_globals['_LISTRESOURCESRESPONSE']._serialized_start=2648
|
113
|
+
_globals['_LISTRESOURCESRESPONSE']._serialized_end=2726
|
114
|
+
_globals['_RESOURCELIST']._serialized_start=2729
|
115
|
+
_globals['_RESOURCELIST']._serialized_end=2868
|
116
|
+
_globals['_WATCHRESOURCESREQUEST']._serialized_start=2871
|
117
|
+
_globals['_WATCHRESOURCESREQUEST']._serialized_end=3090
|
118
|
+
_globals['_WATCHRESOURCESRESPONSE']._serialized_start=3092
|
119
|
+
_globals['_WATCHRESOURCESRESPONSE']._serialized_end=3192
|
120
|
+
_globals['_LISTRESOURCESPAGINATEDCURSORPAYLOAD']._serialized_start=3195
|
121
|
+
_globals['_LISTRESOURCESPAGINATEDCURSORPAYLOAD']._serialized_end=3376
|
122
|
+
_globals['_LISTRESOURCESPAGINATEDREQUEST']._serialized_start=3379
|
123
|
+
_globals['_LISTRESOURCESPAGINATEDREQUEST']._serialized_end=3746
|
124
|
+
_globals['_LISTRESOURCESPAGINATEDRESPONSE']._serialized_start=3749
|
125
|
+
_globals['_LISTRESOURCESPAGINATEDRESPONSE']._serialized_end=3894
|
126
|
+
_globals['_CREATERESOURCEDOWNLOADURLREQUEST']._serialized_start=3897
|
127
|
+
_globals['_CREATERESOURCEDOWNLOADURLREQUEST']._serialized_end=4051
|
128
|
+
_globals['_CREATERESOURCEDOWNLOADURLRESPONSE']._serialized_start=4053
|
129
|
+
_globals['_CREATERESOURCEDOWNLOADURLRESPONSE']._serialized_end=4106
|
130
|
+
_globals['_CREATERESOURCEPREVIEWURLREQUEST']._serialized_start=4109
|
131
|
+
_globals['_CREATERESOURCEPREVIEWURLREQUEST']._serialized_end=4262
|
132
|
+
_globals['_CREATERESOURCEPREVIEWURLRESPONSE']._serialized_start=4264
|
133
|
+
_globals['_CREATERESOURCEPREVIEWURLRESPONSE']._serialized_end=4316
|
134
|
+
_globals['_RESOURCESERVICE']._serialized_start=4493
|
135
|
+
_globals['_RESOURCESERVICE']._serialized_end=5689
|
136
|
+
# @@protoc_insertion_point(module_scope)
|
@@ -44,7 +44,7 @@ class ResourceMetadata(_message.Message):
|
|
44
44
|
def __init__(self, name: _Optional[str] = ..., mime_type: _Optional[str] = ..., room_id: _Optional[str] = ..., original_path: _Optional[str] = ..., description: _Optional[str] = ..., pipeline_id: _Optional[str] = ..., type_hint: _Optional[_Union[ResourceType, str]] = ..., size: _Optional[int] = ...) -> None: ...
|
45
45
|
|
46
46
|
class ResourceEntry(_message.Message):
|
47
|
-
__slots__ = ("id", "name", "mime_type", "md5", "room_id", "size", "original_path", "description", "pipeline_id", "referenced_by_source_ids", "recent_events")
|
47
|
+
__slots__ = ("id", "name", "mime_type", "md5", "room_id", "size", "original_path", "description", "pipeline_id", "url_depth", "url_width", "referenced_by_source_ids", "recent_events")
|
48
48
|
ID_FIELD_NUMBER: _ClassVar[int]
|
49
49
|
NAME_FIELD_NUMBER: _ClassVar[int]
|
50
50
|
MIME_TYPE_FIELD_NUMBER: _ClassVar[int]
|
@@ -54,6 +54,8 @@ class ResourceEntry(_message.Message):
|
|
54
54
|
ORIGINAL_PATH_FIELD_NUMBER: _ClassVar[int]
|
55
55
|
DESCRIPTION_FIELD_NUMBER: _ClassVar[int]
|
56
56
|
PIPELINE_ID_FIELD_NUMBER: _ClassVar[int]
|
57
|
+
URL_DEPTH_FIELD_NUMBER: _ClassVar[int]
|
58
|
+
URL_WIDTH_FIELD_NUMBER: _ClassVar[int]
|
57
59
|
REFERENCED_BY_SOURCE_IDS_FIELD_NUMBER: _ClassVar[int]
|
58
60
|
RECENT_EVENTS_FIELD_NUMBER: _ClassVar[int]
|
59
61
|
id: str
|
@@ -65,9 +67,11 @@ class ResourceEntry(_message.Message):
|
|
65
67
|
original_path: str
|
66
68
|
description: str
|
67
69
|
pipeline_id: str
|
70
|
+
url_depth: int
|
71
|
+
url_width: int
|
68
72
|
referenced_by_source_ids: _containers.RepeatedScalarFieldContainer[str]
|
69
73
|
recent_events: _containers.RepeatedCompositeFieldContainer[_event_pb2.Event]
|
70
|
-
def __init__(self, id: _Optional[str] = ..., name: _Optional[str] = ..., mime_type: _Optional[str] = ..., md5: _Optional[str] = ..., room_id: _Optional[str] = ..., size: _Optional[int] = ..., original_path: _Optional[str] = ..., description: _Optional[str] = ..., pipeline_id: _Optional[str] = ..., referenced_by_source_ids: _Optional[_Iterable[str]] = ..., recent_events: _Optional[_Iterable[_Union[_event_pb2.Event, _Mapping]]] = ...) -> None: ...
|
74
|
+
def __init__(self, id: _Optional[str] = ..., name: _Optional[str] = ..., mime_type: _Optional[str] = ..., md5: _Optional[str] = ..., room_id: _Optional[str] = ..., size: _Optional[int] = ..., original_path: _Optional[str] = ..., description: _Optional[str] = ..., pipeline_id: _Optional[str] = ..., url_depth: _Optional[int] = ..., url_width: _Optional[int] = ..., referenced_by_source_ids: _Optional[_Iterable[str]] = ..., recent_events: _Optional[_Iterable[_Union[_event_pb2.Event, _Mapping]]] = ...) -> None: ...
|
71
75
|
|
72
76
|
class CreateUploadURLRequest(_message.Message):
|
73
77
|
__slots__ = ("metadata", "origin")
|
@@ -105,6 +109,26 @@ class FinalizeUploadURLResponse(_message.Message):
|
|
105
109
|
entry: ResourceEntry
|
106
110
|
def __init__(self, entry: _Optional[_Union[ResourceEntry, _Mapping]] = ...) -> None: ...
|
107
111
|
|
112
|
+
class FetchAndFinalizeExternalURLRequest(_message.Message):
|
113
|
+
__slots__ = ("room_id", "pipeline_id", "original_path", "url_depth", "url_width")
|
114
|
+
ROOM_ID_FIELD_NUMBER: _ClassVar[int]
|
115
|
+
PIPELINE_ID_FIELD_NUMBER: _ClassVar[int]
|
116
|
+
ORIGINAL_PATH_FIELD_NUMBER: _ClassVar[int]
|
117
|
+
URL_DEPTH_FIELD_NUMBER: _ClassVar[int]
|
118
|
+
URL_WIDTH_FIELD_NUMBER: _ClassVar[int]
|
119
|
+
room_id: str
|
120
|
+
pipeline_id: str
|
121
|
+
original_path: str
|
122
|
+
url_depth: int
|
123
|
+
url_width: int
|
124
|
+
def __init__(self, room_id: _Optional[str] = ..., pipeline_id: _Optional[str] = ..., original_path: _Optional[str] = ..., url_depth: _Optional[int] = ..., url_width: _Optional[int] = ...) -> None: ...
|
125
|
+
|
126
|
+
class FetchAndFinalizeExternalURLResponse(_message.Message):
|
127
|
+
__slots__ = ("entry",)
|
128
|
+
ENTRY_FIELD_NUMBER: _ClassVar[int]
|
129
|
+
entry: ResourceEntry
|
130
|
+
def __init__(self, entry: _Optional[_Union[ResourceEntry, _Mapping]] = ...) -> None: ...
|
131
|
+
|
108
132
|
class DeleteResourceRequest(_message.Message):
|
109
133
|
__slots__ = ("id",)
|
110
134
|
ID_FIELD_NUMBER: _ClassVar[int]
|
@@ -24,6 +24,11 @@ class ResourceServiceStub(object):
|
|
24
24
|
request_serializer=corvic_dot_ingest_dot_v2_dot_resource__pb2.FinalizeUploadURLRequest.SerializeToString,
|
25
25
|
response_deserializer=corvic_dot_ingest_dot_v2_dot_resource__pb2.FinalizeUploadURLResponse.FromString,
|
26
26
|
)
|
27
|
+
self.FetchAndFinalizeExternalURL = channel.unary_unary(
|
28
|
+
'/corvic.ingest.v2.ResourceService/FetchAndFinalizeExternalURL',
|
29
|
+
request_serializer=corvic_dot_ingest_dot_v2_dot_resource__pb2.FetchAndFinalizeExternalURLRequest.SerializeToString,
|
30
|
+
response_deserializer=corvic_dot_ingest_dot_v2_dot_resource__pb2.FetchAndFinalizeExternalURLResponse.FromString,
|
31
|
+
)
|
27
32
|
self.DeleteResource = channel.unary_unary(
|
28
33
|
'/corvic.ingest.v2.ResourceService/DeleteResource',
|
29
34
|
request_serializer=corvic_dot_ingest_dot_v2_dot_resource__pb2.DeleteResourceRequest.SerializeToString,
|
@@ -94,6 +99,12 @@ class ResourceServiceServicer(object):
|
|
94
99
|
context.set_details('Method not implemented!')
|
95
100
|
raise NotImplementedError('Method not implemented!')
|
96
101
|
|
102
|
+
def FetchAndFinalizeExternalURL(self, request, context):
|
103
|
+
"""Missing associated documentation comment in .proto file."""
|
104
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
105
|
+
context.set_details('Method not implemented!')
|
106
|
+
raise NotImplementedError('Method not implemented!')
|
107
|
+
|
97
108
|
def DeleteResource(self, request, context):
|
98
109
|
"""Missing associated documentation comment in .proto file."""
|
99
110
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
@@ -159,6 +170,11 @@ def add_ResourceServiceServicer_to_server(servicer, server):
|
|
159
170
|
request_deserializer=corvic_dot_ingest_dot_v2_dot_resource__pb2.FinalizeUploadURLRequest.FromString,
|
160
171
|
response_serializer=corvic_dot_ingest_dot_v2_dot_resource__pb2.FinalizeUploadURLResponse.SerializeToString,
|
161
172
|
),
|
173
|
+
'FetchAndFinalizeExternalURL': grpc.unary_unary_rpc_method_handler(
|
174
|
+
servicer.FetchAndFinalizeExternalURL,
|
175
|
+
request_deserializer=corvic_dot_ingest_dot_v2_dot_resource__pb2.FetchAndFinalizeExternalURLRequest.FromString,
|
176
|
+
response_serializer=corvic_dot_ingest_dot_v2_dot_resource__pb2.FetchAndFinalizeExternalURLResponse.SerializeToString,
|
177
|
+
),
|
162
178
|
'DeleteResource': grpc.unary_unary_rpc_method_handler(
|
163
179
|
servicer.DeleteResource,
|
164
180
|
request_deserializer=corvic_dot_ingest_dot_v2_dot_resource__pb2.DeleteResourceRequest.FromString,
|
@@ -238,6 +254,23 @@ class ResourceService(object):
|
|
238
254
|
options, channel_credentials,
|
239
255
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
240
256
|
|
257
|
+
@staticmethod
|
258
|
+
def FetchAndFinalizeExternalURL(request,
|
259
|
+
target,
|
260
|
+
options=(),
|
261
|
+
channel_credentials=None,
|
262
|
+
call_credentials=None,
|
263
|
+
insecure=False,
|
264
|
+
compression=None,
|
265
|
+
wait_for_ready=None,
|
266
|
+
timeout=None,
|
267
|
+
metadata=None):
|
268
|
+
return grpc.experimental.unary_unary(request, target, '/corvic.ingest.v2.ResourceService/FetchAndFinalizeExternalURL',
|
269
|
+
corvic_dot_ingest_dot_v2_dot_resource__pb2.FetchAndFinalizeExternalURLRequest.SerializeToString,
|
270
|
+
corvic_dot_ingest_dot_v2_dot_resource__pb2.FetchAndFinalizeExternalURLResponse.FromString,
|
271
|
+
options, channel_credentials,
|
272
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
273
|
+
|
241
274
|
@staticmethod
|
242
275
|
def DeleteResource(request,
|
243
276
|
target,
|
@@ -47,6 +47,10 @@ class ResourceServiceStub:
|
|
47
47
|
This is an alternative to UploadResource when uploads are large as clients
|
48
48
|
directly write to the bucket room location.
|
49
49
|
"""
|
50
|
+
FetchAndFinalizeExternalURL: grpc.UnaryUnaryMultiCallable[
|
51
|
+
corvic_generated.ingest.v2.resource_pb2.FetchAndFinalizeExternalURLRequest,
|
52
|
+
corvic_generated.ingest.v2.resource_pb2.FetchAndFinalizeExternalURLResponse,
|
53
|
+
]
|
50
54
|
DeleteResource: grpc.UnaryUnaryMultiCallable[
|
51
55
|
corvic_generated.ingest.v2.resource_pb2.DeleteResourceRequest,
|
52
56
|
corvic_generated.ingest.v2.resource_pb2.DeleteResourceResponse,
|
@@ -116,6 +120,10 @@ class ResourceServiceAsyncStub:
|
|
116
120
|
This is an alternative to UploadResource when uploads are large as clients
|
117
121
|
directly write to the bucket room location.
|
118
122
|
"""
|
123
|
+
FetchAndFinalizeExternalURL: grpc.aio.UnaryUnaryMultiCallable[
|
124
|
+
corvic_generated.ingest.v2.resource_pb2.FetchAndFinalizeExternalURLRequest,
|
125
|
+
corvic_generated.ingest.v2.resource_pb2.FetchAndFinalizeExternalURLResponse,
|
126
|
+
]
|
119
127
|
DeleteResource: grpc.aio.UnaryUnaryMultiCallable[
|
120
128
|
corvic_generated.ingest.v2.resource_pb2.DeleteResourceRequest,
|
121
129
|
corvic_generated.ingest.v2.resource_pb2.DeleteResourceResponse,
|
@@ -190,6 +198,12 @@ class ResourceServiceServicer(metaclass=abc.ABCMeta):
|
|
190
198
|
directly write to the bucket room location.
|
191
199
|
"""
|
192
200
|
@abc.abstractmethod
|
201
|
+
def FetchAndFinalizeExternalURL(
|
202
|
+
self,
|
203
|
+
request: corvic_generated.ingest.v2.resource_pb2.FetchAndFinalizeExternalURLRequest,
|
204
|
+
context: _ServicerContext,
|
205
|
+
) -> typing.Union[corvic_generated.ingest.v2.resource_pb2.FetchAndFinalizeExternalURLResponse, collections.abc.Awaitable[corvic_generated.ingest.v2.resource_pb2.FetchAndFinalizeExternalURLResponse]]: ...
|
206
|
+
@abc.abstractmethod
|
193
207
|
def DeleteResource(
|
194
208
|
self,
|
195
209
|
request: corvic_generated.ingest.v2.resource_pb2.DeleteResourceRequest,
|
@@ -14,19 +14,21 @@ _sym_db = _symbol_database.Default()
|
|
14
14
|
|
15
15
|
|
16
16
|
|
17
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"corvic/orm/v1/data_connector.proto\x12\rcorvic.orm.v1\"K\n\rS3Credentials\x12\"\n\raccess_key_id\x18\x01 \x01(\tR\x0b\x61\x63\x63\x65ssKeyId\x12\x16\n\x06region\x18\x02 \x01(\tR\x06region\"B\n\x0eGCSCredentials\x12\x30\n\x14service_account_json\x18\x01 \x01(\tR\x12serviceAccountJson\"
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"corvic/orm/v1/data_connector.proto\x12\rcorvic.orm.v1\"K\n\rS3Credentials\x12\"\n\raccess_key_id\x18\x01 \x01(\tR\x0b\x61\x63\x63\x65ssKeyId\x12\x16\n\x06region\x18\x02 \x01(\tR\x06region\"B\n\x0eGCSCredentials\x12\x30\n\x14service_account_json\x18\x01 \x01(\tR\x12serviceAccountJson\"x\n\x14\x41zureBlobCredentials\x12\x1f\n\x0b\x61\x63\x63ount_url\x18\x01 \x01(\tR\naccountUrl\x12?\n\x0bsecret_type\x18\x02 \x01(\x0e\x32\x1e.corvic.orm.v1.AzureSecretTypeR\nsecretType\"\x96\x02\n\x17\x44\x61taConnectorParameters\x12\x45\n\x0es3_credentials\x18\x01 \x01(\x0b\x32\x1c.corvic.orm.v1.S3CredentialsH\x00R\rs3Credentials\x12H\n\x0fgcs_credentials\x18\x02 \x01(\x0b\x32\x1d.corvic.orm.v1.GCSCredentialsH\x00R\x0egcsCredentials\x12[\n\x16\x61zure_blob_credentials\x18\x03 \x01(\x0b\x32#.corvic.orm.v1.AzureBlobCredentialsH\x00R\x14\x61zureBlobCredentialsB\r\n\x0b\x63redentials*\x8d\x01\n\x0f\x41zureSecretType\x12!\n\x1d\x41ZURE_SECRET_TYPE_UNSPECIFIED\x10\x00\x12(\n$AZURE_SECRET_TYPE_ACCOUNT_ACCESS_KEY\x10\x01\x12-\n)AZURE_SECRET_TYPE_SHARED_ACCESS_SIGNATURE\x10\x02\x62\x06proto3')
|
18
18
|
|
19
19
|
_globals = globals()
|
20
20
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
21
21
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'corvic.orm.v1.data_connector_pb2', _globals)
|
22
22
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
23
23
|
DESCRIPTOR._options = None
|
24
|
+
_globals['_AZURESECRETTYPE']._serialized_start=602
|
25
|
+
_globals['_AZURESECRETTYPE']._serialized_end=743
|
24
26
|
_globals['_S3CREDENTIALS']._serialized_start=53
|
25
27
|
_globals['_S3CREDENTIALS']._serialized_end=128
|
26
28
|
_globals['_GCSCREDENTIALS']._serialized_start=130
|
27
29
|
_globals['_GCSCREDENTIALS']._serialized_end=196
|
28
30
|
_globals['_AZUREBLOBCREDENTIALS']._serialized_start=198
|
29
|
-
_globals['_AZUREBLOBCREDENTIALS']._serialized_end=
|
30
|
-
_globals['_DATACONNECTORPARAMETERS']._serialized_start=
|
31
|
-
_globals['_DATACONNECTORPARAMETERS']._serialized_end=
|
31
|
+
_globals['_AZUREBLOBCREDENTIALS']._serialized_end=318
|
32
|
+
_globals['_DATACONNECTORPARAMETERS']._serialized_start=321
|
33
|
+
_globals['_DATACONNECTORPARAMETERS']._serialized_end=599
|
32
34
|
# @@protoc_insertion_point(module_scope)
|
@@ -1,9 +1,19 @@
|
|
1
|
+
from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
|
1
2
|
from google.protobuf import descriptor as _descriptor
|
2
3
|
from google.protobuf import message as _message
|
3
4
|
from typing import ClassVar as _ClassVar, Mapping as _Mapping, Optional as _Optional, Union as _Union
|
4
5
|
|
5
6
|
DESCRIPTOR: _descriptor.FileDescriptor
|
6
7
|
|
8
|
+
class AzureSecretType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
9
|
+
__slots__ = ()
|
10
|
+
AZURE_SECRET_TYPE_UNSPECIFIED: _ClassVar[AzureSecretType]
|
11
|
+
AZURE_SECRET_TYPE_ACCOUNT_ACCESS_KEY: _ClassVar[AzureSecretType]
|
12
|
+
AZURE_SECRET_TYPE_SHARED_ACCESS_SIGNATURE: _ClassVar[AzureSecretType]
|
13
|
+
AZURE_SECRET_TYPE_UNSPECIFIED: AzureSecretType
|
14
|
+
AZURE_SECRET_TYPE_ACCOUNT_ACCESS_KEY: AzureSecretType
|
15
|
+
AZURE_SECRET_TYPE_SHARED_ACCESS_SIGNATURE: AzureSecretType
|
16
|
+
|
7
17
|
class S3Credentials(_message.Message):
|
8
18
|
__slots__ = ("access_key_id", "region")
|
9
19
|
ACCESS_KEY_ID_FIELD_NUMBER: _ClassVar[int]
|
@@ -19,10 +29,12 @@ class GCSCredentials(_message.Message):
|
|
19
29
|
def __init__(self, service_account_json: _Optional[str] = ...) -> None: ...
|
20
30
|
|
21
31
|
class AzureBlobCredentials(_message.Message):
|
22
|
-
__slots__ = ("account_url",)
|
32
|
+
__slots__ = ("account_url", "secret_type")
|
23
33
|
ACCOUNT_URL_FIELD_NUMBER: _ClassVar[int]
|
34
|
+
SECRET_TYPE_FIELD_NUMBER: _ClassVar[int]
|
24
35
|
account_url: str
|
25
|
-
|
36
|
+
secret_type: AzureSecretType
|
37
|
+
def __init__(self, account_url: _Optional[str] = ..., secret_type: _Optional[_Union[AzureSecretType, str]] = ...) -> None: ...
|
26
38
|
|
27
39
|
class DataConnectorParameters(_message.Message):
|
28
40
|
__slots__ = ("s3_credentials", "gcs_credentials", "azure_blob_credentials")
|
@@ -1,122 +0,0 @@
|
|
1
|
-
# -*- coding: utf-8 -*-
|
2
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
-
# source: corvic/ingest/v2/resource.proto
|
4
|
-
# Protobuf Python Version: 4.25.8
|
5
|
-
"""Generated protocol buffer code."""
|
6
|
-
from google.protobuf import descriptor as _descriptor
|
7
|
-
from google.protobuf import descriptor_pool as _descriptor_pool
|
8
|
-
from google.protobuf import symbol_database as _symbol_database
|
9
|
-
from google.protobuf.internal import builder as _builder
|
10
|
-
# @@protoc_insertion_point(imports)
|
11
|
-
|
12
|
-
_sym_db = _symbol_database.Default()
|
13
|
-
|
14
|
-
|
15
|
-
from buf.validate import validate_pb2 as buf_dot_validate_dot_validate__pb2
|
16
|
-
from corvic_generated.status.v1 import event_pb2 as corvic_dot_status_dot_v1_dot_event__pb2
|
17
|
-
from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
|
18
|
-
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
19
|
-
|
20
|
-
|
21
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1f\x63orvic/ingest/v2/resource.proto\x12\x10\x63orvic.ingest.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1c\x63orvic/status/v1/event.proto\x1a google/protobuf/descriptor.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x99\x04\n\x10ResourceMetadata\x12\x1e\n\x04name\x18\x01 \x01(\tB\n\xbaH\x07r\x05\x10\x01\x18\xc8\x01R\x04name\x12%\n\tmime_type\x18\x02 \x01(\tB\x08\xbaH\x05r\x03\x18\xc8\x01R\x08mimeType\x12\x7f\n\x07room_id\x18\x03 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x06roomId\x12-\n\roriginal_path\x18\x05 \x01(\tB\x08\xbaH\x05r\x03\x18\xe8\x07R\x0coriginalPath\x12*\n\x0b\x64\x65scription\x18\x06 \x01(\tB\x08\xbaH\x05r\x03\x18\xe8\x07R\x0b\x64\x65scription\x12\x87\x01\n\x0bpipeline_id\x18\x08 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\npipelineId\x12;\n\ttype_hint\x18\x04 \x01(\x0e\x32\x1e.corvic.ingest.v2.ResourceTypeR\x08typeHint\x12\x1b\n\x04size\x18\x07 \x01(\x03\x42\x07\xbaH\x04\"\x02 \x00R\x04size\"\xee\x02\n\rResourceEntry\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x12\n\x04name\x18\x02 \x01(\tR\x04name\x12\x1b\n\tmime_type\x18\x03 \x01(\tR\x08mimeType\x12\x10\n\x03md5\x18\x05 \x01(\tR\x03md5\x12\x17\n\x07room_id\x18\x06 \x01(\tR\x06roomId\x12\x12\n\x04size\x18\x07 \x01(\x04R\x04size\x12#\n\roriginal_path\x18\t \x01(\tR\x0coriginalPath\x12 \n\x0b\x64\x65scription\x18\x0b \x01(\tR\x0b\x64\x65scription\x12\x1f\n\x0bpipeline_id\x18\x0c \x01(\tR\npipelineId\x12\x37\n\x18referenced_by_source_ids\x18\n \x03(\tR\x15referencedBySourceIds\x12<\n\rrecent_events\x18\x08 \x03(\x0b\x32\x17.corvic.status.v1.EventR\x0crecentEvents\"p\n\x16\x43reateUploadURLRequest\x12>\n\x08metadata\x18\x01 \x01(\x0b\x32\".corvic.ingest.v2.ResourceMetadataR\x08metadata\x12\x16\n\x06origin\x18\x02 \x01(\tR\x06origin\"A\n\x17\x43reateUploadURLResponse\x12\x10\n\x03url\x18\x01 \x01(\tR\x03url\x12\x14\n\x05token\x18\x02 \x01(\tR\x05token\"s\n\x15UploadURLTokenPayload\x12>\n\x08metadata\x18\x01 \x01(\x0b\x32\".corvic.ingest.v2.ResourceMetadataR\x08metadata\x12\x1a\n\x08\x66ilename\x18\x02 \x01(\tR\x08\x66ilename\"0\n\x18\x46inalizeUploadURLRequest\x12\x14\n\x05token\x18\x01 \x01(\tR\x05token\"R\n\x19\x46inalizeUploadURLResponse\x12\x35\n\x05\x65ntry\x18\x01 \x01(\x0b\x32\x1f.corvic.ingest.v2.ResourceEntryR\x05\x65ntry\"\x8f\x01\n\x15\x44\x65leteResourceRequest\x12v\n\x02id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x02id\"\x18\n\x16\x44\x65leteResourceResponse\"\x8c\x01\n\x12GetResourceRequest\x12v\n\x02id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x02id\"L\n\x13GetResourceResponse\x12\x35\n\x05\x65ntry\x18\x01 \x01(\x0b\x32\x1f.corvic.ingest.v2.ResourceEntryR\x05\x65ntry\"\x97\x01\n\x14ListResourcesRequest\x12\x7f\n\x07room_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x06roomId\"N\n\x15ListResourcesResponse\x12\x35\n\x05\x65ntry\x18\x01 \x01(\x0b\x32\x1f.corvic.ingest.v2.ResourceEntryR\x05\x65ntry\"\x8b\x01\n\x0cResourceList\x12{\n\x02id\x18\x01 \x03(\tBk\xbaHh\x92\x01\x65\"cr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x02id\"\xdb\x01\n\x15WatchResourcesRequest\x12\x81\x01\n\x07room_id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')H\x00R\x06roomId\x12\x32\n\x03ids\x18\x02 \x01(\x0b\x32\x1e.corvic.ingest.v2.ResourceListH\x00R\x03idsB\n\n\x08selector\"d\n\x16WatchResourcesResponse\x12J\n\x10updated_resource\x18\x01 \x01(\x0b\x32\x1f.corvic.ingest.v2.ResourceEntryR\x0fupdatedResource\"\xb5\x01\n#ListResourcesPaginatedCursorPayload\x12T\n\x19\x63reate_time_of_last_entry\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x15\x63reateTimeOfLastEntry\x12\x17\n\x07room_id\x18\x02 \x01(\tR\x06roomId\x12\x1f\n\x0bpipeline_id\x18\x03 \x01(\tR\npipelineId\"\xef\x02\n\x1dListResourcesPaginatedRequest\x12\x80\x01\n\x07room_id\x18\x01 \x01(\tBg\xbaHdr\x02\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\xd8\x01\x01R\x06roomId\x12\x88\x01\n\x0bpipeline_id\x18\x04 \x01(\tBg\xbaHdr\x02\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\xd8\x01\x01R\npipelineId\x12(\n\x10\x65ntries_per_page\x18\x02 \x01(\rR\x0e\x65ntriesPerPage\x12\x16\n\x06\x63ursor\x18\x03 \x01(\tR\x06\x63ursor\"\x91\x01\n\x1eListResourcesPaginatedResponse\x12J\n\x10resource_entries\x18\x03 \x03(\x0b\x32\x1f.corvic.ingest.v2.ResourceEntryR\x0fresourceEntries\x12\x16\n\x06\x63ursor\x18\x02 \x01(\tR\x06\x63ursorJ\x04\x08\x01\x10\x02R\x05\x65ntry\"\x9a\x01\n CreateResourceDownloadURLRequest\x12v\n\x02id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x02id\"5\n!CreateResourceDownloadURLResponse\x12\x10\n\x03url\x18\x01 \x01(\tR\x03url\"\x99\x01\n\x1f\x43reateResourcePreviewURLRequest\x12v\n\x02id\x18\x01 \x01(\tBf\xbaHcr\x04\x10\x01\x18\x14\xba\x01Z\n\x0estring.pattern\x12\x16value must be a number\x1a\x30this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')R\x02id\"4\n CreateResourcePreviewURLResponse\x12\x10\n\x03url\x18\x01 \x01(\tR\x03url*\xab\x01\n\x0cResourceType\x12\x1d\n\x19RESOURCE_TYPE_UNSPECIFIED\x10\x00\x12\x1b\n\x13RESOURCE_TYPE_TABLE\x10\x01\x1a\x02\x08\x01\x12!\n\x1dRESOURCE_TYPE_DIMENSION_TABLE\x10\x02\x12\x1c\n\x18RESOURCE_TYPE_FACT_TABLE\x10\x03\x12\x1e\n\x1aRESOURCE_TYPE_PDF_DOCUMENT\x10\x04\x32\x9d\x08\n\x0fResourceService\x12h\n\x0f\x43reateUploadURL\x12(.corvic.ingest.v2.CreateUploadURLRequest\x1a).corvic.ingest.v2.CreateUploadURLResponse\"\x00\x12q\n\x11\x46inalizeUploadURL\x12*.corvic.ingest.v2.FinalizeUploadURLRequest\x1a+.corvic.ingest.v2.FinalizeUploadURLResponse\"\x03\x90\x02\x02\x12\x65\n\x0e\x44\x65leteResource\x12\'.corvic.ingest.v2.DeleteResourceRequest\x1a(.corvic.ingest.v2.DeleteResourceResponse\"\x00\x12_\n\x0bGetResource\x12$.corvic.ingest.v2.GetResourceRequest\x1a%.corvic.ingest.v2.GetResourceResponse\"\x03\x90\x02\x01\x12g\n\rListResources\x12&.corvic.ingest.v2.ListResourcesRequest\x1a\'.corvic.ingest.v2.ListResourcesResponse\"\x03\x90\x02\x01\x30\x01\x12\x80\x01\n\x16ListResourcesPaginated\x12/.corvic.ingest.v2.ListResourcesPaginatedRequest\x1a\x30.corvic.ingest.v2.ListResourcesPaginatedResponse\"\x03\x90\x02\x01\x12j\n\x0eWatchResources\x12\'.corvic.ingest.v2.WatchResourcesRequest\x1a(.corvic.ingest.v2.WatchResourcesResponse\"\x03\x90\x02\x01\x30\x01\x12\x86\x01\n\x19\x43reateResourceDownloadURL\x12\x32.corvic.ingest.v2.CreateResourceDownloadURLRequest\x1a\x33.corvic.ingest.v2.CreateResourceDownloadURLResponse\"\x00\x12\x83\x01\n\x18\x43reateResourcePreviewURL\x12\x31.corvic.ingest.v2.CreateResourcePreviewURLRequest\x1a\x32.corvic.ingest.v2.CreateResourcePreviewURLResponse\"\x00\x62\x06proto3')
|
22
|
-
|
23
|
-
_globals = globals()
|
24
|
-
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
25
|
-
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'corvic.ingest.v2.resource_pb2', _globals)
|
26
|
-
if _descriptor._USE_C_DESCRIPTORS == False:
|
27
|
-
DESCRIPTOR._options = None
|
28
|
-
_globals['_RESOURCETYPE'].values_by_name["RESOURCE_TYPE_TABLE"]._options = None
|
29
|
-
_globals['_RESOURCETYPE'].values_by_name["RESOURCE_TYPE_TABLE"]._serialized_options = b'\010\001'
|
30
|
-
_globals['_RESOURCEMETADATA'].fields_by_name['name']._options = None
|
31
|
-
_globals['_RESOURCEMETADATA'].fields_by_name['name']._serialized_options = b'\272H\007r\005\020\001\030\310\001'
|
32
|
-
_globals['_RESOURCEMETADATA'].fields_by_name['mime_type']._options = None
|
33
|
-
_globals['_RESOURCEMETADATA'].fields_by_name['mime_type']._serialized_options = b'\272H\005r\003\030\310\001'
|
34
|
-
_globals['_RESOURCEMETADATA'].fields_by_name['room_id']._options = None
|
35
|
-
_globals['_RESOURCEMETADATA'].fields_by_name['room_id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
36
|
-
_globals['_RESOURCEMETADATA'].fields_by_name['original_path']._options = None
|
37
|
-
_globals['_RESOURCEMETADATA'].fields_by_name['original_path']._serialized_options = b'\272H\005r\003\030\350\007'
|
38
|
-
_globals['_RESOURCEMETADATA'].fields_by_name['description']._options = None
|
39
|
-
_globals['_RESOURCEMETADATA'].fields_by_name['description']._serialized_options = b'\272H\005r\003\030\350\007'
|
40
|
-
_globals['_RESOURCEMETADATA'].fields_by_name['pipeline_id']._options = None
|
41
|
-
_globals['_RESOURCEMETADATA'].fields_by_name['pipeline_id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
42
|
-
_globals['_RESOURCEMETADATA'].fields_by_name['size']._options = None
|
43
|
-
_globals['_RESOURCEMETADATA'].fields_by_name['size']._serialized_options = b'\272H\004\"\002 \000'
|
44
|
-
_globals['_DELETERESOURCEREQUEST'].fields_by_name['id']._options = None
|
45
|
-
_globals['_DELETERESOURCEREQUEST'].fields_by_name['id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
46
|
-
_globals['_GETRESOURCEREQUEST'].fields_by_name['id']._options = None
|
47
|
-
_globals['_GETRESOURCEREQUEST'].fields_by_name['id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
48
|
-
_globals['_LISTRESOURCESREQUEST'].fields_by_name['room_id']._options = None
|
49
|
-
_globals['_LISTRESOURCESREQUEST'].fields_by_name['room_id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
50
|
-
_globals['_RESOURCELIST'].fields_by_name['id']._options = None
|
51
|
-
_globals['_RESOURCELIST'].fields_by_name['id']._serialized_options = b'\272Hh\222\001e\"cr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
52
|
-
_globals['_WATCHRESOURCESREQUEST'].fields_by_name['room_id']._options = None
|
53
|
-
_globals['_WATCHRESOURCESREQUEST'].fields_by_name['room_id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
54
|
-
_globals['_LISTRESOURCESPAGINATEDREQUEST'].fields_by_name['room_id']._options = None
|
55
|
-
_globals['_LISTRESOURCESPAGINATEDREQUEST'].fields_by_name['room_id']._serialized_options = b'\272Hdr\002\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\330\001\001'
|
56
|
-
_globals['_LISTRESOURCESPAGINATEDREQUEST'].fields_by_name['pipeline_id']._options = None
|
57
|
-
_globals['_LISTRESOURCESPAGINATEDREQUEST'].fields_by_name['pipeline_id']._serialized_options = b'\272Hdr\002\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')\330\001\001'
|
58
|
-
_globals['_CREATERESOURCEDOWNLOADURLREQUEST'].fields_by_name['id']._options = None
|
59
|
-
_globals['_CREATERESOURCEDOWNLOADURLREQUEST'].fields_by_name['id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
60
|
-
_globals['_CREATERESOURCEPREVIEWURLREQUEST'].fields_by_name['id']._options = None
|
61
|
-
_globals['_CREATERESOURCEPREVIEWURLREQUEST'].fields_by_name['id']._serialized_options = b'\272Hcr\004\020\001\030\024\272\001Z\n\016string.pattern\022\026value must be a number\0320this.matches(\'^[0-9]+$\') && !this.endsWith(\'\\n\')'
|
62
|
-
_globals['_RESOURCESERVICE'].methods_by_name['FinalizeUploadURL']._options = None
|
63
|
-
_globals['_RESOURCESERVICE'].methods_by_name['FinalizeUploadURL']._serialized_options = b'\220\002\002'
|
64
|
-
_globals['_RESOURCESERVICE'].methods_by_name['GetResource']._options = None
|
65
|
-
_globals['_RESOURCESERVICE'].methods_by_name['GetResource']._serialized_options = b'\220\002\001'
|
66
|
-
_globals['_RESOURCESERVICE'].methods_by_name['ListResources']._options = None
|
67
|
-
_globals['_RESOURCESERVICE'].methods_by_name['ListResources']._serialized_options = b'\220\002\001'
|
68
|
-
_globals['_RESOURCESERVICE'].methods_by_name['ListResourcesPaginated']._options = None
|
69
|
-
_globals['_RESOURCESERVICE'].methods_by_name['ListResourcesPaginated']._serialized_options = b'\220\002\001'
|
70
|
-
_globals['_RESOURCESERVICE'].methods_by_name['WatchResources']._options = None
|
71
|
-
_globals['_RESOURCESERVICE'].methods_by_name['WatchResources']._serialized_options = b'\220\002\001'
|
72
|
-
_globals['_RESOURCETYPE']._serialized_start=3738
|
73
|
-
_globals['_RESOURCETYPE']._serialized_end=3909
|
74
|
-
_globals['_RESOURCEMETADATA']._serialized_start=180
|
75
|
-
_globals['_RESOURCEMETADATA']._serialized_end=717
|
76
|
-
_globals['_RESOURCEENTRY']._serialized_start=720
|
77
|
-
_globals['_RESOURCEENTRY']._serialized_end=1086
|
78
|
-
_globals['_CREATEUPLOADURLREQUEST']._serialized_start=1088
|
79
|
-
_globals['_CREATEUPLOADURLREQUEST']._serialized_end=1200
|
80
|
-
_globals['_CREATEUPLOADURLRESPONSE']._serialized_start=1202
|
81
|
-
_globals['_CREATEUPLOADURLRESPONSE']._serialized_end=1267
|
82
|
-
_globals['_UPLOADURLTOKENPAYLOAD']._serialized_start=1269
|
83
|
-
_globals['_UPLOADURLTOKENPAYLOAD']._serialized_end=1384
|
84
|
-
_globals['_FINALIZEUPLOADURLREQUEST']._serialized_start=1386
|
85
|
-
_globals['_FINALIZEUPLOADURLREQUEST']._serialized_end=1434
|
86
|
-
_globals['_FINALIZEUPLOADURLRESPONSE']._serialized_start=1436
|
87
|
-
_globals['_FINALIZEUPLOADURLRESPONSE']._serialized_end=1518
|
88
|
-
_globals['_DELETERESOURCEREQUEST']._serialized_start=1521
|
89
|
-
_globals['_DELETERESOURCEREQUEST']._serialized_end=1664
|
90
|
-
_globals['_DELETERESOURCERESPONSE']._serialized_start=1666
|
91
|
-
_globals['_DELETERESOURCERESPONSE']._serialized_end=1690
|
92
|
-
_globals['_GETRESOURCEREQUEST']._serialized_start=1693
|
93
|
-
_globals['_GETRESOURCEREQUEST']._serialized_end=1833
|
94
|
-
_globals['_GETRESOURCERESPONSE']._serialized_start=1835
|
95
|
-
_globals['_GETRESOURCERESPONSE']._serialized_end=1911
|
96
|
-
_globals['_LISTRESOURCESREQUEST']._serialized_start=1914
|
97
|
-
_globals['_LISTRESOURCESREQUEST']._serialized_end=2065
|
98
|
-
_globals['_LISTRESOURCESRESPONSE']._serialized_start=2067
|
99
|
-
_globals['_LISTRESOURCESRESPONSE']._serialized_end=2145
|
100
|
-
_globals['_RESOURCELIST']._serialized_start=2148
|
101
|
-
_globals['_RESOURCELIST']._serialized_end=2287
|
102
|
-
_globals['_WATCHRESOURCESREQUEST']._serialized_start=2290
|
103
|
-
_globals['_WATCHRESOURCESREQUEST']._serialized_end=2509
|
104
|
-
_globals['_WATCHRESOURCESRESPONSE']._serialized_start=2511
|
105
|
-
_globals['_WATCHRESOURCESRESPONSE']._serialized_end=2611
|
106
|
-
_globals['_LISTRESOURCESPAGINATEDCURSORPAYLOAD']._serialized_start=2614
|
107
|
-
_globals['_LISTRESOURCESPAGINATEDCURSORPAYLOAD']._serialized_end=2795
|
108
|
-
_globals['_LISTRESOURCESPAGINATEDREQUEST']._serialized_start=2798
|
109
|
-
_globals['_LISTRESOURCESPAGINATEDREQUEST']._serialized_end=3165
|
110
|
-
_globals['_LISTRESOURCESPAGINATEDRESPONSE']._serialized_start=3168
|
111
|
-
_globals['_LISTRESOURCESPAGINATEDRESPONSE']._serialized_end=3313
|
112
|
-
_globals['_CREATERESOURCEDOWNLOADURLREQUEST']._serialized_start=3316
|
113
|
-
_globals['_CREATERESOURCEDOWNLOADURLREQUEST']._serialized_end=3470
|
114
|
-
_globals['_CREATERESOURCEDOWNLOADURLRESPONSE']._serialized_start=3472
|
115
|
-
_globals['_CREATERESOURCEDOWNLOADURLRESPONSE']._serialized_end=3525
|
116
|
-
_globals['_CREATERESOURCEPREVIEWURLREQUEST']._serialized_start=3528
|
117
|
-
_globals['_CREATERESOURCEPREVIEWURLREQUEST']._serialized_end=3681
|
118
|
-
_globals['_CREATERESOURCEPREVIEWURLRESPONSE']._serialized_start=3683
|
119
|
-
_globals['_CREATERESOURCEPREVIEWURLRESPONSE']._serialized_end=3735
|
120
|
-
_globals['_RESOURCESERVICE']._serialized_start=3912
|
121
|
-
_globals['_RESOURCESERVICE']._serialized_end=4965
|
122
|
-
# @@protoc_insertion_point(module_scope)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/buf/validate/validate_pb2_grpc.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/buf/validate/validate_pb2_grpc.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/embedding_metric/__init__.py
RENAMED
File without changes
|
{corvic_engine-0.3.0rc94 → corvic_engine-0.3.0rc95}/python/corvic/embedding_metric/embeddings.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|