Class FailureDetails.Crash.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<FailureDetails.Crash.Builder>
      • clear

        public FailureDetails.Crash.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<FailureDetails.Crash.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<FailureDetails.Crash.Builder>
      • getDefaultInstanceForType

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

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

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

        public FailureDetails.Crash.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<FailureDetails.Crash.Builder>
      • setField

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

        public FailureDetails.Crash.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<FailureDetails.Crash.Builder>
      • clearOneof

        public FailureDetails.Crash.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<FailureDetails.Crash.Builder>
      • setRepeatedField

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

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

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

        public FailureDetails.Crash.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws java.io.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<FailureDetails.Crash.Builder>
        Throws:
        java.io.IOException
      • getCodeValue

        public int getCodeValue()
        .failure_details.Crash.Code code = 1;
        Specified by:
        getCodeValue in interface FailureDetails.CrashOrBuilder
        Returns:
        The enum numeric value on the wire for code.
      • setCodeValue

        public FailureDetails.Crash.Builder setCodeValue​(int value)
        .failure_details.Crash.Code code = 1;
        Parameters:
        value - The enum numeric value on the wire for code to set.
        Returns:
        This builder for chaining.
      • getCausesList

        public java.util.List<FailureDetails.Throwable> getCausesList()
         The cause chain of the crash, with the outermost throwable first. Limited
         to the outermost exception and at most 4 nested causes (so, max size of 5).
         
        repeated .failure_details.Throwable causes = 2;
        Specified by:
        getCausesList in interface FailureDetails.CrashOrBuilder
      • getCausesCount

        public int getCausesCount()
         The cause chain of the crash, with the outermost throwable first. Limited
         to the outermost exception and at most 4 nested causes (so, max size of 5).
         
        repeated .failure_details.Throwable causes = 2;
        Specified by:
        getCausesCount in interface FailureDetails.CrashOrBuilder
      • getCauses

        public FailureDetails.Throwable getCauses​(int index)
         The cause chain of the crash, with the outermost throwable first. Limited
         to the outermost exception and at most 4 nested causes (so, max size of 5).
         
        repeated .failure_details.Throwable causes = 2;
        Specified by:
        getCauses in interface FailureDetails.CrashOrBuilder
      • setCauses

        public FailureDetails.Crash.Builder setCauses​(int index,
                                                      FailureDetails.Throwable value)
         The cause chain of the crash, with the outermost throwable first. Limited
         to the outermost exception and at most 4 nested causes (so, max size of 5).
         
        repeated .failure_details.Throwable causes = 2;
      • setCauses

        public FailureDetails.Crash.Builder setCauses​(int index,
                                                      FailureDetails.Throwable.Builder builderForValue)
         The cause chain of the crash, with the outermost throwable first. Limited
         to the outermost exception and at most 4 nested causes (so, max size of 5).
         
        repeated .failure_details.Throwable causes = 2;
      • addCauses

        public FailureDetails.Crash.Builder addCauses​(FailureDetails.Throwable value)
         The cause chain of the crash, with the outermost throwable first. Limited
         to the outermost exception and at most 4 nested causes (so, max size of 5).
         
        repeated .failure_details.Throwable causes = 2;
      • addCauses

        public FailureDetails.Crash.Builder addCauses​(int index,
                                                      FailureDetails.Throwable value)
         The cause chain of the crash, with the outermost throwable first. Limited
         to the outermost exception and at most 4 nested causes (so, max size of 5).
         
        repeated .failure_details.Throwable causes = 2;
      • addCauses

        public FailureDetails.Crash.Builder addCauses​(FailureDetails.Throwable.Builder builderForValue)
         The cause chain of the crash, with the outermost throwable first. Limited
         to the outermost exception and at most 4 nested causes (so, max size of 5).
         
        repeated .failure_details.Throwable causes = 2;
      • addCauses

        public FailureDetails.Crash.Builder addCauses​(int index,
                                                      FailureDetails.Throwable.Builder builderForValue)
         The cause chain of the crash, with the outermost throwable first. Limited
         to the outermost exception and at most 4 nested causes (so, max size of 5).
         
        repeated .failure_details.Throwable causes = 2;
      • addAllCauses

        public FailureDetails.Crash.Builder addAllCauses​(java.lang.Iterable<? extends FailureDetails.Throwable> values)
         The cause chain of the crash, with the outermost throwable first. Limited
         to the outermost exception and at most 4 nested causes (so, max size of 5).
         
        repeated .failure_details.Throwable causes = 2;
      • clearCauses

        public FailureDetails.Crash.Builder clearCauses()
         The cause chain of the crash, with the outermost throwable first. Limited
         to the outermost exception and at most 4 nested causes (so, max size of 5).
         
        repeated .failure_details.Throwable causes = 2;
      • removeCauses

        public FailureDetails.Crash.Builder removeCauses​(int index)
         The cause chain of the crash, with the outermost throwable first. Limited
         to the outermost exception and at most 4 nested causes (so, max size of 5).
         
        repeated .failure_details.Throwable causes = 2;
      • getCausesBuilder

        public FailureDetails.Throwable.Builder getCausesBuilder​(int index)
         The cause chain of the crash, with the outermost throwable first. Limited
         to the outermost exception and at most 4 nested causes (so, max size of 5).
         
        repeated .failure_details.Throwable causes = 2;
      • addCausesBuilder

        public FailureDetails.Throwable.Builder addCausesBuilder()
         The cause chain of the crash, with the outermost throwable first. Limited
         to the outermost exception and at most 4 nested causes (so, max size of 5).
         
        repeated .failure_details.Throwable causes = 2;
      • addCausesBuilder

        public FailureDetails.Throwable.Builder addCausesBuilder​(int index)
         The cause chain of the crash, with the outermost throwable first. Limited
         to the outermost exception and at most 4 nested causes (so, max size of 5).
         
        repeated .failure_details.Throwable causes = 2;
      • getCausesBuilderList

        public java.util.List<FailureDetails.Throwable.Builder> getCausesBuilderList()
         The cause chain of the crash, with the outermost throwable first. Limited
         to the outermost exception and at most 4 nested causes (so, max size of 5).
         
        repeated .failure_details.Throwable causes = 2;
      • setUnknownFields

        public final FailureDetails.Crash.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<FailureDetails.Crash.Builder>
      • mergeUnknownFields

        public final FailureDetails.Crash.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<FailureDetails.Crash.Builder>