sift-stack-py 0.2.0__tar.gz → 0.2.2__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.
- {sift_stack_py-0.2.0/lib/sift_stack_py.egg-info → sift_stack_py-0.2.2}/PKG-INFO +13 -13
- sift_stack_py-0.2.2/lib/sift/assets/v1/assets_pb2.py +88 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/assets/v1/assets_pb2.pyi +50 -1
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/assets/v1/assets_pb2_grpc.py +33 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/assets/v1/assets_pb2_grpc.pyi +17 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/remote_files/v1/remote_files_pb2.py +39 -37
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/remote_files/v1/remote_files_pb2.pyi +7 -2
- sift_stack_py-0.2.2/lib/sift/report_templates/v1/report_templates_pb2.py +113 -0
- sift_stack_py-0.2.2/lib/sift/report_templates/v1/report_templates_pb2.pyi +253 -0
- sift_stack_py-0.2.2/lib/sift/report_templates/v1/report_templates_pb2_grpc.py +101 -0
- sift_stack_py-0.2.2/lib/sift/report_templates/v1/report_templates_pb2_grpc.pyi +64 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/rules/v1/rules_pb2.py +121 -113
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/rules/v1/rules_pb2.pyi +34 -6
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/users/v2/users_pb2.py +17 -3
- sift_stack_py-0.2.2/lib/sift/users/v2/users_pb2.pyi +142 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/users/v2/users_pb2_grpc.py +34 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/users/v2/users_pb2_grpc.pyi +20 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/grpc/transport.py +47 -25
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/ingestion/channel.py +2 -0
- sift_stack_py-0.2.2/lib/sift_py/ingestion/config/yaml/__init__.py +0 -0
- sift_stack_py-0.2.2/lib/sift_py/py.typed +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2/lib/sift_stack_py.egg-info}/PKG-INFO +13 -13
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_stack_py.egg-info/SOURCES.txt +6 -0
- sift_stack_py-0.2.2/lib/sift_stack_py.egg-info/requires.txt +25 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/pyproject.toml +13 -13
- sift_stack_py-0.2.0/lib/sift/assets/v1/assets_pb2.py +0 -77
- sift_stack_py-0.2.0/lib/sift/users/v2/users_pb2.pyi +0 -78
- sift_stack_py-0.2.0/lib/sift_stack_py.egg-info/requires.txt +0 -25
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/LICENSE +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/README.md +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/google/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/google/api/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/google/api/annotations_pb2.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/google/api/annotations_pb2.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/google/api/annotations_pb2_grpc.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/google/api/annotations_pb2_grpc.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/google/api/field_behavior_pb2.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/google/api/field_behavior_pb2.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/google/api/field_behavior_pb2_grpc.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/google/api/field_behavior_pb2_grpc.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/google/api/http_pb2.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/google/api/http_pb2.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/google/api/http_pb2_grpc.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/google/api/http_pb2_grpc.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/protoc_gen_openapiv2/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/protoc_gen_openapiv2/options/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/protoc_gen_openapiv2/options/annotations_pb2.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/protoc_gen_openapiv2/options/annotations_pb2.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/protoc_gen_openapiv2/options/annotations_pb2_grpc.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/protoc_gen_openapiv2/options/annotations_pb2_grpc.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/protoc_gen_openapiv2/options/openapiv2_pb2.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/protoc_gen_openapiv2/options/openapiv2_pb2.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/protoc_gen_openapiv2/options/openapiv2_pb2_grpc.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/protoc_gen_openapiv2/options/openapiv2_pb2_grpc.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/annotation_logs/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/annotation_logs/v1/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/annotation_logs/v1/annotation_logs_pb2.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/annotation_logs/v1/annotation_logs_pb2.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/annotation_logs/v1/annotation_logs_pb2_grpc.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/annotation_logs/v1/annotation_logs_pb2_grpc.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/annotations/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/annotations/v1/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/annotations/v1/annotations_pb2.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/annotations/v1/annotations_pb2.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/annotations/v1/annotations_pb2_grpc.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/annotations/v1/annotations_pb2_grpc.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/assets/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/assets/v1/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/calculated_channels/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/calculated_channels/v1/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/calculated_channels/v1/calculated_channels_pb2.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/calculated_channels/v1/calculated_channels_pb2.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/calculated_channels/v1/calculated_channels_pb2_grpc.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/calculated_channels/v1/calculated_channels_pb2_grpc.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/channel_schemas/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/channel_schemas/v1/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/channel_schemas/v1/channel_schemas_pb2.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/channel_schemas/v1/channel_schemas_pb2.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/channel_schemas/v1/channel_schemas_pb2_grpc.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/channel_schemas/v1/channel_schemas_pb2_grpc.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/channels/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/channels/v2/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/channels/v2/channels_pb2.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/channels/v2/channels_pb2.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/channels/v2/channels_pb2_grpc.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/channels/v2/channels_pb2_grpc.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/common/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/common/type/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/common/type/v1/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/common/type/v1/channel_bit_field_element_pb2.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/common/type/v1/channel_bit_field_element_pb2.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/common/type/v1/channel_bit_field_element_pb2_grpc.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/common/type/v1/channel_bit_field_element_pb2_grpc.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/common/type/v1/channel_data_type_pb2.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/common/type/v1/channel_data_type_pb2.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/common/type/v1/channel_data_type_pb2_grpc.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/common/type/v1/channel_data_type_pb2_grpc.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/common/type/v1/channel_enum_type_pb2.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/common/type/v1/channel_enum_type_pb2.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/common/type/v1/channel_enum_type_pb2_grpc.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/common/type/v1/channel_enum_type_pb2_grpc.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/common/type/v1/organization_pb2.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/common/type/v1/organization_pb2.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/common/type/v1/organization_pb2_grpc.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/common/type/v1/organization_pb2_grpc.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/common/type/v1/user_pb2.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/common/type/v1/user_pb2.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/common/type/v1/user_pb2_grpc.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/common/type/v1/user_pb2_grpc.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/data/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/data/v1/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/data/v1/data_pb2.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/data/v1/data_pb2.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/data/v1/data_pb2_grpc.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/data/v1/data_pb2_grpc.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/ingest/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/ingest/v1/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/ingest/v1/ingest_pb2.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/ingest/v1/ingest_pb2.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/ingest/v1/ingest_pb2_grpc.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/ingest/v1/ingest_pb2_grpc.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/ingestion_configs/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/ingestion_configs/v1/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/ingestion_configs/v1/ingestion_configs_pb2.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/ingestion_configs/v1/ingestion_configs_pb2.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/ingestion_configs/v1/ingestion_configs_pb2_grpc.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/ingestion_configs/v1/ingestion_configs_pb2_grpc.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/notifications/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/notifications/v1/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/notifications/v1/notifications_pb2.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/notifications/v1/notifications_pb2.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/notifications/v1/notifications_pb2_grpc.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/notifications/v1/notifications_pb2_grpc.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/remote_files/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/remote_files/v1/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/remote_files/v1/remote_files_pb2_grpc.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/remote_files/v1/remote_files_pb2_grpc.pyi +0 -0
- {sift_stack_py-0.2.0/lib/sift/rules → sift_stack_py-0.2.2/lib/sift/report_templates}/__init__.py +0 -0
- {sift_stack_py-0.2.0/lib/sift/rules → sift_stack_py-0.2.2/lib/sift/report_templates}/v1/__init__.py +0 -0
- {sift_stack_py-0.2.0/lib/sift/runs → sift_stack_py-0.2.2/lib/sift/rules}/__init__.py +0 -0
- {sift_stack_py-0.2.0/lib/sift/runs/v2 → sift_stack_py-0.2.2/lib/sift/rules/v1}/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/rules/v1/rules_pb2_grpc.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/rules/v1/rules_pb2_grpc.pyi +0 -0
- {sift_stack_py-0.2.0/lib/sift/saved_searches → sift_stack_py-0.2.2/lib/sift/runs}/__init__.py +0 -0
- {sift_stack_py-0.2.0/lib/sift/saved_searches/v1 → sift_stack_py-0.2.2/lib/sift/runs/v2}/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/runs/v2/runs_pb2.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/runs/v2/runs_pb2.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/runs/v2/runs_pb2_grpc.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/runs/v2/runs_pb2_grpc.pyi +0 -0
- {sift_stack_py-0.2.0/lib/sift/tags → sift_stack_py-0.2.2/lib/sift/saved_searches}/__init__.py +0 -0
- {sift_stack_py-0.2.0/lib/sift/tags → sift_stack_py-0.2.2/lib/sift/saved_searches}/v1/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/saved_searches/v1/saved_searches_pb2.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/saved_searches/v1/saved_searches_pb2.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/saved_searches/v1/saved_searches_pb2_grpc.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/saved_searches/v1/saved_searches_pb2_grpc.pyi +0 -0
- {sift_stack_py-0.2.0/lib/sift/users → sift_stack_py-0.2.2/lib/sift/tags}/__init__.py +0 -0
- {sift_stack_py-0.2.0/lib/sift/users/v2 → sift_stack_py-0.2.2/lib/sift/tags/v1}/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/tags/v1/tags_pb2.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/tags/v1/tags_pb2.pyi +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/tags/v1/tags_pb2_grpc.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift/tags/v1/tags_pb2_grpc.pyi +0 -0
- {sift_stack_py-0.2.0/lib/sift_py/_internal/test_util → sift_stack_py-0.2.2/lib/sift/users}/__init__.py +0 -0
- {sift_stack_py-0.2.0/lib/sift_py/file_attachment/_internal → sift_stack_py-0.2.2/lib/sift/users/v2}/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_grafana/py.typed +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_grafana/sift_query_model.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/_internal/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/_internal/cel.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/_internal/channel.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/_internal/convert/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/_internal/convert/json.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/_internal/convert/protobuf.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/_internal/convert/timestamp.py +0 -0
- {sift_stack_py-0.2.0/lib/sift_py/grpc/_async_interceptors → sift_stack_py-0.2.2/lib/sift_py/_internal/test_util}/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/_internal/test_util/channel.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/_internal/test_util/fn.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/_internal/test_util/server_interceptor.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/_internal/time.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/data/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/data/_channel.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/data/_deserialize.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/data/_deserialize_test.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/data/_service_test.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/data/_validate.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/data/error.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/data/query.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/data/service.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/error.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/file_attachment/__init__.py +0 -0
- {sift_stack_py-0.2.0/lib/sift_py/grpc/_interceptors → sift_stack_py-0.2.2/lib/sift_py/file_attachment/_internal}/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/file_attachment/_internal/download.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/file_attachment/_internal/upload.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/file_attachment/_service_test.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/file_attachment/entity.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/file_attachment/metadata.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/file_attachment/service.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/grpc/__init__.py +0 -0
- {sift_stack_py-0.2.0/lib/sift_py/ingestion/config/yaml → sift_stack_py-0.2.2/lib/sift_py/grpc/_async_interceptors}/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/grpc/_async_interceptors/base.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/grpc/_async_interceptors/metadata.py +0 -0
- /sift_stack_py-0.2.0/lib/sift_py/py.typed → /sift_stack_py-0.2.2/lib/sift_py/grpc/_interceptors/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/grpc/_interceptors/base.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/grpc/_interceptors/context.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/grpc/_interceptors/metadata.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/grpc/_retry.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/grpc/keepalive.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/grpc/transport_test.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/ingestion/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/ingestion/_internal/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/ingestion/_internal/channel.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/ingestion/_internal/error.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/ingestion/_internal/ingest.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/ingestion/_internal/ingest_test.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/ingestion/_internal/ingestion_config.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/ingestion/_internal/rule.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/ingestion/_internal/run.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/ingestion/_service_test.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/ingestion/buffer.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/ingestion/config/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/ingestion/config/telemetry.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/ingestion/config/telemetry_test.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/ingestion/config/yaml/error.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/ingestion/config/yaml/load.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/ingestion/config/yaml/spec.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/ingestion/config/yaml/test_load.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/ingestion/flow.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/ingestion/manager.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/ingestion/rule/__init__.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/ingestion/rule/config.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/ingestion/rule/config_test.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/ingestion/service.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_py/rest.py +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_stack_py.egg-info/dependency_links.txt +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/lib/sift_stack_py.egg-info/top_level.txt +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/setup.cfg +0 -0
- {sift_stack_py-0.2.0 → sift_stack_py-0.2.2}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: sift_stack_py
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Python client library for the Sift API
|
|
5
5
|
Maintainer-email: Sift Software Engineers <engineering@siftstack.com>
|
|
6
6
|
License: Copyright (c) 2024 Azimuth Industries Inc.
|
|
@@ -25,18 +25,18 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
25
25
|
Requires-Python: >=3.8
|
|
26
26
|
Description-Content-Type: text/markdown
|
|
27
27
|
License-File: LICENSE
|
|
28
|
-
Requires-Dist: grpcio~=1.64
|
|
29
|
-
Requires-Dist: PyYAML~=6.0
|
|
30
|
-
Requires-Dist: pandas~=2.0
|
|
31
|
-
Requires-Dist: protobuf~=5.26
|
|
32
|
-
Requires-Dist: pydantic~=2.0
|
|
33
|
-
Requires-Dist: requests~=2.25
|
|
34
|
-
Requires-Dist: requests-toolbelt~=1.0
|
|
35
|
-
Requires-Dist: pandas-stubs~=2.0
|
|
36
|
-
Requires-Dist: types-PyYAML~=6.0
|
|
37
|
-
Requires-Dist: types-protobuf~=5.26
|
|
38
|
-
Requires-Dist: typing-extensions~=4.6
|
|
39
|
-
Requires-Dist: types-requests~=2.25
|
|
28
|
+
Requires-Dist: grpcio~=1.64
|
|
29
|
+
Requires-Dist: PyYAML~=6.0
|
|
30
|
+
Requires-Dist: pandas~=2.0
|
|
31
|
+
Requires-Dist: protobuf~=5.26
|
|
32
|
+
Requires-Dist: pydantic~=2.0
|
|
33
|
+
Requires-Dist: requests~=2.25
|
|
34
|
+
Requires-Dist: requests-toolbelt~=1.0
|
|
35
|
+
Requires-Dist: pandas-stubs~=2.0
|
|
36
|
+
Requires-Dist: types-PyYAML~=6.0
|
|
37
|
+
Requires-Dist: types-protobuf~=5.26
|
|
38
|
+
Requires-Dist: typing-extensions~=4.6
|
|
39
|
+
Requires-Dist: types-requests~=2.25
|
|
40
40
|
Provides-Extra: development
|
|
41
41
|
Requires-Dist: grpcio-testing==1.64.1; extra == "development"
|
|
42
42
|
Requires-Dist: mypy==1.10.0; extra == "development"
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: sift/assets/v1/assets.proto
|
|
4
|
+
# Protobuf Python Version: 5.26.1
|
|
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 google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
16
|
+
from google.api import field_behavior_pb2 as google_dot_api_dot_field__behavior__pb2
|
|
17
|
+
from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
|
|
18
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
19
|
+
from protoc_gen_openapiv2.options import annotations_pb2 as protoc__gen__openapiv2_dot_options_dot_annotations__pb2
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1bsift/assets/v1/assets.proto\x12\x0esift.assets.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\"\xf7\x02\n\x05\x41sset\x12\x1e\n\x08\x61sset_id\x18\x01 \x01(\tB\x03\xe0\x41\x02R\x07\x61ssetId\x12\x17\n\x04name\x18\x02 \x01(\tB\x03\xe0\x41\x02R\x04name\x12,\n\x0forganization_id\x18\x04 \x01(\tB\x03\xe0\x41\x02R\x0eorganizationId\x12\x42\n\x0c\x63reated_date\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x02R\x0b\x63reatedDate\x12\x30\n\x12\x63reated_by_user_id\x18\x06 \x01(\tB\x03\xe0\x41\x02R\x0f\x63reatedByUserId\x12\x44\n\rmodified_date\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x02R\x0cmodifiedDate\x12\x32\n\x13modified_by_user_id\x18\x08 \x01(\tB\x03\xe0\x41\x02R\x10modifiedByUserId\x12\x17\n\x04tags\x18\t \x03(\tB\x03\xe0\x41\x02R\x04tags\"v\n\x11ListAssetsRequest\x12 \n\tpage_size\x18\x01 \x01(\rB\x03\xe0\x41\x01R\x08pageSize\x12\"\n\npage_token\x18\x02 \x01(\tB\x03\xe0\x41\x01R\tpageToken\x12\x1b\n\x06\x66ilter\x18\x03 \x01(\tB\x03\xe0\x41\x01R\x06\x66ilter\"k\n\x12ListAssetsResponse\x12-\n\x06\x61ssets\x18\x01 \x03(\x0b\x32\x15.sift.assets.v1.AssetR\x06\x61ssets\x12&\n\x0fnext_page_token\x18\x05 \x01(\tR\rnextPageToken\"4\n\x12\x44\x65leteAssetRequest\x12\x1e\n\x08\x61sset_id\x18\x01 \x01(\tB\x03\xe0\x41\x02R\x07\x61ssetId\"\x15\n\x13\x44\x65leteAssetResponse\"1\n\x0fGetAssetRequest\x12\x1e\n\x08\x61sset_id\x18\x01 \x01(\tB\x03\xe0\x41\x02R\x07\x61ssetId\"?\n\x10GetAssetResponse\x12+\n\x05\x61sset\x18\x01 \x01(\x0b\x32\x15.sift.assets.v1.AssetR\x05\x61sset\"\x83\x01\n\x12UpdateAssetRequest\x12+\n\x05\x61sset\x18\x01 \x01(\x0b\x32\x15.sift.assets.v1.AssetR\x05\x61sset\x12@\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02R\nupdateMask\"B\n\x13UpdateAssetResponse\x12+\n\x05\x61sset\x18\x01 \x01(\x0b\x32\x15.sift.assets.v1.AssetR\x05\x61sset2\x87\x06\n\x0c\x41ssetService\x12\x9c\x01\n\x0b\x44\x65leteAsset\x12\".sift.assets.v1.DeleteAssetRequest\x1a#.sift.assets.v1.DeleteAssetResponse\"D\x92\x41 \x12\x0b\x44\x65leteAsset\x1a\x11\x44\x65letes an asset.\x82\xd3\xe4\x93\x02\x1b*\x19/api/v1/assets/{asset_id}\x12\x92\x01\n\x08GetAsset\x12\x1f.sift.assets.v1.GetAssetRequest\x1a .sift.assets.v1.GetAssetResponse\"C\x92\x41\x1f\x12\x08GetAsset\x1a\x13Retrieves an asset.\x82\xd3\xe4\x93\x02\x1b\x12\x19/api/v1/assets/{asset_id}\x12\xa6\x01\n\nListAssets\x12!.sift.assets.v1.ListAssetsRequest\x1a\".sift.assets.v1.ListAssetsResponse\"Q\x92\x41\x38\x12\nListAssets\x1a*Retrieves assets using an optional filter.\x82\xd3\xe4\x93\x02\x10\x12\x0e/api/v1/assets\x12\x9d\x01\n\x0bUpdateAsset\x12\".sift.assets.v1.UpdateAssetRequest\x1a#.sift.assets.v1.UpdateAssetResponse\"E\x92\x41)\x12\x0bUpdateAsset\x1a\x1aUpdate fields on an asset.\x82\xd3\xe4\x93\x02\x13\x32\x0e/api/v1/assets:\x01*\x1az\x92\x41w\x12\x44Service to programmatically interact with [assets](/glossary#asset).\x1a/\n Read more about what assets are.\x12\x0b/data-modelB\x8f\x01\n\x12\x63om.sift.assets.v1B\x0b\x41ssetsProtoP\x01\xa2\x02\x03SAX\xaa\x02\x0eSift.Assets.V1\xca\x02\x0eSift\\Assets\\V1\xe2\x02\x1aSift\\Assets\\V1\\GPBMetadata\xea\x02\x10Sift::Assets::V1\x92\x41\x11\x12\x0f\n\rAsset Serviceb\x06proto3')
|
|
23
|
+
|
|
24
|
+
_globals = globals()
|
|
25
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
26
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'sift.assets.v1.assets_pb2', _globals)
|
|
27
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
28
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
29
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\022com.sift.assets.v1B\013AssetsProtoP\001\242\002\003SAX\252\002\016Sift.Assets.V1\312\002\016Sift\\Assets\\V1\342\002\032Sift\\Assets\\V1\\GPBMetadata\352\002\020Sift::Assets::V1\222A\021\022\017\n\rAsset Service'
|
|
30
|
+
_globals['_ASSET'].fields_by_name['asset_id']._loaded_options = None
|
|
31
|
+
_globals['_ASSET'].fields_by_name['asset_id']._serialized_options = b'\340A\002'
|
|
32
|
+
_globals['_ASSET'].fields_by_name['name']._loaded_options = None
|
|
33
|
+
_globals['_ASSET'].fields_by_name['name']._serialized_options = b'\340A\002'
|
|
34
|
+
_globals['_ASSET'].fields_by_name['organization_id']._loaded_options = None
|
|
35
|
+
_globals['_ASSET'].fields_by_name['organization_id']._serialized_options = b'\340A\002'
|
|
36
|
+
_globals['_ASSET'].fields_by_name['created_date']._loaded_options = None
|
|
37
|
+
_globals['_ASSET'].fields_by_name['created_date']._serialized_options = b'\340A\002'
|
|
38
|
+
_globals['_ASSET'].fields_by_name['created_by_user_id']._loaded_options = None
|
|
39
|
+
_globals['_ASSET'].fields_by_name['created_by_user_id']._serialized_options = b'\340A\002'
|
|
40
|
+
_globals['_ASSET'].fields_by_name['modified_date']._loaded_options = None
|
|
41
|
+
_globals['_ASSET'].fields_by_name['modified_date']._serialized_options = b'\340A\002'
|
|
42
|
+
_globals['_ASSET'].fields_by_name['modified_by_user_id']._loaded_options = None
|
|
43
|
+
_globals['_ASSET'].fields_by_name['modified_by_user_id']._serialized_options = b'\340A\002'
|
|
44
|
+
_globals['_ASSET'].fields_by_name['tags']._loaded_options = None
|
|
45
|
+
_globals['_ASSET'].fields_by_name['tags']._serialized_options = b'\340A\002'
|
|
46
|
+
_globals['_LISTASSETSREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
47
|
+
_globals['_LISTASSETSREQUEST'].fields_by_name['page_size']._serialized_options = b'\340A\001'
|
|
48
|
+
_globals['_LISTASSETSREQUEST'].fields_by_name['page_token']._loaded_options = None
|
|
49
|
+
_globals['_LISTASSETSREQUEST'].fields_by_name['page_token']._serialized_options = b'\340A\001'
|
|
50
|
+
_globals['_LISTASSETSREQUEST'].fields_by_name['filter']._loaded_options = None
|
|
51
|
+
_globals['_LISTASSETSREQUEST'].fields_by_name['filter']._serialized_options = b'\340A\001'
|
|
52
|
+
_globals['_DELETEASSETREQUEST'].fields_by_name['asset_id']._loaded_options = None
|
|
53
|
+
_globals['_DELETEASSETREQUEST'].fields_by_name['asset_id']._serialized_options = b'\340A\002'
|
|
54
|
+
_globals['_GETASSETREQUEST'].fields_by_name['asset_id']._loaded_options = None
|
|
55
|
+
_globals['_GETASSETREQUEST'].fields_by_name['asset_id']._serialized_options = b'\340A\002'
|
|
56
|
+
_globals['_UPDATEASSETREQUEST'].fields_by_name['update_mask']._loaded_options = None
|
|
57
|
+
_globals['_UPDATEASSETREQUEST'].fields_by_name['update_mask']._serialized_options = b'\340A\002'
|
|
58
|
+
_globals['_ASSETSERVICE']._loaded_options = None
|
|
59
|
+
_globals['_ASSETSERVICE']._serialized_options = b'\222Aw\022DService to programmatically interact with [assets](/glossary#asset).\032/\n Read more about what assets are.\022\013/data-model'
|
|
60
|
+
_globals['_ASSETSERVICE'].methods_by_name['DeleteAsset']._loaded_options = None
|
|
61
|
+
_globals['_ASSETSERVICE'].methods_by_name['DeleteAsset']._serialized_options = b'\222A \022\013DeleteAsset\032\021Deletes an asset.\202\323\344\223\002\033*\031/api/v1/assets/{asset_id}'
|
|
62
|
+
_globals['_ASSETSERVICE'].methods_by_name['GetAsset']._loaded_options = None
|
|
63
|
+
_globals['_ASSETSERVICE'].methods_by_name['GetAsset']._serialized_options = b'\222A\037\022\010GetAsset\032\023Retrieves an asset.\202\323\344\223\002\033\022\031/api/v1/assets/{asset_id}'
|
|
64
|
+
_globals['_ASSETSERVICE'].methods_by_name['ListAssets']._loaded_options = None
|
|
65
|
+
_globals['_ASSETSERVICE'].methods_by_name['ListAssets']._serialized_options = b'\222A8\022\nListAssets\032*Retrieves assets using an optional filter.\202\323\344\223\002\020\022\016/api/v1/assets'
|
|
66
|
+
_globals['_ASSETSERVICE'].methods_by_name['UpdateAsset']._loaded_options = None
|
|
67
|
+
_globals['_ASSETSERVICE'].methods_by_name['UpdateAsset']._serialized_options = b'\222A)\022\013UpdateAsset\032\032Update fields on an asset.\202\323\344\223\002\0232\016/api/v1/assets:\001*'
|
|
68
|
+
_globals['_ASSET']._serialized_start=226
|
|
69
|
+
_globals['_ASSET']._serialized_end=601
|
|
70
|
+
_globals['_LISTASSETSREQUEST']._serialized_start=603
|
|
71
|
+
_globals['_LISTASSETSREQUEST']._serialized_end=721
|
|
72
|
+
_globals['_LISTASSETSRESPONSE']._serialized_start=723
|
|
73
|
+
_globals['_LISTASSETSRESPONSE']._serialized_end=830
|
|
74
|
+
_globals['_DELETEASSETREQUEST']._serialized_start=832
|
|
75
|
+
_globals['_DELETEASSETREQUEST']._serialized_end=884
|
|
76
|
+
_globals['_DELETEASSETRESPONSE']._serialized_start=886
|
|
77
|
+
_globals['_DELETEASSETRESPONSE']._serialized_end=907
|
|
78
|
+
_globals['_GETASSETREQUEST']._serialized_start=909
|
|
79
|
+
_globals['_GETASSETREQUEST']._serialized_end=958
|
|
80
|
+
_globals['_GETASSETRESPONSE']._serialized_start=960
|
|
81
|
+
_globals['_GETASSETRESPONSE']._serialized_end=1023
|
|
82
|
+
_globals['_UPDATEASSETREQUEST']._serialized_start=1026
|
|
83
|
+
_globals['_UPDATEASSETREQUEST']._serialized_end=1157
|
|
84
|
+
_globals['_UPDATEASSETRESPONSE']._serialized_start=1159
|
|
85
|
+
_globals['_UPDATEASSETRESPONSE']._serialized_end=1225
|
|
86
|
+
_globals['_ASSETSERVICE']._serialized_start=1228
|
|
87
|
+
_globals['_ASSETSERVICE']._serialized_end=2003
|
|
88
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -6,6 +6,7 @@ isort:skip_file
|
|
|
6
6
|
import builtins
|
|
7
7
|
import collections.abc
|
|
8
8
|
import google.protobuf.descriptor
|
|
9
|
+
import google.protobuf.field_mask_pb2
|
|
9
10
|
import google.protobuf.internal.containers
|
|
10
11
|
import google.protobuf.message
|
|
11
12
|
import google.protobuf.timestamp_pb2
|
|
@@ -24,6 +25,7 @@ class Asset(google.protobuf.message.Message):
|
|
|
24
25
|
CREATED_BY_USER_ID_FIELD_NUMBER: builtins.int
|
|
25
26
|
MODIFIED_DATE_FIELD_NUMBER: builtins.int
|
|
26
27
|
MODIFIED_BY_USER_ID_FIELD_NUMBER: builtins.int
|
|
28
|
+
TAGS_FIELD_NUMBER: builtins.int
|
|
27
29
|
asset_id: builtins.str
|
|
28
30
|
name: builtins.str
|
|
29
31
|
organization_id: builtins.str
|
|
@@ -33,6 +35,8 @@ class Asset(google.protobuf.message.Message):
|
|
|
33
35
|
def created_date(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
|
|
34
36
|
@property
|
|
35
37
|
def modified_date(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
|
|
38
|
+
@property
|
|
39
|
+
def tags(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]: ...
|
|
36
40
|
def __init__(
|
|
37
41
|
self,
|
|
38
42
|
*,
|
|
@@ -43,9 +47,10 @@ class Asset(google.protobuf.message.Message):
|
|
|
43
47
|
created_by_user_id: builtins.str = ...,
|
|
44
48
|
modified_date: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
45
49
|
modified_by_user_id: builtins.str = ...,
|
|
50
|
+
tags: collections.abc.Iterable[builtins.str] | None = ...,
|
|
46
51
|
) -> None: ...
|
|
47
52
|
def HasField(self, field_name: typing.Literal["created_date", b"created_date", "modified_date", b"modified_date"]) -> builtins.bool: ...
|
|
48
|
-
def ClearField(self, field_name: typing.Literal["asset_id", b"asset_id", "created_by_user_id", b"created_by_user_id", "created_date", b"created_date", "modified_by_user_id", b"modified_by_user_id", "modified_date", b"modified_date", "name", b"name", "organization_id", b"organization_id"]) -> None: ...
|
|
53
|
+
def ClearField(self, field_name: typing.Literal["asset_id", b"asset_id", "created_by_user_id", b"created_by_user_id", "created_date", b"created_date", "modified_by_user_id", b"modified_by_user_id", "modified_date", b"modified_date", "name", b"name", "organization_id", b"organization_id", "tags", b"tags"]) -> None: ...
|
|
49
54
|
|
|
50
55
|
global___Asset = Asset
|
|
51
56
|
|
|
@@ -173,3 +178,47 @@ class GetAssetResponse(google.protobuf.message.Message):
|
|
|
173
178
|
def ClearField(self, field_name: typing.Literal["asset", b"asset"]) -> None: ...
|
|
174
179
|
|
|
175
180
|
global___GetAssetResponse = GetAssetResponse
|
|
181
|
+
|
|
182
|
+
@typing.final
|
|
183
|
+
class UpdateAssetRequest(google.protobuf.message.Message):
|
|
184
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
185
|
+
|
|
186
|
+
ASSET_FIELD_NUMBER: builtins.int
|
|
187
|
+
UPDATE_MASK_FIELD_NUMBER: builtins.int
|
|
188
|
+
@property
|
|
189
|
+
def asset(self) -> global___Asset:
|
|
190
|
+
"""The asset to update. The asset's `asset_id` field is used to identify asset run to update
|
|
191
|
+
and is required.
|
|
192
|
+
"""
|
|
193
|
+
|
|
194
|
+
@property
|
|
195
|
+
def update_mask(self) -> google.protobuf.field_mask_pb2.FieldMask:
|
|
196
|
+
"""The list of fields to be updated. Currently, the only field available to be updated is `tags`."""
|
|
197
|
+
|
|
198
|
+
def __init__(
|
|
199
|
+
self,
|
|
200
|
+
*,
|
|
201
|
+
asset: global___Asset | None = ...,
|
|
202
|
+
update_mask: google.protobuf.field_mask_pb2.FieldMask | None = ...,
|
|
203
|
+
) -> None: ...
|
|
204
|
+
def HasField(self, field_name: typing.Literal["asset", b"asset", "update_mask", b"update_mask"]) -> builtins.bool: ...
|
|
205
|
+
def ClearField(self, field_name: typing.Literal["asset", b"asset", "update_mask", b"update_mask"]) -> None: ...
|
|
206
|
+
|
|
207
|
+
global___UpdateAssetRequest = UpdateAssetRequest
|
|
208
|
+
|
|
209
|
+
@typing.final
|
|
210
|
+
class UpdateAssetResponse(google.protobuf.message.Message):
|
|
211
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
212
|
+
|
|
213
|
+
ASSET_FIELD_NUMBER: builtins.int
|
|
214
|
+
@property
|
|
215
|
+
def asset(self) -> global___Asset: ...
|
|
216
|
+
def __init__(
|
|
217
|
+
self,
|
|
218
|
+
*,
|
|
219
|
+
asset: global___Asset | None = ...,
|
|
220
|
+
) -> None: ...
|
|
221
|
+
def HasField(self, field_name: typing.Literal["asset", b"asset"]) -> builtins.bool: ...
|
|
222
|
+
def ClearField(self, field_name: typing.Literal["asset", b"asset"]) -> None: ...
|
|
223
|
+
|
|
224
|
+
global___UpdateAssetResponse = UpdateAssetResponse
|
|
@@ -29,6 +29,11 @@ class AssetServiceStub(object):
|
|
|
29
29
|
request_serializer=sift_dot_assets_dot_v1_dot_assets__pb2.ListAssetsRequest.SerializeToString,
|
|
30
30
|
response_deserializer=sift_dot_assets_dot_v1_dot_assets__pb2.ListAssetsResponse.FromString,
|
|
31
31
|
)
|
|
32
|
+
self.UpdateAsset = channel.unary_unary(
|
|
33
|
+
'/sift.assets.v1.AssetService/UpdateAsset',
|
|
34
|
+
request_serializer=sift_dot_assets_dot_v1_dot_assets__pb2.UpdateAssetRequest.SerializeToString,
|
|
35
|
+
response_deserializer=sift_dot_assets_dot_v1_dot_assets__pb2.UpdateAssetResponse.FromString,
|
|
36
|
+
)
|
|
32
37
|
|
|
33
38
|
|
|
34
39
|
class AssetServiceServicer(object):
|
|
@@ -55,6 +60,12 @@ class AssetServiceServicer(object):
|
|
|
55
60
|
context.set_details('Method not implemented!')
|
|
56
61
|
raise NotImplementedError('Method not implemented!')
|
|
57
62
|
|
|
63
|
+
def UpdateAsset(self, request, context):
|
|
64
|
+
"""Missing associated documentation comment in .proto file."""
|
|
65
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
66
|
+
context.set_details('Method not implemented!')
|
|
67
|
+
raise NotImplementedError('Method not implemented!')
|
|
68
|
+
|
|
58
69
|
|
|
59
70
|
def add_AssetServiceServicer_to_server(servicer, server):
|
|
60
71
|
rpc_method_handlers = {
|
|
@@ -73,6 +84,11 @@ def add_AssetServiceServicer_to_server(servicer, server):
|
|
|
73
84
|
request_deserializer=sift_dot_assets_dot_v1_dot_assets__pb2.ListAssetsRequest.FromString,
|
|
74
85
|
response_serializer=sift_dot_assets_dot_v1_dot_assets__pb2.ListAssetsResponse.SerializeToString,
|
|
75
86
|
),
|
|
87
|
+
'UpdateAsset': grpc.unary_unary_rpc_method_handler(
|
|
88
|
+
servicer.UpdateAsset,
|
|
89
|
+
request_deserializer=sift_dot_assets_dot_v1_dot_assets__pb2.UpdateAssetRequest.FromString,
|
|
90
|
+
response_serializer=sift_dot_assets_dot_v1_dot_assets__pb2.UpdateAssetResponse.SerializeToString,
|
|
91
|
+
),
|
|
76
92
|
}
|
|
77
93
|
generic_handler = grpc.method_handlers_generic_handler(
|
|
78
94
|
'sift.assets.v1.AssetService', rpc_method_handlers)
|
|
@@ -133,3 +149,20 @@ class AssetService(object):
|
|
|
133
149
|
sift_dot_assets_dot_v1_dot_assets__pb2.ListAssetsResponse.FromString,
|
|
134
150
|
options, channel_credentials,
|
|
135
151
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
152
|
+
|
|
153
|
+
@staticmethod
|
|
154
|
+
def UpdateAsset(request,
|
|
155
|
+
target,
|
|
156
|
+
options=(),
|
|
157
|
+
channel_credentials=None,
|
|
158
|
+
call_credentials=None,
|
|
159
|
+
insecure=False,
|
|
160
|
+
compression=None,
|
|
161
|
+
wait_for_ready=None,
|
|
162
|
+
timeout=None,
|
|
163
|
+
metadata=None):
|
|
164
|
+
return grpc.experimental.unary_unary(request, target, '/sift.assets.v1.AssetService/UpdateAsset',
|
|
165
|
+
sift_dot_assets_dot_v1_dot_assets__pb2.UpdateAssetRequest.SerializeToString,
|
|
166
|
+
sift_dot_assets_dot_v1_dot_assets__pb2.UpdateAssetResponse.FromString,
|
|
167
|
+
options, channel_credentials,
|
|
168
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
@@ -37,6 +37,11 @@ class AssetServiceStub:
|
|
|
37
37
|
]
|
|
38
38
|
"""Retrieves assets using an optional filter."""
|
|
39
39
|
|
|
40
|
+
UpdateAsset: grpc.UnaryUnaryMultiCallable[
|
|
41
|
+
sift.assets.v1.assets_pb2.UpdateAssetRequest,
|
|
42
|
+
sift.assets.v1.assets_pb2.UpdateAssetResponse,
|
|
43
|
+
]
|
|
44
|
+
|
|
40
45
|
class AssetServiceAsyncStub:
|
|
41
46
|
DeleteAsset: grpc.aio.UnaryUnaryMultiCallable[
|
|
42
47
|
sift.assets.v1.assets_pb2.DeleteAssetRequest,
|
|
@@ -56,6 +61,11 @@ class AssetServiceAsyncStub:
|
|
|
56
61
|
]
|
|
57
62
|
"""Retrieves assets using an optional filter."""
|
|
58
63
|
|
|
64
|
+
UpdateAsset: grpc.aio.UnaryUnaryMultiCallable[
|
|
65
|
+
sift.assets.v1.assets_pb2.UpdateAssetRequest,
|
|
66
|
+
sift.assets.v1.assets_pb2.UpdateAssetResponse,
|
|
67
|
+
]
|
|
68
|
+
|
|
59
69
|
class AssetServiceServicer(metaclass=abc.ABCMeta):
|
|
60
70
|
@abc.abstractmethod
|
|
61
71
|
def DeleteAsset(
|
|
@@ -81,4 +91,11 @@ class AssetServiceServicer(metaclass=abc.ABCMeta):
|
|
|
81
91
|
) -> typing.Union[sift.assets.v1.assets_pb2.ListAssetsResponse, collections.abc.Awaitable[sift.assets.v1.assets_pb2.ListAssetsResponse]]:
|
|
82
92
|
"""Retrieves assets using an optional filter."""
|
|
83
93
|
|
|
94
|
+
@abc.abstractmethod
|
|
95
|
+
def UpdateAsset(
|
|
96
|
+
self,
|
|
97
|
+
request: sift.assets.v1.assets_pb2.UpdateAssetRequest,
|
|
98
|
+
context: _ServicerContext,
|
|
99
|
+
) -> typing.Union[sift.assets.v1.assets_pb2.UpdateAssetResponse, collections.abc.Awaitable[sift.assets.v1.assets_pb2.UpdateAssetResponse]]: ...
|
|
100
|
+
|
|
84
101
|
def add_AssetServiceServicer_to_server(servicer: AssetServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|
|
@@ -19,7 +19,7 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
|
|
|
19
19
|
from protoc_gen_openapiv2.options import annotations_pb2 as protoc__gen__openapiv2_dot_options_dot_annotations__pb2
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'sift/remote_files/v1/remote_files.proto\x12\x14sift.remote_files.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\"\xfb\x06\n\nRemoteFile\x12)\n\x0eremote_file_id\x18\x01 \x01(\tB\x03\xe0\x41\x02R\x0cremoteFileId\x12,\n\x0forganization_id\x18\x02 \x01(\tB\x03\xe0\x41\x02R\x0eorganizationId\x12 \n\tentity_id\x18\x03 \x01(\tB\x03\xe0\x41\x02R\x08\x65ntityId\x12\x46\n\x0b\x65ntity_type\x18\x04 \x01(\x0e\x32 .sift.remote_files.v1.EntityTypeB\x03\xe0\x41\x02R\nentityType\x12 \n\tfile_name\x18\x05 \x01(\tB\x03\xe0\x41\x02R\x08\x66ileName\x12)\n\x0e\x66ile_mime_type\x18\x06 \x01(\tB\x03\xe0\x41\x02R\x0c\x66ileMimeType\x12\x37\n\x15\x66ile_content_encoding\x18\x07 \x01(\tB\x03\xe0\x41\x02R\x13\x66ileContentEncoding\x12$\n\x0bstorage_key\x18\x08 \x01(\tB\x03\xe0\x41\x02R\nstorageKey\x12 \n\tfile_size\x18\t \x01(\x04\x42\x03\xe0\x41\x02R\x08\x66ileSize\x12*\n\x0b\x64\x65scription\x18\n \x01(\tB\x03\xe0\x41\x01H\x01R\x0b\x64\x65scription\x88\x01\x01\x12Q\n\x0evideo_metadata\x18\x0b \x01(\x0b\x32#.sift.remote_files.v1.VideoMetadataB\x03\xe0\x41\x01H\x00R\rvideoMetadata\x12Q\n\x0eimage_metadata\x18\x0c \x01(\x0b\x32#.sift.remote_files.v1.ImageMetadataB\x03\xe0\x41\x01H\x00R\rimageMetadata\x12\x30\n\x12\x63reated_by_user_id\x18\r \x01(\tB\x03\xe0\x41\x02R\x0f\x63reatedByUserId\x12\x32\n\x13modified_by_user_id\x18\x0e \x01(\tB\x03\xe0\x41\x02R\x10modifiedByUserId\x12\x42\n\x0c\x63reated_date\x18\x0f \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x02R\x0b\x63reatedDate\x12\x44\n\rmodified_date\x18\x10 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x02R\x0cmodifiedDateB\n\n\x08metadataB\x0e\n\x0c_description\"
|
|
22
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'sift/remote_files/v1/remote_files.proto\x12\x14sift.remote_files.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\"\xfb\x06\n\nRemoteFile\x12)\n\x0eremote_file_id\x18\x01 \x01(\tB\x03\xe0\x41\x02R\x0cremoteFileId\x12,\n\x0forganization_id\x18\x02 \x01(\tB\x03\xe0\x41\x02R\x0eorganizationId\x12 \n\tentity_id\x18\x03 \x01(\tB\x03\xe0\x41\x02R\x08\x65ntityId\x12\x46\n\x0b\x65ntity_type\x18\x04 \x01(\x0e\x32 .sift.remote_files.v1.EntityTypeB\x03\xe0\x41\x02R\nentityType\x12 \n\tfile_name\x18\x05 \x01(\tB\x03\xe0\x41\x02R\x08\x66ileName\x12)\n\x0e\x66ile_mime_type\x18\x06 \x01(\tB\x03\xe0\x41\x02R\x0c\x66ileMimeType\x12\x37\n\x15\x66ile_content_encoding\x18\x07 \x01(\tB\x03\xe0\x41\x02R\x13\x66ileContentEncoding\x12$\n\x0bstorage_key\x18\x08 \x01(\tB\x03\xe0\x41\x02R\nstorageKey\x12 \n\tfile_size\x18\t \x01(\x04\x42\x03\xe0\x41\x02R\x08\x66ileSize\x12*\n\x0b\x64\x65scription\x18\n \x01(\tB\x03\xe0\x41\x01H\x01R\x0b\x64\x65scription\x88\x01\x01\x12Q\n\x0evideo_metadata\x18\x0b \x01(\x0b\x32#.sift.remote_files.v1.VideoMetadataB\x03\xe0\x41\x01H\x00R\rvideoMetadata\x12Q\n\x0eimage_metadata\x18\x0c \x01(\x0b\x32#.sift.remote_files.v1.ImageMetadataB\x03\xe0\x41\x01H\x00R\rimageMetadata\x12\x30\n\x12\x63reated_by_user_id\x18\r \x01(\tB\x03\xe0\x41\x02R\x0f\x63reatedByUserId\x12\x32\n\x13modified_by_user_id\x18\x0e \x01(\tB\x03\xe0\x41\x02R\x10modifiedByUserId\x12\x42\n\x0c\x63reated_date\x18\x0f \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x02R\x0b\x63reatedDate\x12\x44\n\rmodified_date\x18\x10 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x02R\x0cmodifiedDateB\n\n\x08metadataB\x0e\n\x0c_description\"\xb6\x01\n\rVideoMetadata\x12\x1b\n\x06height\x18\x01 \x01(\rB\x03\xe0\x41\x01R\x06height\x12\x19\n\x05width\x18\x02 \x01(\rB\x03\xe0\x41\x01R\x05width\x12.\n\x10\x64uration_seconds\x18\x03 \x01(\x02\x42\x03\xe0\x41\x01R\x0f\x64urationSeconds\x12=\n\ttimestamp\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x01R\ttimestamp\"G\n\rImageMetadata\x12\x1b\n\x06height\x18\x01 \x01(\rB\x03\xe0\x41\x01R\x06height\x12\x19\n\x05width\x18\x02 \x01(\rB\x03\xe0\x41\x01R\x05width\"A\n\x14GetRemoteFileRequest\x12)\n\x0eremote_file_id\x18\x01 \x01(\tB\x03\xe0\x41\x02R\x0cremoteFileId\"_\n\x15GetRemoteFileResponse\x12\x46\n\x0bremote_file\x18\x01 \x01(\x0b\x32 .sift.remote_files.v1.RemoteFileB\x03\xe0\x41\x02R\nremoteFile\"\xa9\x01\n\x16ListRemoteFilesRequest\x12 \n\tpage_size\x18\x01 \x01(\rB\x03\xe0\x41\x01R\x08pageSize\x12\"\n\npage_token\x18\x02 \x01(\tB\x03\xe0\x41\x01R\tpageToken\x12\x1b\n\x06\x66ilter\x18\x03 \x01(\tB\x03\xe0\x41\x01R\x06\x66ilter\x12,\n\x0forganization_id\x18\x04 \x01(\tB\x03\xe0\x41\x01R\x0eorganizationId\"\x86\x01\n\x17ListRemoteFilesResponse\x12\x43\n\x0cremote_files\x18\x01 \x03(\x0b\x32 .sift.remote_files.v1.RemoteFileR\x0bremoteFiles\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\"\x82\x05\n\x17\x43reateRemoteFileRequest\x12 \n\tfile_name\x18\x01 \x01(\tB\x03\xe0\x41\x02R\x08\x66ileName\x12 \n\tentity_id\x18\x02 \x01(\tB\x03\xe0\x41\x02R\x08\x65ntityId\x12\x46\n\x0b\x65ntity_type\x18\x03 \x01(\x0e\x32 .sift.remote_files.v1.EntityTypeB\x03\xe0\x41\x02R\nentityType\x12)\n\x0e\x66ile_mime_type\x18\x04 \x01(\tB\x03\xe0\x41\x02R\x0c\x66ileMimeType\x12\x37\n\x15\x66ile_content_encoding\x18\x05 \x01(\tB\x03\xe0\x41\x02R\x13\x66ileContentEncoding\x12 \n\tfile_size\x18\x06 \x01(\x04\x42\x03\xe0\x41\x02R\x08\x66ileSize\x12*\n\x0b\x64\x65scription\x18\x07 \x01(\tB\x03\xe0\x41\x01H\x01R\x0b\x64\x65scription\x88\x01\x01\x12,\n\x0forganization_id\x18\x08 \x01(\tB\x03\xe0\x41\x01R\x0eorganizationId\x12Q\n\x0evideo_metadata\x18\t \x01(\x0b\x32#.sift.remote_files.v1.VideoMetadataB\x03\xe0\x41\x01H\x00R\rvideoMetadata\x12Q\n\x0eimage_metadata\x18\n \x01(\x0b\x32#.sift.remote_files.v1.ImageMetadataB\x03\xe0\x41\x01H\x00R\rimageMetadata\x12)\n\x0b\x63ustom_uuid\x18\x0b \x01(\tB\x03\xe0\x41\x01H\x02R\ncustomUuid\x88\x01\x01\x42\n\n\x08metadataB\x0e\n\x0c_descriptionB\x0e\n\x0c_custom_uuid\"b\n\x18\x43reateRemoteFileResponse\x12\x46\n\x0bremote_file\x18\x01 \x01(\x0b\x32 .sift.remote_files.v1.RemoteFileB\x03\xe0\x41\x02R\nremoteFile\"D\n\x17\x44\x65leteRemoteFileRequest\x12)\n\x0eremote_file_id\x18\x01 \x01(\tB\x03\xe0\x41\x02R\x0cremoteFileId\"\x1a\n\x18\x44\x65leteRemoteFileResponse\"G\n\x1d\x42\x61tchDeleteRemoteFilesRequest\x12&\n\x0fremote_file_ids\x18\x01 \x03(\tR\rremoteFileIds\" \n\x1e\x42\x61tchDeleteRemoteFilesResponse\"\xa3\x01\n\x17UpdateRemoteFileRequest\x12\x46\n\x0bremote_file\x18\x01 \x01(\x0b\x32 .sift.remote_files.v1.RemoteFileB\x03\xe0\x41\x02R\nremoteFile\x12@\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02R\nupdateMask\"b\n\x18UpdateRemoteFileResponse\x12\x46\n\x0bremote_file\x18\x01 \x01(\x0b\x32 .sift.remote_files.v1.RemoteFileB\x03\xe0\x41\x02R\nremoteFile\"L\n\x1fGetRemoteFileDownloadUrlRequest\x12)\n\x0eremote_file_id\x18\x01 \x01(\tB\x03\xe0\x41\x02R\x0cremoteFileId\"J\n GetRemoteFileDownloadUrlResponse\x12&\n\x0c\x64ownload_url\x18\x01 \x01(\tB\x03\xe0\x41\x02R\x0b\x64ownloadUrl*\x91\x01\n\nEntityType\x12\x1b\n\x17\x45NTITY_TYPE_UNSPECIFIED\x10\x00\x12\x13\n\x0f\x45NTITY_TYPE_RUN\x10\x01\x12\x1a\n\x16\x45NTITY_TYPE_ANNOTATION\x10\x02\x12\x15\n\x11\x45NTITY_TYPE_ASSET\x10\x03\x12\x1e\n\x1a\x45NTITY_TYPE_ANNOTATION_LOG\x10\x04\x32\xbf\x0c\n\x11RemoteFileService\x12\xc2\x01\n\rGetRemoteFile\x12*.sift.remote_files.v1.GetRemoteFileRequest\x1a+.sift.remote_files.v1.GetRemoteFileResponse\"X\x92\x41(\x12\rGetRemoteFile\x1a\x17Retrieve a remote file.\x82\xd3\xe4\x93\x02\'\x12%/api/v1/remote-files/{remote_file_id}\x12\xbe\x01\n\x10\x43reateRemoteFile\x12-.sift.remote_files.v1.CreateRemoteFileRequest\x1a..sift.remote_files.v1.CreateRemoteFileResponse\"K\x92\x41)\x12\x10\x43reateRemoteFile\x1a\x15\x43reate a remote file.\x82\xd3\xe4\x93\x02\x19\"\x14/api/v1/remote-files:\x01*\x12\xb4\x01\n\x0fListRemoteFiles\x12,.sift.remote_files.v1.ListRemoteFilesRequest\x1a-.sift.remote_files.v1.ListRemoteFilesResponse\"D\x92\x41%\x12\x0fListRemoteFiles\x1a\x12List remote files.\x82\xd3\xe4\x93\x02\x16\x12\x14/api/v1/remote-files\x12\x84\x02\n\x10UpdateRemoteFile\x12-.sift.remote_files.v1.UpdateRemoteFileRequest\x1a..sift.remote_files.v1.UpdateRemoteFileResponse\"\x90\x01\x92\x41n\x12\x10UpdateRemoteFile\x1aZUpdates an existing remote file using using the list of fields specified in `update_mask`.\x82\xd3\xe4\x93\x02\x19\x32\x14/api/v1/remote-files:\x01*\x12\xcc\x01\n\x10\x44\x65leteRemoteFile\x12-.sift.remote_files.v1.DeleteRemoteFileRequest\x1a..sift.remote_files.v1.DeleteRemoteFileResponse\"Y\x92\x41)\x12\x10\x44\x65leteRemoteFile\x1a\x15\x44\x65lete a remote file.\x82\xd3\xe4\x93\x02\'*%/api/v1/remote-files/{remote_file_id}\x12\x8f\x02\n\x16\x42\x61tchDeleteRemoteFiles\x12\x33.sift.remote_files.v1.BatchDeleteRemoteFilesRequest\x1a\x34.sift.remote_files.v1.BatchDeleteRemoteFilesResponse\"\x89\x01\x92\x41[\x12\x16\x42\x61tchDeleteRemoteFiles\x1a\x41\x42\x61tch delete remote files. Each batch is limited to 1000 records.\x82\xd3\xe4\x93\x02%\" /api/v1/remote-files:batchDelete:\x01*\x12\x84\x02\n\x18GetRemoteFileDownloadUrl\x12\x35.sift.remote_files.v1.GetRemoteFileDownloadUrlRequest\x1a\x36.sift.remote_files.v1.GetRemoteFileDownloadUrlResponse\"y\x92\x41<\x12\x10GetRemoteFileUrl\x1a(Gets a download URL for the remote file.\x82\xd3\xe4\x93\x02\x34\x12\x32/api/v1/remote-files/{remote_file_id}/download-urlB\xb3\x01\n\x18\x63om.sift.remote_files.v1B\x10RemoteFilesProtoP\x01\xa2\x02\x03SRX\xaa\x02\x13Sift.RemoteFiles.V1\xca\x02\x13Sift\\RemoteFiles\\V1\xe2\x02\x1fSift\\RemoteFiles\\V1\\GPBMetadata\xea\x02\x15Sift::RemoteFiles::V1\x92\x41\x16\x12\x14\n\x12RemoteFile serviceb\x06proto3')
|
|
23
23
|
|
|
24
24
|
_globals = globals()
|
|
25
25
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -65,6 +65,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
65
65
|
_globals['_VIDEOMETADATA'].fields_by_name['width']._serialized_options = b'\340A\001'
|
|
66
66
|
_globals['_VIDEOMETADATA'].fields_by_name['duration_seconds']._loaded_options = None
|
|
67
67
|
_globals['_VIDEOMETADATA'].fields_by_name['duration_seconds']._serialized_options = b'\340A\001'
|
|
68
|
+
_globals['_VIDEOMETADATA'].fields_by_name['timestamp']._loaded_options = None
|
|
69
|
+
_globals['_VIDEOMETADATA'].fields_by_name['timestamp']._serialized_options = b'\340A\001'
|
|
68
70
|
_globals['_IMAGEMETADATA'].fields_by_name['height']._loaded_options = None
|
|
69
71
|
_globals['_IMAGEMETADATA'].fields_by_name['height']._serialized_options = b'\340A\001'
|
|
70
72
|
_globals['_IMAGEMETADATA'].fields_by_name['width']._loaded_options = None
|
|
@@ -131,42 +133,42 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
131
133
|
_globals['_REMOTEFILESERVICE'].methods_by_name['BatchDeleteRemoteFiles']._serialized_options = b'\222A[\022\026BatchDeleteRemoteFiles\032ABatch delete remote files. Each batch is limited to 1000 records.\202\323\344\223\002%\" /api/v1/remote-files:batchDelete:\001*'
|
|
132
134
|
_globals['_REMOTEFILESERVICE'].methods_by_name['GetRemoteFileDownloadUrl']._loaded_options = None
|
|
133
135
|
_globals['_REMOTEFILESERVICE'].methods_by_name['GetRemoteFileDownloadUrl']._serialized_options = b'\222A<\022\020GetRemoteFileUrl\032(Gets a download URL for the remote file.\202\323\344\223\0024\0222/api/v1/remote-files/{remote_file_id}/download-url'
|
|
134
|
-
_globals['_ENTITYTYPE']._serialized_start=
|
|
135
|
-
_globals['_ENTITYTYPE']._serialized_end=
|
|
136
|
+
_globals['_ENTITYTYPE']._serialized_start=3239
|
|
137
|
+
_globals['_ENTITYTYPE']._serialized_end=3384
|
|
136
138
|
_globals['_REMOTEFILE']._serialized_start=244
|
|
137
139
|
_globals['_REMOTEFILE']._serialized_end=1135
|
|
138
|
-
_globals['_VIDEOMETADATA']._serialized_start=
|
|
139
|
-
_globals['_VIDEOMETADATA']._serialized_end=
|
|
140
|
-
_globals['_IMAGEMETADATA']._serialized_start=
|
|
141
|
-
_globals['_IMAGEMETADATA']._serialized_end=
|
|
142
|
-
_globals['_GETREMOTEFILEREQUEST']._serialized_start=
|
|
143
|
-
_globals['_GETREMOTEFILEREQUEST']._serialized_end=
|
|
144
|
-
_globals['_GETREMOTEFILERESPONSE']._serialized_start=
|
|
145
|
-
_globals['_GETREMOTEFILERESPONSE']._serialized_end=
|
|
146
|
-
_globals['_LISTREMOTEFILESREQUEST']._serialized_start=
|
|
147
|
-
_globals['_LISTREMOTEFILESREQUEST']._serialized_end=
|
|
148
|
-
_globals['_LISTREMOTEFILESRESPONSE']._serialized_start=
|
|
149
|
-
_globals['_LISTREMOTEFILESRESPONSE']._serialized_end=
|
|
150
|
-
_globals['_CREATEREMOTEFILEREQUEST']._serialized_start=
|
|
151
|
-
_globals['_CREATEREMOTEFILEREQUEST']._serialized_end=
|
|
152
|
-
_globals['_CREATEREMOTEFILERESPONSE']._serialized_start=
|
|
153
|
-
_globals['_CREATEREMOTEFILERESPONSE']._serialized_end=
|
|
154
|
-
_globals['_DELETEREMOTEFILEREQUEST']._serialized_start=
|
|
155
|
-
_globals['_DELETEREMOTEFILEREQUEST']._serialized_end=
|
|
156
|
-
_globals['_DELETEREMOTEFILERESPONSE']._serialized_start=
|
|
157
|
-
_globals['_DELETEREMOTEFILERESPONSE']._serialized_end=
|
|
158
|
-
_globals['_BATCHDELETEREMOTEFILESREQUEST']._serialized_start=
|
|
159
|
-
_globals['_BATCHDELETEREMOTEFILESREQUEST']._serialized_end=
|
|
160
|
-
_globals['_BATCHDELETEREMOTEFILESRESPONSE']._serialized_start=
|
|
161
|
-
_globals['_BATCHDELETEREMOTEFILESRESPONSE']._serialized_end=
|
|
162
|
-
_globals['_UPDATEREMOTEFILEREQUEST']._serialized_start=
|
|
163
|
-
_globals['_UPDATEREMOTEFILEREQUEST']._serialized_end=
|
|
164
|
-
_globals['_UPDATEREMOTEFILERESPONSE']._serialized_start=
|
|
165
|
-
_globals['_UPDATEREMOTEFILERESPONSE']._serialized_end=
|
|
166
|
-
_globals['_GETREMOTEFILEDOWNLOADURLREQUEST']._serialized_start=
|
|
167
|
-
_globals['_GETREMOTEFILEDOWNLOADURLREQUEST']._serialized_end=
|
|
168
|
-
_globals['_GETREMOTEFILEDOWNLOADURLRESPONSE']._serialized_start=
|
|
169
|
-
_globals['_GETREMOTEFILEDOWNLOADURLRESPONSE']._serialized_end=
|
|
170
|
-
_globals['_REMOTEFILESERVICE']._serialized_start=
|
|
171
|
-
_globals['_REMOTEFILESERVICE']._serialized_end=
|
|
140
|
+
_globals['_VIDEOMETADATA']._serialized_start=1138
|
|
141
|
+
_globals['_VIDEOMETADATA']._serialized_end=1320
|
|
142
|
+
_globals['_IMAGEMETADATA']._serialized_start=1322
|
|
143
|
+
_globals['_IMAGEMETADATA']._serialized_end=1393
|
|
144
|
+
_globals['_GETREMOTEFILEREQUEST']._serialized_start=1395
|
|
145
|
+
_globals['_GETREMOTEFILEREQUEST']._serialized_end=1460
|
|
146
|
+
_globals['_GETREMOTEFILERESPONSE']._serialized_start=1462
|
|
147
|
+
_globals['_GETREMOTEFILERESPONSE']._serialized_end=1557
|
|
148
|
+
_globals['_LISTREMOTEFILESREQUEST']._serialized_start=1560
|
|
149
|
+
_globals['_LISTREMOTEFILESREQUEST']._serialized_end=1729
|
|
150
|
+
_globals['_LISTREMOTEFILESRESPONSE']._serialized_start=1732
|
|
151
|
+
_globals['_LISTREMOTEFILESRESPONSE']._serialized_end=1866
|
|
152
|
+
_globals['_CREATEREMOTEFILEREQUEST']._serialized_start=1869
|
|
153
|
+
_globals['_CREATEREMOTEFILEREQUEST']._serialized_end=2511
|
|
154
|
+
_globals['_CREATEREMOTEFILERESPONSE']._serialized_start=2513
|
|
155
|
+
_globals['_CREATEREMOTEFILERESPONSE']._serialized_end=2611
|
|
156
|
+
_globals['_DELETEREMOTEFILEREQUEST']._serialized_start=2613
|
|
157
|
+
_globals['_DELETEREMOTEFILEREQUEST']._serialized_end=2681
|
|
158
|
+
_globals['_DELETEREMOTEFILERESPONSE']._serialized_start=2683
|
|
159
|
+
_globals['_DELETEREMOTEFILERESPONSE']._serialized_end=2709
|
|
160
|
+
_globals['_BATCHDELETEREMOTEFILESREQUEST']._serialized_start=2711
|
|
161
|
+
_globals['_BATCHDELETEREMOTEFILESREQUEST']._serialized_end=2782
|
|
162
|
+
_globals['_BATCHDELETEREMOTEFILESRESPONSE']._serialized_start=2784
|
|
163
|
+
_globals['_BATCHDELETEREMOTEFILESRESPONSE']._serialized_end=2816
|
|
164
|
+
_globals['_UPDATEREMOTEFILEREQUEST']._serialized_start=2819
|
|
165
|
+
_globals['_UPDATEREMOTEFILEREQUEST']._serialized_end=2982
|
|
166
|
+
_globals['_UPDATEREMOTEFILERESPONSE']._serialized_start=2984
|
|
167
|
+
_globals['_UPDATEREMOTEFILERESPONSE']._serialized_end=3082
|
|
168
|
+
_globals['_GETREMOTEFILEDOWNLOADURLREQUEST']._serialized_start=3084
|
|
169
|
+
_globals['_GETREMOTEFILEDOWNLOADURLREQUEST']._serialized_end=3160
|
|
170
|
+
_globals['_GETREMOTEFILEDOWNLOADURLRESPONSE']._serialized_start=3162
|
|
171
|
+
_globals['_GETREMOTEFILEDOWNLOADURLRESPONSE']._serialized_end=3236
|
|
172
|
+
_globals['_REMOTEFILESERVICE']._serialized_start=3387
|
|
173
|
+
_globals['_REMOTEFILESERVICE']._serialized_end=4986
|
|
172
174
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -118,17 +118,22 @@ class VideoMetadata(google.protobuf.message.Message):
|
|
|
118
118
|
HEIGHT_FIELD_NUMBER: builtins.int
|
|
119
119
|
WIDTH_FIELD_NUMBER: builtins.int
|
|
120
120
|
DURATION_SECONDS_FIELD_NUMBER: builtins.int
|
|
121
|
+
TIMESTAMP_FIELD_NUMBER: builtins.int
|
|
121
122
|
height: builtins.int
|
|
122
123
|
width: builtins.int
|
|
123
124
|
duration_seconds: builtins.float
|
|
125
|
+
@property
|
|
126
|
+
def timestamp(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
|
|
124
127
|
def __init__(
|
|
125
128
|
self,
|
|
126
129
|
*,
|
|
127
130
|
height: builtins.int = ...,
|
|
128
131
|
width: builtins.int = ...,
|
|
129
132
|
duration_seconds: builtins.float = ...,
|
|
133
|
+
timestamp: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
130
134
|
) -> None: ...
|
|
131
|
-
def
|
|
135
|
+
def HasField(self, field_name: typing.Literal["timestamp", b"timestamp"]) -> builtins.bool: ...
|
|
136
|
+
def ClearField(self, field_name: typing.Literal["duration_seconds", b"duration_seconds", "height", b"height", "timestamp", b"timestamp", "width", b"width"]) -> None: ...
|
|
132
137
|
|
|
133
138
|
global___VideoMetadata = VideoMetadata
|
|
134
139
|
|
|
@@ -400,7 +405,7 @@ class UpdateRemoteFileRequest(google.protobuf.message.Message):
|
|
|
400
405
|
|
|
401
406
|
@property
|
|
402
407
|
def update_mask(self) -> google.protobuf.field_mask_pb2.FieldMask:
|
|
403
|
-
"""The list of fields to be updated. The
|
|
408
|
+
"""The list of fields to be updated. The fields available to be updated are `description` and `metadata`."""
|
|
404
409
|
|
|
405
410
|
def __init__(
|
|
406
411
|
self,
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: sift/report_templates/v1/report_templates.proto
|
|
4
|
+
# Protobuf Python Version: 5.26.1
|
|
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 google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
16
|
+
from google.api import field_behavior_pb2 as google_dot_api_dot_field__behavior__pb2
|
|
17
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
18
|
+
from protoc_gen_openapiv2.options import annotations_pb2 as protoc__gen__openapiv2_dot_options_dot_annotations__pb2
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n/sift/report_templates/v1/report_templates.proto\x12\x18sift.report_templates.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\"\xda\x05\n\x0eReportTemplate\x12\x31\n\x12report_template_id\x18\x01 \x01(\tB\x03\xe0\x41\x02R\x10reportTemplateId\x12,\n\x0forganization_id\x18\x02 \x01(\tB\x03\xe0\x41\x02R\x0eorganizationId\x12\'\n\nclient_key\x18\x03 \x01(\tB\x03\xe0\x41\x01H\x00R\tclientKey\x88\x01\x01\x12\x17\n\x04name\x18\x04 \x01(\tB\x03\xe0\x41\x02R\x04name\x12*\n\x0b\x64\x65scription\x18\x05 \x01(\tB\x03\xe0\x41\x01H\x01R\x0b\x64\x65scription\x88\x01\x01\x12I\n\rarchived_date\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x01H\x02R\x0c\x61rchivedDate\x88\x01\x01\x12\x30\n\x12\x63reated_by_user_id\x18\x07 \x01(\tB\x03\xe0\x41\x02R\x0f\x63reatedByUserId\x12\x32\n\x13modified_by_user_id\x18\x08 \x01(\tB\x03\xe0\x41\x02R\x10modifiedByUserId\x12\x42\n\x0c\x63reated_date\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x02R\x0b\x63reatedDate\x12\x44\n\rmodified_date\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x02R\x0cmodifiedDate\x12G\n\x05rules\x18\x0b \x03(\x0b\x32,.sift.report_templates.v1.ReportTemplateRuleB\x03\xe0\x41\x02R\x05rules\x12\x44\n\x04tags\x18\x0c \x03(\x0b\x32+.sift.report_templates.v1.ReportTemplateTagB\x03\xe0\x41\x02R\x04tagsB\r\n\x0b_client_keyB\x0e\n\x0c_descriptionB\x10\n\x0e_archived_date\"\x94\x01\n\x12ReportTemplateRule\x12\x1c\n\x07rule_id\x18\x01 \x01(\tB\x03\xe0\x41\x02R\x06ruleId\x12+\n\x0frule_version_id\x18\x02 \x01(\tB\x03\xe0\x41\x02R\rruleVersionId\x12\x33\n\x13rule_version_number\x18\x03 \x01(\rB\x03\xe0\x41\x02R\x11ruleVersionNumber\"3\n\x11ReportTemplateTag\x12\x1e\n\x08tag_name\x18\x01 \x01(\tB\x03\xe0\x41\x02R\x07tagName\"\x9f\x01\n\x18GetReportTemplateRequest\x12\x31\n\x12report_template_id\x18\x01 \x01(\tB\x03\xe0\x41\x01R\x10reportTemplateId\x12\"\n\nclient_key\x18\x02 \x01(\tB\x03\xe0\x41\x01R\tclientKey\x12,\n\x0forganization_id\x18\x03 \x01(\tB\x03\xe0\x41\x01R\x0eorganizationId\"s\n\x19GetReportTemplateResponse\x12V\n\x0freport_template\x18\x01 \x01(\x0b\x32(.sift.report_templates.v1.ReportTemplateB\x03\xe0\x41\x02R\x0ereportTemplate\"\xe0\x03\n\x1b\x43reateReportTemplateRequest\x12\x17\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02R\x04name\x12\'\n\nclient_key\x18\x02 \x01(\tB\x03\xe0\x41\x01H\x01R\tclientKey\x88\x01\x01\x12*\n\x0b\x64\x65scription\x18\x03 \x01(\tB\x03\xe0\x41\x01H\x02R\x0b\x64\x65scription\x88\x01\x01\x12 \n\ttag_names\x18\x04 \x03(\tB\x03\xe0\x41\x02R\x08tagNames\x12,\n\x0forganization_id\x18\x06 \x01(\tB\x03\xe0\x41\x02R\x0eorganizationId\x12^\n\x08rule_ids\x18\x07 \x01(\x0b\x32<.sift.report_templates.v1.CreateReportTemplateRequestRuleIdsB\x03\xe0\x41\x01H\x00R\x07ruleIds\x12p\n\x10rule_client_keys\x18\x08 \x01(\x0b\x32?.sift.report_templates.v1.CreateReportTemplateRequestClientKeysB\x03\xe0\x41\x01H\x00R\x0eruleClientKeysB\x12\n\x10rule_identifiersB\r\n\x0b_client_keyB\x0e\n\x0c_description\"D\n\"CreateReportTemplateRequestRuleIds\x12\x1e\n\x08rule_ids\x18\x01 \x03(\tB\x03\xe0\x41\x02R\x07ruleIds\"V\n%CreateReportTemplateRequestClientKeys\x12-\n\x10rule_client_keys\x18\x01 \x03(\tB\x03\xe0\x41\x02R\x0eruleClientKeys\"v\n\x1c\x43reateReportTemplateResponse\x12V\n\x0freport_template\x18\x01 \x01(\x0b\x32(.sift.report_templates.v1.ReportTemplateB\x03\xe0\x41\x02R\x0ereportTemplate2\xa7\x04\n\x15ReportTemplateService\x12\xac\x02\n\x11GetReportTemplate\x12\x32.sift.report_templates.v1.GetReportTemplateRequest\x1a\x33.sift.report_templates.v1.GetReportTemplateResponse\"\xad\x01\x92\x41\x30\x12\x11GetReportTemplate\x1a\x1bRetrieve a report template.\x82\xd3\xe4\x93\x02t\x12-/api/v1/report-templates/{report_template_id}ZC\x12\x41/v1/organizations/{organization_id}/report_templates/{client_key}\x12\xde\x01\n\x14\x43reateReportTemplate\x12\x35.sift.report_templates.v1.CreateReportTemplateRequest\x1a\x36.sift.report_templates.v1.CreateReportTemplateResponse\"W\x92\x41\x31\x12\x14InsertReportTemplate\x1a\x19\x43reate a report template.\x82\xd3\xe4\x93\x02\x1d\"\x18/api/v1/report-templates:\x01*B\xcf\x01\n\x1c\x63om.sift.report_templates.v1B\x14ReportTemplatesProtoP\x01\xa2\x02\x03SRX\xaa\x02\x17Sift.ReportTemplates.V1\xca\x02\x17Sift\\ReportTemplates\\V1\xe2\x02#Sift\\ReportTemplates\\V1\\GPBMetadata\xea\x02\x19Sift::ReportTemplates::V1\x92\x41\x1a\x12\x18\n\x16ReportTemplate serviceb\x06proto3')
|
|
22
|
+
|
|
23
|
+
_globals = globals()
|
|
24
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
25
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'sift.report_templates.v1.report_templates_pb2', _globals)
|
|
26
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
27
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
28
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\034com.sift.report_templates.v1B\024ReportTemplatesProtoP\001\242\002\003SRX\252\002\027Sift.ReportTemplates.V1\312\002\027Sift\\ReportTemplates\\V1\342\002#Sift\\ReportTemplates\\V1\\GPBMetadata\352\002\031Sift::ReportTemplates::V1\222A\032\022\030\n\026ReportTemplate service'
|
|
29
|
+
_globals['_REPORTTEMPLATE'].fields_by_name['report_template_id']._loaded_options = None
|
|
30
|
+
_globals['_REPORTTEMPLATE'].fields_by_name['report_template_id']._serialized_options = b'\340A\002'
|
|
31
|
+
_globals['_REPORTTEMPLATE'].fields_by_name['organization_id']._loaded_options = None
|
|
32
|
+
_globals['_REPORTTEMPLATE'].fields_by_name['organization_id']._serialized_options = b'\340A\002'
|
|
33
|
+
_globals['_REPORTTEMPLATE'].fields_by_name['client_key']._loaded_options = None
|
|
34
|
+
_globals['_REPORTTEMPLATE'].fields_by_name['client_key']._serialized_options = b'\340A\001'
|
|
35
|
+
_globals['_REPORTTEMPLATE'].fields_by_name['name']._loaded_options = None
|
|
36
|
+
_globals['_REPORTTEMPLATE'].fields_by_name['name']._serialized_options = b'\340A\002'
|
|
37
|
+
_globals['_REPORTTEMPLATE'].fields_by_name['description']._loaded_options = None
|
|
38
|
+
_globals['_REPORTTEMPLATE'].fields_by_name['description']._serialized_options = b'\340A\001'
|
|
39
|
+
_globals['_REPORTTEMPLATE'].fields_by_name['archived_date']._loaded_options = None
|
|
40
|
+
_globals['_REPORTTEMPLATE'].fields_by_name['archived_date']._serialized_options = b'\340A\001'
|
|
41
|
+
_globals['_REPORTTEMPLATE'].fields_by_name['created_by_user_id']._loaded_options = None
|
|
42
|
+
_globals['_REPORTTEMPLATE'].fields_by_name['created_by_user_id']._serialized_options = b'\340A\002'
|
|
43
|
+
_globals['_REPORTTEMPLATE'].fields_by_name['modified_by_user_id']._loaded_options = None
|
|
44
|
+
_globals['_REPORTTEMPLATE'].fields_by_name['modified_by_user_id']._serialized_options = b'\340A\002'
|
|
45
|
+
_globals['_REPORTTEMPLATE'].fields_by_name['created_date']._loaded_options = None
|
|
46
|
+
_globals['_REPORTTEMPLATE'].fields_by_name['created_date']._serialized_options = b'\340A\002'
|
|
47
|
+
_globals['_REPORTTEMPLATE'].fields_by_name['modified_date']._loaded_options = None
|
|
48
|
+
_globals['_REPORTTEMPLATE'].fields_by_name['modified_date']._serialized_options = b'\340A\002'
|
|
49
|
+
_globals['_REPORTTEMPLATE'].fields_by_name['rules']._loaded_options = None
|
|
50
|
+
_globals['_REPORTTEMPLATE'].fields_by_name['rules']._serialized_options = b'\340A\002'
|
|
51
|
+
_globals['_REPORTTEMPLATE'].fields_by_name['tags']._loaded_options = None
|
|
52
|
+
_globals['_REPORTTEMPLATE'].fields_by_name['tags']._serialized_options = b'\340A\002'
|
|
53
|
+
_globals['_REPORTTEMPLATERULE'].fields_by_name['rule_id']._loaded_options = None
|
|
54
|
+
_globals['_REPORTTEMPLATERULE'].fields_by_name['rule_id']._serialized_options = b'\340A\002'
|
|
55
|
+
_globals['_REPORTTEMPLATERULE'].fields_by_name['rule_version_id']._loaded_options = None
|
|
56
|
+
_globals['_REPORTTEMPLATERULE'].fields_by_name['rule_version_id']._serialized_options = b'\340A\002'
|
|
57
|
+
_globals['_REPORTTEMPLATERULE'].fields_by_name['rule_version_number']._loaded_options = None
|
|
58
|
+
_globals['_REPORTTEMPLATERULE'].fields_by_name['rule_version_number']._serialized_options = b'\340A\002'
|
|
59
|
+
_globals['_REPORTTEMPLATETAG'].fields_by_name['tag_name']._loaded_options = None
|
|
60
|
+
_globals['_REPORTTEMPLATETAG'].fields_by_name['tag_name']._serialized_options = b'\340A\002'
|
|
61
|
+
_globals['_GETREPORTTEMPLATEREQUEST'].fields_by_name['report_template_id']._loaded_options = None
|
|
62
|
+
_globals['_GETREPORTTEMPLATEREQUEST'].fields_by_name['report_template_id']._serialized_options = b'\340A\001'
|
|
63
|
+
_globals['_GETREPORTTEMPLATEREQUEST'].fields_by_name['client_key']._loaded_options = None
|
|
64
|
+
_globals['_GETREPORTTEMPLATEREQUEST'].fields_by_name['client_key']._serialized_options = b'\340A\001'
|
|
65
|
+
_globals['_GETREPORTTEMPLATEREQUEST'].fields_by_name['organization_id']._loaded_options = None
|
|
66
|
+
_globals['_GETREPORTTEMPLATEREQUEST'].fields_by_name['organization_id']._serialized_options = b'\340A\001'
|
|
67
|
+
_globals['_GETREPORTTEMPLATERESPONSE'].fields_by_name['report_template']._loaded_options = None
|
|
68
|
+
_globals['_GETREPORTTEMPLATERESPONSE'].fields_by_name['report_template']._serialized_options = b'\340A\002'
|
|
69
|
+
_globals['_CREATEREPORTTEMPLATEREQUEST'].fields_by_name['name']._loaded_options = None
|
|
70
|
+
_globals['_CREATEREPORTTEMPLATEREQUEST'].fields_by_name['name']._serialized_options = b'\340A\002'
|
|
71
|
+
_globals['_CREATEREPORTTEMPLATEREQUEST'].fields_by_name['client_key']._loaded_options = None
|
|
72
|
+
_globals['_CREATEREPORTTEMPLATEREQUEST'].fields_by_name['client_key']._serialized_options = b'\340A\001'
|
|
73
|
+
_globals['_CREATEREPORTTEMPLATEREQUEST'].fields_by_name['description']._loaded_options = None
|
|
74
|
+
_globals['_CREATEREPORTTEMPLATEREQUEST'].fields_by_name['description']._serialized_options = b'\340A\001'
|
|
75
|
+
_globals['_CREATEREPORTTEMPLATEREQUEST'].fields_by_name['tag_names']._loaded_options = None
|
|
76
|
+
_globals['_CREATEREPORTTEMPLATEREQUEST'].fields_by_name['tag_names']._serialized_options = b'\340A\002'
|
|
77
|
+
_globals['_CREATEREPORTTEMPLATEREQUEST'].fields_by_name['organization_id']._loaded_options = None
|
|
78
|
+
_globals['_CREATEREPORTTEMPLATEREQUEST'].fields_by_name['organization_id']._serialized_options = b'\340A\002'
|
|
79
|
+
_globals['_CREATEREPORTTEMPLATEREQUEST'].fields_by_name['rule_ids']._loaded_options = None
|
|
80
|
+
_globals['_CREATEREPORTTEMPLATEREQUEST'].fields_by_name['rule_ids']._serialized_options = b'\340A\001'
|
|
81
|
+
_globals['_CREATEREPORTTEMPLATEREQUEST'].fields_by_name['rule_client_keys']._loaded_options = None
|
|
82
|
+
_globals['_CREATEREPORTTEMPLATEREQUEST'].fields_by_name['rule_client_keys']._serialized_options = b'\340A\001'
|
|
83
|
+
_globals['_CREATEREPORTTEMPLATEREQUESTRULEIDS'].fields_by_name['rule_ids']._loaded_options = None
|
|
84
|
+
_globals['_CREATEREPORTTEMPLATEREQUESTRULEIDS'].fields_by_name['rule_ids']._serialized_options = b'\340A\002'
|
|
85
|
+
_globals['_CREATEREPORTTEMPLATEREQUESTCLIENTKEYS'].fields_by_name['rule_client_keys']._loaded_options = None
|
|
86
|
+
_globals['_CREATEREPORTTEMPLATEREQUESTCLIENTKEYS'].fields_by_name['rule_client_keys']._serialized_options = b'\340A\002'
|
|
87
|
+
_globals['_CREATEREPORTTEMPLATERESPONSE'].fields_by_name['report_template']._loaded_options = None
|
|
88
|
+
_globals['_CREATEREPORTTEMPLATERESPONSE'].fields_by_name['report_template']._serialized_options = b'\340A\002'
|
|
89
|
+
_globals['_REPORTTEMPLATESERVICE'].methods_by_name['GetReportTemplate']._loaded_options = None
|
|
90
|
+
_globals['_REPORTTEMPLATESERVICE'].methods_by_name['GetReportTemplate']._serialized_options = b'\222A0\022\021GetReportTemplate\032\033Retrieve a report template.\202\323\344\223\002t\022-/api/v1/report-templates/{report_template_id}ZC\022A/v1/organizations/{organization_id}/report_templates/{client_key}'
|
|
91
|
+
_globals['_REPORTTEMPLATESERVICE'].methods_by_name['CreateReportTemplate']._loaded_options = None
|
|
92
|
+
_globals['_REPORTTEMPLATESERVICE'].methods_by_name['CreateReportTemplate']._serialized_options = b'\222A1\022\024InsertReportTemplate\032\031Create a report template.\202\323\344\223\002\035\"\030/api/v1/report-templates:\001*'
|
|
93
|
+
_globals['_REPORTTEMPLATE']._serialized_start=222
|
|
94
|
+
_globals['_REPORTTEMPLATE']._serialized_end=952
|
|
95
|
+
_globals['_REPORTTEMPLATERULE']._serialized_start=955
|
|
96
|
+
_globals['_REPORTTEMPLATERULE']._serialized_end=1103
|
|
97
|
+
_globals['_REPORTTEMPLATETAG']._serialized_start=1105
|
|
98
|
+
_globals['_REPORTTEMPLATETAG']._serialized_end=1156
|
|
99
|
+
_globals['_GETREPORTTEMPLATEREQUEST']._serialized_start=1159
|
|
100
|
+
_globals['_GETREPORTTEMPLATEREQUEST']._serialized_end=1318
|
|
101
|
+
_globals['_GETREPORTTEMPLATERESPONSE']._serialized_start=1320
|
|
102
|
+
_globals['_GETREPORTTEMPLATERESPONSE']._serialized_end=1435
|
|
103
|
+
_globals['_CREATEREPORTTEMPLATEREQUEST']._serialized_start=1438
|
|
104
|
+
_globals['_CREATEREPORTTEMPLATEREQUEST']._serialized_end=1918
|
|
105
|
+
_globals['_CREATEREPORTTEMPLATEREQUESTRULEIDS']._serialized_start=1920
|
|
106
|
+
_globals['_CREATEREPORTTEMPLATEREQUESTRULEIDS']._serialized_end=1988
|
|
107
|
+
_globals['_CREATEREPORTTEMPLATEREQUESTCLIENTKEYS']._serialized_start=1990
|
|
108
|
+
_globals['_CREATEREPORTTEMPLATEREQUESTCLIENTKEYS']._serialized_end=2076
|
|
109
|
+
_globals['_CREATEREPORTTEMPLATERESPONSE']._serialized_start=2078
|
|
110
|
+
_globals['_CREATEREPORTTEMPLATERESPONSE']._serialized_end=2196
|
|
111
|
+
_globals['_REPORTTEMPLATESERVICE']._serialized_start=2199
|
|
112
|
+
_globals['_REPORTTEMPLATESERVICE']._serialized_end=2750
|
|
113
|
+
# @@protoc_insertion_point(module_scope)
|