org.jetbrains.kotlin.serialization
Class ProtoBuf.TypeAlias.Builder

java.lang.Object
  extended by org.jetbrains.kotlin.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by org.jetbrains.kotlin.protobuf.GeneratedMessageLite.Builder<MessageType,BuilderType>
          extended by org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableBuilder<ProtoBuf.TypeAlias,ProtoBuf.TypeAlias.Builder>
              extended by org.jetbrains.kotlin.serialization.ProtoBuf.TypeAlias.Builder
All Implemented Interfaces:
java.lang.Cloneable, org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<ProtoBuf.TypeAlias>, org.jetbrains.kotlin.protobuf.MessageLite.Builder, org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder, ProtoBuf.TypeAliasOrBuilder
Enclosing class:
ProtoBuf.TypeAlias

public static final class ProtoBuf.TypeAlias.Builder
extends org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableBuilder<ProtoBuf.TypeAlias,ProtoBuf.TypeAlias.Builder>
implements ProtoBuf.TypeAliasOrBuilder

Protobuf type org.jetbrains.kotlin.serialization.TypeAlias


Method Summary
 ProtoBuf.TypeAlias.Builder addAllAnnotation(java.lang.Iterable<? extends ProtoBuf.Annotation> values)
          repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;
 ProtoBuf.TypeAlias.Builder addAllTypeParameter(java.lang.Iterable<? extends ProtoBuf.TypeParameter> values)
          repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;
 ProtoBuf.TypeAlias.Builder addAnnotation(int index, ProtoBuf.Annotation.Builder builderForValue)
          repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;
 ProtoBuf.TypeAlias.Builder addAnnotation(int index, ProtoBuf.Annotation value)
          repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;
 ProtoBuf.TypeAlias.Builder addAnnotation(ProtoBuf.Annotation.Builder builderForValue)
          repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;
 ProtoBuf.TypeAlias.Builder addAnnotation(ProtoBuf.Annotation value)
          repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;
 ProtoBuf.TypeAlias.Builder addTypeParameter(int index, ProtoBuf.TypeParameter.Builder builderForValue)
          repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;
 ProtoBuf.TypeAlias.Builder addTypeParameter(int index, ProtoBuf.TypeParameter value)
          repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;
 ProtoBuf.TypeAlias.Builder addTypeParameter(ProtoBuf.TypeParameter.Builder builderForValue)
          repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;
 ProtoBuf.TypeAlias.Builder addTypeParameter(ProtoBuf.TypeParameter value)
          repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;
 ProtoBuf.TypeAlias build()
           
 ProtoBuf.TypeAlias buildPartial()
           
 ProtoBuf.TypeAlias.Builder clear()
           
 ProtoBuf.TypeAlias.Builder clearAnnotation()
          repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;
 ProtoBuf.TypeAlias.Builder clearExpandedType()
          optional .org.jetbrains.kotlin.serialization.Type expanded_type = 6;
 ProtoBuf.TypeAlias.Builder clearExpandedTypeId()
          optional int32 expanded_type_id = 7;
 ProtoBuf.TypeAlias.Builder clearFlags()
          optional int32 flags = 1 [default = 6];
 ProtoBuf.TypeAlias.Builder clearName()
          required int32 name = 2;
 ProtoBuf.TypeAlias.Builder clearSinceKotlinInfo()
          optional int32 sinceKotlinInfo = 31;
 ProtoBuf.TypeAlias.Builder clearTypeParameter()
          repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;
 ProtoBuf.TypeAlias.Builder clearUnderlyingType()
          optional .org.jetbrains.kotlin.serialization.Type underlying_type = 4;
 ProtoBuf.TypeAlias.Builder clearUnderlyingTypeId()
          optional int32 underlying_type_id = 5;
 ProtoBuf.TypeAlias.Builder clone()
           
 ProtoBuf.Annotation getAnnotation(int index)
          repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;
 int getAnnotationCount()
          repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;
 java.util.List<ProtoBuf.Annotation> getAnnotationList()
          repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;
 ProtoBuf.TypeAlias getDefaultInstanceForType()
           
 ProtoBuf.Type getExpandedType()
          optional .org.jetbrains.kotlin.serialization.Type expanded_type = 6;
 int getExpandedTypeId()
          optional int32 expanded_type_id = 7;
 int getFlags()
          optional int32 flags = 1 [default = 6];
 int getName()
          required int32 name = 2;
 int getSinceKotlinInfo()
          optional int32 sinceKotlinInfo = 31;
 ProtoBuf.TypeParameter getTypeParameter(int index)
          repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;
 int getTypeParameterCount()
          repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;
 java.util.List<ProtoBuf.TypeParameter> getTypeParameterList()
          repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;
 ProtoBuf.Type getUnderlyingType()
          optional .org.jetbrains.kotlin.serialization.Type underlying_type = 4;
 int getUnderlyingTypeId()
          optional int32 underlying_type_id = 5;
 boolean hasExpandedType()
          optional .org.jetbrains.kotlin.serialization.Type expanded_type = 6;
 boolean hasExpandedTypeId()
          optional int32 expanded_type_id = 7;
 boolean hasFlags()
          optional int32 flags = 1 [default = 6];
 boolean hasName()
          required int32 name = 2;
 boolean hasSinceKotlinInfo()
          optional int32 sinceKotlinInfo = 31;
 boolean hasUnderlyingType()
          optional .org.jetbrains.kotlin.serialization.Type underlying_type = 4;
 boolean hasUnderlyingTypeId()
          optional int32 underlying_type_id = 5;
 boolean isInitialized()
           
 ProtoBuf.TypeAlias.Builder mergeExpandedType(ProtoBuf.Type value)
          optional .org.jetbrains.kotlin.serialization.Type expanded_type = 6;
 ProtoBuf.TypeAlias.Builder mergeFrom(org.jetbrains.kotlin.protobuf.CodedInputStream input, org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ProtoBuf.TypeAlias.Builder mergeFrom(ProtoBuf.TypeAlias other)
           
 ProtoBuf.TypeAlias.Builder mergeUnderlyingType(ProtoBuf.Type value)
          optional .org.jetbrains.kotlin.serialization.Type underlying_type = 4;
 ProtoBuf.TypeAlias.Builder removeAnnotation(int index)
          repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;
 ProtoBuf.TypeAlias.Builder removeTypeParameter(int index)
          repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;
 ProtoBuf.TypeAlias.Builder setAnnotation(int index, ProtoBuf.Annotation.Builder builderForValue)
          repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;
 ProtoBuf.TypeAlias.Builder setAnnotation(int index, ProtoBuf.Annotation value)
          repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;
 ProtoBuf.TypeAlias.Builder setExpandedType(ProtoBuf.Type.Builder builderForValue)
          optional .org.jetbrains.kotlin.serialization.Type expanded_type = 6;
 ProtoBuf.TypeAlias.Builder setExpandedType(ProtoBuf.Type value)
          optional .org.jetbrains.kotlin.serialization.Type expanded_type = 6;
 ProtoBuf.TypeAlias.Builder setExpandedTypeId(int value)
          optional int32 expanded_type_id = 7;
 ProtoBuf.TypeAlias.Builder setFlags(int value)
          optional int32 flags = 1 [default = 6];
 ProtoBuf.TypeAlias.Builder setName(int value)
          required int32 name = 2;
 ProtoBuf.TypeAlias.Builder setSinceKotlinInfo(int value)
          optional int32 sinceKotlinInfo = 31;
 ProtoBuf.TypeAlias.Builder setTypeParameter(int index, ProtoBuf.TypeParameter.Builder builderForValue)
          repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;
 ProtoBuf.TypeAlias.Builder setTypeParameter(int index, ProtoBuf.TypeParameter value)
          repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;
 ProtoBuf.TypeAlias.Builder setUnderlyingType(ProtoBuf.Type.Builder builderForValue)
          optional .org.jetbrains.kotlin.serialization.Type underlying_type = 4;
 ProtoBuf.TypeAlias.Builder setUnderlyingType(ProtoBuf.Type value)
          optional .org.jetbrains.kotlin.serialization.Type underlying_type = 4;
 ProtoBuf.TypeAlias.Builder setUnderlyingTypeId(int value)
          optional int32 underlying_type_id = 5;
 
Methods inherited from class org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableBuilder
addExtension, clearExtension, extensionsAreInitialized, getExtension, getExtension, getExtensionCount, hasExtension, mergeExtensionFields, parseUnknownField, setExtension, setExtension
 
Methods inherited from class org.jetbrains.kotlin.protobuf.GeneratedMessageLite.Builder
getUnknownFields, setUnknownFields
 
Methods inherited from class org.jetbrains.kotlin.protobuf.AbstractMessageLite.Builder
addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder
getExtension, getExtension, getExtensionCount, hasExtension
 

Method Detail

clear

public ProtoBuf.TypeAlias.Builder clear()
Specified by:
clear in interface org.jetbrains.kotlin.protobuf.MessageLite.Builder
Overrides:
clear in class org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableBuilder<ProtoBuf.TypeAlias,ProtoBuf.TypeAlias.Builder>

clone

public ProtoBuf.TypeAlias.Builder clone()
Specified by:
clone in interface org.jetbrains.kotlin.protobuf.MessageLite.Builder
Overrides:
clone in class org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableBuilder<ProtoBuf.TypeAlias,ProtoBuf.TypeAlias.Builder>

getDefaultInstanceForType

public ProtoBuf.TypeAlias getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder
Overrides:
getDefaultInstanceForType in class org.jetbrains.kotlin.protobuf.GeneratedMessageLite.Builder<ProtoBuf.TypeAlias,ProtoBuf.TypeAlias.Builder>

build

public ProtoBuf.TypeAlias build()
Specified by:
build in interface org.jetbrains.kotlin.protobuf.MessageLite.Builder

buildPartial

public ProtoBuf.TypeAlias buildPartial()
Specified by:
buildPartial in interface org.jetbrains.kotlin.protobuf.MessageLite.Builder

mergeFrom

public ProtoBuf.TypeAlias.Builder mergeFrom(ProtoBuf.TypeAlias other)
Specified by:
mergeFrom in class org.jetbrains.kotlin.protobuf.GeneratedMessageLite.Builder<ProtoBuf.TypeAlias,ProtoBuf.TypeAlias.Builder>

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder

mergeFrom

public ProtoBuf.TypeAlias.Builder mergeFrom(org.jetbrains.kotlin.protobuf.CodedInputStream input,
                                            org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws java.io.IOException
Specified by:
mergeFrom in interface org.jetbrains.kotlin.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class org.jetbrains.kotlin.protobuf.AbstractMessageLite.Builder<ProtoBuf.TypeAlias.Builder>
Throws:
java.io.IOException

hasFlags

public boolean hasFlags()
optional int32 flags = 1 [default = 6];
hasAnnotations
Visibility
 

Specified by:
hasFlags in interface ProtoBuf.TypeAliasOrBuilder

getFlags

public int getFlags()
optional int32 flags = 1 [default = 6];
hasAnnotations
Visibility
 

Specified by:
getFlags in interface ProtoBuf.TypeAliasOrBuilder

setFlags

public ProtoBuf.TypeAlias.Builder setFlags(int value)
optional int32 flags = 1 [default = 6];
hasAnnotations
Visibility
 


clearFlags

public ProtoBuf.TypeAlias.Builder clearFlags()
optional int32 flags = 1 [default = 6];
hasAnnotations
Visibility
 


hasName

public boolean hasName()
required int32 name = 2;

Specified by:
hasName in interface ProtoBuf.TypeAliasOrBuilder

getName

public int getName()
required int32 name = 2;

Specified by:
getName in interface ProtoBuf.TypeAliasOrBuilder

setName

public ProtoBuf.TypeAlias.Builder setName(int value)
required int32 name = 2;


clearName

public ProtoBuf.TypeAlias.Builder clearName()
required int32 name = 2;


getTypeParameterList

public java.util.List<ProtoBuf.TypeParameter> getTypeParameterList()
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;

Specified by:
getTypeParameterList in interface ProtoBuf.TypeAliasOrBuilder

getTypeParameterCount

public int getTypeParameterCount()
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;

Specified by:
getTypeParameterCount in interface ProtoBuf.TypeAliasOrBuilder

getTypeParameter

public ProtoBuf.TypeParameter getTypeParameter(int index)
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;

Specified by:
getTypeParameter in interface ProtoBuf.TypeAliasOrBuilder

setTypeParameter

public ProtoBuf.TypeAlias.Builder setTypeParameter(int index,
                                                   ProtoBuf.TypeParameter value)
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;


setTypeParameter

public ProtoBuf.TypeAlias.Builder setTypeParameter(int index,
                                                   ProtoBuf.TypeParameter.Builder builderForValue)
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;


addTypeParameter

public ProtoBuf.TypeAlias.Builder addTypeParameter(ProtoBuf.TypeParameter value)
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;


addTypeParameter

public ProtoBuf.TypeAlias.Builder addTypeParameter(int index,
                                                   ProtoBuf.TypeParameter value)
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;


addTypeParameter

public ProtoBuf.TypeAlias.Builder addTypeParameter(ProtoBuf.TypeParameter.Builder builderForValue)
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;


addTypeParameter

public ProtoBuf.TypeAlias.Builder addTypeParameter(int index,
                                                   ProtoBuf.TypeParameter.Builder builderForValue)
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;


addAllTypeParameter

public ProtoBuf.TypeAlias.Builder addAllTypeParameter(java.lang.Iterable<? extends ProtoBuf.TypeParameter> values)
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;


clearTypeParameter

public ProtoBuf.TypeAlias.Builder clearTypeParameter()
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;


removeTypeParameter

public ProtoBuf.TypeAlias.Builder removeTypeParameter(int index)
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;


hasUnderlyingType

public boolean hasUnderlyingType()
optional .org.jetbrains.kotlin.serialization.Type underlying_type = 4;

Specified by:
hasUnderlyingType in interface ProtoBuf.TypeAliasOrBuilder

getUnderlyingType

public ProtoBuf.Type getUnderlyingType()
optional .org.jetbrains.kotlin.serialization.Type underlying_type = 4;

Specified by:
getUnderlyingType in interface ProtoBuf.TypeAliasOrBuilder

setUnderlyingType

public ProtoBuf.TypeAlias.Builder setUnderlyingType(ProtoBuf.Type value)
optional .org.jetbrains.kotlin.serialization.Type underlying_type = 4;


setUnderlyingType

public ProtoBuf.TypeAlias.Builder setUnderlyingType(ProtoBuf.Type.Builder builderForValue)
optional .org.jetbrains.kotlin.serialization.Type underlying_type = 4;


mergeUnderlyingType

public ProtoBuf.TypeAlias.Builder mergeUnderlyingType(ProtoBuf.Type value)
optional .org.jetbrains.kotlin.serialization.Type underlying_type = 4;


clearUnderlyingType

public ProtoBuf.TypeAlias.Builder clearUnderlyingType()
optional .org.jetbrains.kotlin.serialization.Type underlying_type = 4;


hasUnderlyingTypeId

public boolean hasUnderlyingTypeId()
optional int32 underlying_type_id = 5;

Specified by:
hasUnderlyingTypeId in interface ProtoBuf.TypeAliasOrBuilder

getUnderlyingTypeId

public int getUnderlyingTypeId()
optional int32 underlying_type_id = 5;

Specified by:
getUnderlyingTypeId in interface ProtoBuf.TypeAliasOrBuilder

setUnderlyingTypeId

public ProtoBuf.TypeAlias.Builder setUnderlyingTypeId(int value)
optional int32 underlying_type_id = 5;


clearUnderlyingTypeId

public ProtoBuf.TypeAlias.Builder clearUnderlyingTypeId()
optional int32 underlying_type_id = 5;


hasExpandedType

public boolean hasExpandedType()
optional .org.jetbrains.kotlin.serialization.Type expanded_type = 6;

Specified by:
hasExpandedType in interface ProtoBuf.TypeAliasOrBuilder

getExpandedType

public ProtoBuf.Type getExpandedType()
optional .org.jetbrains.kotlin.serialization.Type expanded_type = 6;

Specified by:
getExpandedType in interface ProtoBuf.TypeAliasOrBuilder

setExpandedType

public ProtoBuf.TypeAlias.Builder setExpandedType(ProtoBuf.Type value)
optional .org.jetbrains.kotlin.serialization.Type expanded_type = 6;


setExpandedType

public ProtoBuf.TypeAlias.Builder setExpandedType(ProtoBuf.Type.Builder builderForValue)
optional .org.jetbrains.kotlin.serialization.Type expanded_type = 6;


mergeExpandedType

public ProtoBuf.TypeAlias.Builder mergeExpandedType(ProtoBuf.Type value)
optional .org.jetbrains.kotlin.serialization.Type expanded_type = 6;


clearExpandedType

public ProtoBuf.TypeAlias.Builder clearExpandedType()
optional .org.jetbrains.kotlin.serialization.Type expanded_type = 6;


hasExpandedTypeId

public boolean hasExpandedTypeId()
optional int32 expanded_type_id = 7;

Specified by:
hasExpandedTypeId in interface ProtoBuf.TypeAliasOrBuilder

getExpandedTypeId

public int getExpandedTypeId()
optional int32 expanded_type_id = 7;

Specified by:
getExpandedTypeId in interface ProtoBuf.TypeAliasOrBuilder

setExpandedTypeId

public ProtoBuf.TypeAlias.Builder setExpandedTypeId(int value)
optional int32 expanded_type_id = 7;


clearExpandedTypeId

public ProtoBuf.TypeAlias.Builder clearExpandedTypeId()
optional int32 expanded_type_id = 7;


getAnnotationList

public java.util.List<ProtoBuf.Annotation> getAnnotationList()
repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;

Specified by:
getAnnotationList in interface ProtoBuf.TypeAliasOrBuilder

getAnnotationCount

public int getAnnotationCount()
repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;

Specified by:
getAnnotationCount in interface ProtoBuf.TypeAliasOrBuilder

getAnnotation

public ProtoBuf.Annotation getAnnotation(int index)
repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;

Specified by:
getAnnotation in interface ProtoBuf.TypeAliasOrBuilder

setAnnotation

public ProtoBuf.TypeAlias.Builder setAnnotation(int index,
                                                ProtoBuf.Annotation value)
repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;


setAnnotation

public ProtoBuf.TypeAlias.Builder setAnnotation(int index,
                                                ProtoBuf.Annotation.Builder builderForValue)
repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;


addAnnotation

public ProtoBuf.TypeAlias.Builder addAnnotation(ProtoBuf.Annotation value)
repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;


addAnnotation

public ProtoBuf.TypeAlias.Builder addAnnotation(int index,
                                                ProtoBuf.Annotation value)
repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;


addAnnotation

public ProtoBuf.TypeAlias.Builder addAnnotation(ProtoBuf.Annotation.Builder builderForValue)
repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;


addAnnotation

public ProtoBuf.TypeAlias.Builder addAnnotation(int index,
                                                ProtoBuf.Annotation.Builder builderForValue)
repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;


addAllAnnotation

public ProtoBuf.TypeAlias.Builder addAllAnnotation(java.lang.Iterable<? extends ProtoBuf.Annotation> values)
repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;


clearAnnotation

public ProtoBuf.TypeAlias.Builder clearAnnotation()
repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;


removeAnnotation

public ProtoBuf.TypeAlias.Builder removeAnnotation(int index)
repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;


hasSinceKotlinInfo

public boolean hasSinceKotlinInfo()
optional int32 sinceKotlinInfo = 31;
 Index into the SinceKotlinInfoTable
 

Specified by:
hasSinceKotlinInfo in interface ProtoBuf.TypeAliasOrBuilder

getSinceKotlinInfo

public int getSinceKotlinInfo()
optional int32 sinceKotlinInfo = 31;
 Index into the SinceKotlinInfoTable
 

Specified by:
getSinceKotlinInfo in interface ProtoBuf.TypeAliasOrBuilder

setSinceKotlinInfo

public ProtoBuf.TypeAlias.Builder setSinceKotlinInfo(int value)
optional int32 sinceKotlinInfo = 31;
 Index into the SinceKotlinInfoTable
 


clearSinceKotlinInfo

public ProtoBuf.TypeAlias.Builder clearSinceKotlinInfo()
optional int32 sinceKotlinInfo = 31;
 Index into the SinceKotlinInfoTable