Display Data Args
data class DisplayDataArgs(val boolValue: Output<Boolean>? = null, val durationValue: Output<String>? = null, val floatValue: Output<Double>? = null, val int64Value: Output<String>? = null, val javaClassValue: Output<String>? = null, val key: Output<String>? = null, val label: Output<String>? = null, val namespace: Output<String>? = null, val shortStrValue: Output<String>? = null, val strValue: Output<String>? = null, val timestampValue: Output<String>? = null, val url: Output<String>? = null) : ConvertibleToJava<DisplayDataArgs>
Data provided with a pipeline or transform to provide descriptive info.
Constructors
Link copied to clipboard
constructor(boolValue: Output<Boolean>? = null, durationValue: Output<String>? = null, floatValue: Output<Double>? = null, int64Value: Output<String>? = null, javaClassValue: Output<String>? = null, key: Output<String>? = null, label: Output<String>? = null, namespace: Output<String>? = null, shortStrValue: Output<String>? = null, strValue: Output<String>? = null, timestampValue: Output<String>? = null, url: Output<String>? = null)
Properties
Link copied to clipboard
Contains value if the data is of duration type.
Link copied to clipboard
Contains value if the data is of float type.
Link copied to clipboard
Contains value if the data is of int64 type.
Link copied to clipboard
Contains value if the data is of java class type.
Link copied to clipboard
Link copied to clipboard
A possible additional shorter value to display. For example a java_class_name_value of com.mypackage.MyDoFn will be stored with MyDoFn as the short_str_value and com.mypackage.MyDoFn as the java_class_name value. short_str_value can be displayed and java_class_name_value will be displayed as a tooltip.
Link copied to clipboard
Contains value if the data is of timestamp type.