Class Debug.SourceFile.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<Debug.SourceFile.Builder>
com.apivolve.xolir.Debug.SourceFile.Builder
All Implemented Interfaces:
Debug.SourceFileOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
Debug.SourceFile

public static final class Debug.SourceFile.Builder extends com.google.protobuf.GeneratedMessage.Builder<Debug.SourceFile.Builder> implements Debug.SourceFileOrBuilder
Protobuf type xolir.SourceFile
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Debug.SourceFile.Builder>
    • clear

      public Debug.SourceFile.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.GeneratedMessage.Builder<Debug.SourceFile.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.GeneratedMessage.Builder<Debug.SourceFile.Builder>
    • getDefaultInstanceForType

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

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

      public Debug.SourceFile buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

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

      public Debug.SourceFile.Builder mergeFrom(Debug.SourceFile other)
    • isInitialized

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

      public Debug.SourceFile.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<Debug.SourceFile.Builder>
      Throws:
      IOException
    • getName

      public String getName()
      string name = 1;
      Specified by:
      getName in interface Debug.SourceFileOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      Specified by:
      getNameBytes in interface Debug.SourceFileOrBuilder
      Returns:
      The bytes for name.
    • setName

      public Debug.SourceFile.Builder setName(String value)
      string name = 1;
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

      public Debug.SourceFile.Builder clearName()
      string name = 1;
      Returns:
      This builder for chaining.
    • setNameBytes

      public Debug.SourceFile.Builder setNameBytes(com.google.protobuf.ByteString value)
      string name = 1;
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • getSource

      public String getSource()
      string source = 2;
      Specified by:
      getSource in interface Debug.SourceFileOrBuilder
      Returns:
      The source.
    • getSourceBytes

      public com.google.protobuf.ByteString getSourceBytes()
      string source = 2;
      Specified by:
      getSourceBytes in interface Debug.SourceFileOrBuilder
      Returns:
      The bytes for source.
    • setSource

      public Debug.SourceFile.Builder setSource(String value)
      string source = 2;
      Parameters:
      value - The source to set.
      Returns:
      This builder for chaining.
    • clearSource

      public Debug.SourceFile.Builder clearSource()
      string source = 2;
      Returns:
      This builder for chaining.
    • setSourceBytes

      public Debug.SourceFile.Builder setSourceBytes(com.google.protobuf.ByteString value)
      string source = 2;
      Parameters:
      value - The bytes for source to set.
      Returns:
      This builder for chaining.