Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::DisplayData.
Data provided with a pipeline or transform to provide descriptive info.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#bool_value
def bool_value() -> ::Boolean Returns 
 - (::Boolean) — Contains value if the data is of a boolean type.
 
#bool_value=
def bool_value=(value) -> ::Boolean Parameter 
 - value (::Boolean) — Contains value if the data is of a boolean type.
 
 Returns 
 - (::Boolean) — Contains value if the data is of a boolean type.
 
#duration_value
def duration_value() -> ::Google::Protobuf::Duration Returns 
 - (::Google::Protobuf::Duration) — Contains value if the data is of duration type.
 
#duration_value=
def duration_value=(value) -> ::Google::Protobuf::Duration Parameter 
 - value (::Google::Protobuf::Duration) — Contains value if the data is of duration type.
 
 Returns 
 - (::Google::Protobuf::Duration) — Contains value if the data is of duration type.
 
#float_value
def float_value() -> ::Float Returns 
 - (::Float) — Contains value if the data is of float type.
 
#float_value=
def float_value=(value) -> ::Float Parameter 
 - value (::Float) — Contains value if the data is of float type.
 
 Returns 
 - (::Float) — Contains value if the data is of float type.
 
#int64_value
def int64_value() -> ::Integer Returns 
 - (::Integer) — Contains value if the data is of int64 type.
 
#int64_value=
def int64_value=(value) -> ::Integer Parameter 
 - value (::Integer) — Contains value if the data is of int64 type.
 
 Returns 
 - (::Integer) — Contains value if the data is of int64 type.
 
#java_class_value
def java_class_value() -> ::String Returns 
 - (::String) — Contains value if the data is of java class type.
 
#java_class_value=
def java_class_value=(value) -> ::String Parameter 
 - value (::String) — Contains value if the data is of java class type.
 
 Returns 
 - (::String) — Contains value if the data is of java class type.
 
#key
def key() -> ::String Returns 
 - (::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.
 
#key=
def key=(value) -> ::String Parameter 
 - value (::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.
 
 Returns 
 - (::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.
 
#label
def label() -> ::String Returns 
 - (::String) — An optional label to display in a dax UI for the element.
 
#label=
def label=(value) -> ::String Parameter 
 - value (::String) — An optional label to display in a dax UI for the element.
 
 Returns 
 - (::String) — An optional label to display in a dax UI for the element.
 
#namespace
def namespace() -> ::String Returns 
 - (::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.
 
#namespace=
def namespace=(value) -> ::String Parameter 
 - value (::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.
 
 Returns 
 - (::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.
 
#short_str_value
def short_str_value() -> ::String Returns 
 - (::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.
 
#short_str_value=
def short_str_value=(value) -> ::String Parameter 
 - 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.
 
 Returns 
 - (::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.
 
#str_value
def str_value() -> ::String Returns 
 - (::String) — Contains value if the data is of string type.
 
#str_value=
def str_value=(value) -> ::String Parameter 
 - value (::String) — Contains value if the data is of string type.
 
 Returns 
 - (::String) — Contains value if the data is of string type.
 
#timestamp_value
def timestamp_value() -> ::Google::Protobuf::Timestamp Returns 
 - (::Google::Protobuf::Timestamp) — Contains value if the data is of timestamp type.
 
#timestamp_value=
def timestamp_value=(value) -> ::Google::Protobuf::Timestamp Parameter 
 - value (::Google::Protobuf::Timestamp) — Contains value if the data is of timestamp type.
 
 Returns 
 - (::Google::Protobuf::Timestamp) — Contains value if the data is of timestamp type.
 
#url
def url() -> ::String Returns 
 - (::String) — An optional full URL.
 
#url=
def url=(value) -> ::String Parameter 
 - value (::String) — An optional full URL.
 
 Returns 
 - (::String) — An optional full URL.