Class RemoteException.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<RemoteException.Builder>
com.ironsoftware.ironpdf.internal.proto.RemoteException.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, RemoteExceptionOrBuilder, Cloneable
Enclosing class:
RemoteException

public static final class RemoteException.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<RemoteException.Builder> implements RemoteExceptionOrBuilder
 Exceptions
 
Protobuf type IronPdfEngine.Proto.RemoteException
  • Method Details

    • 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<RemoteException.Builder>
    • clear

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

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

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

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

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

      public RemoteException.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<RemoteException.Builder>
    • clearField

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

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

      public RemoteException.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<RemoteException.Builder>
    • addRepeatedField

      public RemoteException.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<RemoteException.Builder>
    • mergeFrom

      public RemoteException.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<RemoteException.Builder>
    • mergeFrom

      public RemoteException.Builder mergeFrom(RemoteException other)
    • isInitialized

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

      public RemoteException.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<RemoteException.Builder>
      Throws:
      IOException
    • getExceptionType

      public String getExceptionType()
      string exception_type = 1;
      Specified by:
      getExceptionType in interface RemoteExceptionOrBuilder
      Returns:
      The exceptionType.
    • getExceptionTypeBytes

      public com.google.protobuf.ByteString getExceptionTypeBytes()
      string exception_type = 1;
      Specified by:
      getExceptionTypeBytes in interface RemoteExceptionOrBuilder
      Returns:
      The bytes for exceptionType.
    • setExceptionType

      public RemoteException.Builder setExceptionType(String value)
      string exception_type = 1;
      Parameters:
      value - The exceptionType to set.
      Returns:
      This builder for chaining.
    • clearExceptionType

      public RemoteException.Builder clearExceptionType()
      string exception_type = 1;
      Returns:
      This builder for chaining.
    • setExceptionTypeBytes

      public RemoteException.Builder setExceptionTypeBytes(com.google.protobuf.ByteString value)
      string exception_type = 1;
      Parameters:
      value - The bytes for exceptionType to set.
      Returns:
      This builder for chaining.
    • getMessage

      public String getMessage()
      string message = 2;
      Specified by:
      getMessage in interface RemoteExceptionOrBuilder
      Returns:
      The message.
    • getMessageBytes

      public com.google.protobuf.ByteString getMessageBytes()
      string message = 2;
      Specified by:
      getMessageBytes in interface RemoteExceptionOrBuilder
      Returns:
      The bytes for message.
    • setMessage

      public RemoteException.Builder setMessage(String value)
      string message = 2;
      Parameters:
      value - The message to set.
      Returns:
      This builder for chaining.
    • clearMessage

      public RemoteException.Builder clearMessage()
      string message = 2;
      Returns:
      This builder for chaining.
    • setMessageBytes

      public RemoteException.Builder setMessageBytes(com.google.protobuf.ByteString value)
      string message = 2;
      Parameters:
      value - The bytes for message to set.
      Returns:
      This builder for chaining.
    • getRemoteStackTrace

      public String getRemoteStackTrace()
      string remote_stack_trace = 3;
      Specified by:
      getRemoteStackTrace in interface RemoteExceptionOrBuilder
      Returns:
      The remoteStackTrace.
    • getRemoteStackTraceBytes

      public com.google.protobuf.ByteString getRemoteStackTraceBytes()
      string remote_stack_trace = 3;
      Specified by:
      getRemoteStackTraceBytes in interface RemoteExceptionOrBuilder
      Returns:
      The bytes for remoteStackTrace.
    • setRemoteStackTrace

      public RemoteException.Builder setRemoteStackTrace(String value)
      string remote_stack_trace = 3;
      Parameters:
      value - The remoteStackTrace to set.
      Returns:
      This builder for chaining.
    • clearRemoteStackTrace

      public RemoteException.Builder clearRemoteStackTrace()
      string remote_stack_trace = 3;
      Returns:
      This builder for chaining.
    • setRemoteStackTraceBytes

      public RemoteException.Builder setRemoteStackTraceBytes(com.google.protobuf.ByteString value)
      string remote_stack_trace = 3;
      Parameters:
      value - The bytes for remoteStackTrace to set.
      Returns:
      This builder for chaining.
    • hasRootException

      public boolean hasRootException()
      optional .IronPdfEngine.Proto.RemoteException root_exception = 4;
      Specified by:
      hasRootException in interface RemoteExceptionOrBuilder
      Returns:
      Whether the rootException field is set.
    • getRootException

      public RemoteException getRootException()
      optional .IronPdfEngine.Proto.RemoteException root_exception = 4;
      Specified by:
      getRootException in interface RemoteExceptionOrBuilder
      Returns:
      The rootException.
    • setRootException

      public RemoteException.Builder setRootException(RemoteException value)
      optional .IronPdfEngine.Proto.RemoteException root_exception = 4;
    • setRootException

      public RemoteException.Builder setRootException(RemoteException.Builder builderForValue)
      optional .IronPdfEngine.Proto.RemoteException root_exception = 4;
    • mergeRootException

      public RemoteException.Builder mergeRootException(RemoteException value)
      optional .IronPdfEngine.Proto.RemoteException root_exception = 4;
    • clearRootException

      public RemoteException.Builder clearRootException()
      optional .IronPdfEngine.Proto.RemoteException root_exception = 4;
    • getRootExceptionBuilder

      public RemoteException.Builder getRootExceptionBuilder()
      optional .IronPdfEngine.Proto.RemoteException root_exception = 4;
    • getRootExceptionOrBuilder

      public RemoteExceptionOrBuilder getRootExceptionOrBuilder()
      optional .IronPdfEngine.Proto.RemoteException root_exception = 4;
      Specified by:
      getRootExceptionOrBuilder in interface RemoteExceptionOrBuilder
    • setUnknownFields

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

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