public interface JobMessageOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getId()
public abstract String getId()Deprecated.
string id = 1;
| Type | Description |
| String | The id. |
getIdBytes()
public abstract ByteString getIdBytes()Deprecated.
string id = 1;
| Type | Description |
| ByteString | The bytes for id. |
getMessageImportance()
public abstract JobMessageImportance getMessageImportance()Importance level of the message.
.google.dataflow.v1beta3.JobMessageImportance message_importance = 4;
| Type | Description |
| JobMessageImportance | The messageImportance. |
getMessageImportanceValue()
public abstract int getMessageImportanceValue()Importance level of the message.
.google.dataflow.v1beta3.JobMessageImportance message_importance = 4;
| Type | Description |
| int | The enum numeric value on the wire for messageImportance. |
getMessageText()
public abstract String getMessageText()The text of the message.
string message_text = 3;
| Type | Description |
| String | The messageText. |
getMessageTextBytes()
public abstract ByteString getMessageTextBytes()The text of the message.
string message_text = 3;
| Type | Description |
| ByteString | The bytes for messageText. |
getTime()
public abstract Timestamp getTime()The timestamp of the message.
.google.protobuf.Timestamp time = 2;
| Type | Description |
| Timestamp | The time. |
getTimeOrBuilder()
public abstract TimestampOrBuilder getTimeOrBuilder()The timestamp of the message.
.google.protobuf.Timestamp time = 2;
| Type | Description |
| TimestampOrBuilder |
hasTime()
public abstract boolean hasTime()The timestamp of the message.
.google.protobuf.Timestamp time = 2;
| Type | Description |
| boolean | Whether the time field is set. |