public static final class StatusEvent.Builder extends GeneratedMessageV3.Builder<StatusEvent.Builder> implements StatusEventOrBuilderStatus event
Protobuf type google.cloud.batch.v1.StatusEvent
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > StatusEvent.BuilderImplements
StatusEventOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public StatusEvent.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Type | Description |
StatusEvent.Builder |
build()
public StatusEvent build()| Type | Description |
StatusEvent |
buildPartial()
public StatusEvent buildPartial()| Type | Description |
StatusEvent |
clear()
public StatusEvent.Builder clear()| Type | Description |
StatusEvent.Builder |
clearDescription()
public StatusEvent.Builder clearDescription()Description of the event.
string description = 1;
| Type | Description |
StatusEvent.Builder |
This builder for chaining. |
clearEventTime()
public StatusEvent.Builder clearEventTime()The time this event occurred.
.google.protobuf.Timestamp event_time = 2;
| Type | Description |
StatusEvent.Builder |
clearField(Descriptors.FieldDescriptor field)
public StatusEvent.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
field |
FieldDescriptor |
| Type | Description |
StatusEvent.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public StatusEvent.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
oneof |
OneofDescriptor |
| Type | Description |
StatusEvent.Builder |
clearTaskExecution()
public StatusEvent.Builder clearTaskExecution()Task Execution
.google.cloud.batch.v1.TaskExecution task_execution = 4;
| Type | Description |
StatusEvent.Builder |
clearType()
public StatusEvent.Builder clearType()Type of the event.
string type = 3;
| Type | Description |
StatusEvent.Builder |
This builder for chaining. |
clone()
public StatusEvent.Builder clone()| Type | Description |
StatusEvent.Builder |
getDefaultInstanceForType()
public StatusEvent getDefaultInstanceForType()| Type | Description |
StatusEvent |
getDescription()
public String getDescription()Description of the event.
string description = 1;
| Type | Description |
String |
The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()Description of the event.
string description = 1;
| Type | Description |
ByteString |
The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
Descriptor |
getEventTime()
public Timestamp getEventTime()The time this event occurred.
.google.protobuf.Timestamp event_time = 2;
| Type | Description |
Timestamp |
The eventTime. |
getEventTimeBuilder()
public Timestamp.Builder getEventTimeBuilder()The time this event occurred.
.google.protobuf.Timestamp event_time = 2;
| Type | Description |
Builder |
getEventTimeOrBuilder()
public TimestampOrBuilder getEventTimeOrBuilder()The time this event occurred.
.google.protobuf.Timestamp event_time = 2;
| Type | Description |
TimestampOrBuilder |
getTaskExecution()
public TaskExecution getTaskExecution()Task Execution
.google.cloud.batch.v1.TaskExecution task_execution = 4;
| Type | Description |
TaskExecution |
The taskExecution. |
getTaskExecutionBuilder()
public TaskExecution.Builder getTaskExecutionBuilder()Task Execution
.google.cloud.batch.v1.TaskExecution task_execution = 4;
| Type | Description |
TaskExecution.Builder |
getTaskExecutionOrBuilder()
public TaskExecutionOrBuilder getTaskExecutionOrBuilder()Task Execution
.google.cloud.batch.v1.TaskExecution task_execution = 4;
| Type | Description |
TaskExecutionOrBuilder |
getType()
public String getType()Type of the event.
string type = 3;
| Type | Description |
String |
The type. |
getTypeBytes()
public ByteString getTypeBytes()Type of the event.
string type = 3;
| Type | Description |
ByteString |
The bytes for type. |
hasEventTime()
public boolean hasEventTime()The time this event occurred.
.google.protobuf.Timestamp event_time = 2;
| Type | Description |
boolean |
Whether the eventTime field is set. |
hasTaskExecution()
public boolean hasTaskExecution()Task Execution
.google.cloud.batch.v1.TaskExecution task_execution = 4;
| Type | Description |
boolean |
Whether the taskExecution field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
boolean |
mergeEventTime(Timestamp value)
public StatusEvent.Builder mergeEventTime(Timestamp value)The time this event occurred.
.google.protobuf.Timestamp event_time = 2;
| Name | Description |
value |
Timestamp |
| Type | Description |
StatusEvent.Builder |
mergeFrom(StatusEvent other)
public StatusEvent.Builder mergeFrom(StatusEvent other)| Name | Description |
other |
StatusEvent |
| Type | Description |
StatusEvent.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public StatusEvent.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Type | Description |
StatusEvent.Builder |
| Type | Description |
IOException |
mergeFrom(Message other)
public StatusEvent.Builder mergeFrom(Message other)| Name | Description |
other |
Message |
| Type | Description |
StatusEvent.Builder |
mergeTaskExecution(TaskExecution value)
public StatusEvent.Builder mergeTaskExecution(TaskExecution value)Task Execution
.google.cloud.batch.v1.TaskExecution task_execution = 4;
| Name | Description |
value |
TaskExecution |
| Type | Description |
StatusEvent.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final StatusEvent.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
unknownFields |
UnknownFieldSet |
| Type | Description |
StatusEvent.Builder |
setDescription(String value)
public StatusEvent.Builder setDescription(String value)Description of the event.
string description = 1;
| Name | Description |
value |
StringThe description to set. |
| Type | Description |
StatusEvent.Builder |
This builder for chaining. |
setDescriptionBytes(ByteString value)
public StatusEvent.Builder setDescriptionBytes(ByteString value)Description of the event.
string description = 1;
| Name | Description |
value |
ByteStringThe bytes for description to set. |
| Type | Description |
StatusEvent.Builder |
This builder for chaining. |
setEventTime(Timestamp value)
public StatusEvent.Builder setEventTime(Timestamp value)The time this event occurred.
.google.protobuf.Timestamp event_time = 2;
| Name | Description |
value |
Timestamp |
| Type | Description |
StatusEvent.Builder |
setEventTime(Timestamp.Builder builderForValue)
public StatusEvent.Builder setEventTime(Timestamp.Builder builderForValue)The time this event occurred.
.google.protobuf.Timestamp event_time = 2;
| Name | Description |
builderForValue |
Builder |
| Type | Description |
StatusEvent.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public StatusEvent.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Type | Description |
StatusEvent.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public StatusEvent.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Type | Description |
StatusEvent.Builder |
setTaskExecution(TaskExecution value)
public StatusEvent.Builder setTaskExecution(TaskExecution value)Task Execution
.google.cloud.batch.v1.TaskExecution task_execution = 4;
| Name | Description |
value |
TaskExecution |
| Type | Description |
StatusEvent.Builder |
setTaskExecution(TaskExecution.Builder builderForValue)
public StatusEvent.Builder setTaskExecution(TaskExecution.Builder builderForValue)Task Execution
.google.cloud.batch.v1.TaskExecution task_execution = 4;
| Name | Description |
builderForValue |
TaskExecution.Builder |
| Type | Description |
StatusEvent.Builder |
setType(String value)
public StatusEvent.Builder setType(String value)Type of the event.
string type = 3;
| Name | Description |
value |
StringThe type to set. |
| Type | Description |
StatusEvent.Builder |
This builder for chaining. |
setTypeBytes(ByteString value)
public StatusEvent.Builder setTypeBytes(ByteString value)Type of the event.
string type = 3;
| Name | Description |
value |
ByteStringThe bytes for type to set. |
| Type | Description |
StatusEvent.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final StatusEvent.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
unknownFields |
UnknownFieldSet |
| Type | Description |
StatusEvent.Builder |