Class TaskAttemptResult.Builder (0.42.0)

public static final class TaskAttemptResult.Builder extends GeneratedMessageV3.Builder<TaskAttemptResult.Builder> implements TaskAttemptResultOrBuilder

Result of a task attempt.

Protobuf type google.cloud.run.v2.TaskAttemptResult

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public TaskAttemptResult.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
TaskAttemptResult.Builder
Overrides

build()

public TaskAttemptResult build()
Returns
TypeDescription
TaskAttemptResult

buildPartial()

public TaskAttemptResult buildPartial()
Returns
TypeDescription
TaskAttemptResult

clear()

public TaskAttemptResult.Builder clear()
Returns
TypeDescription
TaskAttemptResult.Builder
Overrides

clearExitCode()

public TaskAttemptResult.Builder clearExitCode()

Output only. The exit code of this attempt. This may be unset if the container was unable to exit cleanly with a code due to some other failure. See status field for possible failure details.

int32 exit_code = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TaskAttemptResult.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public TaskAttemptResult.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
TaskAttemptResult.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public TaskAttemptResult.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
TaskAttemptResult.Builder
Overrides

clearStatus()

public TaskAttemptResult.Builder clearStatus()

Output only. The status of this attempt. If the status code is OK, then the attempt succeeded.

.google.rpc.Status status = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TaskAttemptResult.Builder

clone()

public TaskAttemptResult.Builder clone()
Returns
TypeDescription
TaskAttemptResult.Builder
Overrides

getDefaultInstanceForType()

public TaskAttemptResult getDefaultInstanceForType()
Returns
TypeDescription
TaskAttemptResult

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getExitCode()

public int getExitCode()

Output only. The exit code of this attempt. This may be unset if the container was unable to exit cleanly with a code due to some other failure. See status field for possible failure details.

int32 exit_code = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The exitCode.

getStatus()

public Status getStatus()

Output only. The status of this attempt. If the status code is OK, then the attempt succeeded.

.google.rpc.Status status = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
com.google.rpc.Status

The status.

getStatusBuilder()

public Status.Builder getStatusBuilder()

Output only. The status of this attempt. If the status code is OK, then the attempt succeeded.

.google.rpc.Status status = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
com.google.rpc.Status.Builder

getStatusOrBuilder()

public StatusOrBuilder getStatusOrBuilder()

Output only. The status of this attempt. If the status code is OK, then the attempt succeeded.

.google.rpc.Status status = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
com.google.rpc.StatusOrBuilder

hasStatus()

public boolean hasStatus()

Output only. The status of this attempt. If the status code is OK, then the attempt succeeded.

.google.rpc.Status status = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the status field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(TaskAttemptResult other)

public TaskAttemptResult.Builder mergeFrom(TaskAttemptResult other)
Parameter
NameDescription
otherTaskAttemptResult
Returns
TypeDescription
TaskAttemptResult.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public TaskAttemptResult.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TaskAttemptResult.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public TaskAttemptResult.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
TaskAttemptResult.Builder
Overrides

mergeStatus(Status value)

public TaskAttemptResult.Builder mergeStatus(Status value)

Output only. The status of this attempt. If the status code is OK, then the attempt succeeded.

.google.rpc.Status status = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valuecom.google.rpc.Status
Returns
TypeDescription
TaskAttemptResult.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final TaskAttemptResult.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
TaskAttemptResult.Builder
Overrides

setExitCode(int value)

public TaskAttemptResult.Builder setExitCode(int value)

Output only. The exit code of this attempt. This may be unset if the container was unable to exit cleanly with a code due to some other failure. See status field for possible failure details.

int32 exit_code = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueint

The exitCode to set.

Returns
TypeDescription
TaskAttemptResult.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public TaskAttemptResult.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
TaskAttemptResult.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public TaskAttemptResult.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
TaskAttemptResult.Builder
Overrides

setStatus(Status value)

public TaskAttemptResult.Builder setStatus(Status value)

Output only. The status of this attempt. If the status code is OK, then the attempt succeeded.

.google.rpc.Status status = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valuecom.google.rpc.Status
Returns
TypeDescription
TaskAttemptResult.Builder

setStatus(Status.Builder builderForValue)

public TaskAttemptResult.Builder setStatus(Status.Builder builderForValue)

Output only. The status of this attempt. If the status code is OK, then the attempt succeeded.

.google.rpc.Status status = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
builderForValuecom.google.rpc.Status.Builder
Returns
TypeDescription
TaskAttemptResult.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final TaskAttemptResult.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
TaskAttemptResult.Builder
Overrides