Interface protos.google.protobuf.IValue (4.0.1)

Properties of a Value.

Package

@google-cloud/automl

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