- 0.56.0 (latest)
- 0.55.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.5.0
public static final class JobMessage.Builder extends GeneratedMessageV3.Builder<JobMessage.Builder> implements JobMessageOrBuilder
A particular message pertaining to a Dataflow job.
Protobuf type google.dataflow.v1beta3.JobMessage
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > JobMessage.BuilderImplements
JobMessageOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public JobMessage.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
JobMessage.Builder |
build()
public JobMessage build()
Returns | |
---|---|
Type | Description |
JobMessage |
buildPartial()
public JobMessage buildPartial()
Returns | |
---|---|
Type | Description |
JobMessage |
clear()
public JobMessage.Builder clear()
Returns | |
---|---|
Type | Description |
JobMessage.Builder |
clearField(Descriptors.FieldDescriptor field)
public JobMessage.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
JobMessage.Builder |
clearId()
public JobMessage.Builder clearId()
Deprecated.
string id = 1;
Returns | |
---|---|
Type | Description |
JobMessage.Builder |
This builder for chaining. |
clearMessageImportance()
public JobMessage.Builder clearMessageImportance()
Importance level of the message.
.google.dataflow.v1beta3.JobMessageImportance message_importance = 4;
Returns | |
---|---|
Type | Description |
JobMessage.Builder |
This builder for chaining. |
clearMessageText()
public JobMessage.Builder clearMessageText()
The text of the message.
string message_text = 3;
Returns | |
---|---|
Type | Description |
JobMessage.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public JobMessage.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
JobMessage.Builder |
clearTime()
public JobMessage.Builder clearTime()
The timestamp of the message.
.google.protobuf.Timestamp time = 2;
Returns | |
---|---|
Type | Description |
JobMessage.Builder |
clone()
public JobMessage.Builder clone()
Returns | |
---|---|
Type | Description |
JobMessage.Builder |
getDefaultInstanceForType()
public JobMessage getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
JobMessage |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getId()
public String getId()
Deprecated.
string id = 1;
Returns | |
---|---|
Type | Description |
String |
The id. |
getIdBytes()
public ByteString getIdBytes()
Deprecated.
string id = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for id. |
getMessageImportance()
public JobMessageImportance getMessageImportance()
Importance level of the message.
.google.dataflow.v1beta3.JobMessageImportance message_importance = 4;
Returns | |
---|---|
Type | Description |
JobMessageImportance |
The messageImportance. |
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. |
getTime()
public Timestamp getTime()
The timestamp of the message.
.google.protobuf.Timestamp time = 2;
Returns | |
---|---|
Type | Description |
Timestamp |
The time. |
getTimeBuilder()
public Timestamp.Builder getTimeBuilder()
The timestamp of the message.
.google.protobuf.Timestamp time = 2;
Returns | |
---|---|
Type | Description |
Builder |
getTimeOrBuilder()
public TimestampOrBuilder getTimeOrBuilder()
The timestamp of the message.
.google.protobuf.Timestamp time = 2;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasTime()
public boolean hasTime()
The timestamp of the message.
.google.protobuf.Timestamp time = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the time field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(JobMessage other)
public JobMessage.Builder mergeFrom(JobMessage other)
Parameter | |
---|---|
Name | Description |
other |
JobMessage |
Returns | |
---|---|
Type | Description |
JobMessage.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public JobMessage.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
JobMessage.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public JobMessage.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
JobMessage.Builder |
mergeTime(Timestamp value)
public JobMessage.Builder mergeTime(Timestamp value)
The timestamp of the message.
.google.protobuf.Timestamp time = 2;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
JobMessage.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final JobMessage.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
JobMessage.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public JobMessage.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
JobMessage.Builder |
setId(String value)
public JobMessage.Builder setId(String value)
Deprecated.
string id = 1;
Parameter | |
---|---|
Name | Description |
value |
String The id to set. |
Returns | |
---|---|
Type | Description |
JobMessage.Builder |
This builder for chaining. |
setIdBytes(ByteString value)
public JobMessage.Builder setIdBytes(ByteString value)
Deprecated.
string id = 1;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for id to set. |
Returns | |
---|---|
Type | Description |
JobMessage.Builder |
This builder for chaining. |
setMessageImportance(JobMessageImportance value)
public JobMessage.Builder setMessageImportance(JobMessageImportance value)
Importance level of the message.
.google.dataflow.v1beta3.JobMessageImportance message_importance = 4;
Parameter | |
---|---|
Name | Description |
value |
JobMessageImportance The messageImportance to set. |
Returns | |
---|---|
Type | Description |
JobMessage.Builder |
This builder for chaining. |
setMessageImportanceValue(int value)
public JobMessage.Builder setMessageImportanceValue(int value)
Importance level of the message.
.google.dataflow.v1beta3.JobMessageImportance message_importance = 4;
Parameter | |
---|---|
Name | Description |
value |
int The enum numeric value on the wire for messageImportance to set. |
Returns | |
---|---|
Type | Description |
JobMessage.Builder |
This builder for chaining. |
setMessageText(String value)
public JobMessage.Builder setMessageText(String value)
The text of the message.
string message_text = 3;
Parameter | |
---|---|
Name | Description |
value |
String The messageText to set. |
Returns | |
---|---|
Type | Description |
JobMessage.Builder |
This builder for chaining. |
setMessageTextBytes(ByteString value)
public JobMessage.Builder setMessageTextBytes(ByteString value)
The text of the message.
string message_text = 3;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for messageText to set. |
Returns | |
---|---|
Type | Description |
JobMessage.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public JobMessage.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
JobMessage.Builder |
setTime(Timestamp value)
public JobMessage.Builder setTime(Timestamp value)
The timestamp of the message.
.google.protobuf.Timestamp time = 2;
Parameter | |
---|---|
Name | Description |
value |
Timestamp |
Returns | |
---|---|
Type | Description |
JobMessage.Builder |
setTime(Timestamp.Builder builderForValue)
public JobMessage.Builder setTime(Timestamp.Builder builderForValue)
The timestamp of the message.
.google.protobuf.Timestamp time = 2;
Parameter | |
---|---|
Name | Description |
builderForValue |
Builder |
Returns | |
---|---|
Type | Description |
JobMessage.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final JobMessage.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
JobMessage.Builder |