Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class DisplayData.
Data provided with a pipeline or transform to provide descriptive info.
Generated from protobuf message google.dataflow.v1beta3.DisplayData
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ key
string
The key identifying the display data. This is intended to be used as a label for the display data when viewed in a dax monitoring system.
↳ namespace
string
The namespace for the key. This is usually a class name or programming language namespace (i.e. python module) which defines the display data. This allows a dax monitoring system to specially handle the data and perform custom rendering.
↳ str_value
string
Contains value if the data is of string type.
↳ int64_value
int|string
Contains value if the data is of int64 type.
↳ float_value
float
Contains value if the data is of float type.
↳ java_class_value
string
Contains value if the data is of java class type.
↳ timestamp_value
↳ duration_value
↳ bool_value
bool
Contains value if the data is of a boolean type.
↳ short_str_value
string
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.
↳ url
string
An optional full URL.
↳ label
string
An optional label to display in a dax UI for the element.
getKey
The key identifying the display data.
This is intended to be used as a label for the display data when viewed in a dax monitoring system.
string
setKey
The key identifying the display data.
This is intended to be used as a label for the display data when viewed in a dax monitoring system.
var
string
$this
getNamespace
The namespace for the key. This is usually a class name or programming language namespace (i.e. python module) which defines the display data.
This allows a dax monitoring system to specially handle the data and perform custom rendering.
string
setNamespace
The namespace for the key. This is usually a class name or programming language namespace (i.e. python module) which defines the display data.
This allows a dax monitoring system to specially handle the data and perform custom rendering.
var
string
$this
getStrValue
Contains value if the data is of string type.
string
hasStrValue
setStrValue
Contains value if the data is of string type.
var
string
$this
getInt64Value
Contains value if the data is of int64 type.
int|string
hasInt64Value
setInt64Value
Contains value if the data is of int64 type.
var
int|string
$this
getFloatValue
Contains value if the data is of float type.
float
hasFloatValue
setFloatValue
Contains value if the data is of float type.
var
float
$this
getJavaClassValue
Contains value if the data is of java class type.
string
hasJavaClassValue
setJavaClassValue
Contains value if the data is of java class type.
var
string
$this
getTimestampValue
Contains value if the data is of timestamp type.
hasTimestampValue
setTimestampValue
Contains value if the data is of timestamp type.
$this
getDurationValue
Contains value if the data is of duration type.
hasDurationValue
setDurationValue
Contains value if the data is of duration type.
$this
getBoolValue
Contains value if the data is of a boolean type.
bool
hasBoolValue
setBoolValue
Contains value if the data is of a boolean type.
var
bool
$this
getShortStrValue
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.
string
setShortStrValue
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.
var
string
$this
getUrl
An optional full URL.
string
setUrl
An optional full URL.
var
string
$this
getLabel
An optional label to display in a dax UI for the element.
string
setLabel
An optional label to display in a dax UI for the element.
var
string
$this
getValue
string