Interface protos.google.protobuf.IValue (1.7.2)

Properties of a Value.

Package

@google-cloud/aiplatform!

Properties

boolValue

boolValue?: (boolean|null);

Value boolValue

Property Value
TypeDescription
(boolean|null)

listValue

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

Value listValue

Property Value
TypeDescription
(google.protobuf.IListValue|null)

nullValue

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

Value nullValue

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

numberValue

numberValue?: (number|null);

Value numberValue

Property Value
TypeDescription
(number|null)

stringValue

stringValue?: (string|null);

Value stringValue

Property Value
TypeDescription
(string|null)

structValue

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

Value structValue

Property Value
TypeDescription
(google.protobuf.IStruct|null)