Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# -*- 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()
from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__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\x1bgoogle/protobuf/empty.proto\x1a\rservice.proto\x1a\x10monitoring.proto2\xa8\x02\n\x1f\x43\x65ntralizedCyberSecurityService\x12\x41\n\x13NotifyServiceUpdate\x12\x10.service.Service\x1a\x16.google.protobuf.Empty\"\x00\x12@\n\x0c\x44\x65tectAttack\x12\x16.google.protobuf.Empty\x1a\x16.google.protobuf.Empty\"\x00\x12\x44\n\x13ReportSummarizedKpi\x12\x13.monitoring.KpiList\x1a\x16.google.protobuf.Empty\"\x00\x12:\n\tReportKpi\x12\x13.monitoring.KpiList\x1a\x16.google.protobuf.Empty\"\x00\x62\x06proto3')
,
dependencies=[google_dot_protobuf_dot_empty__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=125,
serialized_end=421,
methods=[
_descriptor.MethodDescriptor(
name='NotifyServiceUpdate',
full_name='centralized_cybersecurity.CentralizedCyberSecurityService.NotifyServiceUpdate',
index=0,
containing_service=None,
input_type=service__pb2._SERVICE,
output_type=google_dot_protobuf_dot_empty__pb2._EMPTY,
serialized_options=None,
),
_descriptor.MethodDescriptor(
name='DetectAttack',
full_name='centralized_cybersecurity.CentralizedCyberSecurityService.DetectAttack',
index=1,
containing_service=None,
input_type=google_dot_protobuf_dot_empty__pb2._EMPTY,
output_type=google_dot_protobuf_dot_empty__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=google_dot_protobuf_dot_empty__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=google_dot_protobuf_dot_empty__pb2._EMPTY,
serialized_options=None,
),
])
_sym_db.RegisterServiceDescriptor(_CENTRALIZEDCYBERSECURITYSERVICE)
DESCRIPTOR.services_by_name['CentralizedCyberSecurityService'] = _CENTRALIZEDCYBERSECURITYSERVICE
# @@protoc_insertion_point(module_scope)