Properties of a DescriptorProto.
Package
@google-cloud/iot!Properties
enumType
enumType?: (google.protobuf.IEnumDescriptorProto[]|null);
DescriptorProto enumType
Type | Description |
(google.protobuf.IEnumDescriptorProto[]|null) |
extension
extension?: (google.protobuf.IFieldDescriptorProto[]|null);
DescriptorProto extension
Type | Description |
(google.protobuf.IFieldDescriptorProto[]|null) |
extensionRange
extensionRange?: (google.protobuf.DescriptorProto.IExtensionRange[]|null);
DescriptorProto extensionRange
Type | Description |
(google.protobuf.DescriptorProto.IExtensionRange[]|null) |
field
field?: (google.protobuf.IFieldDescriptorProto[]|null);
DescriptorProto field
Type | Description |
(google.protobuf.IFieldDescriptorProto[]|null) |
name
name?: (string|null);
DescriptorProto name
Type | Description |
(string|null) |
nestedType
nestedType?: (google.protobuf.IDescriptorProto[]|null);
DescriptorProto nestedType
Type | Description |
(google.protobuf.IDescriptorProto[]|null) |
oneofDecl
oneofDecl?: (google.protobuf.IOneofDescriptorProto[]|null);
DescriptorProto oneofDecl
Type | Description |
(google.protobuf.IOneofDescriptorProto[]|null) |
options
options?: (google.protobuf.IMessageOptions|null);
DescriptorProto options
Type | Description |
(google.protobuf.IMessageOptions|null) |
reservedName
reservedName?: (string[]|null);
DescriptorProto reservedName
Type | Description |
(string[]|null) |
reservedRange
reservedRange?: (google.protobuf.DescriptorProto.IReservedRange[]|null);
DescriptorProto reservedRange
Type | Description |
(google.protobuf.DescriptorProto.IReservedRange[]|null) |