public final class JobMessage extends GeneratedMessageV3 implements JobMessageOrBuilder
A particular message pertaining to a Dataflow job.
Protobuf type google.dataflow.v1beta3.JobMessage
Static Fields
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
MESSAGE_IMPORTANCE_FIELD_NUMBER
public static final int MESSAGE_IMPORTANCE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
MESSAGE_TEXT_FIELD_NUMBER
public static final int MESSAGE_TEXT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
TIME_FIELD_NUMBER
public static final int TIME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static JobMessage getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static JobMessage.Builder newBuilder()
newBuilder(JobMessage prototype)
public static JobMessage.Builder newBuilder(JobMessage prototype)
public static JobMessage parseDelimitedFrom(InputStream input)
public static JobMessage parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static JobMessage parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static JobMessage parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static JobMessage parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static JobMessage parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static JobMessage parseFrom(CodedInputStream input)
public static JobMessage parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static JobMessage parseFrom(InputStream input)
public static JobMessage parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static JobMessage parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static JobMessage parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<JobMessage> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public JobMessage getDefaultInstanceForType()
getId()
Deprecated.
string id = 1;
Returns |
---|
Type | Description |
String | The id.
|
getIdBytes()
public ByteString getIdBytes()
Deprecated.
string id = 1;
getMessageImportance()
public JobMessageImportance getMessageImportance()
Importance level of the message.
.google.dataflow.v1beta3.JobMessageImportance message_importance = 4;
getMessageImportanceValue()
public 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 String getMessageText()
The text of the message.
string message_text = 3;
Returns |
---|
Type | Description |
String | The messageText.
|
getMessageTextBytes()
public ByteString getMessageTextBytes()
The text of the message.
string message_text = 3;
Returns |
---|
Type | Description |
ByteString | The bytes for messageText.
|
getParserForType()
public Parser<JobMessage> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getTime()
public Timestamp getTime()
The timestamp of the message.
.google.protobuf.Timestamp time = 2;
getTimeOrBuilder()
public TimestampOrBuilder getTimeOrBuilder()
The timestamp of the message.
.google.protobuf.Timestamp time = 2;
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Overrides
hasTime()
The timestamp of the message.
.google.protobuf.Timestamp time = 2;
Returns |
---|
Type | Description |
boolean | Whether the time field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public JobMessage.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected JobMessage.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public JobMessage.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides