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