Class: Google::Cloud::Dataflow::V1beta3::JobMessage

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#id::String

Returns Deprecated.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:



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