agentic-mesh-protocol 1.0.1.dev2__tar.gz → 1.0.1.dev4__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.
- {agentic_mesh_protocol-1.0.1.dev2/src/agentic_mesh_protocol.egg-info → agentic_mesh_protocol-1.0.1.dev4}/PKG-INFO +1 -1
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/pyproject.toml +1 -1
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/__version__.py +1 -1
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/filesystem/v1/filesystem_pb2.py +48 -40
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/filesystem/v1/filesystem_pb2.pyi +45 -13
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/filesystem/v1/filesystem_service_pb2_grpc.py +2 -1
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/registry/v1/registry_enums_pb2.py +2 -2
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/registry/v1/registry_enums_pb2.pyi +2 -0
- agentic_mesh_protocol-1.0.1.dev4/src/agentic_mesh_protocol/setup/v1/setup_pb2.py +106 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/setup/v1/setup_pb2.pyi +47 -119
- agentic_mesh_protocol-1.0.1.dev4/src/agentic_mesh_protocol/setup/v1/setup_service_pb2.py +38 -0
- agentic_mesh_protocol-1.0.1.dev4/src/agentic_mesh_protocol/setup/v1/setup_service_pb2_grpc.py +260 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/storage/v1/data_pb2.py +42 -34
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/storage/v1/data_pb2.pyi +45 -13
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/storage/v1/storage_service_pb2_grpc.py +1 -1
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4/src/agentic_mesh_protocol.egg-info}/PKG-INFO +1 -1
- agentic_mesh_protocol-1.0.1.dev2/src/agentic_mesh_protocol/setup/v1/setup_pb2.py +0 -142
- agentic_mesh_protocol-1.0.1.dev2/src/agentic_mesh_protocol/setup/v1/setup_service_pb2.py +0 -38
- agentic_mesh_protocol-1.0.1.dev2/src/agentic_mesh_protocol/setup/v1/setup_service_pb2_grpc.py +0 -480
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/LICENSE +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/README.md +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/setup.cfg +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/cost/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/cost/v1/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/cost/v1/cost_pb2.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/cost/v1/cost_pb2.pyi +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/cost/v1/cost_pb2_grpc.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/cost/v1/cost_service_pb2.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/cost/v1/cost_service_pb2.pyi +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/cost/v1/cost_service_pb2_grpc.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/filesystem/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/filesystem/v1/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/filesystem/v1/filesystem_pb2_grpc.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/filesystem/v1/filesystem_service_pb2.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/filesystem/v1/filesystem_service_pb2.pyi +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/gateway/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/gateway/v1/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/gateway/v1/gateway_pb2.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/gateway/v1/gateway_pb2.pyi +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/gateway/v1/gateway_pb2_grpc.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/gateway/v1/gateway_service_pb2.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/gateway/v1/gateway_service_pb2.pyi +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/gateway/v1/gateway_service_pb2_grpc.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/module/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/module/v1/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/module/v1/information_pb2.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/module/v1/information_pb2.pyi +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/module/v1/information_pb2_grpc.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/module/v1/lifecycle_pb2.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/module/v1/lifecycle_pb2.pyi +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/module/v1/lifecycle_pb2_grpc.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/module/v1/module_service_pb2.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/module/v1/module_service_pb2.pyi +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/module/v1/module_service_pb2_grpc.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/module/v1/monitoring_pb2.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/module/v1/monitoring_pb2.pyi +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/module/v1/monitoring_pb2_grpc.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/pagination/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/pagination/v1/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/py.typed +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/registry/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/registry/v1/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/registry/v1/registry_enums_pb2_grpc.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/registry/v1/registry_models_pb2.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/registry/v1/registry_models_pb2.pyi +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/registry/v1/registry_models_pb2_grpc.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/registry/v1/registry_requests_pb2.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/registry/v1/registry_requests_pb2.pyi +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/registry/v1/registry_requests_pb2_grpc.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/registry/v1/registry_service_pb2.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/registry/v1/registry_service_pb2.pyi +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/registry/v1/registry_service_pb2_grpc.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/setup/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/setup/v1/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/setup/v1/setup_pb2_grpc.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/setup/v1/setup_service_pb2.pyi +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/storage/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/storage/v1/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/storage/v1/data_pb2_grpc.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/storage/v1/storage_service_pb2.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/storage/v1/storage_service_pb2.pyi +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/user_profile/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/user_profile/v1/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2.pyi +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/user_profile/v1/user_profile_pb2_grpc.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2.pyi +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol/user_profile/v1/user_profile_service_pb2_grpc.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol.egg-info/SOURCES.txt +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol.egg-info/dependency_links.txt +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol.egg-info/requires.txt +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/agentic_mesh_protocol.egg-info/top_level.txt +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/buf/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/buf/validate/__init__.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/buf/validate/validate_pb2.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/buf/validate/validate_pb2.pyi +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/src/buf/validate/validate_pb2_grpc.py +0 -0
- {agentic_mesh_protocol-1.0.1.dev2 → agentic_mesh_protocol-1.0.1.dev4}/test/test_imports.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentic-mesh-protocol
|
|
3
|
-
Version: 1.0.1.
|
|
3
|
+
Version: 1.0.1.dev4
|
|
4
4
|
Summary: Python gRPC interfaces for Agentic Mesh Protocol
|
|
5
5
|
Author-email: "DigitalKin.ai" <contact@digitalkin.ai>
|
|
6
6
|
Project-URL: Bug Tracker, https://github.com/DigitalKin-ai/service-apis-py/issues
|
|
@@ -27,7 +27,7 @@ from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
|
|
|
27
27
|
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4agentic_mesh_protocol/filesystem/v1/filesystem.proto\x12#agentic_mesh_protocol.filesystem.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n4agentic_mesh_protocol/filesystem/v1/filesystem.proto\x12#agentic_mesh_protocol.filesystem.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xc4\x05\n\x04\x46ile\x12-\n\x07\x66ile_id\x18\x01 \x01(\tB\x14\xbaH\x11r\x0c\x32\n^files:.*$\xc8\x01\x01R\x06\x66ileId\x12;\n\x07\x63ontext\x18\x02 \x01(\tB!\xbaH\x1er\x19\x32\x17^(missions:|setups:).*$\xc8\x01\x01R\x07\x63ontext\x12\x1e\n\x04name\x18\x03 \x01(\tB\n\xbaH\x07r\x02\x10\x01\xc8\x01\x01R\x04name\x12W\n\tfile_type\x18\x04 \x01(\x0e\x32-.agentic_mesh_protocol.filesystem.v1.FileTypeB\x0b\xbaH\x08\x82\x01\x02 \x00\xc8\x01\x01R\x08\x66ileType\x12-\n\x0c\x63ontent_type\x18\x05 \x01(\tB\n\xbaH\x07r\x02\x10\x01\xc8\x01\x01R\x0b\x63ontentType\x12)\n\nsize_bytes\x18\x06 \x01(\x03\x42\n\xbaH\x07\"\x02(\x00\xc8\x01\x01R\tsizeBytes\x12&\n\x08\x63hecksum\x18\x07 \x01(\tB\n\xbaH\x07r\x02\x10\x01\xc8\x01\x01R\x08\x63hecksum\x12\x33\n\x08metadata\x18\x08 \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\x12+\n\x0bstorage_uri\x18\t \x01(\tB\n\xbaH\x07r\x02\x10\x01\xc8\x01\x01R\nstorageUri\x12%\n\x08\x66ile_url\x18\n \x01(\tB\n\xbaH\x07r\x02\x10\x01\xc8\x01\x01R\x07\x66ileUrl\x12T\n\x06status\x18\x0b \x01(\x0e\x32/.agentic_mesh_protocol.filesystem.v1.FileStatusB\x0b\xbaH\x08\x82\x01\x02 \x00\xc8\x01\x01R\x06status\x12\x18\n\x07\x63ontent\x18\x0c \x01(\x0cR\x07\x63ontent\x12\\\n\nvisibility\x18\r \x01(\x0e\x32/.agentic_mesh_protocol.filesystem.v1.VisibilityB\x0b\xbaH\x08\x82\x01\x02 \x00\xc8\x01\x01R\nvisibility\"\xa3\x07\n\nFileFilter\x12\x14\n\x05names\x18\x01 \x03(\tR\x05names\x12\x31\n\x08\x66ile_ids\x18\x02 \x03(\tB\x16\xbaH\x13\x92\x01\x10\"\x0er\x0c\x32\n^files:.*$R\x07\x66ileIds\x12[\n\nfile_types\x18\x03 \x03(\x0e\x32-.agentic_mesh_protocol.filesystem.v1.FileTypeB\r\xbaH\n\x92\x01\x07\"\x05\x82\x01\x02 \x00R\tfileTypes\x12R\n\x07\x63ontext\x18\x04 \x01(\x0e\x32\x30.agentic_mesh_protocol.filesystem.v1.ContextFileB\x06\xbaH\x03\xc8\x01\x01R\x07\x63ontext\x12?\n\rcreated_after\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0c\x63reatedAfter\x12\x41\n\x0e\x63reated_before\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\rcreatedBefore\x12?\n\rupdated_after\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0cupdatedAfter\x12\x41\n\x0eupdated_before\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\rupdatedBefore\x12G\n\x06status\x18\t \x01(\x0e\x32/.agentic_mesh_protocol.filesystem.v1.FileStatusR\x06status\x12.\n\x13\x63ontent_type_prefix\x18\n \x01(\tR\x11\x63ontentTypePrefix\x12-\n\x0emin_size_bytes\x18\x0b \x01(\x03\x42\x07\xbaH\x04\"\x02(\x00R\x0cminSizeBytes\x12-\n\x0emax_size_bytes\x18\x0c \x01(\x03\x42\x07\xbaH\x04\"\x02(\x00R\x0cmaxSizeBytes\x12\x35\n\x06prefix\x18\r \x01(\tB\x1d\xbaH\x1ar\x18\x32\x16^[^.]*([.][^.]+)*[.]?$R\x06prefix\x12!\n\x0c\x63ontent_type\x18\x0e \x01(\tR\x0b\x63ontentType\x12\x62\n\x0cvisibilities\x18\x0f \x03(\x0e\x32/.agentic_mesh_protocol.filesystem.v1.VisibilityB\r\xbaH\n\x92\x01\x07\"\x05\x82\x01\x02 \x00R\x0cvisibilities\"o\n\nFileResult\x12?\n\x04\x66ile\x18\x01 \x01(\x0b\x32).agentic_mesh_protocol.filesystem.v1.FileH\x00R\x04\x66ile\x12\x16\n\x05\x65rror\x18\x02 \x01(\tH\x00R\x05\x65rrorB\x08\n\x06result\"\xd2\x04\n\x0eUploadFileData\x12R\n\x07\x63ontext\x18\x01 \x01(\x0e\x32\x30.agentic_mesh_protocol.filesystem.v1.ContextFileB\x06\xbaH\x03\xc8\x01\x01R\x07\x63ontext\x12\x36\n\x04name\x18\x02 \x01(\tB\"\xbaH\x1fr\x1a\x10\x01\x32\x16^[^.]*([.][^.]+)*[.]?$\xc8\x01\x01R\x04name\x12W\n\tfile_type\x18\x03 \x01(\x0e\x32-.agentic_mesh_protocol.filesystem.v1.FileTypeB\x0b\xbaH\x08\x82\x01\x02 \x00\xc8\x01\x01R\x08\x66ileType\x12-\n\x0c\x63ontent_type\x18\x04 \x01(\tB\n\xbaH\x07r\x02\x10\x01\xc8\x01\x01R\x0b\x63ontentType\x12$\n\x07\x63ontent\x18\x05 \x01(\x0c\x42\n\xbaH\x07z\x02\x10\x01\xc8\x01\x01R\x07\x63ontent\x12\x33\n\x08metadata\x18\x06 \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\x12T\n\x06status\x18\x07 \x01(\x0e\x32/.agentic_mesh_protocol.filesystem.v1.FileStatusB\x0b\xbaH\x08\x82\x01\x02 \x00\xc8\x01\x01R\x06status\x12*\n\x11replace_if_exists\x18\x08 \x01(\x08R\x0freplaceIfExists\x12O\n\nvisibility\x18\t \x01(\x0e\x32/.agentic_mesh_protocol.filesystem.v1.VisibilityR\nvisibility\"l\n\x12UploadFilesRequest\x12V\n\x05\x66iles\x18\x01 \x03(\x0b\x32\x33.agentic_mesh_protocol.filesystem.v1.UploadFileDataB\x0b\xbaH\x08\x92\x01\x02\x08\x01\xc8\x01\x01R\x05\x66iles\"\xbc\x01\n\x13UploadFilesResponse\x12I\n\x07results\x18\x01 \x03(\x0b\x32/.agentic_mesh_protocol.filesystem.v1.FileResultR\x07results\x12.\n\x0etotal_uploaded\x18\x02 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\rtotalUploaded\x12*\n\x0ctotal_failed\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0btotalFailed\"\xbc\x01\n\x0eGetFileRequest\x12R\n\x07\x63ontext\x18\x01 \x01(\x0e\x32\x30.agentic_mesh_protocol.filesystem.v1.ContextFileB\x06\xbaH\x03\xc8\x01\x01R\x07\x63ontext\x12-\n\x07\x66ile_id\x18\x02 \x01(\tB\x14\xbaH\x11r\x0c\x32\n^files:.*$\xc8\x01\x01R\x06\x66ileId\x12\'\n\x0finclude_content\x18\x03 \x01(\x08R\x0eincludeContent\"r\n\x0fGetFileResponse\x12\x45\n\x04\x66ile\x18\x01 \x01(\x0b\x32).agentic_mesh_protocol.filesystem.v1.FileB\x06\xbaH\x03\xc8\x01\x01R\x04\x66ile\x12\x18\n\x07\x63ontent\x18\x02 \x01(\x0cR\x07\x63ontent\"\xb2\x04\n\x11UpdateFileRequest\x12R\n\x07\x63ontext\x18\x01 \x01(\x0e\x32\x30.agentic_mesh_protocol.filesystem.v1.ContextFileB\x06\xbaH\x03\xc8\x01\x01R\x07\x63ontext\x12-\n\x07\x66ile_id\x18\x02 \x01(\tB\x14\xbaH\x11r\x0c\x32\n^files:.*$\xc8\x01\x01R\x06\x66ileId\x12\"\n\x08new_name\x18\x03 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x07newName\x12T\n\tfile_type\x18\x04 \x01(\x0e\x32-.agentic_mesh_protocol.filesystem.v1.FileTypeB\x08\xbaH\x05\x82\x01\x02 \x00R\x08\x66ileType\x12*\n\x0c\x63ontent_type\x18\x05 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0b\x63ontentType\x12\x18\n\x07\x63ontent\x18\x06 \x01(\x0cR\x07\x63ontent\x12T\n\x06status\x18\x07 \x01(\x0e\x32/.agentic_mesh_protocol.filesystem.v1.FileStatusB\x0b\xbaH\x08\x82\x01\x02 \x00\xc8\x01\x01R\x06status\x12\x33\n\x08metadata\x18\x08 \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\x12O\n\nvisibility\x18\t \x01(\x0e\x32/.agentic_mesh_protocol.filesystem.v1.VisibilityR\nvisibility\"]\n\x12UpdateFileResponse\x12G\n\x06result\x18\x01 \x01(\x0b\x32/.agentic_mesh_protocol.filesystem.v1.FileResultR\x06result\"\xc1\x02\n\x0fGetFilesRequest\x12R\n\x07\x63ontext\x18\x01 \x01(\x0e\x32\x30.agentic_mesh_protocol.filesystem.v1.ContextFileB\x06\xbaH\x03\xc8\x01\x01R\x07\x63ontext\x12Q\n\x07\x66ilters\x18\x02 \x01(\x0b\x32/.agentic_mesh_protocol.filesystem.v1.FileFilterB\x06\xbaH\x03\xc8\x01\x01R\x07\x66ilters\x12\'\n\tlist_size\x18\x03 \x01(\x05\x42\n\xbaH\x07\x1a\x05\x18\xe8\x07(\x01R\x08listSize\x12\x1f\n\x06offset\x18\x04 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x06offset\x12\x14\n\x05order\x18\x05 \x01(\tR\x05order\x12\'\n\x0finclude_content\x18\x06 \x01(\x08R\x0eincludeContent\"}\n\x10GetFilesResponse\x12?\n\x05\x66iles\x18\x01 \x03(\x0b\x32).agentic_mesh_protocol.filesystem.v1.FileR\x05\x66iles\x12(\n\x0btotal_count\x18\x02 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\ntotalCount\"\xef\x01\n\x12\x44\x65leteFilesRequest\x12R\n\x07\x63ontext\x18\x01 \x01(\x0e\x32\x30.agentic_mesh_protocol.filesystem.v1.ContextFileB\x06\xbaH\x03\xc8\x01\x01R\x07\x63ontext\x12Q\n\x07\x66ilters\x18\x02 \x01(\x0b\x32/.agentic_mesh_protocol.filesystem.v1.FileFilterB\x06\xbaH\x03\xc8\x01\x01R\x07\x66ilters\x12\x14\n\x05\x66orce\x18\x03 \x01(\x08R\x05\x66orce\x12\x1c\n\tpermanent\x18\x04 \x01(\x08R\tpermanent\"\x8c\x02\n\x13\x44\x65leteFilesResponse\x12_\n\x07results\x18\x01 \x03(\x0b\x32\x45.agentic_mesh_protocol.filesystem.v1.DeleteFilesResponse.ResultsEntryR\x07results\x12,\n\rtotal_deleted\x18\x02 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0ctotalDeleted\x12*\n\x0ctotal_failed\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0btotalFailed\x1a:\n\x0cResultsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\x08R\x05value:\x02\x38\x01*\xbc\x01\n\x08\x46ileType\x12\x19\n\x15\x46ILE_TYPE_UNSPECIFIED\x10\x00\x12\x16\n\x12\x46ILE_TYPE_DOCUMENT\x10\x01\x12\x13\n\x0f\x46ILE_TYPE_IMAGE\x10\x02\x12\x13\n\x0f\x46ILE_TYPE_VIDEO\x10\x03\x12\x13\n\x0f\x46ILE_TYPE_AUDIO\x10\x04\x12\x15\n\x11\x46ILE_TYPE_ARCHIVE\x10\x05\x12\x12\n\x0e\x46ILE_TYPE_CODE\x10\x06\x12\x13\n\x0f\x46ILE_TYPE_OTHER\x10\x07*\xab\x01\n\nFileStatus\x12\x1b\n\x17\x46ILE_STATUS_UNSPECIFIED\x10\x00\x12\x19\n\x15\x46ILE_STATUS_UPLOADING\x10\x01\x12\x16\n\x12\x46ILE_STATUS_ACTIVE\x10\x02\x12\x1a\n\x16\x46ILE_STATUS_PROCESSING\x10\x03\x12\x18\n\x14\x46ILE_STATUS_ARCHIVED\x10\x04\x12\x17\n\x13\x46ILE_STATUS_DELETED\x10\x05*p\n\nVisibility\x12\x1a\n\x16VISIBILITY_UNSPECIFIED\x10\x00\x12\x15\n\x11VISIBILITY_PUBLIC\x10\x01\x12\x16\n\x12VISIBILITY_PRIVATE\x10\x02\x12\x17\n\x13VISIBILITY_INTERNAL\x10\x03*}\n\x0b\x43ontextFile\x12\x17\n\x13\x43ONTEXT_UNSPECIFIED\x10\x00\x12\x14\n\x10\x43ONTEXT_MISSIONS\x10\x01\x12\x11\n\rCONTEXT_SETUP\x10\x02\x12\x11\n\rCONTEXT_USERS\x10\x03\x12\x19\n\x15\x43ONTEXT_ORGANIZATIONS\x10\x04\x42\xe0\x01\n\'com.agentic_mesh_protocol.filesystem.v1B\x0f\x46ilesystemProtoP\x01\xa2\x02\x03\x41\x46X\xaa\x02!AgenticMeshProtocol.Filesystem.V1\xca\x02!AgenticMeshProtocol\\Filesystem\\V1\xe2\x02-AgenticMeshProtocol\\Filesystem\\V1\\GPBMetadata\xea\x02#AgenticMeshProtocol::Filesystem::V1b\x06proto3')
|
|
31
31
|
|
|
32
32
|
_globals = globals()
|
|
33
33
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -55,20 +55,24 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
55
55
|
_globals['_FILE'].fields_by_name['file_url']._serialized_options = b'\272H\007r\002\020\001\310\001\001'
|
|
56
56
|
_globals['_FILE'].fields_by_name['status']._loaded_options = None
|
|
57
57
|
_globals['_FILE'].fields_by_name['status']._serialized_options = b'\272H\010\202\001\002 \000\310\001\001'
|
|
58
|
+
_globals['_FILE'].fields_by_name['visibility']._loaded_options = None
|
|
59
|
+
_globals['_FILE'].fields_by_name['visibility']._serialized_options = b'\272H\010\202\001\002 \000\310\001\001'
|
|
58
60
|
_globals['_FILEFILTER'].fields_by_name['file_ids']._loaded_options = None
|
|
59
61
|
_globals['_FILEFILTER'].fields_by_name['file_ids']._serialized_options = b'\272H\023\222\001\020\"\016r\0142\n^files:.*$'
|
|
60
62
|
_globals['_FILEFILTER'].fields_by_name['file_types']._loaded_options = None
|
|
61
63
|
_globals['_FILEFILTER'].fields_by_name['file_types']._serialized_options = b'\272H\n\222\001\007\"\005\202\001\002 \000'
|
|
62
64
|
_globals['_FILEFILTER'].fields_by_name['context']._loaded_options = None
|
|
63
|
-
_globals['_FILEFILTER'].fields_by_name['context']._serialized_options = b'\
|
|
65
|
+
_globals['_FILEFILTER'].fields_by_name['context']._serialized_options = b'\272H\003\310\001\001'
|
|
64
66
|
_globals['_FILEFILTER'].fields_by_name['min_size_bytes']._loaded_options = None
|
|
65
67
|
_globals['_FILEFILTER'].fields_by_name['min_size_bytes']._serialized_options = b'\272H\004\"\002(\000'
|
|
66
68
|
_globals['_FILEFILTER'].fields_by_name['max_size_bytes']._loaded_options = None
|
|
67
69
|
_globals['_FILEFILTER'].fields_by_name['max_size_bytes']._serialized_options = b'\272H\004\"\002(\000'
|
|
68
70
|
_globals['_FILEFILTER'].fields_by_name['prefix']._loaded_options = None
|
|
69
71
|
_globals['_FILEFILTER'].fields_by_name['prefix']._serialized_options = b'\272H\032r\0302\026^[^.]*([.][^.]+)*[.]?$'
|
|
72
|
+
_globals['_FILEFILTER'].fields_by_name['visibilities']._loaded_options = None
|
|
73
|
+
_globals['_FILEFILTER'].fields_by_name['visibilities']._serialized_options = b'\272H\n\222\001\007\"\005\202\001\002 \000'
|
|
70
74
|
_globals['_UPLOADFILEDATA'].fields_by_name['context']._loaded_options = None
|
|
71
|
-
_globals['_UPLOADFILEDATA'].fields_by_name['context']._serialized_options = b'\272H
|
|
75
|
+
_globals['_UPLOADFILEDATA'].fields_by_name['context']._serialized_options = b'\272H\003\310\001\001'
|
|
72
76
|
_globals['_UPLOADFILEDATA'].fields_by_name['name']._loaded_options = None
|
|
73
77
|
_globals['_UPLOADFILEDATA'].fields_by_name['name']._serialized_options = b'\272H\037r\032\020\0012\026^[^.]*([.][^.]+)*[.]?$\310\001\001'
|
|
74
78
|
_globals['_UPLOADFILEDATA'].fields_by_name['file_type']._loaded_options = None
|
|
@@ -86,13 +90,13 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
86
90
|
_globals['_UPLOADFILESRESPONSE'].fields_by_name['total_failed']._loaded_options = None
|
|
87
91
|
_globals['_UPLOADFILESRESPONSE'].fields_by_name['total_failed']._serialized_options = b'\272H\004\032\002(\000'
|
|
88
92
|
_globals['_GETFILEREQUEST'].fields_by_name['context']._loaded_options = None
|
|
89
|
-
_globals['_GETFILEREQUEST'].fields_by_name['context']._serialized_options = b'\272H\
|
|
93
|
+
_globals['_GETFILEREQUEST'].fields_by_name['context']._serialized_options = b'\272H\003\310\001\001'
|
|
90
94
|
_globals['_GETFILEREQUEST'].fields_by_name['file_id']._loaded_options = None
|
|
91
95
|
_globals['_GETFILEREQUEST'].fields_by_name['file_id']._serialized_options = b'\272H\021r\0142\n^files:.*$\310\001\001'
|
|
92
96
|
_globals['_GETFILERESPONSE'].fields_by_name['file']._loaded_options = None
|
|
93
97
|
_globals['_GETFILERESPONSE'].fields_by_name['file']._serialized_options = b'\272H\003\310\001\001'
|
|
94
98
|
_globals['_UPDATEFILEREQUEST'].fields_by_name['context']._loaded_options = None
|
|
95
|
-
_globals['_UPDATEFILEREQUEST'].fields_by_name['context']._serialized_options = b'\272H\
|
|
99
|
+
_globals['_UPDATEFILEREQUEST'].fields_by_name['context']._serialized_options = b'\272H\003\310\001\001'
|
|
96
100
|
_globals['_UPDATEFILEREQUEST'].fields_by_name['file_id']._loaded_options = None
|
|
97
101
|
_globals['_UPDATEFILEREQUEST'].fields_by_name['file_id']._serialized_options = b'\272H\021r\0142\n^files:.*$\310\001\001'
|
|
98
102
|
_globals['_UPDATEFILEREQUEST'].fields_by_name['new_name']._loaded_options = None
|
|
@@ -104,7 +108,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
104
108
|
_globals['_UPDATEFILEREQUEST'].fields_by_name['status']._loaded_options = None
|
|
105
109
|
_globals['_UPDATEFILEREQUEST'].fields_by_name['status']._serialized_options = b'\272H\010\202\001\002 \000\310\001\001'
|
|
106
110
|
_globals['_GETFILESREQUEST'].fields_by_name['context']._loaded_options = None
|
|
107
|
-
_globals['_GETFILESREQUEST'].fields_by_name['context']._serialized_options = b'\
|
|
111
|
+
_globals['_GETFILESREQUEST'].fields_by_name['context']._serialized_options = b'\272H\003\310\001\001'
|
|
108
112
|
_globals['_GETFILESREQUEST'].fields_by_name['filters']._loaded_options = None
|
|
109
113
|
_globals['_GETFILESREQUEST'].fields_by_name['filters']._serialized_options = b'\272H\003\310\001\001'
|
|
110
114
|
_globals['_GETFILESREQUEST'].fields_by_name['list_size']._loaded_options = None
|
|
@@ -114,7 +118,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
114
118
|
_globals['_GETFILESRESPONSE'].fields_by_name['total_count']._loaded_options = None
|
|
115
119
|
_globals['_GETFILESRESPONSE'].fields_by_name['total_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
116
120
|
_globals['_DELETEFILESREQUEST'].fields_by_name['context']._loaded_options = None
|
|
117
|
-
_globals['_DELETEFILESREQUEST'].fields_by_name['context']._serialized_options = b'\272H\
|
|
121
|
+
_globals['_DELETEFILESREQUEST'].fields_by_name['context']._serialized_options = b'\272H\003\310\001\001'
|
|
118
122
|
_globals['_DELETEFILESREQUEST'].fields_by_name['filters']._loaded_options = None
|
|
119
123
|
_globals['_DELETEFILESREQUEST'].fields_by_name['filters']._serialized_options = b'\272H\003\310\001\001'
|
|
120
124
|
_globals['_DELETEFILESRESPONSE_RESULTSENTRY']._loaded_options = None
|
|
@@ -123,38 +127,42 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
123
127
|
_globals['_DELETEFILESRESPONSE'].fields_by_name['total_deleted']._serialized_options = b'\272H\004\032\002(\000'
|
|
124
128
|
_globals['_DELETEFILESRESPONSE'].fields_by_name['total_failed']._loaded_options = None
|
|
125
129
|
_globals['_DELETEFILESRESPONSE'].fields_by_name['total_failed']._serialized_options = b'\272H\004\032\002(\000'
|
|
126
|
-
_globals['_FILETYPE']._serialized_start=
|
|
127
|
-
_globals['_FILETYPE']._serialized_end=
|
|
128
|
-
_globals['_FILESTATUS']._serialized_start=
|
|
129
|
-
_globals['_FILESTATUS']._serialized_end=
|
|
130
|
+
_globals['_FILETYPE']._serialized_start=4773
|
|
131
|
+
_globals['_FILETYPE']._serialized_end=4961
|
|
132
|
+
_globals['_FILESTATUS']._serialized_start=4964
|
|
133
|
+
_globals['_FILESTATUS']._serialized_end=5135
|
|
134
|
+
_globals['_VISIBILITY']._serialized_start=5137
|
|
135
|
+
_globals['_VISIBILITY']._serialized_end=5249
|
|
136
|
+
_globals['_CONTEXTFILE']._serialized_start=5251
|
|
137
|
+
_globals['_CONTEXTFILE']._serialized_end=5376
|
|
130
138
|
_globals['_FILE']._serialized_start=186
|
|
131
|
-
_globals['_FILE']._serialized_end=
|
|
132
|
-
_globals['_FILEFILTER']._serialized_start=
|
|
133
|
-
_globals['_FILEFILTER']._serialized_end=
|
|
134
|
-
_globals['_FILERESULT']._serialized_start=
|
|
135
|
-
_globals['_FILERESULT']._serialized_end=
|
|
136
|
-
_globals['_UPLOADFILEDATA']._serialized_start=
|
|
137
|
-
_globals['_UPLOADFILEDATA']._serialized_end=
|
|
138
|
-
_globals['_UPLOADFILESREQUEST']._serialized_start=
|
|
139
|
-
_globals['_UPLOADFILESREQUEST']._serialized_end=
|
|
140
|
-
_globals['_UPLOADFILESRESPONSE']._serialized_start=
|
|
141
|
-
_globals['_UPLOADFILESRESPONSE']._serialized_end=
|
|
142
|
-
_globals['_GETFILEREQUEST']._serialized_start=
|
|
143
|
-
_globals['_GETFILEREQUEST']._serialized_end=
|
|
144
|
-
_globals['_GETFILERESPONSE']._serialized_start=
|
|
145
|
-
_globals['_GETFILERESPONSE']._serialized_end=
|
|
146
|
-
_globals['_UPDATEFILEREQUEST']._serialized_start=
|
|
147
|
-
_globals['_UPDATEFILEREQUEST']._serialized_end=
|
|
148
|
-
_globals['_UPDATEFILERESPONSE']._serialized_start=
|
|
149
|
-
_globals['_UPDATEFILERESPONSE']._serialized_end=
|
|
150
|
-
_globals['_GETFILESREQUEST']._serialized_start=
|
|
151
|
-
_globals['_GETFILESREQUEST']._serialized_end=
|
|
152
|
-
_globals['_GETFILESRESPONSE']._serialized_start=
|
|
153
|
-
_globals['_GETFILESRESPONSE']._serialized_end=
|
|
154
|
-
_globals['_DELETEFILESREQUEST']._serialized_start=
|
|
155
|
-
_globals['_DELETEFILESREQUEST']._serialized_end=
|
|
156
|
-
_globals['_DELETEFILESRESPONSE']._serialized_start=
|
|
157
|
-
_globals['_DELETEFILESRESPONSE']._serialized_end=
|
|
158
|
-
_globals['_DELETEFILESRESPONSE_RESULTSENTRY']._serialized_start=
|
|
159
|
-
_globals['_DELETEFILESRESPONSE_RESULTSENTRY']._serialized_end=
|
|
139
|
+
_globals['_FILE']._serialized_end=894
|
|
140
|
+
_globals['_FILEFILTER']._serialized_start=897
|
|
141
|
+
_globals['_FILEFILTER']._serialized_end=1828
|
|
142
|
+
_globals['_FILERESULT']._serialized_start=1830
|
|
143
|
+
_globals['_FILERESULT']._serialized_end=1941
|
|
144
|
+
_globals['_UPLOADFILEDATA']._serialized_start=1944
|
|
145
|
+
_globals['_UPLOADFILEDATA']._serialized_end=2538
|
|
146
|
+
_globals['_UPLOADFILESREQUEST']._serialized_start=2540
|
|
147
|
+
_globals['_UPLOADFILESREQUEST']._serialized_end=2648
|
|
148
|
+
_globals['_UPLOADFILESRESPONSE']._serialized_start=2651
|
|
149
|
+
_globals['_UPLOADFILESRESPONSE']._serialized_end=2839
|
|
150
|
+
_globals['_GETFILEREQUEST']._serialized_start=2842
|
|
151
|
+
_globals['_GETFILEREQUEST']._serialized_end=3030
|
|
152
|
+
_globals['_GETFILERESPONSE']._serialized_start=3032
|
|
153
|
+
_globals['_GETFILERESPONSE']._serialized_end=3146
|
|
154
|
+
_globals['_UPDATEFILEREQUEST']._serialized_start=3149
|
|
155
|
+
_globals['_UPDATEFILEREQUEST']._serialized_end=3711
|
|
156
|
+
_globals['_UPDATEFILERESPONSE']._serialized_start=3713
|
|
157
|
+
_globals['_UPDATEFILERESPONSE']._serialized_end=3806
|
|
158
|
+
_globals['_GETFILESREQUEST']._serialized_start=3809
|
|
159
|
+
_globals['_GETFILESREQUEST']._serialized_end=4130
|
|
160
|
+
_globals['_GETFILESRESPONSE']._serialized_start=4132
|
|
161
|
+
_globals['_GETFILESRESPONSE']._serialized_end=4257
|
|
162
|
+
_globals['_DELETEFILESREQUEST']._serialized_start=4260
|
|
163
|
+
_globals['_DELETEFILESREQUEST']._serialized_end=4499
|
|
164
|
+
_globals['_DELETEFILESRESPONSE']._serialized_start=4502
|
|
165
|
+
_globals['_DELETEFILESRESPONSE']._serialized_end=4770
|
|
166
|
+
_globals['_DELETEFILESRESPONSE_RESULTSENTRY']._serialized_start=4712
|
|
167
|
+
_globals['_DELETEFILESRESPONSE_RESULTSENTRY']._serialized_end=4770
|
|
160
168
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -31,6 +31,21 @@ class FileStatus(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
|
31
31
|
FILE_STATUS_PROCESSING: _ClassVar[FileStatus]
|
|
32
32
|
FILE_STATUS_ARCHIVED: _ClassVar[FileStatus]
|
|
33
33
|
FILE_STATUS_DELETED: _ClassVar[FileStatus]
|
|
34
|
+
|
|
35
|
+
class Visibility(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
36
|
+
__slots__ = ()
|
|
37
|
+
VISIBILITY_UNSPECIFIED: _ClassVar[Visibility]
|
|
38
|
+
VISIBILITY_PUBLIC: _ClassVar[Visibility]
|
|
39
|
+
VISIBILITY_PRIVATE: _ClassVar[Visibility]
|
|
40
|
+
VISIBILITY_INTERNAL: _ClassVar[Visibility]
|
|
41
|
+
|
|
42
|
+
class ContextFile(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
43
|
+
__slots__ = ()
|
|
44
|
+
CONTEXT_UNSPECIFIED: _ClassVar[ContextFile]
|
|
45
|
+
CONTEXT_MISSIONS: _ClassVar[ContextFile]
|
|
46
|
+
CONTEXT_SETUP: _ClassVar[ContextFile]
|
|
47
|
+
CONTEXT_USERS: _ClassVar[ContextFile]
|
|
48
|
+
CONTEXT_ORGANIZATIONS: _ClassVar[ContextFile]
|
|
34
49
|
FILE_TYPE_UNSPECIFIED: FileType
|
|
35
50
|
FILE_TYPE_DOCUMENT: FileType
|
|
36
51
|
FILE_TYPE_IMAGE: FileType
|
|
@@ -45,6 +60,15 @@ FILE_STATUS_ACTIVE: FileStatus
|
|
|
45
60
|
FILE_STATUS_PROCESSING: FileStatus
|
|
46
61
|
FILE_STATUS_ARCHIVED: FileStatus
|
|
47
62
|
FILE_STATUS_DELETED: FileStatus
|
|
63
|
+
VISIBILITY_UNSPECIFIED: Visibility
|
|
64
|
+
VISIBILITY_PUBLIC: Visibility
|
|
65
|
+
VISIBILITY_PRIVATE: Visibility
|
|
66
|
+
VISIBILITY_INTERNAL: Visibility
|
|
67
|
+
CONTEXT_UNSPECIFIED: ContextFile
|
|
68
|
+
CONTEXT_MISSIONS: ContextFile
|
|
69
|
+
CONTEXT_SETUP: ContextFile
|
|
70
|
+
CONTEXT_USERS: ContextFile
|
|
71
|
+
CONTEXT_ORGANIZATIONS: ContextFile
|
|
48
72
|
|
|
49
73
|
class File(_message.Message):
|
|
50
74
|
__slots__ = ()
|
|
@@ -60,6 +84,7 @@ class File(_message.Message):
|
|
|
60
84
|
FILE_URL_FIELD_NUMBER: _ClassVar[int]
|
|
61
85
|
STATUS_FIELD_NUMBER: _ClassVar[int]
|
|
62
86
|
CONTENT_FIELD_NUMBER: _ClassVar[int]
|
|
87
|
+
VISIBILITY_FIELD_NUMBER: _ClassVar[int]
|
|
63
88
|
file_id: str
|
|
64
89
|
context: str
|
|
65
90
|
name: str
|
|
@@ -72,7 +97,8 @@ class File(_message.Message):
|
|
|
72
97
|
file_url: str
|
|
73
98
|
status: FileStatus
|
|
74
99
|
content: bytes
|
|
75
|
-
|
|
100
|
+
visibility: Visibility
|
|
101
|
+
def __init__(self, file_id: _Optional[str] = ..., context: _Optional[str] = ..., name: _Optional[str] = ..., file_type: _Optional[_Union[FileType, str]] = ..., content_type: _Optional[str] = ..., size_bytes: _Optional[int] = ..., checksum: _Optional[str] = ..., metadata: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., storage_uri: _Optional[str] = ..., file_url: _Optional[str] = ..., status: _Optional[_Union[FileStatus, str]] = ..., content: _Optional[bytes] = ..., visibility: _Optional[_Union[Visibility, str]] = ...) -> None: ...
|
|
76
102
|
|
|
77
103
|
class FileFilter(_message.Message):
|
|
78
104
|
__slots__ = ()
|
|
@@ -90,10 +116,11 @@ class FileFilter(_message.Message):
|
|
|
90
116
|
MAX_SIZE_BYTES_FIELD_NUMBER: _ClassVar[int]
|
|
91
117
|
PREFIX_FIELD_NUMBER: _ClassVar[int]
|
|
92
118
|
CONTENT_TYPE_FIELD_NUMBER: _ClassVar[int]
|
|
119
|
+
VISIBILITIES_FIELD_NUMBER: _ClassVar[int]
|
|
93
120
|
names: _containers.RepeatedScalarFieldContainer[str]
|
|
94
121
|
file_ids: _containers.RepeatedScalarFieldContainer[str]
|
|
95
122
|
file_types: _containers.RepeatedScalarFieldContainer[FileType]
|
|
96
|
-
context:
|
|
123
|
+
context: ContextFile
|
|
97
124
|
created_after: _timestamp_pb2.Timestamp
|
|
98
125
|
created_before: _timestamp_pb2.Timestamp
|
|
99
126
|
updated_after: _timestamp_pb2.Timestamp
|
|
@@ -104,7 +131,8 @@ class FileFilter(_message.Message):
|
|
|
104
131
|
max_size_bytes: int
|
|
105
132
|
prefix: str
|
|
106
133
|
content_type: str
|
|
107
|
-
|
|
134
|
+
visibilities: _containers.RepeatedScalarFieldContainer[Visibility]
|
|
135
|
+
def __init__(self, names: _Optional[_Iterable[str]] = ..., file_ids: _Optional[_Iterable[str]] = ..., file_types: _Optional[_Iterable[_Union[FileType, str]]] = ..., context: _Optional[_Union[ContextFile, str]] = ..., created_after: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., created_before: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., updated_after: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., updated_before: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., status: _Optional[_Union[FileStatus, str]] = ..., content_type_prefix: _Optional[str] = ..., min_size_bytes: _Optional[int] = ..., max_size_bytes: _Optional[int] = ..., prefix: _Optional[str] = ..., content_type: _Optional[str] = ..., visibilities: _Optional[_Iterable[_Union[Visibility, str]]] = ...) -> None: ...
|
|
108
136
|
|
|
109
137
|
class FileResult(_message.Message):
|
|
110
138
|
__slots__ = ()
|
|
@@ -124,7 +152,8 @@ class UploadFileData(_message.Message):
|
|
|
124
152
|
METADATA_FIELD_NUMBER: _ClassVar[int]
|
|
125
153
|
STATUS_FIELD_NUMBER: _ClassVar[int]
|
|
126
154
|
REPLACE_IF_EXISTS_FIELD_NUMBER: _ClassVar[int]
|
|
127
|
-
|
|
155
|
+
VISIBILITY_FIELD_NUMBER: _ClassVar[int]
|
|
156
|
+
context: ContextFile
|
|
128
157
|
name: str
|
|
129
158
|
file_type: FileType
|
|
130
159
|
content_type: str
|
|
@@ -132,7 +161,8 @@ class UploadFileData(_message.Message):
|
|
|
132
161
|
metadata: _struct_pb2.Struct
|
|
133
162
|
status: FileStatus
|
|
134
163
|
replace_if_exists: bool
|
|
135
|
-
|
|
164
|
+
visibility: Visibility
|
|
165
|
+
def __init__(self, context: _Optional[_Union[ContextFile, str]] = ..., name: _Optional[str] = ..., file_type: _Optional[_Union[FileType, str]] = ..., content_type: _Optional[str] = ..., content: _Optional[bytes] = ..., metadata: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., status: _Optional[_Union[FileStatus, str]] = ..., replace_if_exists: _Optional[bool] = ..., visibility: _Optional[_Union[Visibility, str]] = ...) -> None: ...
|
|
136
166
|
|
|
137
167
|
class UploadFilesRequest(_message.Message):
|
|
138
168
|
__slots__ = ()
|
|
@@ -155,10 +185,10 @@ class GetFileRequest(_message.Message):
|
|
|
155
185
|
CONTEXT_FIELD_NUMBER: _ClassVar[int]
|
|
156
186
|
FILE_ID_FIELD_NUMBER: _ClassVar[int]
|
|
157
187
|
INCLUDE_CONTENT_FIELD_NUMBER: _ClassVar[int]
|
|
158
|
-
context:
|
|
188
|
+
context: ContextFile
|
|
159
189
|
file_id: str
|
|
160
190
|
include_content: bool
|
|
161
|
-
def __init__(self, context: _Optional[str] = ..., file_id: _Optional[str] = ..., include_content: _Optional[bool] = ...) -> None: ...
|
|
191
|
+
def __init__(self, context: _Optional[_Union[ContextFile, str]] = ..., file_id: _Optional[str] = ..., include_content: _Optional[bool] = ...) -> None: ...
|
|
162
192
|
|
|
163
193
|
class GetFileResponse(_message.Message):
|
|
164
194
|
__slots__ = ()
|
|
@@ -178,7 +208,8 @@ class UpdateFileRequest(_message.Message):
|
|
|
178
208
|
CONTENT_FIELD_NUMBER: _ClassVar[int]
|
|
179
209
|
STATUS_FIELD_NUMBER: _ClassVar[int]
|
|
180
210
|
METADATA_FIELD_NUMBER: _ClassVar[int]
|
|
181
|
-
|
|
211
|
+
VISIBILITY_FIELD_NUMBER: _ClassVar[int]
|
|
212
|
+
context: ContextFile
|
|
182
213
|
file_id: str
|
|
183
214
|
new_name: str
|
|
184
215
|
file_type: FileType
|
|
@@ -186,7 +217,8 @@ class UpdateFileRequest(_message.Message):
|
|
|
186
217
|
content: bytes
|
|
187
218
|
status: FileStatus
|
|
188
219
|
metadata: _struct_pb2.Struct
|
|
189
|
-
|
|
220
|
+
visibility: Visibility
|
|
221
|
+
def __init__(self, context: _Optional[_Union[ContextFile, str]] = ..., file_id: _Optional[str] = ..., new_name: _Optional[str] = ..., file_type: _Optional[_Union[FileType, str]] = ..., content_type: _Optional[str] = ..., content: _Optional[bytes] = ..., status: _Optional[_Union[FileStatus, str]] = ..., metadata: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., visibility: _Optional[_Union[Visibility, str]] = ...) -> None: ...
|
|
190
222
|
|
|
191
223
|
class UpdateFileResponse(_message.Message):
|
|
192
224
|
__slots__ = ()
|
|
@@ -202,13 +234,13 @@ class GetFilesRequest(_message.Message):
|
|
|
202
234
|
OFFSET_FIELD_NUMBER: _ClassVar[int]
|
|
203
235
|
ORDER_FIELD_NUMBER: _ClassVar[int]
|
|
204
236
|
INCLUDE_CONTENT_FIELD_NUMBER: _ClassVar[int]
|
|
205
|
-
context:
|
|
237
|
+
context: ContextFile
|
|
206
238
|
filters: FileFilter
|
|
207
239
|
list_size: int
|
|
208
240
|
offset: int
|
|
209
241
|
order: str
|
|
210
242
|
include_content: bool
|
|
211
|
-
def __init__(self, context: _Optional[str] = ..., filters: _Optional[_Union[FileFilter, _Mapping]] = ..., list_size: _Optional[int] = ..., offset: _Optional[int] = ..., order: _Optional[str] = ..., include_content: _Optional[bool] = ...) -> None: ...
|
|
243
|
+
def __init__(self, context: _Optional[_Union[ContextFile, str]] = ..., filters: _Optional[_Union[FileFilter, _Mapping]] = ..., list_size: _Optional[int] = ..., offset: _Optional[int] = ..., order: _Optional[str] = ..., include_content: _Optional[bool] = ...) -> None: ...
|
|
212
244
|
|
|
213
245
|
class GetFilesResponse(_message.Message):
|
|
214
246
|
__slots__ = ()
|
|
@@ -224,11 +256,11 @@ class DeleteFilesRequest(_message.Message):
|
|
|
224
256
|
FILTERS_FIELD_NUMBER: _ClassVar[int]
|
|
225
257
|
FORCE_FIELD_NUMBER: _ClassVar[int]
|
|
226
258
|
PERMANENT_FIELD_NUMBER: _ClassVar[int]
|
|
227
|
-
context:
|
|
259
|
+
context: ContextFile
|
|
228
260
|
filters: FileFilter
|
|
229
261
|
force: bool
|
|
230
262
|
permanent: bool
|
|
231
|
-
def __init__(self, context: _Optional[str] = ..., filters: _Optional[_Union[FileFilter, _Mapping]] = ..., force: _Optional[bool] = ..., permanent: _Optional[bool] = ...) -> None: ...
|
|
263
|
+
def __init__(self, context: _Optional[_Union[ContextFile, str]] = ..., filters: _Optional[_Union[FileFilter, _Mapping]] = ..., force: _Optional[bool] = ..., permanent: _Optional[bool] = ...) -> None: ...
|
|
232
264
|
|
|
233
265
|
class DeleteFilesResponse(_message.Message):
|
|
234
266
|
__slots__ = ()
|
|
@@ -67,7 +67,8 @@ class FilesystemServiceServicer(object):
|
|
|
67
67
|
raise NotImplementedError('Method not implemented!')
|
|
68
68
|
|
|
69
69
|
def GetFiles(self, request, context):
|
|
70
|
-
"""
|
|
70
|
+
"""GetFiles retrieves multiple files matching the given filter,
|
|
71
|
+
with pagination and optional visibility filtering.
|
|
71
72
|
"""
|
|
72
73
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
73
74
|
context.set_details('Method not implemented!')
|
|
@@ -24,7 +24,7 @@ _sym_db = _symbol_database.Default()
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n6agentic_mesh_protocol/registry/v1/registry_enums.proto\x12!agentic_mesh_protocol.registry.v1*|\n\x0cModuleStatus\x12\x1d\n\x19MODULE_STATUS_UNSPECIFIED\x10\x00\x12\x17\n\x13MODULE_STATUS_READY\x10\x01\x12\x18\n\x14MODULE_STATUS_ACTIVE\x10\x02\x12\x1a\n\x16MODULE_STATUS_ARCHIVED\x10\x03*\xc6\x02\n\x0bSetupStatus\x12\x1c\n\x18SETUP_STATUS_UNSPECIFIED\x10\x00\x12\x16\n\x12SETUP_STATUS_DRAFT\x10\x01\x12%\n!SETUP_STATUS_WAITING_FOR_APPROVAL\x10\x02\x12\x16\n\x12SETUP_STATUS_READY\x10\x03\x12\x17\n\x13SETUP_STATUS_PAUSED\x10\x04\x12\x17\n\x13SETUP_STATUS_FAILED\x10\x05\x12\x19\n\x15SETUP_STATUS_ARCHIVED\x10\x06\x12$\n SETUP_STATUS_NEEDS_CONFIGURATION\x10\x07\x12%\n!SETUP_STATUS_CONFIGURATION_FAILED\x10\x08\x12(\n$SETUP_STATUS_CONFIGURATION_SUCCEEDED\x10\t*p\n\nVisibility\x12\x1a\n\x16VISIBILITY_UNSPECIFIED\x10\x00\x12\x15\n\x11VISIBILITY_PUBLIC\x10\x01\x12\x16\n\x12VISIBILITY_PRIVATE\x10\x02\x12\x17\n\x13VISIBILITY_INTERNAL\x10\x03*c\n\x06SortBy\x12\x17\n\x13SORT_BY_UNSPECIFIED\x10\x00\x12\x10\n\x0cSORT_BY_NAME\x10\x01\x12\x16\n\x12SORT_BY_CREATED_AT\x10\x02\x12\x16\n\x12SORT_BY_UPDATED_AT\x10\x03*
|
|
27
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n6agentic_mesh_protocol/registry/v1/registry_enums.proto\x12!agentic_mesh_protocol.registry.v1*|\n\x0cModuleStatus\x12\x1d\n\x19MODULE_STATUS_UNSPECIFIED\x10\x00\x12\x17\n\x13MODULE_STATUS_READY\x10\x01\x12\x18\n\x14MODULE_STATUS_ACTIVE\x10\x02\x12\x1a\n\x16MODULE_STATUS_ARCHIVED\x10\x03*\xc6\x02\n\x0bSetupStatus\x12\x1c\n\x18SETUP_STATUS_UNSPECIFIED\x10\x00\x12\x16\n\x12SETUP_STATUS_DRAFT\x10\x01\x12%\n!SETUP_STATUS_WAITING_FOR_APPROVAL\x10\x02\x12\x16\n\x12SETUP_STATUS_READY\x10\x03\x12\x17\n\x13SETUP_STATUS_PAUSED\x10\x04\x12\x17\n\x13SETUP_STATUS_FAILED\x10\x05\x12\x19\n\x15SETUP_STATUS_ARCHIVED\x10\x06\x12$\n SETUP_STATUS_NEEDS_CONFIGURATION\x10\x07\x12%\n!SETUP_STATUS_CONFIGURATION_FAILED\x10\x08\x12(\n$SETUP_STATUS_CONFIGURATION_SUCCEEDED\x10\t*p\n\nVisibility\x12\x1a\n\x16VISIBILITY_UNSPECIFIED\x10\x00\x12\x15\n\x11VISIBILITY_PUBLIC\x10\x01\x12\x16\n\x12VISIBILITY_PRIVATE\x10\x02\x12\x17\n\x13VISIBILITY_INTERNAL\x10\x03*c\n\x06SortBy\x12\x17\n\x13SORT_BY_UNSPECIFIED\x10\x00\x12\x10\n\x0cSORT_BY_NAME\x10\x01\x12\x16\n\x12SORT_BY_CREATED_AT\x10\x02\x12\x16\n\x12SORT_BY_UPDATED_AT\x10\x03*z\n\nModuleType\x12\x1b\n\x17MODULE_TYPE_UNSPECIFIED\x10\x00\x12\x19\n\x15MODULE_TYPE_ARCHETYPE\x10\x01\x12\x1b\n\x17MODULE_TYPE_TOOL_MODULE\x10\x02\x12\x17\n\x13MODULE_TYPE_SERVICE\x10\x03\x42\xd9\x01\n%com.agentic_mesh_protocol.registry.v1B\x12RegistryEnumsProtoP\x01\xa2\x02\x03\x41RX\xaa\x02\x1f\x41genticMeshProtocol.Registry.V1\xca\x02\x1f\x41genticMeshProtocol\\Registry\\V1\xe2\x02+AgenticMeshProtocol\\Registry\\V1\\GPBMetadata\xea\x02!AgenticMeshProtocol::Registry::V1b\x06proto3')
|
|
28
28
|
|
|
29
29
|
_globals = globals()
|
|
30
30
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -41,5 +41,5 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
41
41
|
_globals['_SORTBY']._serialized_start=662
|
|
42
42
|
_globals['_SORTBY']._serialized_end=761
|
|
43
43
|
_globals['_MODULETYPE']._serialized_start=763
|
|
44
|
-
_globals['_MODULETYPE']._serialized_end=
|
|
44
|
+
_globals['_MODULETYPE']._serialized_end=885
|
|
45
45
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -43,6 +43,7 @@ class ModuleType(int, metaclass=_enum_type_wrapper.EnumTypeWrapper):
|
|
|
43
43
|
MODULE_TYPE_UNSPECIFIED: _ClassVar[ModuleType]
|
|
44
44
|
MODULE_TYPE_ARCHETYPE: _ClassVar[ModuleType]
|
|
45
45
|
MODULE_TYPE_TOOL_MODULE: _ClassVar[ModuleType]
|
|
46
|
+
MODULE_TYPE_SERVICE: _ClassVar[ModuleType]
|
|
46
47
|
MODULE_STATUS_UNSPECIFIED: ModuleStatus
|
|
47
48
|
MODULE_STATUS_READY: ModuleStatus
|
|
48
49
|
MODULE_STATUS_ACTIVE: ModuleStatus
|
|
@@ -68,3 +69,4 @@ SORT_BY_UPDATED_AT: SortBy
|
|
|
68
69
|
MODULE_TYPE_UNSPECIFIED: ModuleType
|
|
69
70
|
MODULE_TYPE_ARCHETYPE: ModuleType
|
|
70
71
|
MODULE_TYPE_TOOL_MODULE: ModuleType
|
|
72
|
+
MODULE_TYPE_SERVICE: ModuleType
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: agentic_mesh_protocol/setup/v1/setup.proto
|
|
5
|
+
# Protobuf Python Version: 6.33.0
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
33,
|
|
16
|
+
0,
|
|
17
|
+
'',
|
|
18
|
+
'agentic_mesh_protocol/setup/v1/setup.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from buf.validate import validate_pb2 as buf_dot_validate_dot_validate__pb2
|
|
26
|
+
from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
|
|
27
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*agentic_mesh_protocol/setup/v1/setup.proto\x12\x1e\x61gentic_mesh_protocol.setup.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xe7\x01\n\x0cSetupVersion\x12\x16\n\x02id\x18\x01 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x02id\x12!\n\x08setup_id\x18\x02 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x07setupId\x12 \n\x07version\x18\x03 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x07version\x12\x39\n\x07\x63ontent\x18\x04 \x01(\x0b\x32\x17.google.protobuf.StructB\x06\xbaH\x03\xc8\x01\x01R\x07\x63ontent\x12?\n\rcreation_date\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0c\x63reationDate\"\xd6\x03\n\x05Setup\x12\x16\n\x02id\x18\x01 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x02id\x12\x1a\n\x04name\x18\x02 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x04name\x12/\n\x0forganisation_id\x18\x03 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x0eorganisationId\x12!\n\x08owner_id\x18\x04 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x07ownerId\x12#\n\tmodule_id\x18\x05 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x08moduleId\x12\x65\n\x15\x63urrent_setup_version\x18\x06 \x01(\x0b\x32,.agentic_mesh_protocol.setup.v1.SetupVersionH\x00R\x13\x63urrentSetupVersion\x88\x01\x01\x12K\n\x06status\x18\x07 \x01(\x0e\x32+.agentic_mesh_protocol.setup.v1.SetupStatusB\x06\xbaH\x03\xc8\x01\x01R\x06status\x12R\n\nvisibility\x18\x08 \x01(\x0e\x32*.agentic_mesh_protocol.setup.v1.VisibilityB\x06\xbaH\x03\xc8\x01\x01R\nvisibilityB\x18\n\x16_current_setup_version\"_\n\x0fGetSetupRequest\x12!\n\x08setup_id\x18\x01 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x07setupId\x12\x1d\n\x07version\x18\x02 \x01(\tH\x00R\x07version\x88\x01\x01\x42\n\n\x08_version\"\xa2\x01\n\x10GetSetupResponse\x12;\n\x05setup\x18\x01 \x01(\x0b\x32%.agentic_mesh_protocol.setup.v1.SetupR\x05setup\x12Q\n\rsetup_version\x18\x02 \x01(\x0b\x32,.agentic_mesh_protocol.setup.v1.SetupVersionR\x0csetupVersion\"k\n\x12\x43reateSetupRequest\x12\x1a\n\x04name\x18\x01 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x04name\x12\x39\n\x07\x63ontent\x18\x02 \x01(\x0b\x32\x17.google.protobuf.StructB\x06\xbaH\x03\xc8\x01\x01R\x07\x63ontent\"\xbf\x01\n\x13\x43reateSetupResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12;\n\x05setup\x18\x02 \x01(\x0b\x32%.agentic_mesh_protocol.setup.v1.SetupR\x05setup\x12Q\n\rsetup_version\x18\x03 \x01(\x0b\x32,.agentic_mesh_protocol.setup.v1.SetupVersionR\x0csetupVersion\"\x8e\x01\n\x12UpdateSetupRequest\x12!\n\x08setup_id\x18\x01 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x07setupId\x12\x1a\n\x04name\x18\x02 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x04name\x12\x39\n\x07\x63ontent\x18\x03 \x01(\x0b\x32\x17.google.protobuf.StructB\x06\xbaH\x03\xc8\x01\x01R\x07\x63ontent\"\xbf\x01\n\x13UpdateSetupResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12;\n\x05setup\x18\x02 \x01(\x0b\x32%.agentic_mesh_protocol.setup.v1.SetupR\x05setup\x12Q\n\rsetup_version\x18\x03 \x01(\x0b\x32,.agentic_mesh_protocol.setup.v1.SetupVersionR\x0csetupVersion\"7\n\x12\x44\x65leteSetupRequest\x12!\n\x08setup_id\x18\x01 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x07setupId\"/\n\x13\x44\x65leteSetupResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\"\x90\x01\n\x17\x43hangeVisibilityRequest\x12!\n\x08setup_id\x18\x01 \x01(\tB\x06\xbaH\x03\xc8\x01\x01R\x07setupId\x12R\n\nvisibility\x18\x02 \x01(\x0e\x32*.agentic_mesh_protocol.setup.v1.VisibilityB\x06\xbaH\x03\xc8\x01\x01R\nvisibility\"\xc4\x01\n\x18\x43hangeVisibilityResponse\x12\x18\n\x07success\x18\x01 \x01(\x08R\x07success\x12;\n\x05setup\x18\x02 \x01(\x0b\x32%.agentic_mesh_protocol.setup.v1.SetupR\x05setup\x12Q\n\rsetup_version\x18\x03 \x01(\x0b\x32,.agentic_mesh_protocol.setup.v1.SetupVersionR\x0csetupVersion*\xa9\x01\n\x0bSetupStatus\x12\t\n\x05\x44RAFT\x10\x00\x12\x0e\n\nVALIDATING\x10\x01\x12\t\n\x05READY\x10\x02\x12\n\n\x06PAUSED\x10\x04\x12\n\n\x06\x46\x41ILED\x10\x05\x12\x0c\n\x08\x41RCHIVED\x10\x06\x12\x17\n\x13NEEDS_CONFIGURATION\x10\x07\x12\x18\n\x14\x43ONFIGURATION_FAILED\x10\x08\x12\x1b\n\x17\x43ONFIGURATION_SUCCEEDED\x10\t*p\n\nVisibility\x12\x1a\n\x16VISIBILITY_UNSPECIFIED\x10\x00\x12\x15\n\x11VISIBILITY_PUBLIC\x10\x01\x12\x16\n\x12VISIBILITY_PRIVATE\x10\x02\x12\x17\n\x13VISIBILITY_INTERNAL\x10\x03\x42\xc2\x01\n\"com.agentic_mesh_protocol.setup.v1B\nSetupProtoP\x01\xa2\x02\x03\x41SX\xaa\x02\x1c\x41genticMeshProtocol.Setup.V1\xca\x02\x1c\x41genticMeshProtocol\\Setup\\V1\xe2\x02(AgenticMeshProtocol\\Setup\\V1\\GPBMetadata\xea\x02\x1e\x41genticMeshProtocol::Setup::V1b\x06proto3')
|
|
31
|
+
|
|
32
|
+
_globals = globals()
|
|
33
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
34
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'agentic_mesh_protocol.setup.v1.setup_pb2', _globals)
|
|
35
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
36
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
37
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\"com.agentic_mesh_protocol.setup.v1B\nSetupProtoP\001\242\002\003ASX\252\002\034AgenticMeshProtocol.Setup.V1\312\002\034AgenticMeshProtocol\\Setup\\V1\342\002(AgenticMeshProtocol\\Setup\\V1\\GPBMetadata\352\002\036AgenticMeshProtocol::Setup::V1'
|
|
38
|
+
_globals['_SETUPVERSION'].fields_by_name['id']._loaded_options = None
|
|
39
|
+
_globals['_SETUPVERSION'].fields_by_name['id']._serialized_options = b'\272H\003\310\001\001'
|
|
40
|
+
_globals['_SETUPVERSION'].fields_by_name['setup_id']._loaded_options = None
|
|
41
|
+
_globals['_SETUPVERSION'].fields_by_name['setup_id']._serialized_options = b'\272H\003\310\001\001'
|
|
42
|
+
_globals['_SETUPVERSION'].fields_by_name['version']._loaded_options = None
|
|
43
|
+
_globals['_SETUPVERSION'].fields_by_name['version']._serialized_options = b'\272H\003\310\001\001'
|
|
44
|
+
_globals['_SETUPVERSION'].fields_by_name['content']._loaded_options = None
|
|
45
|
+
_globals['_SETUPVERSION'].fields_by_name['content']._serialized_options = b'\272H\003\310\001\001'
|
|
46
|
+
_globals['_SETUP'].fields_by_name['id']._loaded_options = None
|
|
47
|
+
_globals['_SETUP'].fields_by_name['id']._serialized_options = b'\272H\003\310\001\001'
|
|
48
|
+
_globals['_SETUP'].fields_by_name['name']._loaded_options = None
|
|
49
|
+
_globals['_SETUP'].fields_by_name['name']._serialized_options = b'\272H\003\310\001\001'
|
|
50
|
+
_globals['_SETUP'].fields_by_name['organisation_id']._loaded_options = None
|
|
51
|
+
_globals['_SETUP'].fields_by_name['organisation_id']._serialized_options = b'\272H\003\310\001\001'
|
|
52
|
+
_globals['_SETUP'].fields_by_name['owner_id']._loaded_options = None
|
|
53
|
+
_globals['_SETUP'].fields_by_name['owner_id']._serialized_options = b'\272H\003\310\001\001'
|
|
54
|
+
_globals['_SETUP'].fields_by_name['module_id']._loaded_options = None
|
|
55
|
+
_globals['_SETUP'].fields_by_name['module_id']._serialized_options = b'\272H\003\310\001\001'
|
|
56
|
+
_globals['_SETUP'].fields_by_name['status']._loaded_options = None
|
|
57
|
+
_globals['_SETUP'].fields_by_name['status']._serialized_options = b'\272H\003\310\001\001'
|
|
58
|
+
_globals['_SETUP'].fields_by_name['visibility']._loaded_options = None
|
|
59
|
+
_globals['_SETUP'].fields_by_name['visibility']._serialized_options = b'\272H\003\310\001\001'
|
|
60
|
+
_globals['_GETSETUPREQUEST'].fields_by_name['setup_id']._loaded_options = None
|
|
61
|
+
_globals['_GETSETUPREQUEST'].fields_by_name['setup_id']._serialized_options = b'\272H\003\310\001\001'
|
|
62
|
+
_globals['_CREATESETUPREQUEST'].fields_by_name['name']._loaded_options = None
|
|
63
|
+
_globals['_CREATESETUPREQUEST'].fields_by_name['name']._serialized_options = b'\272H\003\310\001\001'
|
|
64
|
+
_globals['_CREATESETUPREQUEST'].fields_by_name['content']._loaded_options = None
|
|
65
|
+
_globals['_CREATESETUPREQUEST'].fields_by_name['content']._serialized_options = b'\272H\003\310\001\001'
|
|
66
|
+
_globals['_UPDATESETUPREQUEST'].fields_by_name['setup_id']._loaded_options = None
|
|
67
|
+
_globals['_UPDATESETUPREQUEST'].fields_by_name['setup_id']._serialized_options = b'\272H\003\310\001\001'
|
|
68
|
+
_globals['_UPDATESETUPREQUEST'].fields_by_name['name']._loaded_options = None
|
|
69
|
+
_globals['_UPDATESETUPREQUEST'].fields_by_name['name']._serialized_options = b'\272H\003\310\001\001'
|
|
70
|
+
_globals['_UPDATESETUPREQUEST'].fields_by_name['content']._loaded_options = None
|
|
71
|
+
_globals['_UPDATESETUPREQUEST'].fields_by_name['content']._serialized_options = b'\272H\003\310\001\001'
|
|
72
|
+
_globals['_DELETESETUPREQUEST'].fields_by_name['setup_id']._loaded_options = None
|
|
73
|
+
_globals['_DELETESETUPREQUEST'].fields_by_name['setup_id']._serialized_options = b'\272H\003\310\001\001'
|
|
74
|
+
_globals['_CHANGEVISIBILITYREQUEST'].fields_by_name['setup_id']._loaded_options = None
|
|
75
|
+
_globals['_CHANGEVISIBILITYREQUEST'].fields_by_name['setup_id']._serialized_options = b'\272H\003\310\001\001'
|
|
76
|
+
_globals['_CHANGEVISIBILITYREQUEST'].fields_by_name['visibility']._loaded_options = None
|
|
77
|
+
_globals['_CHANGEVISIBILITYREQUEST'].fields_by_name['visibility']._serialized_options = b'\272H\003\310\001\001'
|
|
78
|
+
_globals['_SETUPSTATUS']._serialized_start=2234
|
|
79
|
+
_globals['_SETUPSTATUS']._serialized_end=2403
|
|
80
|
+
_globals['_VISIBILITY']._serialized_start=2405
|
|
81
|
+
_globals['_VISIBILITY']._serialized_end=2517
|
|
82
|
+
_globals['_SETUPVERSION']._serialized_start=171
|
|
83
|
+
_globals['_SETUPVERSION']._serialized_end=402
|
|
84
|
+
_globals['_SETUP']._serialized_start=405
|
|
85
|
+
_globals['_SETUP']._serialized_end=875
|
|
86
|
+
_globals['_GETSETUPREQUEST']._serialized_start=877
|
|
87
|
+
_globals['_GETSETUPREQUEST']._serialized_end=972
|
|
88
|
+
_globals['_GETSETUPRESPONSE']._serialized_start=975
|
|
89
|
+
_globals['_GETSETUPRESPONSE']._serialized_end=1137
|
|
90
|
+
_globals['_CREATESETUPREQUEST']._serialized_start=1139
|
|
91
|
+
_globals['_CREATESETUPREQUEST']._serialized_end=1246
|
|
92
|
+
_globals['_CREATESETUPRESPONSE']._serialized_start=1249
|
|
93
|
+
_globals['_CREATESETUPRESPONSE']._serialized_end=1440
|
|
94
|
+
_globals['_UPDATESETUPREQUEST']._serialized_start=1443
|
|
95
|
+
_globals['_UPDATESETUPREQUEST']._serialized_end=1585
|
|
96
|
+
_globals['_UPDATESETUPRESPONSE']._serialized_start=1588
|
|
97
|
+
_globals['_UPDATESETUPRESPONSE']._serialized_end=1779
|
|
98
|
+
_globals['_DELETESETUPREQUEST']._serialized_start=1781
|
|
99
|
+
_globals['_DELETESETUPREQUEST']._serialized_end=1836
|
|
100
|
+
_globals['_DELETESETUPRESPONSE']._serialized_start=1838
|
|
101
|
+
_globals['_DELETESETUPRESPONSE']._serialized_end=1885
|
|
102
|
+
_globals['_CHANGEVISIBILITYREQUEST']._serialized_start=1888
|
|
103
|
+
_globals['_CHANGEVISIBILITYREQUEST']._serialized_end=2032
|
|
104
|
+
_globals['_CHANGEVISIBILITYRESPONSE']._serialized_start=2035
|
|
105
|
+
_globals['_CHANGEVISIBILITYRESPONSE']._serialized_end=2231
|
|
106
|
+
# @@protoc_insertion_point(module_scope)
|