Interface protos.google.protobuf.IValue

Properties of a Value.

Package

@google-cloud/spanner!

Properties

boolValue

  boolValue 
 ?: 
  
 ( 
 boolean 
 | 
 null 
 ); 
 

Value boolValue

Property Value
Type Description
(boolean|null)

listValue

  listValue 
 ?: 
  
 ( 
 google 
 . 
 protobuf 
 . 
 IListValue 
 | 
 null 
 ); 
 

Value listValue

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

nullValue

  nullValue 
 ?: 
  
 ( 
 google 
 . 
 protobuf 
 . 
 NullValue 
 | 
 keyof 
  
 typeof 
  
 google 
 . 
 protobuf 
 . 
 NullValue 
 | 
 null 
 ); 
 

Value nullValue

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

numberValue

  numberValue 
 ?: 
  
 ( 
 number 
 | 
 null 
 ); 
 

Value numberValue

Property Value
Type Description
(number|null)

stringValue

  stringValue 
 ?: 
  
 ( 
 string 
 | 
 null 
 ); 
 

Value stringValue

Property Value
Type Description
(string|null)

structValue

  structValue 
 ?: 
  
 ( 
 google 
 . 
 protobuf 
 . 
 IStruct 
 | 
 null 
 ); 
 

Value structValue

Property Value
Type Description
( google.protobuf.IStruct |null)
Design a Mobile Site
View Site in Mobile | Classic
Share by: