Class TaskAttemptResult.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<TaskAttemptResult.Builder>
      • clear

        public TaskAttemptResult.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<TaskAttemptResult.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<TaskAttemptResult.Builder>
      • getDefaultInstanceForType

        public TaskAttemptResult getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public TaskAttemptResult build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public TaskAttemptResult buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public TaskAttemptResult.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<TaskAttemptResult.Builder>
      • setField

        public TaskAttemptResult.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                  Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<TaskAttemptResult.Builder>
      • clearField

        public TaskAttemptResult.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<TaskAttemptResult.Builder>
      • clearOneof

        public TaskAttemptResult.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<TaskAttemptResult.Builder>
      • setRepeatedField

        public TaskAttemptResult.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                          int index,
                                                          Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TaskAttemptResult.Builder>
      • addRepeatedField

        public TaskAttemptResult.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                          Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TaskAttemptResult.Builder>
      • mergeFrom

        public TaskAttemptResult.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<TaskAttemptResult.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<TaskAttemptResult.Builder>
      • mergeFrom

        public TaskAttemptResult.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                            throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<TaskAttemptResult.Builder>
        Throws:
        IOException
      • 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];
        Specified by:
        hasStatus in interface TaskAttemptResultOrBuilder
        Returns:
        Whether the status field is set.
      • getStatus

        public 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];
        Specified by:
        getStatus in interface TaskAttemptResultOrBuilder
        Returns:
        The status.
      • setStatus

        public TaskAttemptResult.Builder setStatus​(com.google.rpc.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];
      • setStatus

        public TaskAttemptResult.Builder setStatus​(com.google.rpc.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];
      • mergeStatus

        public TaskAttemptResult.Builder mergeStatus​(com.google.rpc.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];
      • 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];
      • getStatusBuilder

        public com.google.rpc.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];
      • getStatusOrBuilder

        public 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];
        Specified by:
        getStatusOrBuilder in interface TaskAttemptResultOrBuilder
      • 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];
        Specified by:
        getExitCode in interface TaskAttemptResultOrBuilder
        Returns:
        The exitCode.
      • setExitCode

        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];
        Parameters:
        value - The exitCode to set.
        Returns:
        This builder for chaining.
      • 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:
        This builder for chaining.
      • setUnknownFields

        public final TaskAttemptResult.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TaskAttemptResult.Builder>
      • mergeUnknownFields

        public final TaskAttemptResult.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TaskAttemptResult.Builder>