Newer
Older
Carlos Natalino Da Silva
committed
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: compute.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 service_pb2 as service__pb2
DESCRIPTOR = _descriptor.FileDescriptor(
name='compute.proto',
package='compute',
syntax='proto3',
serialized_options=None,
create_key=_descriptor._internal_create_key,
serialized_pb=b'\n\rcompute.proto\x12\x07\x63ompute\x1a\rcontext.proto\x1a\rservice.proto2\x88\x04\n\x0e\x43omputeService\x12P\n\x10\x43heckCredentials\x12\x1b.context.TeraFlowController\x1a\x1d.context.AuthenticationResult\"\x00\x12K\n\x1cGetConnectivityServiceStatus\x12\x12.service.ServiceId\x1a\x15.service.ServiceState\"\x00\x12\x43\n\x19\x43reateConnectivityService\x12\x10.service.Service\x1a\x12.service.ServiceId\"\x00\x12\x41\n\x17\x45\x64itConnectivityService\x12\x10.service.Service\x1a\x12.service.ServiceId\"\x00\x12?\n\x19\x44\x65leteConnectivityService\x12\x10.service.Service\x1a\x0e.context.Empty\"\x00\x12L\n GetAllActiveConnectivityServices\x12\x0e.context.Empty\x1a\x16.service.ServiceIdList\"\x00\x12@\n\x1c\x43learAllConnectivityServices\x12\x0e.context.Empty\x1a\x0e.context.Empty\"\x00\x62\x06proto3'
,
dependencies=[context__pb2.DESCRIPTOR,service__pb2.DESCRIPTOR,])
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
_COMPUTESERVICE = _descriptor.ServiceDescriptor(
name='ComputeService',
full_name='compute.ComputeService',
file=DESCRIPTOR,
index=0,
serialized_options=None,
create_key=_descriptor._internal_create_key,
serialized_start=57,
serialized_end=577,
methods=[
_descriptor.MethodDescriptor(
name='CheckCredentials',
full_name='compute.ComputeService.CheckCredentials',
index=0,
containing_service=None,
input_type=context__pb2._TERAFLOWCONTROLLER,
output_type=context__pb2._AUTHENTICATIONRESULT,
serialized_options=None,
create_key=_descriptor._internal_create_key,
),
_descriptor.MethodDescriptor(
name='GetConnectivityServiceStatus',
full_name='compute.ComputeService.GetConnectivityServiceStatus',
index=1,
containing_service=None,
input_type=service__pb2._SERVICEID,
output_type=service__pb2._SERVICESTATE,
serialized_options=None,
create_key=_descriptor._internal_create_key,
),
_descriptor.MethodDescriptor(
name='CreateConnectivityService',
full_name='compute.ComputeService.CreateConnectivityService',
index=2,
containing_service=None,
input_type=service__pb2._SERVICE,
output_type=service__pb2._SERVICEID,
serialized_options=None,
create_key=_descriptor._internal_create_key,
),
_descriptor.MethodDescriptor(
name='EditConnectivityService',
full_name='compute.ComputeService.EditConnectivityService',
index=3,
containing_service=None,
input_type=service__pb2._SERVICE,
output_type=service__pb2._SERVICEID,
serialized_options=None,
create_key=_descriptor._internal_create_key,
),
_descriptor.MethodDescriptor(
name='DeleteConnectivityService',
full_name='compute.ComputeService.DeleteConnectivityService',
index=4,
containing_service=None,
input_type=service__pb2._SERVICE,
output_type=context__pb2._EMPTY,
serialized_options=None,
create_key=_descriptor._internal_create_key,
),
_descriptor.MethodDescriptor(
name='GetAllActiveConnectivityServices',
full_name='compute.ComputeService.GetAllActiveConnectivityServices',
index=5,
containing_service=None,
input_type=context__pb2._EMPTY,
output_type=service__pb2._SERVICEIDLIST,
serialized_options=None,
create_key=_descriptor._internal_create_key,
),
_descriptor.MethodDescriptor(
name='ClearAllConnectivityServices',
full_name='compute.ComputeService.ClearAllConnectivityServices',
index=6,
containing_service=None,
input_type=context__pb2._EMPTY,
output_type=context__pb2._EMPTY,
serialized_options=None,
create_key=_descriptor._internal_create_key,
),
])
_sym_db.RegisterServiceDescriptor(_COMPUTESERVICE)
DESCRIPTOR.services_by_name['ComputeService'] = _COMPUTESERVICE
# @@protoc_insertion_point(module_scope)