@@ -213,9 +213,9 @@ var unnamedMessageIndex = 0;
213
213
214
214
/**
215
215
* Creates a type from a descriptor.
216
- *
216
+ *
217
217
* Warning: this is not safe to use with editions protos, since it discards relevant file context.
218
- *
218
+ *
219
219
* @param {IDescriptorProto|Reader|Uint8Array } descriptor Descriptor
220
220
* @param {string } [edition="proto2"] The syntax or edition to use
221
221
* @param {boolean } [nested=false] Whether or not this is a nested object
@@ -400,7 +400,7 @@ var numberRe = /^(?![eE])[0-9]*(?:\.[0-9]*)?(?:[eE][+-]?[0-9]+)?$/;
400
400
* Creates a field from a descriptor.
401
401
*
402
402
* Warning: this is not safe to use with editions protos, since it discards relevant file context.
403
- *
403
+ *
404
404
* @param {IFieldDescriptorProto|Reader|Uint8Array } descriptor Descriptor
405
405
* @param {string } [edition="proto2"] The syntax or edition to use
406
406
* @param {boolean } [nested=false] Whether or not this is a top-level object
@@ -571,7 +571,7 @@ var unnamedEnumIndex = 0;
571
571
* Creates an enum from a descriptor.
572
572
*
573
573
* Warning: this is not safe to use with editions protos, since it discards relevant file context.
574
- *
574
+ *
575
575
* @param {IEnumDescriptorProto|Reader|Uint8Array } descriptor Descriptor
576
576
* @param {string } [edition="proto2"] The syntax or edition to use
577
577
* @param {boolean } [nested=false] Whether or not this is a top-level object
@@ -637,7 +637,7 @@ var unnamedOneofIndex = 0;
637
637
* Creates a oneof from a descriptor.
638
638
*
639
639
* Warning: this is not safe to use with editions protos, since it discards relevant file context.
640
- *
640
+ *
641
641
* @param {IOneofDescriptorProto|Reader|Uint8Array } descriptor Descriptor
642
642
* @returns {OneOf } OneOf instance
643
643
*/
@@ -687,7 +687,7 @@ var unnamedServiceIndex = 0;
687
687
* Creates a service from a descriptor.
688
688
*
689
689
* Warning: this is not safe to use with editions protos, since it discards relevant file context.
690
- *
690
+ *
691
691
* @param {IServiceDescriptorProto|Reader|Uint8Array } descriptor Descriptor
692
692
* @param {string } [edition="proto2"] The syntax or edition to use
693
693
* @param {boolean } [nested=false] Whether or not this is a top-level object
@@ -744,7 +744,7 @@ Service.prototype.toDescriptor = function toDescriptor() {
744
744
* Properties of a MethodOptions message.
745
745
*
746
746
* Warning: this is not safe to use with editions protos, since it discards relevant file context.
747
- *
747
+ *
748
748
* @interface IMethodOptions
749
749
* @property {boolean } [deprecated]
750
750
*/
0 commit comments