Class: Google::Cloud::Dataflow::V1beta3::JobMessage
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::JobMessage
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/messages.rb
Overview
A particular message pertaining to a Dataflow job.
Instance Attribute Summary collapse
-
#id ⇒ ::String
Deprecated.
-
#message_importance ⇒ ::Google::Cloud::Dataflow::V1beta3::JobMessageImportance
Importance level of the message.
-
#message_text ⇒ ::String
The text of the message.
-
#time ⇒ ::Google::Protobuf::Timestamp
The timestamp of the message.
Instance Attribute Details
#id ⇒ ::String
Returns Deprecated.
37 38 39 40 |
# File 'proto_docs/google/dataflow/v1beta3/messages.rb', line 37 class JobMessage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#message_importance ⇒ ::Google::Cloud::Dataflow::V1beta3::JobMessageImportance
Returns Importance level of the message.
37 38 39 40 |
# File 'proto_docs/google/dataflow/v1beta3/messages.rb', line 37 class JobMessage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#message_text ⇒ ::String
Returns The text of the message.
37 38 39 40 |
# File 'proto_docs/google/dataflow/v1beta3/messages.rb', line 37 class JobMessage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time ⇒ ::Google::Protobuf::Timestamp
Returns The timestamp of the message.
37 38 39 40 |
# File 'proto_docs/google/dataflow/v1beta3/messages.rb', line 37 class JobMessage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |