Interface protos.google.cloud.channel.v1.IValue

Properties of a Value.

Package

@google-cloud/channel!

Properties

boolValue

boolValue?: (boolean|null);

Value boolValue

Property Value
TypeDescription
(boolean|null)

doubleValue

doubleValue?: (number|null);

Value doubleValue

Property Value
TypeDescription
(number|null)

int64Value

int64Value?: (number|Long|string|null);

Value int64Value

Property Value
TypeDescription
(number|Long|string|null)

protoValue

protoValue?: (google.protobuf.IAny|null);

Value protoValue

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

stringValue

stringValue?: (string|null);

Value stringValue

Property Value
TypeDescription
(string|null)