Class Refs.TypedName.Builder

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

public static final class Refs.TypedName.Builder extends com.google.protobuf.GeneratedMessage.Builder<Refs.TypedName.Builder> implements Refs.TypedNameOrBuilder
Protobuf type xolir.TypedName
  • 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<Refs.TypedName.Builder>
    • clear

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

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

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

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

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

      public Refs.TypedName.Builder mergeFrom(Refs.TypedName other)
    • isInitialized

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

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

      public String getName()
       TODO @mark: could be something like `T` or `List<int>`
       
      string name = 1;
      Specified by:
      getName in interface Refs.TypedNameOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       TODO @mark: could be something like `T` or `List<int>`
       
      string name = 1;
      Specified by:
      getNameBytes in interface Refs.TypedNameOrBuilder
      Returns:
      The bytes for name.
    • setName

      public Refs.TypedName.Builder setName(String value)
       TODO @mark: could be something like `T` or `List<int>`
       
      string name = 1;
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

      public Refs.TypedName.Builder clearName()
       TODO @mark: could be something like `T` or `List<int>`
       
      string name = 1;
      Returns:
      This builder for chaining.
    • setNameBytes

      public Refs.TypedName.Builder setNameBytes(com.google.protobuf.ByteString value)
       TODO @mark: could be something like `T` or `List<int>`
       
      string name = 1;
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • hasTypeId

      public boolean hasTypeId()
      .xolir.TypeRef type_id = 2;
      Specified by:
      hasTypeId in interface Refs.TypedNameOrBuilder
      Returns:
      Whether the typeId field is set.
    • getTypeId

      public Refs.TypeRef getTypeId()
      .xolir.TypeRef type_id = 2;
      Specified by:
      getTypeId in interface Refs.TypedNameOrBuilder
      Returns:
      The typeId.
    • setTypeId

      public Refs.TypedName.Builder setTypeId(Refs.TypeRef value)
      .xolir.TypeRef type_id = 2;
    • setTypeId

      public Refs.TypedName.Builder setTypeId(Refs.TypeRef.Builder builderForValue)
      .xolir.TypeRef type_id = 2;
    • mergeTypeId

      public Refs.TypedName.Builder mergeTypeId(Refs.TypeRef value)
      .xolir.TypeRef type_id = 2;
    • clearTypeId

      public Refs.TypedName.Builder clearTypeId()
      .xolir.TypeRef type_id = 2;
    • getTypeIdBuilder

      public Refs.TypeRef.Builder getTypeIdBuilder()
      .xolir.TypeRef type_id = 2;
    • getTypeIdOrBuilder

      public Refs.TypeRefOrBuilder getTypeIdOrBuilder()
      .xolir.TypeRef type_id = 2;
      Specified by:
      getTypeIdOrBuilder in interface Refs.TypedNameOrBuilder