Interface protos.google.dataflow.v1beta3.IDisplayData

Properties of a DisplayData.

Package

@google-cloud/dataflow!

Properties

boolValue

boolValue?: (boolean|null);

DisplayData boolValue

Property Value
TypeDescription
(boolean|null)

durationValue

durationValue?: (google.protobuf.IDuration|null);

DisplayData durationValue

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

floatValue

floatValue?: (number|null);

DisplayData floatValue

Property Value
TypeDescription
(number|null)

int64Value

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

DisplayData int64Value

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

javaClassValue

javaClassValue?: (string|null);

DisplayData javaClassValue

Property Value
TypeDescription
(string|null)

key

key?: (string|null);

DisplayData key

Property Value
TypeDescription
(string|null)

label

label?: (string|null);

DisplayData label

Property Value
TypeDescription
(string|null)

namespace

namespace?: (string|null);

DisplayData namespace

Property Value
TypeDescription
(string|null)

shortStrValue

shortStrValue?: (string|null);

DisplayData shortStrValue

Property Value
TypeDescription
(string|null)

strValue

strValue?: (string|null);

DisplayData strValue

Property Value
TypeDescription
(string|null)

timestampValue

timestampValue?: (google.protobuf.ITimestamp|null);

DisplayData timestampValue

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

url

url?: (string|null);

DisplayData url

Property Value
TypeDescription
(string|null)