|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.protobuf.AbstractMessageLite.Builder<BuilderType>
org.jetbrains.kotlin.protobuf.GeneratedMessageLite.Builder<MessageType,BuilderType>
org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableBuilder<ProtoBuf.TypeAlias,ProtoBuf.TypeAlias.Builder>
org.jetbrains.kotlin.serialization.ProtoBuf.TypeAlias.Builder
public static final class ProtoBuf.TypeAlias.Builder
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 |
|---|
public ProtoBuf.TypeAlias.Builder clear()
clear in interface org.jetbrains.kotlin.protobuf.MessageLite.Builderclear in class org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableBuilder<ProtoBuf.TypeAlias,ProtoBuf.TypeAlias.Builder>public ProtoBuf.TypeAlias.Builder clone()
clone in interface org.jetbrains.kotlin.protobuf.MessageLite.Builderclone in class org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableBuilder<ProtoBuf.TypeAlias,ProtoBuf.TypeAlias.Builder>public ProtoBuf.TypeAlias getDefaultInstanceForType()
getDefaultInstanceForType in interface org.jetbrains.kotlin.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in class org.jetbrains.kotlin.protobuf.GeneratedMessageLite.Builder<ProtoBuf.TypeAlias,ProtoBuf.TypeAlias.Builder>public ProtoBuf.TypeAlias build()
build in interface org.jetbrains.kotlin.protobuf.MessageLite.Builderpublic ProtoBuf.TypeAlias buildPartial()
buildPartial in interface org.jetbrains.kotlin.protobuf.MessageLite.Builderpublic ProtoBuf.TypeAlias.Builder mergeFrom(ProtoBuf.TypeAlias other)
mergeFrom in class org.jetbrains.kotlin.protobuf.GeneratedMessageLite.Builder<ProtoBuf.TypeAlias,ProtoBuf.TypeAlias.Builder>public final boolean isInitialized()
isInitialized in interface org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder
public ProtoBuf.TypeAlias.Builder mergeFrom(org.jetbrains.kotlin.protobuf.CodedInputStream input,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
mergeFrom in interface org.jetbrains.kotlin.protobuf.MessageLite.BuildermergeFrom in class org.jetbrains.kotlin.protobuf.AbstractMessageLite.Builder<ProtoBuf.TypeAlias.Builder>java.io.IOExceptionpublic boolean hasFlags()
optional int32 flags = 1 [default = 6];
hasAnnotations Visibility
hasFlags in interface ProtoBuf.TypeAliasOrBuilderpublic int getFlags()
optional int32 flags = 1 [default = 6];
hasAnnotations Visibility
getFlags in interface ProtoBuf.TypeAliasOrBuilderpublic ProtoBuf.TypeAlias.Builder setFlags(int value)
optional int32 flags = 1 [default = 6];
hasAnnotations Visibility
public ProtoBuf.TypeAlias.Builder clearFlags()
optional int32 flags = 1 [default = 6];
hasAnnotations Visibility
public boolean hasName()
required int32 name = 2;
hasName in interface ProtoBuf.TypeAliasOrBuilderpublic int getName()
required int32 name = 2;
getName in interface ProtoBuf.TypeAliasOrBuilderpublic ProtoBuf.TypeAlias.Builder setName(int value)
required int32 name = 2;
public ProtoBuf.TypeAlias.Builder clearName()
required int32 name = 2;
public java.util.List<ProtoBuf.TypeParameter> getTypeParameterList()
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;
getTypeParameterList in interface ProtoBuf.TypeAliasOrBuilderpublic int getTypeParameterCount()
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;
getTypeParameterCount in interface ProtoBuf.TypeAliasOrBuilderpublic ProtoBuf.TypeParameter getTypeParameter(int index)
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;
getTypeParameter in interface ProtoBuf.TypeAliasOrBuilder
public ProtoBuf.TypeAlias.Builder setTypeParameter(int index,
ProtoBuf.TypeParameter value)
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;
public ProtoBuf.TypeAlias.Builder setTypeParameter(int index,
ProtoBuf.TypeParameter.Builder builderForValue)
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;
public ProtoBuf.TypeAlias.Builder addTypeParameter(ProtoBuf.TypeParameter value)
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;
public ProtoBuf.TypeAlias.Builder addTypeParameter(int index,
ProtoBuf.TypeParameter value)
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;
public ProtoBuf.TypeAlias.Builder addTypeParameter(ProtoBuf.TypeParameter.Builder builderForValue)
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;
public ProtoBuf.TypeAlias.Builder addTypeParameter(int index,
ProtoBuf.TypeParameter.Builder builderForValue)
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;
public ProtoBuf.TypeAlias.Builder addAllTypeParameter(java.lang.Iterable<? extends ProtoBuf.TypeParameter> values)
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;
public ProtoBuf.TypeAlias.Builder clearTypeParameter()
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;
public ProtoBuf.TypeAlias.Builder removeTypeParameter(int index)
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 3;
public boolean hasUnderlyingType()
optional .org.jetbrains.kotlin.serialization.Type underlying_type = 4;
hasUnderlyingType in interface ProtoBuf.TypeAliasOrBuilderpublic ProtoBuf.Type getUnderlyingType()
optional .org.jetbrains.kotlin.serialization.Type underlying_type = 4;
getUnderlyingType in interface ProtoBuf.TypeAliasOrBuilderpublic ProtoBuf.TypeAlias.Builder setUnderlyingType(ProtoBuf.Type value)
optional .org.jetbrains.kotlin.serialization.Type underlying_type = 4;
public ProtoBuf.TypeAlias.Builder setUnderlyingType(ProtoBuf.Type.Builder builderForValue)
optional .org.jetbrains.kotlin.serialization.Type underlying_type = 4;
public ProtoBuf.TypeAlias.Builder mergeUnderlyingType(ProtoBuf.Type value)
optional .org.jetbrains.kotlin.serialization.Type underlying_type = 4;
public ProtoBuf.TypeAlias.Builder clearUnderlyingType()
optional .org.jetbrains.kotlin.serialization.Type underlying_type = 4;
public boolean hasUnderlyingTypeId()
optional int32 underlying_type_id = 5;
hasUnderlyingTypeId in interface ProtoBuf.TypeAliasOrBuilderpublic int getUnderlyingTypeId()
optional int32 underlying_type_id = 5;
getUnderlyingTypeId in interface ProtoBuf.TypeAliasOrBuilderpublic ProtoBuf.TypeAlias.Builder setUnderlyingTypeId(int value)
optional int32 underlying_type_id = 5;
public ProtoBuf.TypeAlias.Builder clearUnderlyingTypeId()
optional int32 underlying_type_id = 5;
public boolean hasExpandedType()
optional .org.jetbrains.kotlin.serialization.Type expanded_type = 6;
hasExpandedType in interface ProtoBuf.TypeAliasOrBuilderpublic ProtoBuf.Type getExpandedType()
optional .org.jetbrains.kotlin.serialization.Type expanded_type = 6;
getExpandedType in interface ProtoBuf.TypeAliasOrBuilderpublic ProtoBuf.TypeAlias.Builder setExpandedType(ProtoBuf.Type value)
optional .org.jetbrains.kotlin.serialization.Type expanded_type = 6;
public ProtoBuf.TypeAlias.Builder setExpandedType(ProtoBuf.Type.Builder builderForValue)
optional .org.jetbrains.kotlin.serialization.Type expanded_type = 6;
public ProtoBuf.TypeAlias.Builder mergeExpandedType(ProtoBuf.Type value)
optional .org.jetbrains.kotlin.serialization.Type expanded_type = 6;
public ProtoBuf.TypeAlias.Builder clearExpandedType()
optional .org.jetbrains.kotlin.serialization.Type expanded_type = 6;
public boolean hasExpandedTypeId()
optional int32 expanded_type_id = 7;
hasExpandedTypeId in interface ProtoBuf.TypeAliasOrBuilderpublic int getExpandedTypeId()
optional int32 expanded_type_id = 7;
getExpandedTypeId in interface ProtoBuf.TypeAliasOrBuilderpublic ProtoBuf.TypeAlias.Builder setExpandedTypeId(int value)
optional int32 expanded_type_id = 7;
public ProtoBuf.TypeAlias.Builder clearExpandedTypeId()
optional int32 expanded_type_id = 7;
public java.util.List<ProtoBuf.Annotation> getAnnotationList()
repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;
getAnnotationList in interface ProtoBuf.TypeAliasOrBuilderpublic int getAnnotationCount()
repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;
getAnnotationCount in interface ProtoBuf.TypeAliasOrBuilderpublic ProtoBuf.Annotation getAnnotation(int index)
repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;
getAnnotation in interface ProtoBuf.TypeAliasOrBuilder
public ProtoBuf.TypeAlias.Builder setAnnotation(int index,
ProtoBuf.Annotation value)
repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;
public ProtoBuf.TypeAlias.Builder setAnnotation(int index,
ProtoBuf.Annotation.Builder builderForValue)
repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;
public ProtoBuf.TypeAlias.Builder addAnnotation(ProtoBuf.Annotation value)
repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;
public ProtoBuf.TypeAlias.Builder addAnnotation(int index,
ProtoBuf.Annotation value)
repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;
public ProtoBuf.TypeAlias.Builder addAnnotation(ProtoBuf.Annotation.Builder builderForValue)
repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;
public ProtoBuf.TypeAlias.Builder addAnnotation(int index,
ProtoBuf.Annotation.Builder builderForValue)
repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;
public ProtoBuf.TypeAlias.Builder addAllAnnotation(java.lang.Iterable<? extends ProtoBuf.Annotation> values)
repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;
public ProtoBuf.TypeAlias.Builder clearAnnotation()
repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;
public ProtoBuf.TypeAlias.Builder removeAnnotation(int index)
repeated .org.jetbrains.kotlin.serialization.Annotation annotation = 8;
public boolean hasSinceKotlinInfo()
optional int32 sinceKotlinInfo = 31;
Index into the SinceKotlinInfoTable
hasSinceKotlinInfo in interface ProtoBuf.TypeAliasOrBuilderpublic int getSinceKotlinInfo()
optional int32 sinceKotlinInfo = 31;
Index into the SinceKotlinInfoTable
getSinceKotlinInfo in interface ProtoBuf.TypeAliasOrBuilderpublic ProtoBuf.TypeAlias.Builder setSinceKotlinInfo(int value)
optional int32 sinceKotlinInfo = 31;
Index into the SinceKotlinInfoTable
public ProtoBuf.TypeAlias.Builder clearSinceKotlinInfo()
optional int32 sinceKotlinInfo = 31;
Index into the SinceKotlinInfoTable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||