Interface JobMessageOrBuilder (0.9.0)

public interface JobMessageOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getId()

public abstract String getId()

Deprecated.

string id = 1;

Returns
TypeDescription
String

The id.

getIdBytes()

public abstract ByteString getIdBytes()

Deprecated.

string id = 1;

Returns
TypeDescription
ByteString

The bytes for id.

getMessageImportance()

public abstract JobMessageImportance getMessageImportance()

Importance level of the message.

.google.dataflow.v1beta3.JobMessageImportance message_importance = 4;

Returns
TypeDescription
JobMessageImportance

The messageImportance.

getMessageImportanceValue()

public abstract int getMessageImportanceValue()

Importance level of the message.

.google.dataflow.v1beta3.JobMessageImportance message_importance = 4;

Returns
TypeDescription
int

The enum numeric value on the wire for messageImportance.

getMessageText()

public abstract String getMessageText()

The text of the message.

string message_text = 3;

Returns
TypeDescription
String

The messageText.

getMessageTextBytes()

public abstract ByteString getMessageTextBytes()

The text of the message.

string message_text = 3;

Returns
TypeDescription
ByteString

The bytes for messageText.

getTime()

public abstract Timestamp getTime()

The timestamp of the message.

.google.protobuf.Timestamp time = 2;

Returns
TypeDescription
Timestamp

The time.

getTimeOrBuilder()

public abstract TimestampOrBuilder getTimeOrBuilder()

The timestamp of the message.

.google.protobuf.Timestamp time = 2;

Returns
TypeDescription
TimestampOrBuilder

hasTime()

public abstract boolean hasTime()

The timestamp of the message.

.google.protobuf.Timestamp time = 2;

Returns
TypeDescription
boolean

Whether the time field is set.