public interface TaskAttemptResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getExitCode()
Output only.
|
com.google.rpc.Status |
getStatus()
Output only.
|
com.google.rpc.StatusOrBuilder |
getStatusOrBuilder()
Output only.
|
boolean |
hasStatus()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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];com.google.rpc.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];com.google.rpc.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];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];Copyright © 2025 Google LLC. All rights reserved.