Properties of a FileDescriptorProto.
Package
@google-cloud/scheduler!Properties
dependency
dependency
?:
(
string
[]
|
null
);
FileDescriptorProto dependency
| Type | Description |
|---|---|
| (string[]|null) |
enumType
enumType
?:
(
google
.
protobuf
.
IEnumDescriptorProto
[]
|
null
);
FileDescriptorProto enumType
| Type | Description |
|---|---|
| ( google.protobuf.IEnumDescriptorProto []|null) |
extension
extension
?:
(
google
.
protobuf
.
IFieldDescriptorProto
[]
|
null
);
FileDescriptorProto extension
| Type | Description |
|---|---|
| ( google.protobuf.IFieldDescriptorProto []|null) |
messageType
messageType
?:
(
google
.
protobuf
.
IDescriptorProto
[]
|
null
);
FileDescriptorProto messageType
| Type | Description |
|---|---|
| ( google.protobuf.IDescriptorProto []|null) |
name
name
?:
(
string
|
null
);
FileDescriptorProto name
| Type | Description |
|---|---|
| (string|null) |
options
options
?:
(
google
.
protobuf
.
IFileOptions
|
null
);
FileDescriptorProto options
| Type | Description |
|---|---|
| ( google.protobuf.IFileOptions |null) |
package
"package"
?:
(
string
|
null
);
FileDescriptorProto package
| Type | Description |
|---|---|
| (string|null) |
publicDependency
publicDependency
?:
(
number
[]
|
null
);
FileDescriptorProto publicDependency
| Type | Description |
|---|---|
| (number[]|null) |
service
service
?:
(
google
.
protobuf
.
IServiceDescriptorProto
[]
|
null
);
FileDescriptorProto service
| Type | Description |
|---|---|
| ( google.protobuf.IServiceDescriptorProto []|null) |
sourceCodeInfo
sourceCodeInfo
?:
(
google
.
protobuf
.
ISourceCodeInfo
|
null
);
FileDescriptorProto sourceCodeInfo
| Type | Description |
|---|---|
| ( google.protobuf.ISourceCodeInfo |null) |
syntax
syntax
?:
(
string
|
null
);
FileDescriptorProto syntax
| Type | Description |
|---|---|
| (string|null) |
weakDependency
weakDependency
?:
(
number
[]
|
null
);
FileDescriptorProto weakDependency
| Type | Description |
|---|---|
| (number[]|null) |

