sift-stack-py 0.3.2__py3-none-any.whl
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.
- google/__init__.py +1 -0
- google/api/__init__.py +0 -0
- google/api/annotations_pb2.py +27 -0
- google/api/annotations_pb2.pyi +29 -0
- google/api/annotations_pb2_grpc.py +4 -0
- google/api/annotations_pb2_grpc.pyi +30 -0
- google/api/field_behavior_pb2.py +30 -0
- google/api/field_behavior_pb2.pyi +175 -0
- google/api/field_behavior_pb2_grpc.py +4 -0
- google/api/field_behavior_pb2_grpc.pyi +30 -0
- google/api/http_pb2.py +31 -0
- google/api/http_pb2.pyi +433 -0
- google/api/http_pb2_grpc.py +4 -0
- google/api/http_pb2_grpc.pyi +30 -0
- protoc_gen_openapiv2/__init__.py +0 -0
- protoc_gen_openapiv2/options/__init__.py +0 -0
- protoc_gen_openapiv2/options/annotations_pb2.py +27 -0
- protoc_gen_openapiv2/options/annotations_pb2.pyi +48 -0
- protoc_gen_openapiv2/options/annotations_pb2_grpc.py +4 -0
- protoc_gen_openapiv2/options/annotations_pb2_grpc.pyi +17 -0
- protoc_gen_openapiv2/options/openapiv2_pb2.py +132 -0
- protoc_gen_openapiv2/options/openapiv2_pb2.pyi +1533 -0
- protoc_gen_openapiv2/options/openapiv2_pb2_grpc.py +4 -0
- protoc_gen_openapiv2/options/openapiv2_pb2_grpc.pyi +17 -0
- sift/__init__.py +0 -0
- sift/annotation_logs/__init__.py +0 -0
- sift/annotation_logs/v1/__init__.py +0 -0
- sift/annotation_logs/v1/annotation_logs_pb2.py +115 -0
- sift/annotation_logs/v1/annotation_logs_pb2.pyi +370 -0
- sift/annotation_logs/v1/annotation_logs_pb2_grpc.py +135 -0
- sift/annotation_logs/v1/annotation_logs_pb2_grpc.pyi +84 -0
- sift/annotations/__init__.py +0 -0
- sift/annotations/v1/__init__.py +0 -0
- sift/annotations/v1/annotations_pb2.py +180 -0
- sift/annotations/v1/annotations_pb2.pyi +539 -0
- sift/annotations/v1/annotations_pb2_grpc.py +237 -0
- sift/annotations/v1/annotations_pb2_grpc.pyi +144 -0
- sift/assets/__init__.py +0 -0
- sift/assets/v1/__init__.py +0 -0
- sift/assets/v1/assets_pb2.py +90 -0
- sift/assets/v1/assets_pb2.pyi +235 -0
- sift/assets/v1/assets_pb2_grpc.py +168 -0
- sift/assets/v1/assets_pb2_grpc.pyi +101 -0
- sift/calculated_channels/__init__.py +0 -0
- sift/calculated_channels/v1/__init__.py +0 -0
- sift/calculated_channels/v1/calculated_channels_pb2.py +99 -0
- sift/calculated_channels/v1/calculated_channels_pb2.pyi +280 -0
- sift/calculated_channels/v1/calculated_channels_pb2_grpc.py +101 -0
- sift/calculated_channels/v1/calculated_channels_pb2_grpc.pyi +64 -0
- sift/campaigns/__init__.py +0 -0
- sift/campaigns/v1/__init__.py +0 -0
- sift/campaigns/v1/campaigns_pb2.py +144 -0
- sift/campaigns/v1/campaigns_pb2.pyi +383 -0
- sift/campaigns/v1/campaigns_pb2_grpc.py +169 -0
- sift/campaigns/v1/campaigns_pb2_grpc.pyi +104 -0
- sift/channel_schemas/__init__.py +0 -0
- sift/channel_schemas/v1/__init__.py +0 -0
- sift/channel_schemas/v1/channel_schemas_pb2.py +69 -0
- sift/channel_schemas/v1/channel_schemas_pb2.pyi +117 -0
- sift/channel_schemas/v1/channel_schemas_pb2_grpc.py +101 -0
- sift/channel_schemas/v1/channel_schemas_pb2_grpc.pyi +64 -0
- sift/channels/__init__.py +0 -0
- sift/channels/v2/__init__.py +0 -0
- sift/channels/v2/channels_pb2.py +88 -0
- sift/channels/v2/channels_pb2.pyi +183 -0
- sift/channels/v2/channels_pb2_grpc.py +101 -0
- sift/channels/v2/channels_pb2_grpc.pyi +64 -0
- sift/common/__init__.py +0 -0
- sift/common/type/__init__.py +0 -0
- sift/common/type/v1/__init__.py +0 -0
- sift/common/type/v1/channel_bit_field_element_pb2.py +34 -0
- sift/common/type/v1/channel_bit_field_element_pb2.pyi +33 -0
- sift/common/type/v1/channel_bit_field_element_pb2_grpc.py +4 -0
- sift/common/type/v1/channel_bit_field_element_pb2_grpc.pyi +17 -0
- sift/common/type/v1/channel_data_type_pb2.py +29 -0
- sift/common/type/v1/channel_data_type_pb2.pyi +50 -0
- sift/common/type/v1/channel_data_type_pb2_grpc.py +4 -0
- sift/common/type/v1/channel_data_type_pb2_grpc.pyi +17 -0
- sift/common/type/v1/channel_enum_type_pb2.py +32 -0
- sift/common/type/v1/channel_enum_type_pb2.pyi +29 -0
- sift/common/type/v1/channel_enum_type_pb2_grpc.py +4 -0
- sift/common/type/v1/channel_enum_type_pb2_grpc.pyi +17 -0
- sift/common/type/v1/organization_pb2.py +27 -0
- sift/common/type/v1/organization_pb2.pyi +29 -0
- sift/common/type/v1/organization_pb2_grpc.py +4 -0
- sift/common/type/v1/organization_pb2_grpc.pyi +17 -0
- sift/common/type/v1/resource_identifier_pb2.py +46 -0
- sift/common/type/v1/resource_identifier_pb2.pyi +145 -0
- sift/common/type/v1/resource_identifier_pb2_grpc.py +4 -0
- sift/common/type/v1/resource_identifier_pb2_grpc.pyi +17 -0
- sift/common/type/v1/user_pb2.py +33 -0
- sift/common/type/v1/user_pb2.pyi +36 -0
- sift/common/type/v1/user_pb2_grpc.py +4 -0
- sift/common/type/v1/user_pb2_grpc.pyi +17 -0
- sift/data/__init__.py +0 -0
- sift/data/v1/__init__.py +0 -0
- sift/data/v1/data_pb2.py +212 -0
- sift/data/v1/data_pb2.pyi +745 -0
- sift/data/v1/data_pb2_grpc.py +67 -0
- sift/data/v1/data_pb2_grpc.pyi +44 -0
- sift/ingest/__init__.py +0 -0
- sift/ingest/v1/__init__.py +0 -0
- sift/ingest/v1/ingest_pb2.py +35 -0
- sift/ingest/v1/ingest_pb2.pyi +118 -0
- sift/ingest/v1/ingest_pb2_grpc.py +66 -0
- sift/ingest/v1/ingest_pb2_grpc.pyi +41 -0
- sift/ingestion_configs/__init__.py +0 -0
- sift/ingestion_configs/v1/__init__.py +0 -0
- sift/ingestion_configs/v1/ingestion_configs_pb2.py +115 -0
- sift/ingestion_configs/v1/ingestion_configs_pb2.pyi +332 -0
- sift/ingestion_configs/v1/ingestion_configs_pb2_grpc.py +203 -0
- sift/ingestion_configs/v1/ingestion_configs_pb2_grpc.pyi +124 -0
- sift/notifications/__init__.py +0 -0
- sift/notifications/v1/__init__.py +0 -0
- sift/notifications/v1/notifications_pb2.py +64 -0
- sift/notifications/v1/notifications_pb2.pyi +225 -0
- sift/notifications/v1/notifications_pb2_grpc.py +101 -0
- sift/notifications/v1/notifications_pb2_grpc.pyi +64 -0
- sift/ping/__init__.py +0 -0
- sift/ping/v1/__init__.py +0 -0
- sift/ping/v1/ping_pb2.py +38 -0
- sift/ping/v1/ping_pb2.pyi +36 -0
- sift/ping/v1/ping_pb2_grpc.py +66 -0
- sift/ping/v1/ping_pb2_grpc.pyi +41 -0
- sift/remote_files/__init__.py +0 -0
- sift/remote_files/v1/__init__.py +0 -0
- sift/remote_files/v1/remote_files_pb2.py +174 -0
- sift/remote_files/v1/remote_files_pb2.pyi +472 -0
- sift/remote_files/v1/remote_files_pb2_grpc.py +271 -0
- sift/remote_files/v1/remote_files_pb2_grpc.pyi +164 -0
- sift/report_templates/__init__.py +0 -0
- sift/report_templates/v1/__init__.py +0 -0
- sift/report_templates/v1/report_templates_pb2.py +146 -0
- sift/report_templates/v1/report_templates_pb2.pyi +381 -0
- sift/report_templates/v1/report_templates_pb2_grpc.py +169 -0
- sift/report_templates/v1/report_templates_pb2_grpc.pyi +104 -0
- sift/reports/__init__.py +0 -0
- sift/reports/v1/__init__.py +0 -0
- sift/reports/v1/reports_pb2.py +193 -0
- sift/reports/v1/reports_pb2.pyi +562 -0
- sift/reports/v1/reports_pb2_grpc.py +205 -0
- sift/reports/v1/reports_pb2_grpc.pyi +136 -0
- sift/rule_evaluation/__init__.py +0 -0
- sift/rule_evaluation/v1/__init__.py +0 -0
- sift/rule_evaluation/v1/rule_evaluation_pb2.py +89 -0
- sift/rule_evaluation/v1/rule_evaluation_pb2.pyi +263 -0
- sift/rule_evaluation/v1/rule_evaluation_pb2_grpc.py +101 -0
- sift/rule_evaluation/v1/rule_evaluation_pb2_grpc.pyi +64 -0
- sift/rules/__init__.py +0 -0
- sift/rules/v1/__init__.py +0 -0
- sift/rules/v1/rules_pb2.py +420 -0
- sift/rules/v1/rules_pb2.pyi +1355 -0
- sift/rules/v1/rules_pb2_grpc.py +577 -0
- sift/rules/v1/rules_pb2_grpc.pyi +351 -0
- sift/runs/__init__.py +0 -0
- sift/runs/v2/__init__.py +0 -0
- sift/runs/v2/runs_pb2.py +150 -0
- sift/runs/v2/runs_pb2.pyi +413 -0
- sift/runs/v2/runs_pb2_grpc.py +271 -0
- sift/runs/v2/runs_pb2_grpc.pyi +164 -0
- sift/saved_searches/__init__.py +0 -0
- sift/saved_searches/v1/__init__.py +0 -0
- sift/saved_searches/v1/saved_searches_pb2.py +144 -0
- sift/saved_searches/v1/saved_searches_pb2.pyi +385 -0
- sift/saved_searches/v1/saved_searches_pb2_grpc.py +237 -0
- sift/saved_searches/v1/saved_searches_pb2_grpc.pyi +144 -0
- sift/tags/__init__.py +0 -0
- sift/tags/v1/__init__.py +0 -0
- sift/tags/v1/tags_pb2.py +49 -0
- sift/tags/v1/tags_pb2.pyi +71 -0
- sift/tags/v1/tags_pb2_grpc.py +4 -0
- sift/tags/v1/tags_pb2_grpc.pyi +17 -0
- sift/users/__init__.py +0 -0
- sift/users/v2/__init__.py +0 -0
- sift/users/v2/users_pb2.py +61 -0
- sift/users/v2/users_pb2.pyi +142 -0
- sift/users/v2/users_pb2_grpc.py +135 -0
- sift/users/v2/users_pb2_grpc.pyi +84 -0
- sift/views/__init__.py +0 -0
- sift/views/v1/__init__.py +0 -0
- sift/views/v1/views_pb2.py +130 -0
- sift/views/v1/views_pb2.pyi +466 -0
- sift/views/v1/views_pb2_grpc.py +305 -0
- sift/views/v1/views_pb2_grpc.pyi +184 -0
- sift_grafana/py.typed +0 -0
- sift_grafana/sift_query_model.py +64 -0
- sift_py/__init__.py +923 -0
- sift_py/_internal/__init__.py +5 -0
- sift_py/_internal/cel.py +18 -0
- sift_py/_internal/channel.py +42 -0
- sift_py/_internal/convert/__init__.py +3 -0
- sift_py/_internal/convert/json.py +24 -0
- sift_py/_internal/convert/protobuf.py +34 -0
- sift_py/_internal/convert/timestamp.py +9 -0
- sift_py/_internal/test_util/__init__.py +0 -0
- sift_py/_internal/test_util/channel.py +136 -0
- sift_py/_internal/test_util/fn.py +14 -0
- sift_py/_internal/test_util/server_interceptor.py +62 -0
- sift_py/_internal/time.py +48 -0
- sift_py/_internal/user.py +39 -0
- sift_py/data/__init__.py +171 -0
- sift_py/data/_channel.py +38 -0
- sift_py/data/_deserialize.py +208 -0
- sift_py/data/_deserialize_test.py +134 -0
- sift_py/data/_service_test.py +276 -0
- sift_py/data/_validate.py +10 -0
- sift_py/data/error.py +5 -0
- sift_py/data/query.py +299 -0
- sift_py/data/service.py +497 -0
- sift_py/data_import/__init__.py +130 -0
- sift_py/data_import/_config.py +167 -0
- sift_py/data_import/_config_test.py +166 -0
- sift_py/data_import/_csv_test.py +395 -0
- sift_py/data_import/_status_test.py +176 -0
- sift_py/data_import/_tdms_test.py +238 -0
- sift_py/data_import/ch10.py +157 -0
- sift_py/data_import/config.py +19 -0
- sift_py/data_import/csv.py +259 -0
- sift_py/data_import/status.py +113 -0
- sift_py/data_import/tdms.py +206 -0
- sift_py/data_import/tempfile.py +30 -0
- sift_py/data_import/time_format.py +39 -0
- sift_py/error.py +11 -0
- sift_py/file_attachment/__init__.py +88 -0
- sift_py/file_attachment/_internal/__init__.py +0 -0
- sift_py/file_attachment/_internal/download.py +13 -0
- sift_py/file_attachment/_internal/upload.py +100 -0
- sift_py/file_attachment/_service_test.py +161 -0
- sift_py/file_attachment/entity.py +30 -0
- sift_py/file_attachment/metadata.py +107 -0
- sift_py/file_attachment/service.py +142 -0
- sift_py/grpc/__init__.py +15 -0
- sift_py/grpc/_async_interceptors/__init__.py +0 -0
- sift_py/grpc/_async_interceptors/base.py +72 -0
- sift_py/grpc/_async_interceptors/metadata.py +36 -0
- sift_py/grpc/_interceptors/__init__.py +0 -0
- sift_py/grpc/_interceptors/base.py +61 -0
- sift_py/grpc/_interceptors/context.py +25 -0
- sift_py/grpc/_interceptors/metadata.py +33 -0
- sift_py/grpc/_retry.py +70 -0
- sift_py/grpc/keepalive.py +34 -0
- sift_py/grpc/transport.py +250 -0
- sift_py/grpc/transport_test.py +170 -0
- sift_py/ingestion/__init__.py +6 -0
- sift_py/ingestion/_internal/__init__.py +6 -0
- sift_py/ingestion/_internal/channel.py +12 -0
- sift_py/ingestion/_internal/error.py +10 -0
- sift_py/ingestion/_internal/ingest.py +350 -0
- sift_py/ingestion/_internal/ingest_test.py +357 -0
- sift_py/ingestion/_internal/ingestion_config.py +130 -0
- sift_py/ingestion/_internal/run.py +46 -0
- sift_py/ingestion/_service_test.py +478 -0
- sift_py/ingestion/buffer.py +189 -0
- sift_py/ingestion/channel.py +422 -0
- sift_py/ingestion/config/__init__.py +3 -0
- sift_py/ingestion/config/telemetry.py +281 -0
- sift_py/ingestion/config/telemetry_test.py +405 -0
- sift_py/ingestion/config/yaml/__init__.py +0 -0
- sift_py/ingestion/config/yaml/error.py +44 -0
- sift_py/ingestion/config/yaml/load.py +126 -0
- sift_py/ingestion/config/yaml/spec.py +58 -0
- sift_py/ingestion/config/yaml/test_load.py +25 -0
- sift_py/ingestion/flow.py +73 -0
- sift_py/ingestion/manager.py +99 -0
- sift_py/ingestion/rule/__init__.py +4 -0
- sift_py/ingestion/rule/config.py +11 -0
- sift_py/ingestion/service.py +237 -0
- sift_py/py.typed +0 -0
- sift_py/report_templates/__init__.py +0 -0
- sift_py/report_templates/_config_test.py +34 -0
- sift_py/report_templates/_service_test.py +94 -0
- sift_py/report_templates/config.py +36 -0
- sift_py/report_templates/service.py +171 -0
- sift_py/rest.py +29 -0
- sift_py/rule/__init__.py +0 -0
- sift_py/rule/_config_test.py +109 -0
- sift_py/rule/_service_test.py +168 -0
- sift_py/rule/config.py +229 -0
- sift_py/rule/service.py +484 -0
- sift_py/yaml/__init__.py +0 -0
- sift_py/yaml/_channel_test.py +169 -0
- sift_py/yaml/_rule_test.py +207 -0
- sift_py/yaml/channel.py +224 -0
- sift_py/yaml/report_templates.py +73 -0
- sift_py/yaml/rule.py +321 -0
- sift_py/yaml/utils.py +15 -0
- sift_stack_py-0.3.2.dist-info/LICENSE +7 -0
- sift_stack_py-0.3.2.dist-info/METADATA +109 -0
- sift_stack_py-0.3.2.dist-info/RECORD +291 -0
- sift_stack_py-0.3.2.dist-info/WHEEL +5 -0
- sift_stack_py-0.3.2.dist-info/top_level.txt +5 -0
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: sift/remote_files/v1/remote_files.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\'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
|
+
|
|
24
|
+
_globals = globals()
|
|
25
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
26
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'sift.remote_files.v1.remote_files_pb2', _globals)
|
|
27
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
28
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
29
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\030com.sift.remote_files.v1B\020RemoteFilesProtoP\001\242\002\003SRX\252\002\023Sift.RemoteFiles.V1\312\002\023Sift\\RemoteFiles\\V1\342\002\037Sift\\RemoteFiles\\V1\\GPBMetadata\352\002\025Sift::RemoteFiles::V1\222A\026\022\024\n\022RemoteFile service'
|
|
30
|
+
_globals['_REMOTEFILE'].fields_by_name['remote_file_id']._loaded_options = None
|
|
31
|
+
_globals['_REMOTEFILE'].fields_by_name['remote_file_id']._serialized_options = b'\340A\002'
|
|
32
|
+
_globals['_REMOTEFILE'].fields_by_name['organization_id']._loaded_options = None
|
|
33
|
+
_globals['_REMOTEFILE'].fields_by_name['organization_id']._serialized_options = b'\340A\002'
|
|
34
|
+
_globals['_REMOTEFILE'].fields_by_name['entity_id']._loaded_options = None
|
|
35
|
+
_globals['_REMOTEFILE'].fields_by_name['entity_id']._serialized_options = b'\340A\002'
|
|
36
|
+
_globals['_REMOTEFILE'].fields_by_name['entity_type']._loaded_options = None
|
|
37
|
+
_globals['_REMOTEFILE'].fields_by_name['entity_type']._serialized_options = b'\340A\002'
|
|
38
|
+
_globals['_REMOTEFILE'].fields_by_name['file_name']._loaded_options = None
|
|
39
|
+
_globals['_REMOTEFILE'].fields_by_name['file_name']._serialized_options = b'\340A\002'
|
|
40
|
+
_globals['_REMOTEFILE'].fields_by_name['file_mime_type']._loaded_options = None
|
|
41
|
+
_globals['_REMOTEFILE'].fields_by_name['file_mime_type']._serialized_options = b'\340A\002'
|
|
42
|
+
_globals['_REMOTEFILE'].fields_by_name['file_content_encoding']._loaded_options = None
|
|
43
|
+
_globals['_REMOTEFILE'].fields_by_name['file_content_encoding']._serialized_options = b'\340A\002'
|
|
44
|
+
_globals['_REMOTEFILE'].fields_by_name['storage_key']._loaded_options = None
|
|
45
|
+
_globals['_REMOTEFILE'].fields_by_name['storage_key']._serialized_options = b'\340A\002'
|
|
46
|
+
_globals['_REMOTEFILE'].fields_by_name['file_size']._loaded_options = None
|
|
47
|
+
_globals['_REMOTEFILE'].fields_by_name['file_size']._serialized_options = b'\340A\002'
|
|
48
|
+
_globals['_REMOTEFILE'].fields_by_name['description']._loaded_options = None
|
|
49
|
+
_globals['_REMOTEFILE'].fields_by_name['description']._serialized_options = b'\340A\001'
|
|
50
|
+
_globals['_REMOTEFILE'].fields_by_name['video_metadata']._loaded_options = None
|
|
51
|
+
_globals['_REMOTEFILE'].fields_by_name['video_metadata']._serialized_options = b'\340A\001'
|
|
52
|
+
_globals['_REMOTEFILE'].fields_by_name['image_metadata']._loaded_options = None
|
|
53
|
+
_globals['_REMOTEFILE'].fields_by_name['image_metadata']._serialized_options = b'\340A\001'
|
|
54
|
+
_globals['_REMOTEFILE'].fields_by_name['created_by_user_id']._loaded_options = None
|
|
55
|
+
_globals['_REMOTEFILE'].fields_by_name['created_by_user_id']._serialized_options = b'\340A\002'
|
|
56
|
+
_globals['_REMOTEFILE'].fields_by_name['modified_by_user_id']._loaded_options = None
|
|
57
|
+
_globals['_REMOTEFILE'].fields_by_name['modified_by_user_id']._serialized_options = b'\340A\002'
|
|
58
|
+
_globals['_REMOTEFILE'].fields_by_name['created_date']._loaded_options = None
|
|
59
|
+
_globals['_REMOTEFILE'].fields_by_name['created_date']._serialized_options = b'\340A\002'
|
|
60
|
+
_globals['_REMOTEFILE'].fields_by_name['modified_date']._loaded_options = None
|
|
61
|
+
_globals['_REMOTEFILE'].fields_by_name['modified_date']._serialized_options = b'\340A\002'
|
|
62
|
+
_globals['_VIDEOMETADATA'].fields_by_name['height']._loaded_options = None
|
|
63
|
+
_globals['_VIDEOMETADATA'].fields_by_name['height']._serialized_options = b'\340A\001'
|
|
64
|
+
_globals['_VIDEOMETADATA'].fields_by_name['width']._loaded_options = None
|
|
65
|
+
_globals['_VIDEOMETADATA'].fields_by_name['width']._serialized_options = b'\340A\001'
|
|
66
|
+
_globals['_VIDEOMETADATA'].fields_by_name['duration_seconds']._loaded_options = None
|
|
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'
|
|
70
|
+
_globals['_IMAGEMETADATA'].fields_by_name['height']._loaded_options = None
|
|
71
|
+
_globals['_IMAGEMETADATA'].fields_by_name['height']._serialized_options = b'\340A\001'
|
|
72
|
+
_globals['_IMAGEMETADATA'].fields_by_name['width']._loaded_options = None
|
|
73
|
+
_globals['_IMAGEMETADATA'].fields_by_name['width']._serialized_options = b'\340A\001'
|
|
74
|
+
_globals['_GETREMOTEFILEREQUEST'].fields_by_name['remote_file_id']._loaded_options = None
|
|
75
|
+
_globals['_GETREMOTEFILEREQUEST'].fields_by_name['remote_file_id']._serialized_options = b'\340A\002'
|
|
76
|
+
_globals['_GETREMOTEFILERESPONSE'].fields_by_name['remote_file']._loaded_options = None
|
|
77
|
+
_globals['_GETREMOTEFILERESPONSE'].fields_by_name['remote_file']._serialized_options = b'\340A\002'
|
|
78
|
+
_globals['_LISTREMOTEFILESREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
79
|
+
_globals['_LISTREMOTEFILESREQUEST'].fields_by_name['page_size']._serialized_options = b'\340A\001'
|
|
80
|
+
_globals['_LISTREMOTEFILESREQUEST'].fields_by_name['page_token']._loaded_options = None
|
|
81
|
+
_globals['_LISTREMOTEFILESREQUEST'].fields_by_name['page_token']._serialized_options = b'\340A\001'
|
|
82
|
+
_globals['_LISTREMOTEFILESREQUEST'].fields_by_name['filter']._loaded_options = None
|
|
83
|
+
_globals['_LISTREMOTEFILESREQUEST'].fields_by_name['filter']._serialized_options = b'\340A\001'
|
|
84
|
+
_globals['_LISTREMOTEFILESREQUEST'].fields_by_name['organization_id']._loaded_options = None
|
|
85
|
+
_globals['_LISTREMOTEFILESREQUEST'].fields_by_name['organization_id']._serialized_options = b'\340A\001'
|
|
86
|
+
_globals['_CREATEREMOTEFILEREQUEST'].fields_by_name['file_name']._loaded_options = None
|
|
87
|
+
_globals['_CREATEREMOTEFILEREQUEST'].fields_by_name['file_name']._serialized_options = b'\340A\002'
|
|
88
|
+
_globals['_CREATEREMOTEFILEREQUEST'].fields_by_name['entity_id']._loaded_options = None
|
|
89
|
+
_globals['_CREATEREMOTEFILEREQUEST'].fields_by_name['entity_id']._serialized_options = b'\340A\002'
|
|
90
|
+
_globals['_CREATEREMOTEFILEREQUEST'].fields_by_name['entity_type']._loaded_options = None
|
|
91
|
+
_globals['_CREATEREMOTEFILEREQUEST'].fields_by_name['entity_type']._serialized_options = b'\340A\002'
|
|
92
|
+
_globals['_CREATEREMOTEFILEREQUEST'].fields_by_name['file_mime_type']._loaded_options = None
|
|
93
|
+
_globals['_CREATEREMOTEFILEREQUEST'].fields_by_name['file_mime_type']._serialized_options = b'\340A\002'
|
|
94
|
+
_globals['_CREATEREMOTEFILEREQUEST'].fields_by_name['file_content_encoding']._loaded_options = None
|
|
95
|
+
_globals['_CREATEREMOTEFILEREQUEST'].fields_by_name['file_content_encoding']._serialized_options = b'\340A\002'
|
|
96
|
+
_globals['_CREATEREMOTEFILEREQUEST'].fields_by_name['file_size']._loaded_options = None
|
|
97
|
+
_globals['_CREATEREMOTEFILEREQUEST'].fields_by_name['file_size']._serialized_options = b'\340A\002'
|
|
98
|
+
_globals['_CREATEREMOTEFILEREQUEST'].fields_by_name['description']._loaded_options = None
|
|
99
|
+
_globals['_CREATEREMOTEFILEREQUEST'].fields_by_name['description']._serialized_options = b'\340A\001'
|
|
100
|
+
_globals['_CREATEREMOTEFILEREQUEST'].fields_by_name['organization_id']._loaded_options = None
|
|
101
|
+
_globals['_CREATEREMOTEFILEREQUEST'].fields_by_name['organization_id']._serialized_options = b'\340A\001'
|
|
102
|
+
_globals['_CREATEREMOTEFILEREQUEST'].fields_by_name['video_metadata']._loaded_options = None
|
|
103
|
+
_globals['_CREATEREMOTEFILEREQUEST'].fields_by_name['video_metadata']._serialized_options = b'\340A\001'
|
|
104
|
+
_globals['_CREATEREMOTEFILEREQUEST'].fields_by_name['image_metadata']._loaded_options = None
|
|
105
|
+
_globals['_CREATEREMOTEFILEREQUEST'].fields_by_name['image_metadata']._serialized_options = b'\340A\001'
|
|
106
|
+
_globals['_CREATEREMOTEFILEREQUEST'].fields_by_name['custom_uuid']._loaded_options = None
|
|
107
|
+
_globals['_CREATEREMOTEFILEREQUEST'].fields_by_name['custom_uuid']._serialized_options = b'\340A\001'
|
|
108
|
+
_globals['_CREATEREMOTEFILERESPONSE'].fields_by_name['remote_file']._loaded_options = None
|
|
109
|
+
_globals['_CREATEREMOTEFILERESPONSE'].fields_by_name['remote_file']._serialized_options = b'\340A\002'
|
|
110
|
+
_globals['_DELETEREMOTEFILEREQUEST'].fields_by_name['remote_file_id']._loaded_options = None
|
|
111
|
+
_globals['_DELETEREMOTEFILEREQUEST'].fields_by_name['remote_file_id']._serialized_options = b'\340A\002'
|
|
112
|
+
_globals['_UPDATEREMOTEFILEREQUEST'].fields_by_name['remote_file']._loaded_options = None
|
|
113
|
+
_globals['_UPDATEREMOTEFILEREQUEST'].fields_by_name['remote_file']._serialized_options = b'\340A\002'
|
|
114
|
+
_globals['_UPDATEREMOTEFILEREQUEST'].fields_by_name['update_mask']._loaded_options = None
|
|
115
|
+
_globals['_UPDATEREMOTEFILEREQUEST'].fields_by_name['update_mask']._serialized_options = b'\340A\002'
|
|
116
|
+
_globals['_UPDATEREMOTEFILERESPONSE'].fields_by_name['remote_file']._loaded_options = None
|
|
117
|
+
_globals['_UPDATEREMOTEFILERESPONSE'].fields_by_name['remote_file']._serialized_options = b'\340A\002'
|
|
118
|
+
_globals['_GETREMOTEFILEDOWNLOADURLREQUEST'].fields_by_name['remote_file_id']._loaded_options = None
|
|
119
|
+
_globals['_GETREMOTEFILEDOWNLOADURLREQUEST'].fields_by_name['remote_file_id']._serialized_options = b'\340A\002'
|
|
120
|
+
_globals['_GETREMOTEFILEDOWNLOADURLRESPONSE'].fields_by_name['download_url']._loaded_options = None
|
|
121
|
+
_globals['_GETREMOTEFILEDOWNLOADURLRESPONSE'].fields_by_name['download_url']._serialized_options = b'\340A\002'
|
|
122
|
+
_globals['_REMOTEFILESERVICE'].methods_by_name['GetRemoteFile']._loaded_options = None
|
|
123
|
+
_globals['_REMOTEFILESERVICE'].methods_by_name['GetRemoteFile']._serialized_options = b'\222A(\022\rGetRemoteFile\032\027Retrieve a remote file.\202\323\344\223\002\'\022%/api/v1/remote-files/{remote_file_id}'
|
|
124
|
+
_globals['_REMOTEFILESERVICE'].methods_by_name['CreateRemoteFile']._loaded_options = None
|
|
125
|
+
_globals['_REMOTEFILESERVICE'].methods_by_name['CreateRemoteFile']._serialized_options = b'\222A)\022\020CreateRemoteFile\032\025Create a remote file.\202\323\344\223\002\031\"\024/api/v1/remote-files:\001*'
|
|
126
|
+
_globals['_REMOTEFILESERVICE'].methods_by_name['ListRemoteFiles']._loaded_options = None
|
|
127
|
+
_globals['_REMOTEFILESERVICE'].methods_by_name['ListRemoteFiles']._serialized_options = b'\222A%\022\017ListRemoteFiles\032\022List remote files.\202\323\344\223\002\026\022\024/api/v1/remote-files'
|
|
128
|
+
_globals['_REMOTEFILESERVICE'].methods_by_name['UpdateRemoteFile']._loaded_options = None
|
|
129
|
+
_globals['_REMOTEFILESERVICE'].methods_by_name['UpdateRemoteFile']._serialized_options = b'\222An\022\020UpdateRemoteFile\032ZUpdates an existing remote file using using the list of fields specified in `update_mask`.\202\323\344\223\002\0312\024/api/v1/remote-files:\001*'
|
|
130
|
+
_globals['_REMOTEFILESERVICE'].methods_by_name['DeleteRemoteFile']._loaded_options = None
|
|
131
|
+
_globals['_REMOTEFILESERVICE'].methods_by_name['DeleteRemoteFile']._serialized_options = b'\222A)\022\020DeleteRemoteFile\032\025Delete a remote file.\202\323\344\223\002\'*%/api/v1/remote-files/{remote_file_id}'
|
|
132
|
+
_globals['_REMOTEFILESERVICE'].methods_by_name['BatchDeleteRemoteFiles']._loaded_options = None
|
|
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*'
|
|
134
|
+
_globals['_REMOTEFILESERVICE'].methods_by_name['GetRemoteFileDownloadUrl']._loaded_options = None
|
|
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'
|
|
136
|
+
_globals['_ENTITYTYPE']._serialized_start=3239
|
|
137
|
+
_globals['_ENTITYTYPE']._serialized_end=3384
|
|
138
|
+
_globals['_REMOTEFILE']._serialized_start=244
|
|
139
|
+
_globals['_REMOTEFILE']._serialized_end=1135
|
|
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
|
|
174
|
+
# @@protoc_insertion_point(module_scope)
|