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
-
(::Boolean) — Contains value if the data is of a boolean type.
Note: The following fields are mutually exclusive:
bool_value
,str_value
,int64_value
,float_value
,java_class_value
,timestamp_value
,duration_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#bool_value=
def bool_value=(value) -> ::Boolean
-
value (::Boolean) — Contains value if the data is of a boolean type.
Note: The following fields are mutually exclusive:
bool_value
,str_value
,int64_value
,float_value
,java_class_value
,timestamp_value
,duration_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Boolean) — Contains value if the data is of a boolean type.
Note: The following fields are mutually exclusive:
bool_value
,str_value
,int64_value
,float_value
,java_class_value
,timestamp_value
,duration_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#duration_value
def duration_value() -> ::Google::Protobuf::Duration
-
(::Google::Protobuf::Duration) — Contains value if the data is of duration type.
Note: The following fields are mutually exclusive:
duration_value
,str_value
,int64_value
,float_value
,java_class_value
,timestamp_value
,bool_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#duration_value=
def duration_value=(value) -> ::Google::Protobuf::Duration
-
value (::Google::Protobuf::Duration) — Contains value if the data is of duration type.
Note: The following fields are mutually exclusive:
duration_value
,str_value
,int64_value
,float_value
,java_class_value
,timestamp_value
,bool_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Protobuf::Duration) — Contains value if the data is of duration type.
Note: The following fields are mutually exclusive:
duration_value
,str_value
,int64_value
,float_value
,java_class_value
,timestamp_value
,bool_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#float_value
def float_value() -> ::Float
-
(::Float) — Contains value if the data is of float type.
Note: The following fields are mutually exclusive:
float_value
,str_value
,int64_value
,java_class_value
,timestamp_value
,duration_value
,bool_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#float_value=
def float_value=(value) -> ::Float
-
value (::Float) — Contains value if the data is of float type.
Note: The following fields are mutually exclusive:
float_value
,str_value
,int64_value
,java_class_value
,timestamp_value
,duration_value
,bool_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Float) — Contains value if the data is of float type.
Note: The following fields are mutually exclusive:
float_value
,str_value
,int64_value
,java_class_value
,timestamp_value
,duration_value
,bool_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#int64_value
def int64_value() -> ::Integer
-
(::Integer) — Contains value if the data is of int64 type.
Note: The following fields are mutually exclusive:
int64_value
,str_value
,float_value
,java_class_value
,timestamp_value
,duration_value
,bool_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#int64_value=
def int64_value=(value) -> ::Integer
-
value (::Integer) — Contains value if the data is of int64 type.
Note: The following fields are mutually exclusive:
int64_value
,str_value
,float_value
,java_class_value
,timestamp_value
,duration_value
,bool_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Integer) — Contains value if the data is of int64 type.
Note: The following fields are mutually exclusive:
int64_value
,str_value
,float_value
,java_class_value
,timestamp_value
,duration_value
,bool_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#java_class_value
def java_class_value() -> ::String
-
(::String) — Contains value if the data is of java class type.
Note: The following fields are mutually exclusive:
java_class_value
,str_value
,int64_value
,float_value
,timestamp_value
,duration_value
,bool_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#java_class_value=
def java_class_value=(value) -> ::String
-
value (::String) — Contains value if the data is of java class type.
Note: The following fields are mutually exclusive:
java_class_value
,str_value
,int64_value
,float_value
,timestamp_value
,duration_value
,bool_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Contains value if the data is of java class type.
Note: The following fields are mutually exclusive:
java_class_value
,str_value
,int64_value
,float_value
,timestamp_value
,duration_value
,bool_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#key
def key() -> ::String
- (::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
- 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.
- (::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
- (::String) — An optional label to display in a dax UI for the element.
#label=
def label=(value) -> ::String
- value (::String) — An optional label to display in a dax UI for the element.
- (::String) — An optional label to display in a dax UI for the element.
#namespace
def namespace() -> ::String
- (::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
- 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.
- (::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
- (::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
- 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.
- (::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
-
(::String) — Contains value if the data is of string type.
Note: The following fields are mutually exclusive:
str_value
,int64_value
,float_value
,java_class_value
,timestamp_value
,duration_value
,bool_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#str_value=
def str_value=(value) -> ::String
-
value (::String) — Contains value if the data is of string type.
Note: The following fields are mutually exclusive:
str_value
,int64_value
,float_value
,java_class_value
,timestamp_value
,duration_value
,bool_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Contains value if the data is of string type.
Note: The following fields are mutually exclusive:
str_value
,int64_value
,float_value
,java_class_value
,timestamp_value
,duration_value
,bool_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#timestamp_value
def timestamp_value() -> ::Google::Protobuf::Timestamp
-
(::Google::Protobuf::Timestamp) — Contains value if the data is of timestamp type.
Note: The following fields are mutually exclusive:
timestamp_value
,str_value
,int64_value
,float_value
,java_class_value
,duration_value
,bool_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#timestamp_value=
def timestamp_value=(value) -> ::Google::Protobuf::Timestamp
-
value (::Google::Protobuf::Timestamp) — Contains value if the data is of timestamp type.
Note: The following fields are mutually exclusive:
timestamp_value
,str_value
,int64_value
,float_value
,java_class_value
,duration_value
,bool_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Protobuf::Timestamp) — Contains value if the data is of timestamp type.
Note: The following fields are mutually exclusive:
timestamp_value
,str_value
,int64_value
,float_value
,java_class_value
,duration_value
,bool_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#url
def url() -> ::String
- (::String) — An optional full URL.
#url=
def url=(value) -> ::String
- value (::String) — An optional full URL.
- (::String) — An optional full URL.