-
Notifications
You must be signed in to change notification settings - Fork 137
/
Copy pathindex.html
552 lines (552 loc) · 24.4 KB
/
index.html
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
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
<!DOCTYPE html>
<html devsite>
<head>
<title>Protocol Buffers .NET Runtime Library API Reference</title>
<link rel="stylesheet" href="/reference/csharp/api-docs/includes/stylesheet.css">
</head>
<body>
<div id="top"><!-- do not remove this div --></div>
<h1>Protocol Buffers .NET Runtime Library API Reference</h1>
<div>Protocol Buffers .NET Runtime Library</div>
<h2>
<a href="/reference/csharp/api-docs/namespace/google/protobuf.html">Google.<wbr/>Protobuf</a>
</h2>
<table class="nested-classes responsive">
<tbody>
<tr>
<th colspan="2">
<h3>Classes</h3>
</th>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/byte-string.html">ByteString</a>
</td>
<td>Immutable array of bytes. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/coded-input-stream.html">CodedInputStream</a>
</td>
<td>Reads and decodes protocol message fields. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/coded-output-stream.html">CodedOutputStream</a>
</td>
<td>Encodes and writes protocol message fields. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/coded-output-stream/out-of-space-exception.html">CodedOutputStream.OutOfSpaceException</a>
</td>
<td>Indicates that a <a href="/reference/csharp/api-docs/class/google/protobuf/coded-output-stream.html#class_google_1_1_protobuf_1_1_coded_output_stream">CodedOutputStream</a> wrapping a flat byte array ran out of space. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/field-codec.html">FieldCodec</a>
</td>
<td>Factory methods for FieldCodec{T}. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/field-codec-t-.html">FieldCodec< T ></a>
</td>
<td />
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/invalid-json-exception.html">InvalidJsonException</a>
</td>
<td>Thrown when an attempt is made to parse invalid JSON, e.g. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/invalid-protocol-buffer-exception.html">InvalidProtocolBufferException</a>
</td>
<td>Thrown when a protocol message being parsed is invalid in some way, e.g. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/json-formatter.html">JsonFormatter</a>
</td>
<td>Reflection-based converter from messages to JSON. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/json-formatter/settings.html">JsonFormatter.Settings</a>
</td>
<td><a href="/reference/csharp/api-docs/class/google/protobuf/json-formatter/settings.html#class_google_1_1_protobuf_1_1_json_formatter_1_1_settings">Settings</a> controlling JSON formatting. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/json-parser.html">JsonParser</a>
</td>
<td>Reflection-based converter from JSON to messages. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/json-parser/settings.html">JsonParser.Settings</a>
</td>
<td><a href="/reference/csharp/api-docs/class/google/protobuf/json-parser/settings.html#class_google_1_1_protobuf_1_1_json_parser_1_1_settings">Settings</a> controlling JSON parsing. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/message-extensions.html">MessageExtensions</a>
</td>
<td>Extension methods on <a href="/reference/csharp/api-docs/interface/google/protobuf/i-message.html#interface_google_1_1_protobuf_1_1_i_message">IMessage</a> and IMessage{T}. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/message-parser.html">MessageParser</a>
</td>
<td>A general message parser, typically used by reflection-based code as all the methods return simple <a href="/reference/csharp/api-docs/interface/google/protobuf/i-message.html#interface_google_1_1_protobuf_1_1_i_message">IMessage</a>. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/message-parser-t-.html">MessageParser< T ></a>
</td>
<td>A parser for a specific message type. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/proto-preconditions.html">ProtoPreconditions</a>
</td>
<td>Helper methods for throwing exceptions when preconditions are not met. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/wire-format.html">WireFormat</a>
</td>
<td>This class is used internally by the Protocol Buffer Library and generated message implementations. </td>
</tr>
</tbody>
</table>
<table class="constructors responsive">
<tbody>
<tr>
<th colspan="2">
<h3>Interfaces</h3>
</th>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/interface/google/protobuf/i-custom-diagnostic-message.html">ICustomDiagnosticMessage</a>
</td>
<td>A message type that has a custom string format for diagnostic purposes. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/interface/google/protobuf/i-deep-cloneable-t-.html">IDeepCloneable< T ></a>
</td>
<td>Generic interface for a deeply cloneable type. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/interface/google/protobuf/i-message.html">IMessage</a>
</td>
<td>Interface for a Protocol Buffers message, supporting basic operations required for serialization. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/interface/google/protobuf/i-message-t-.html">IMessage< T ></a>
</td>
<td>Generic interface for a Protocol Buffers message, where the type parameter is expected to be the same type as the implementation class. </td>
</tr>
</tbody>
</table>
<h2>
<a href="/reference/csharp/api-docs/namespace/google/protobuf/collections.html">Google.<wbr/>Protobuf.<wbr/>Collections</a>
</h2>
<table class="nested-classes responsive">
<tbody>
<tr>
<th colspan="2">
<h3>Classes</h3>
</th>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/collections/map-field-t-key-t-value-.html">MapField< TKey, TValue ></a>
</td>
<td>Representation of a map field in a Protocol Buffer message. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/collections/map-field-t-key-t-value-/codec.html">MapField< TKey, TValue >.Codec</a>
</td>
<td>A codec for a specific map field. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/collections/repeated-field-t-.html">RepeatedField< T ></a>
</td>
<td>The contents of a repeated field: essentially, a collection with some extra restrictions (no null values) and capabilities (deep cloning). </td>
</tr>
</tbody>
</table>
<h2>
<a href="/reference/csharp/api-docs/namespace/google/protobuf/reflection.html">Google.<wbr/>Protobuf.<wbr/>Reflection</a>
</h2>
<table class="nested-classes responsive">
<tbody>
<tr>
<th colspan="2">
<h3>Classes</h3>
</th>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/reflection/descriptor-base.html">DescriptorBase</a>
</td>
<td>Base class for nearly all descriptors, providing common functionality. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/reflection/descriptor-validation-exception.html">DescriptorValidationException</a>
</td>
<td>Thrown when building descriptors fails because the source DescriptorProtos are not valid. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/reflection/enum-descriptor.html">EnumDescriptor</a>
</td>
<td>Descriptor for an enum type in a .proto file. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/reflection/enum-value-descriptor.html">EnumValueDescriptor</a>
</td>
<td>Descriptor for a single enum value within an enum in a .proto file. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/reflection/field-descriptor.html">FieldDescriptor</a>
</td>
<td>Descriptor for a field or extension within a message in a .proto file. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/reflection/file-descriptor.html">FileDescriptor</a>
</td>
<td>Describes a .proto file, including everything defined within. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/reflection/generated-clr-type-info.html">GeneratedClrTypeInfo</a>
</td>
<td>Extra information provided by generated code when initializing a message or file descriptor. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/reflection/message-descriptor.html">MessageDescriptor</a>
</td>
<td>Describes a message type. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/reflection/message-descriptor/field-collection.html">MessageDescriptor.FieldCollection</a>
</td>
<td>A collection to simplify retrieving the field accessor for a particular field. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/reflection/method-descriptor.html">MethodDescriptor</a>
</td>
<td>Describes a single method in a service. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/reflection/oneof-accessor.html">OneofAccessor</a>
</td>
<td><a href="/reference/csharp/api-docs/namespace/google/protobuf/reflection.html#namespace_google_1_1_protobuf_1_1_reflection">Reflection</a> access for a oneof, allowing clear and "get case" actions. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/reflection/oneof-descriptor.html">OneofDescriptor</a>
</td>
<td>Describes a "oneof" field collection in a message type: a set of fields of which at most one can be set in any particular message. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/reflection/original-name-attribute.html">OriginalNameAttribute</a>
</td>
<td>Specifies the original name (in the .proto file) of a named element, such as an enum value. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/reflection/service-descriptor.html">ServiceDescriptor</a>
</td>
<td>Describes a service type. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/reflection/type-registry.html">TypeRegistry</a>
</td>
<td>An immutable registry of types which can be looked up by their full name. </td>
</tr>
</tbody>
</table>
<table class="constructors responsive">
<tbody>
<tr>
<th colspan="2">
<h3>Interfaces</h3>
</th>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/interface/google/protobuf/reflection/i-descriptor.html">IDescriptor</a>
</td>
<td>Interface implemented by all descriptor types. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/interface/google/protobuf/reflection/i-field-accessor.html">IFieldAccessor</a>
</td>
<td>Allows fields to be reflectively accessed. </td>
</tr>
</tbody>
</table>
<h2>
<a href="/reference/csharp/api-docs/namespace/google/protobuf/well-known-types.html">Google.<wbr/>Protobuf.<wbr/>WellKnownTypes</a>
</h2>
<table class="nested-classes responsive">
<tbody>
<tr>
<th colspan="2">
<h3>Classes</h3>
</th>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/any.html">Any</a>
</td>
<td><code><a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/any.html#class_google_1_1_protobuf_1_1_well_known_types_1_1_any">Any</a></code> contains an arbitrary serialized protocol buffer message along with a URL that describes the type of the serialized message. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/any-reflection.html">AnyReflection</a>
</td>
<td>Holder for reflection information generated from google/protobuf/any.proto</td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/api.html">Api</a>
</td>
<td><a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/api.html#class_google_1_1_protobuf_1_1_well_known_types_1_1_api">Api</a> is a light-weight descriptor for a protocol buffer service. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/api-reflection.html">ApiReflection</a>
</td>
<td>Holder for reflection information generated from google/protobuf/api.proto</td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/bool-value.html">BoolValue</a>
</td>
<td>Wrapper message for <code>bool</code>. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/bytes-value.html">BytesValue</a>
</td>
<td>Wrapper message for <code>bytes</code>. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/double-value.html">DoubleValue</a>
</td>
<td>Wrapper message for <code>double</code>. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/duration.html">Duration</a>
</td>
<td>A <a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/duration.html#class_google_1_1_protobuf_1_1_well_known_types_1_1_duration">Duration</a> represents a signed, fixed-length span of time represented as a count of seconds and fractions of seconds at nanosecond resolution. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/duration-reflection.html">DurationReflection</a>
</td>
<td>Holder for reflection information generated from google/protobuf/duration.proto</td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/empty.html">Empty</a>
</td>
<td>A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/empty-reflection.html">EmptyReflection</a>
</td>
<td>Holder for reflection information generated from google/protobuf/empty.proto</td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/enum.html">Enum</a>
</td>
<td><a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/enum.html#class_google_1_1_protobuf_1_1_well_known_types_1_1_enum">Enum</a> type definition. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/enum-value.html">EnumValue</a>
</td>
<td><a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/enum.html#class_google_1_1_protobuf_1_1_well_known_types_1_1_enum">Enum</a> value definition. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/field.html">Field</a>
</td>
<td>A single field of a message type. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/field/types.html">Field.Types</a>
</td>
<td>Container for nested types declared in the <a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/field.html#class_google_1_1_protobuf_1_1_well_known_types_1_1_field">Field</a> message type.</td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/field-mask.html">FieldMask</a>
</td>
<td><code><a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/field-mask.html#class_google_1_1_protobuf_1_1_well_known_types_1_1_field_mask">FieldMask</a></code> represents a set of symbolic field paths, for example: </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/field-mask-reflection.html">FieldMaskReflection</a>
</td>
<td>Holder for reflection information generated from google/protobuf/field_mask.proto</td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/float-value.html">FloatValue</a>
</td>
<td>Wrapper message for <code>float</code>. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/int32-value.html">Int32Value</a>
</td>
<td>Wrapper message for <code>int32</code>. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/int64-value.html">Int64Value</a>
</td>
<td>Wrapper message for <code>int64</code>. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/list-value.html">ListValue</a>
</td>
<td><code><a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/list-value.html#class_google_1_1_protobuf_1_1_well_known_types_1_1_list_value">ListValue</a></code> is a wrapper around a repeated field of values. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/method.html">Method</a>
</td>
<td><a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/method.html#class_google_1_1_protobuf_1_1_well_known_types_1_1_method">Method</a> represents a method of an api. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/mixin.html">Mixin</a>
</td>
<td>Declares an API to be included in this API. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/option.html">Option</a>
</td>
<td>A protocol buffer option, which can be attached to a message, field, enumeration, etc. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/source-context.html">SourceContext</a>
</td>
<td><code><a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/source-context.html#class_google_1_1_protobuf_1_1_well_known_types_1_1_source_context">SourceContext</a></code> represents information about the source of a protobuf element, like the file in which it is defined. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/source-context-reflection.html">SourceContextReflection</a>
</td>
<td>Holder for reflection information generated from google/protobuf/source_context.proto</td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/string-value.html">StringValue</a>
</td>
<td>Wrapper message for <code>string</code>. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/struct.html">Struct</a>
</td>
<td><code><a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/struct.html#class_google_1_1_protobuf_1_1_well_known_types_1_1_struct">Struct</a></code> represents a structured data value, consisting of fields which map to dynamically typed values. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/struct-reflection.html">StructReflection</a>
</td>
<td>Holder for reflection information generated from google/protobuf/struct.proto</td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/time-extensions.html">TimeExtensions</a>
</td>
<td>Extension methods on BCL time-related types, converting to protobuf types. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/timestamp.html">Timestamp</a>
</td>
<td>A <a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/timestamp.html#class_google_1_1_protobuf_1_1_well_known_types_1_1_timestamp">Timestamp</a> represents a point in time independent of any time zone or calendar, represented as seconds and fractions of seconds at nanosecond resolution in UTC Epoch time. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/timestamp-reflection.html">TimestampReflection</a>
</td>
<td>Holder for reflection information generated from google/protobuf/timestamp.proto</td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/type.html">Type</a>
</td>
<td>A protocol buffer message type. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/type-reflection.html">TypeReflection</a>
</td>
<td>Holder for reflection information generated from google/protobuf/type.proto</td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/u-int32-value.html">UInt32Value</a>
</td>
<td>Wrapper message for <code>uint32</code>. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/u-int64-value.html">UInt64Value</a>
</td>
<td>Wrapper message for <code>uint64</code>. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/value.html">Value</a>
</td>
<td><code><a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/value.html#class_google_1_1_protobuf_1_1_well_known_types_1_1_value">Value</a></code> represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values. </td>
</tr>
<tr>
<td>
<a href="/reference/csharp/api-docs/class/google/protobuf/well-known-types/wrappers-reflection.html">WrappersReflection</a>
</td>
<td>Holder for reflection information generated from google/protobuf/wrappers.proto</td>
</tr>
</tbody>
</table>
</body>
</html>