Class TaskExecution.Builder (0.83.0)

public static final class TaskExecution.Builder extends GeneratedMessage.Builder<TaskExecution.Builder> implements TaskExecutionOrBuilder

This Task Execution field includes detail information for task execution procedures, based on StatusEvent types.

Protobuf type google.cloud.batch.v1.TaskExecution

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public TaskExecution build()
Returns
Type Description
TaskExecution

buildPartial()

public TaskExecution buildPartial()
Returns
Type Description
TaskExecution

clear()

public TaskExecution.Builder clear()
Returns
Type Description
TaskExecution.Builder
Overrides

clearExitCode()

public TaskExecution.Builder clearExitCode()

The exit code of a finished task.

If the task succeeded, the exit code will be 0. If the task failed but not due to the following reasons, the exit code will be 50000.

Otherwise, it can be from different sources:

int32 exit_code = 1;

Returns
Type Description
TaskExecution.Builder

This builder for chaining.

getDefaultInstanceForType()

public TaskExecution getDefaultInstanceForType()
Returns
Type Description
TaskExecution

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getExitCode()

public int getExitCode()

The exit code of a finished task.

If the task succeeded, the exit code will be 0. If the task failed but not due to the following reasons, the exit code will be 50000.

Otherwise, it can be from different sources:

int32 exit_code = 1;

Returns
Type Description
int

The exitCode.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(TaskExecution other)

public TaskExecution.Builder mergeFrom(TaskExecution other)
Parameter
Name Description
other TaskExecution
Returns
Type Description
TaskExecution.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public TaskExecution.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TaskExecution.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public TaskExecution.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
TaskExecution.Builder
Overrides

setExitCode(int value)

public TaskExecution.Builder setExitCode(int value)

The exit code of a finished task.

If the task succeeded, the exit code will be 0. If the task failed but not due to the following reasons, the exit code will be 50000.

Otherwise, it can be from different sources:

int32 exit_code = 1;

Parameter
Name Description
value int

The exitCode to set.

Returns
Type Description
TaskExecution.Builder

This builder for chaining.