# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: centralized_cybersecurity.proto import sys _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) _sym_db = _symbol_database.Default() import context_pb2 as context__pb2 import service_pb2 as service__pb2 import monitoring_pb2 as monitoring__pb2 DESCRIPTOR = _descriptor.FileDescriptor( name='centralized_cybersecurity.proto', package='centralized_cybersecurity', syntax='proto3', serialized_options=None, serialized_pb=_b('\n\x1f\x63\x65ntralized_cybersecurity.proto\x12\x19\x63\x65ntralized_cybersecurity\x1a\rcontext.proto\x1a\rservice.proto\x1a\x10monitoring.proto2\x80\x02\n\x1f\x43\x65ntralizedCyberSecurityService\x12\x39\n\x13NotifyServiceUpdate\x12\x10.service.Service\x1a\x0e.context.Empty\"\x00\x12\x30\n\x0c\x44\x65tectAttack\x12\x0e.context.Empty\x1a\x0e.context.Empty\"\x00\x12<\n\x13ReportSummarizedKpi\x12\x13.monitoring.KpiList\x1a\x0e.context.Empty\"\x00\x12\x32\n\tReportKpi\x12\x13.monitoring.KpiList\x1a\x0e.context.Empty\"\x00\x62\x06proto3') , dependencies=[context__pb2.DESCRIPTOR,service__pb2.DESCRIPTOR,monitoring__pb2.DESCRIPTOR,]) _sym_db.RegisterFileDescriptor(DESCRIPTOR) _CENTRALIZEDCYBERSECURITYSERVICE = _descriptor.ServiceDescriptor( name='CentralizedCyberSecurityService', full_name='centralized_cybersecurity.CentralizedCyberSecurityService', file=DESCRIPTOR, index=0, serialized_options=None, serialized_start=111, serialized_end=367, methods=[ _descriptor.MethodDescriptor( name='NotifyServiceUpdate', full_name='centralized_cybersecurity.CentralizedCyberSecurityService.NotifyServiceUpdate', index=0, containing_service=None, input_type=service__pb2._SERVICE, output_type=context__pb2._EMPTY, serialized_options=None, ), _descriptor.MethodDescriptor( name='DetectAttack', full_name='centralized_cybersecurity.CentralizedCyberSecurityService.DetectAttack', index=1, containing_service=None, input_type=context__pb2._EMPTY, output_type=context__pb2._EMPTY, serialized_options=None, ), _descriptor.MethodDescriptor( name='ReportSummarizedKpi', full_name='centralized_cybersecurity.CentralizedCyberSecurityService.ReportSummarizedKpi', index=2, containing_service=None, input_type=monitoring__pb2._KPILIST, output_type=context__pb2._EMPTY, serialized_options=None, ), _descriptor.MethodDescriptor( name='ReportKpi', full_name='centralized_cybersecurity.CentralizedCyberSecurityService.ReportKpi', index=3, containing_service=None, input_type=monitoring__pb2._KPILIST, output_type=context__pb2._EMPTY, serialized_options=None, ), ]) _sym_db.RegisterServiceDescriptor(_CENTRALIZEDCYBERSECURITYSERVICE) DESCRIPTOR.services_by_name['CentralizedCyberSecurityService'] = _CENTRALIZEDCYBERSECURITYSERVICE # @@protoc_insertion_point(module_scope)