Class: Google::Cloud::Dataflow::V1beta3::DisplayData
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::DisplayData
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/jobs.rb
Overview
Data provided with a pipeline or transform to provide descriptive info.
Instance Attribute Summary collapse
-
#bool_value ⇒ ::Boolean
Contains value if the data is of a boolean type.
-
#duration_value ⇒ ::Google::Protobuf::Duration
Contains value if the data is of duration type.
-
#float_value ⇒ ::Float
Contains value if the data is of float type.
-
#int64_value ⇒ ::Integer
Contains value if the data is of int64 type.
-
#java_class_value ⇒ ::String
Contains value if the data is of java class type.
-
#key ⇒ ::String
The key identifying the display data.
-
#label ⇒ ::String
An optional label to display in a dax UI for the element.
-
#namespace ⇒ ::String
The namespace for the key.
-
#short_str_value ⇒ ::String
A possible additional shorter value to display.
-
#str_value ⇒ ::String
Contains value if the data is of string type.
-
#timestamp_value ⇒ ::Google::Protobuf::Timestamp
Contains value if the data is of timestamp type.
-
#url ⇒ ::String
An optional full URL.
Instance Attribute Details
#bool_value ⇒ ::Boolean
Returns Contains value if the data is of a boolean type.
531 532 533 534 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 531 class DisplayData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#duration_value ⇒ ::Google::Protobuf::Duration
Returns Contains value if the data is of duration type.
531 532 533 534 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 531 class DisplayData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#float_value ⇒ ::Float
Returns Contains value if the data is of float type.
531 532 533 534 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 531 class DisplayData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#int64_value ⇒ ::Integer
Returns Contains value if the data is of int64 type.
531 532 533 534 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 531 class DisplayData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#java_class_value ⇒ ::String
Returns Contains value if the data is of java class type.
531 532 533 534 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 531 class DisplayData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#key ⇒ ::String
Returns 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.
531 532 533 534 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 531 class DisplayData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#label ⇒ ::String
Returns An optional label to display in a dax UI for the element.
531 532 533 534 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 531 class DisplayData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#namespace ⇒ ::String
Returns 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.
531 532 533 534 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 531 class DisplayData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#short_str_value ⇒ ::String
Returns 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.
531 532 533 534 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 531 class DisplayData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#str_value ⇒ ::String
Returns Contains value if the data is of string type.
531 532 533 534 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 531 class DisplayData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#timestamp_value ⇒ ::Google::Protobuf::Timestamp
Returns Contains value if the data is of timestamp type.
531 532 533 534 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 531 class DisplayData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#url ⇒ ::String
Returns An optional full URL.
531 532 533 534 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 531 class DisplayData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |