Interface protos.google.protobuf.IValue (6.12.0)

Properties of a Value.

Package

@google-cloud/spanner

Properties

boolValue

  boolValue 
 ?: 
  
 ( 
 boolean 
 | 
 null 
 ); 
 

Value boolValue

listValue

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

Value listValue

nullValue

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

Value nullValue

numberValue

  numberValue 
 ?: 
  
 ( 
 number 
 | 
 null 
 ); 
 

Value numberValue

stringValue

  stringValue 
 ?: 
  
 ( 
 string 
 | 
 null 
 ); 
 

Value stringValue

structValue

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

Value structValue

Design a Mobile Site
View Site in Mobile | Classic
Share by: