-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclass-tree.html
More file actions
279 lines (269 loc) · 14.4 KB
/
class-tree.html
File metadata and controls
279 lines (269 loc) · 14.4 KB
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Class Hierarchy</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<script type="text/javascript" src="epydoc.js"></script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="google.protobuf-module.html">Home</a> </th>
<!-- Tree link -->
<th bgcolor="#70b0f0" class="navbar-select"
> Trees </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<th class="navbar" width="100%"></th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%"> </td>
<td>
<table cellpadding="0" cellspacing="0">
<!-- hide/show private -->
<tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
onclick="toggle_private();">hide private</a>]</span></td></tr>
<tr><td align="right"><span class="options"
>[<a href="frames.html" target="_top">frames</a
>] | <a href="class-tree.html"
target="_top">no frames</a>]</span></td></tr>
</table>
</td>
</tr>
</table>
<center><b>
[ <a href="module-tree.html">Module Hierarchy</a>
| <a href="class-tree.html">Class Hierarchy</a> ]
</b></center><br />
<h1 class="epydoc">Class Hierarchy</h1>
<ul class="nomargin-top">
<li> <strong class="uidlink">google.protobuf.pyext._message.MessageMeta</strong>
</li>
<li> <strong class="uidlink">object</strong>:
<em class="summary">The most base type</em>
<ul>
<li> <strong class="uidlink">exceptions.BaseException</strong>:
<em class="summary">Common base class for all exceptions</em>
<ul>
<li> <strong class="uidlink">exceptions.Exception</strong>:
<em class="summary">Common base class for all non-exit exceptions.</em>
<ul>
<li> <strong class="uidlink"><a href="google.protobuf.descriptor.Error-class.html">google.protobuf.descriptor.Error</a></strong>:
<em class="summary">Base error for this module.</em>
<ul>
<li> <strong class="uidlink"><a href="google.protobuf.descriptor.TypeTransformationError-class.html">google.protobuf.descriptor.TypeTransformationError</a></strong>:
<em class="summary">Error transforming between python proto type and corresponding C++
type.</em>
</li>
</ul>
</li>
<li> <strong class="uidlink"><a href="google.protobuf.descriptor_database.Error-class.html">google.protobuf.descriptor_database.Error</a></strong>
<ul>
<li> <strong class="uidlink"><a href="google.protobuf.descriptor_database.DescriptorDatabaseConflictingDefinitionError-class.html">google.protobuf.descriptor_database.DescriptorDatabaseConflictingDefinitionError</a></strong>:
<em class="summary">Raised when a proto is added with the same name & different
descriptor.</em>
</li>
</ul>
</li>
<li> <strong class="uidlink"><a href="google.protobuf.json_format.Error-class.html">google.protobuf.json_format.Error</a></strong>:
<em class="summary">Top-level module error for json_format.</em>
<ul>
<li> <strong class="uidlink"><a href="google.protobuf.json_format.ParseError-class.html">google.protobuf.json_format.ParseError</a></strong>:
<em class="summary">Thrown in case of parsing error.</em>
</li>
<li> <strong class="uidlink"><a href="google.protobuf.json_format.SerializeToJsonError-class.html">google.protobuf.json_format.SerializeToJsonError</a></strong>:
<em class="summary">Thrown if serialization to JSON fails.</em>
</li>
</ul>
</li>
<li> <strong class="uidlink"><a href="google.protobuf.message.Error-class.html">google.protobuf.message.Error</a></strong>
<ul>
<li> <strong class="uidlink"><a href="google.protobuf.message.DecodeError-class.html">google.protobuf.message.DecodeError</a></strong>
</li>
<li> <strong class="uidlink"><a href="google.protobuf.message.EncodeError-class.html">google.protobuf.message.EncodeError</a></strong>
</li>
</ul>
</li>
<li> <strong class="uidlink"><a href="google.protobuf.text_format.Error-class.html" onclick="show_private();">google.protobuf.text_format.Error</a></strong>:
<em class="summary">Top-level module error for text_format.</em>
<ul>
<li> <strong class="uidlink"><a href="google.protobuf.text_format.ParseError-class.html" onclick="show_private();">google.protobuf.text_format.ParseError</a></strong>:
<em class="summary">Thrown in case of text parsing or tokenizing error.</em>
</li>
</ul>
</li>
<li> <strong class="uidlink"><a href="google.protobuf.service.RpcException-class.html">google.protobuf.service.RpcException</a></strong>:
<em class="summary">Exception raised on failed blocking RPC method call.</em>
</li>
</ul>
</li>
</ul>
</li>
<li> <strong class="uidlink"><a href="google.protobuf.descriptor.DescriptorBase-class.html">google.protobuf.descriptor.DescriptorBase</a></strong>:
<em class="summary">Descriptors base class.</em>
<ul>
<li> <strong class="uidlink"><a href="google.protobuf.descriptor.EnumValueDescriptor-class.html">google.protobuf.descriptor.EnumValueDescriptor</a></strong>:
<em class="summary">Descriptor for a single value within an enum.</em>
</li>
<li> <strong class="uidlink"><a href="google.protobuf.descriptor.FieldDescriptor-class.html">google.protobuf.descriptor.FieldDescriptor</a></strong>:
<em class="summary">Descriptor for a single field in a .proto file.</em>
</li>
<li> <strong class="uidlink"><a href="google.protobuf.descriptor.FileDescriptor-class.html">google.protobuf.descriptor.FileDescriptor</a></strong>:
<em class="summary">Descriptor for a file.</em>
</li>
<li> <strong class="uidlink"><a href="google.protobuf.descriptor.MethodDescriptor-class.html">google.protobuf.descriptor.MethodDescriptor</a></strong>:
<em class="summary">Descriptor for a method in a service.</em>
</li>
<li> <strong class="uidlink"><a href="google.protobuf.descriptor.OneofDescriptor-class.html">google.protobuf.descriptor.OneofDescriptor</a></strong>:
<em class="summary">Descriptor for a oneof field.</em>
</li>
<li> <strong class="uidlink"><a href="google.protobuf.descriptor._NestedDescriptorBase-class.html" onclick="show_private();">google.protobuf.descriptor._NestedDescriptorBase</a></strong>:
<em class="summary">Common class for descriptors that can be nested.</em>
<ul>
<li> <strong class="uidlink"><a href="google.protobuf.descriptor.Descriptor-class.html">google.protobuf.descriptor.Descriptor</a></strong>:
<em class="summary">Descriptor for a protocol message type.</em>
</li>
<li> <strong class="uidlink"><a href="google.protobuf.descriptor.EnumDescriptor-class.html">google.protobuf.descriptor.EnumDescriptor</a></strong>:
<em class="summary">Descriptor for an enum defined in a .proto file.</em>
</li>
<li> <strong class="uidlink"><a href="google.protobuf.descriptor.ServiceDescriptor-class.html">google.protobuf.descriptor.ServiceDescriptor</a></strong>:
<em class="summary">Descriptor for a service.</em>
</li>
</ul>
</li>
</ul>
</li>
<li> <strong class="uidlink"><a href="google.protobuf.descriptor_database.DescriptorDatabase-class.html">google.protobuf.descriptor_database.DescriptorDatabase</a></strong>:
<em class="summary">A container accepting FileDescriptorProtos and maps
DescriptorProtos.</em>
</li>
<li> <strong class="uidlink"><a href="google.protobuf.descriptor_pool.DescriptorPool-class.html">google.protobuf.descriptor_pool.DescriptorPool</a></strong>:
<em class="summary">A collection of protobufs dynamically constructed by descriptor
protos.</em>
</li>
<li> <strong class="uidlink"><a href="google.protobuf.message.Message-class.html">google.protobuf.message.Message</a></strong>:
<em class="summary">Abstract base class for protocol messages.</em>
</li>
<li> <strong class="uidlink"><a href="google.protobuf.message_factory.MessageFactory-class.html">google.protobuf.message_factory.MessageFactory</a></strong>:
<em class="summary">Factory for creating Proto2 messages from descriptors in a pool.</em>
<ul>
<li> <strong class="uidlink"><a href="google.protobuf.symbol_database.SymbolDatabase-class.html">google.protobuf.symbol_database.SymbolDatabase</a></strong>:
<em class="summary">A database of Python generated symbols.</em>
</li>
</ul>
</li>
<li> <strong class="uidlink"><a href="google.protobuf.service.RpcChannel-class.html">google.protobuf.service.RpcChannel</a></strong>:
<em class="summary">Abstract interface for an RPC channel.</em>
</li>
<li> <strong class="uidlink"><a href="google.protobuf.service.RpcController-class.html">google.protobuf.service.RpcController</a></strong>:
<em class="summary">An RpcController mediates a single method call.</em>
</li>
<li> <strong class="uidlink"><a href="google.protobuf.service.Service-class.html">google.protobuf.service.Service</a></strong>:
<em class="summary">Abstract base interface for protocol-buffer-based RPC services.</em>
</li>
<li> <strong class="uidlink"><a href="google.protobuf.text_format.TextWriter-class.html" onclick="show_private();">google.protobuf.text_format.TextWriter</a></strong>
</li>
<li> <strong class="uidlink"><a href="google.protobuf.text_format.Tokenizer-class.html" onclick="show_private();">google.protobuf.text_format.Tokenizer</a></strong>:
<em class="summary">Protocol buffer text representation tokenizer.</em>
</li>
<li> <strong class="uidlink"><a href="google.protobuf.descriptor._Lock-class.html" onclick="show_private();">google.protobuf.descriptor._Lock</a></strong>:
<em class="summary">Wrapper class of threading.Lock(), which is allowed by 'with'.</em>
</li>
<li> <strong class="uidlink"><a href="google.protobuf.json_format._Parser-class.html" onclick="show_private();">google.protobuf.json_format._Parser</a></strong>:
<em class="summary">JSON format parser for protocol message.</em>
</li>
<li> <strong class="uidlink"><a href="google.protobuf.text_format._Parser-class.html" onclick="show_private();">google.protobuf.text_format._Parser</a></strong>:
<em class="summary">Text format parser for protocol message.</em>
</li>
<li> <strong class="uidlink"><a href="google.protobuf.json_format._Printer-class.html" onclick="show_private();">google.protobuf.json_format._Printer</a></strong>:
<em class="summary">JSON format printer for protocol message.</em>
</li>
<li> <strong class="uidlink"><a href="google.protobuf.text_format._Printer-class.html" onclick="show_private();">google.protobuf.text_format._Printer</a></strong>:
<em class="summary">Text format printer for protocol message.</em>
</li>
<li> <strong class="uidlink"><a href="google.protobuf.service_reflection._ServiceBuilder-class.html" onclick="show_private();">google.protobuf.service_reflection._ServiceBuilder</a></strong>:
<em class="summary">This class constructs a protocol service class using a service
descriptor.</em>
</li>
<li> <strong class="uidlink"><a href="google.protobuf.service_reflection._ServiceStubBuilder-class.html" onclick="show_private();">google.protobuf.service_reflection._ServiceStubBuilder</a></strong>:
<em class="summary">Constructs a protocol service stub class using a service
descriptor.</em>
</li>
<li> <strong class="uidlink"><a href="int-class.html">int</a></strong>:
<em class="summary">int(x=0) -> int or long int(x, base=10) -> int or long</em>
<ul>
</ul>
</li>
<li> <strong class="uidlink">type</strong>:
<em class="summary">type(object) -> the object's type type(name, bases, dict) ->
a new type</em>
<ul>
<li> <strong class="uidlink"><a href="google.protobuf.service_reflection.GeneratedServiceType-class.html">google.protobuf.service_reflection.GeneratedServiceType</a></strong>:
<em class="summary">Metaclass for service classes created at runtime from ServiceDescriptors.</em>
<ul>
<li> <strong class="uidlink"><a href="google.protobuf.service_reflection.GeneratedServiceStubType-class.html">google.protobuf.service_reflection.GeneratedServiceStubType</a></strong>:
<em class="summary">Metaclass for service stubs created at runtime from
ServiceDescriptors.</em>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="google.protobuf-module.html">Home</a> </th>
<!-- Tree link -->
<th bgcolor="#70b0f0" class="navbar-select"
> Trees </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<th class="navbar" width="100%"></th>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
<tr>
<td align="left" class="footer">
Generated by Epydoc 3.0.1
on Fri Sep 6 13:21:35 2019
</td>
<td align="right" class="footer">
<a target="mainFrame" href="http://epydoc.sourceforge.net"
>http://epydoc.sourceforge.net</a>
</td>
</tr>
</table>
<script type="text/javascript">
<!--
// Private objects are initially displayed (because if
// javascript is turned off then we want them to be
// visible); but by default, we want to hide them. So hide
// them unless we have a cookie that says to show them.
checkCookie();
// -->
</script>
</body>
</html>