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
87
88
89
90
91
92
93
94
95
96
97
98
99
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: context-policy.proto
"""Generated protocol buffer code."""
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 . import context_pb2 as context__pb2
from . import policy_pb2 as policy__pb2
DESCRIPTOR = _descriptor.FileDescriptor(
name='context-policy.proto',
package='context_policy',
syntax='proto3',
serialized_options=None,
create_key=_descriptor._internal_create_key,
serialized_pb=b'\n\x14\x63ontext-policy.proto\x12\x0e\x63ontext_policy\x1a\rcontext.proto\x1a\x0cpolicy.proto2\xca\x02\n\x14\x43ontextPolicyService\x12?\n\x11ListPolicyRuleIds\x12\x0e.context.Empty\x1a\x18.policy.PolicyRuleIdList\"\x00\x12;\n\x0fListPolicyRules\x12\x0e.context.Empty\x1a\x16.policy.PolicyRuleList\"\x00\x12;\n\rGetPolicyRule\x12\x14.policy.PolicyRuleId\x1a\x12.policy.PolicyRule\"\x00\x12;\n\rSetPolicyRule\x12\x12.policy.PolicyRule\x1a\x14.policy.PolicyRuleId\"\x00\x12:\n\x10RemovePolicyRule\x12\x14.policy.PolicyRuleId\x1a\x0e.context.Empty\"\x00\x62\x06proto3'
,
dependencies=[context__pb2.DESCRIPTOR,policy__pb2.DESCRIPTOR,])
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
_CONTEXTPOLICYSERVICE = _descriptor.ServiceDescriptor(
name='ContextPolicyService',
full_name='context_policy.ContextPolicyService',
file=DESCRIPTOR,
index=0,
serialized_options=None,
create_key=_descriptor._internal_create_key,
serialized_start=70,
serialized_end=400,
methods=[
_descriptor.MethodDescriptor(
name='ListPolicyRuleIds',
full_name='context_policy.ContextPolicyService.ListPolicyRuleIds',
index=0,
containing_service=None,
input_type=context__pb2._EMPTY,
output_type=policy__pb2._POLICYRULEIDLIST,
serialized_options=None,
create_key=_descriptor._internal_create_key,
),
_descriptor.MethodDescriptor(
name='ListPolicyRules',
full_name='context_policy.ContextPolicyService.ListPolicyRules',
index=1,
containing_service=None,
input_type=context__pb2._EMPTY,
output_type=policy__pb2._POLICYRULELIST,
serialized_options=None,
create_key=_descriptor._internal_create_key,
),
_descriptor.MethodDescriptor(
name='GetPolicyRule',
full_name='context_policy.ContextPolicyService.GetPolicyRule',
index=2,
containing_service=None,
input_type=policy__pb2._POLICYRULEID,
output_type=policy__pb2._POLICYRULE,
serialized_options=None,
create_key=_descriptor._internal_create_key,
),
_descriptor.MethodDescriptor(
name='SetPolicyRule',
full_name='context_policy.ContextPolicyService.SetPolicyRule',
index=3,
containing_service=None,
input_type=policy__pb2._POLICYRULE,
output_type=policy__pb2._POLICYRULEID,
serialized_options=None,
create_key=_descriptor._internal_create_key,
),
_descriptor.MethodDescriptor(
name='RemovePolicyRule',
full_name='context_policy.ContextPolicyService.RemovePolicyRule',
index=4,
containing_service=None,
input_type=policy__pb2._POLICYRULEID,
output_type=context__pb2._EMPTY,
serialized_options=None,
create_key=_descriptor._internal_create_key,
),
])
_sym_db.RegisterServiceDescriptor(_CONTEXTPOLICYSERVICE)
DESCRIPTOR.services_by_name['ContextPolicyService'] = _CONTEXTPOLICYSERVICE
# @@protoc_insertion_point(module_scope)