Display Data Response
data class DisplayDataResponse(val boolValue: Boolean, val durationValue: String, val floatValue: Double, val int64Value: String, val javaClassValue: String, val key: String, val label: String, val namespace: String, val shortStrValue: String, val strValue: String, val timestampValue: String, val url: String)
Data provided with a pipeline or transform to provide descriptive info.
Constructors
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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