Properties of a FieldDescriptorProto.
Package
@google-cloud/scheduler!Properties
defaultValue
defaultValue?: (string|null);
FieldDescriptorProto defaultValue
Type | Description |
(string|null) |
extendee
extendee?: (string|null);
FieldDescriptorProto extendee
Type | Description |
(string|null) |
jsonName
jsonName?: (string|null);
FieldDescriptorProto jsonName
Type | Description |
(string|null) |
label
label?: (google.protobuf.FieldDescriptorProto.Label|keyof typeof google.protobuf.FieldDescriptorProto.Label|null);
FieldDescriptorProto label
Type | Description |
(google.protobuf.FieldDescriptorProto.Label|keyof typeof google.protobuf.FieldDescriptorProto.Label|null) |
name
name?: (string|null);
FieldDescriptorProto name
Type | Description |
(string|null) |
number
number?: (number|null);
FieldDescriptorProto number
Type | Description |
(number|null) |
oneofIndex
oneofIndex?: (number|null);
FieldDescriptorProto oneofIndex
Type | Description |
(number|null) |
options
options?: (google.protobuf.IFieldOptions|null);
FieldDescriptorProto options
Type | Description |
(google.protobuf.IFieldOptions|null) |
proto3Optional
proto3Optional?: (boolean|null);
FieldDescriptorProto proto3Optional
Type | Description |
(boolean|null) |
type
type?: (google.protobuf.FieldDescriptorProto.Type|keyof typeof google.protobuf.FieldDescriptorProto.Type|null);
FieldDescriptorProto type
Type | Description |
(google.protobuf.FieldDescriptorProto.Type|keyof typeof google.protobuf.FieldDescriptorProto.Type|null) |
typeName
typeName?: (string|null);
FieldDescriptorProto typeName
Type | Description |
(string|null) |