Interface google.protobuf.IFieldDescriptorProto (4.1.3)

Properties of a FieldDescriptorProto.

Package

@google-cloud/speech!

Properties

defaultValue

  defaultValue 
 ?: 
  
 ( 
 string 
 | 
 null 
 ); 
 

FieldDescriptorProto defaultValue

Property Value
Type Description
(string|null)

extendee

  extendee 
 ?: 
  
 ( 
 string 
 | 
 null 
 ); 
 

FieldDescriptorProto extendee

Property Value
Type Description
(string|null)

jsonName

  jsonName 
 ?: 
  
 ( 
 string 
 | 
 null 
 ); 
 

FieldDescriptorProto jsonName

Property Value
Type Description
(string|null)

label

  label 
 ?: 
  
 ( 
 google 
 . 
 protobuf 
 . 
 FieldDescriptorProto 
 . 
 Label 
 | 
 keyof 
  
 typeof 
  
 google 
 . 
 protobuf 
 . 
 FieldDescriptorProto 
 . 
 Label 
 | 
 null 
 ); 
 

FieldDescriptorProto label

Property Value
Type Description
( google.protobuf.FieldDescriptorProto.Label |keyof typeof google.protobuf.FieldDescriptorProto.Label |null)

name

  name 
 ?: 
  
 ( 
 string 
 | 
 null 
 ); 
 

FieldDescriptorProto name

Property Value
Type Description
(string|null)

number

  number 
 ?: 
  
 ( 
 number 
 | 
 null 
 ); 
 

FieldDescriptorProto number

Property Value
Type Description
(number|null)

oneofIndex

  oneofIndex 
 ?: 
  
 ( 
 number 
 | 
 null 
 ); 
 

FieldDescriptorProto oneofIndex

Property Value
Type Description
(number|null)

options

  options 
 ?: 
  
 ( 
 google 
 . 
 protobuf 
 . 
 IFieldOptions 
 | 
 null 
 ); 
 

FieldDescriptorProto options

Property Value
Type Description
( google.protobuf.IFieldOptions |null)

proto3Optional

  proto3Optional 
 ?: 
  
 ( 
 boolean 
 | 
 null 
 ); 
 

FieldDescriptorProto proto3Optional

Property Value
Type Description
(boolean|null)

type

  type 
 ?: 
  
 ( 
 google 
 . 
 protobuf 
 . 
 FieldDescriptorProto 
 . 
 Type 
 | 
 keyof 
  
 typeof 
  
 google 
 . 
 protobuf 
 . 
 FieldDescriptorProto 
 . 
 Type 
 | 
 null 
 ); 
 

FieldDescriptorProto type

Property Value
Type Description
( google.protobuf.FieldDescriptorProto.Type |keyof typeof google.protobuf.FieldDescriptorProto.Type |null)

typeName

  typeName 
 ?: 
  
 ( 
 string 
 | 
 null 
 ); 
 

FieldDescriptorProto typeName

Property Value
Type Description
(string|null)
Design a Mobile Site
View Site in Mobile | Classic
Share by: