sir_meta_pb2.py 1.7 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # -*- coding: utf-8 -*-
  2. # Generated by the protocol buffer compiler. DO NOT EDIT!
  3. # source: sir-meta.proto
  4. """Generated protocol buffer code."""
  5. from google.protobuf import descriptor as _descriptor
  6. from google.protobuf import descriptor_pool as _descriptor_pool
  7. from google.protobuf import message as _message
  8. from google.protobuf import reflection as _reflection
  9. from google.protobuf import symbol_database as _symbol_database
  10. # @@protoc_insertion_point(imports)
  11. _sym_db = _symbol_database.Default()
  12. DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0esir-meta.proto\x12(com.webank.ai.fate.common.mlmodel.buffer\"\xc9\x01\n\x1eSecureInformationRetrievalMeta\x12\x16\n\x0esecurity_level\x18\x01 \x01(\x01\x12#\n\x1boblivious_transfer_protocol\x18\x02 \x01(\t\x12\x1e\n\x16\x63ommutative_encryption\x18\x03 \x01(\t\x12!\n\x19non_committing_encryption\x18\x04 \x01(\t\x12\x10\n\x08key_size\x18\x05 \x01(\x03\x12\x15\n\rraw_retrieval\x18\x06 \x01(\x08\x42\x0e\x42\x0cSIRMetaProtob\x06proto3')
  13. _SECUREINFORMATIONRETRIEVALMETA = DESCRIPTOR.message_types_by_name['SecureInformationRetrievalMeta']
  14. SecureInformationRetrievalMeta = _reflection.GeneratedProtocolMessageType('SecureInformationRetrievalMeta', (_message.Message,), {
  15. 'DESCRIPTOR' : _SECUREINFORMATIONRETRIEVALMETA,
  16. '__module__' : 'sir_meta_pb2'
  17. # @@protoc_insertion_point(class_scope:com.webank.ai.fate.common.mlmodel.buffer.SecureInformationRetrievalMeta)
  18. })
  19. _sym_db.RegisterMessage(SecureInformationRetrievalMeta)
  20. if _descriptor._USE_C_DESCRIPTORS == False:
  21. DESCRIPTOR._options = None
  22. DESCRIPTOR._serialized_options = b'B\014SIRMetaProto'
  23. _SECUREINFORMATIONRETRIEVALMETA._serialized_start=61
  24. _SECUREINFORMATIONRETRIEVALMETA._serialized_end=262
  25. # @@protoc_insertion_point(module_scope)