Package com.google.dataflow.v1beta3
Interface JobMessageOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
JobMessage
,JobMessage.Builder
public interface JobMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
Deprecated.com.google.protobuf.ByteString
getIdBytes()
Deprecated.JobMessageImportance
getMessageImportance()
Importance level of the message.int
getMessageImportanceValue()
Importance level of the message.String
getMessageText()
The text of the message.com.google.protobuf.ByteString
getMessageTextBytes()
The text of the message.com.google.protobuf.Timestamp
getTime()
The timestamp of the message.com.google.protobuf.TimestampOrBuilder
getTimeOrBuilder()
The timestamp of the message.boolean
hasTime()
The timestamp of the message.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
String getId()
Deprecated.
string id = 1;
- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
Deprecated.
string id = 1;
- Returns:
- The bytes for id.
-
hasTime
boolean hasTime()
The timestamp of the message.
.google.protobuf.Timestamp time = 2;
- Returns:
- Whether the time field is set.
-
getTime
com.google.protobuf.Timestamp getTime()
The timestamp of the message.
.google.protobuf.Timestamp time = 2;
- Returns:
- The time.
-
getTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getTimeOrBuilder()
The timestamp of the message.
.google.protobuf.Timestamp time = 2;
-
getMessageText
String getMessageText()
The text of the message.
string message_text = 3;
- Returns:
- The messageText.
-
getMessageTextBytes
com.google.protobuf.ByteString getMessageTextBytes()
The text of the message.
string message_text = 3;
- Returns:
- The bytes for messageText.
-
getMessageImportanceValue
int getMessageImportanceValue()
Importance level of the message.
.google.dataflow.v1beta3.JobMessageImportance message_importance = 4;
- Returns:
- The enum numeric value on the wire for messageImportance.
-
getMessageImportance
JobMessageImportance getMessageImportance()
Importance level of the message.
.google.dataflow.v1beta3.JobMessageImportance message_importance = 4;
- Returns:
- The messageImportance.
-
-