Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::JobMessage.
A particular message pertaining to a Dataflow job.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#id
def id() -> ::String
Returns
- (::String) — Deprecated.
#id=
def id=(value) -> ::String
Parameter
- value (::String) — Deprecated.
Returns
- (::String) — Deprecated.
#message_importance
def message_importance() -> ::Google::Cloud::Dataflow::V1beta3::JobMessageImportance
Returns
- (::Google::Cloud::Dataflow::V1beta3::JobMessageImportance) — Importance level of the message.
#message_importance=
def message_importance=(value) -> ::Google::Cloud::Dataflow::V1beta3::JobMessageImportance
Parameter
- value (::Google::Cloud::Dataflow::V1beta3::JobMessageImportance) — Importance level of the message.
Returns
- (::Google::Cloud::Dataflow::V1beta3::JobMessageImportance) — Importance level of the message.
#message_text
def message_text() -> ::String
Returns
- (::String) — The text of the message.
#message_text=
def message_text=(value) -> ::String
Parameter
- value (::String) — The text of the message.
Returns
- (::String) — The text of the message.
#time
def time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The timestamp of the message.
#time=
def time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The timestamp of the message.
Returns
- (::Google::Protobuf::Timestamp) — The timestamp of the message.