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.v1alpha.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.

clearStderrSnippet()

public TaskExecution.Builder clearStderrSnippet()

Optional. The tail end of any content written to standard error by the task execution. This field will be populated only when the execution failed.

string stderr_snippet = 2 [(.google.api.field_behavior) = OPTIONAL];

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.

getStderrSnippet()

public String getStderrSnippet()

Optional. The tail end of any content written to standard error by the task execution. This field will be populated only when the execution failed.

string stderr_snippet = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The stderrSnippet.

getStderrSnippetBytes()

public ByteString getStderrSnippetBytes()

Optional. The tail end of any content written to standard error by the task execution. This field will be populated only when the execution failed.

string stderr_snippet = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for stderrSnippet.

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.

setStderrSnippet(String value)

public TaskExecution.Builder setStderrSnippet(String value)

Optional. The tail end of any content written to standard error by the task execution. This field will be populated only when the execution failed.

string stderr_snippet = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The stderrSnippet to set.

Returns
Type Description
TaskExecution.Builder

This builder for chaining.

setStderrSnippetBytes(ByteString value)

public TaskExecution.Builder setStderrSnippetBytes(ByteString value)

Optional. The tail end of any content written to standard error by the task execution. This field will be populated only when the execution failed.

string stderr_snippet = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for stderrSnippet to set.

Returns
Type Description
TaskExecution.Builder

This builder for chaining.