|
|||||||||
| 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<ProtoBuf.TypeTable,ProtoBuf.TypeTable.Builder>
org.jetbrains.kotlin.serialization.ProtoBuf.TypeTable.Builder
public static final class ProtoBuf.TypeTable.Builder
Protobuf type org.jetbrains.kotlin.serialization.TypeTable
| Method Summary | |
|---|---|
ProtoBuf.TypeTable.Builder |
addAllType(java.lang.Iterable<? extends ProtoBuf.Type> values)
repeated .org.jetbrains.kotlin.serialization.Type type = 1; |
ProtoBuf.TypeTable.Builder |
addType(int index,
ProtoBuf.Type.Builder builderForValue)
repeated .org.jetbrains.kotlin.serialization.Type type = 1; |
ProtoBuf.TypeTable.Builder |
addType(int index,
ProtoBuf.Type value)
repeated .org.jetbrains.kotlin.serialization.Type type = 1; |
ProtoBuf.TypeTable.Builder |
addType(ProtoBuf.Type.Builder builderForValue)
repeated .org.jetbrains.kotlin.serialization.Type type = 1; |
ProtoBuf.TypeTable.Builder |
addType(ProtoBuf.Type value)
repeated .org.jetbrains.kotlin.serialization.Type type = 1; |
ProtoBuf.TypeTable |
build()
|
ProtoBuf.TypeTable |
buildPartial()
|
ProtoBuf.TypeTable.Builder |
clear()
|
ProtoBuf.TypeTable.Builder |
clearFirstNullable()
optional int32 first_nullable = 2 [default = -1]; |
ProtoBuf.TypeTable.Builder |
clearType()
repeated .org.jetbrains.kotlin.serialization.Type type = 1; |
ProtoBuf.TypeTable.Builder |
clone()
|
ProtoBuf.TypeTable |
getDefaultInstanceForType()
|
int |
getFirstNullable()
optional int32 first_nullable = 2 [default = -1]; |
ProtoBuf.Type |
getType(int index)
repeated .org.jetbrains.kotlin.serialization.Type type = 1; |
int |
getTypeCount()
repeated .org.jetbrains.kotlin.serialization.Type type = 1; |
java.util.List<ProtoBuf.Type> |
getTypeList()
repeated .org.jetbrains.kotlin.serialization.Type type = 1; |
boolean |
hasFirstNullable()
optional int32 first_nullable = 2 [default = -1]; |
boolean |
isInitialized()
|
ProtoBuf.TypeTable.Builder |
mergeFrom(org.jetbrains.kotlin.protobuf.CodedInputStream input,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
|
ProtoBuf.TypeTable.Builder |
mergeFrom(ProtoBuf.TypeTable other)
|
ProtoBuf.TypeTable.Builder |
removeType(int index)
repeated .org.jetbrains.kotlin.serialization.Type type = 1; |
ProtoBuf.TypeTable.Builder |
setFirstNullable(int value)
optional int32 first_nullable = 2 [default = -1]; |
ProtoBuf.TypeTable.Builder |
setType(int index,
ProtoBuf.Type.Builder builderForValue)
repeated .org.jetbrains.kotlin.serialization.Type type = 1; |
ProtoBuf.TypeTable.Builder |
setType(int index,
ProtoBuf.Type value)
repeated .org.jetbrains.kotlin.serialization.Type type = 1; |
| Methods inherited from class org.jetbrains.kotlin.protobuf.GeneratedMessageLite.Builder |
|---|
getUnknownFields, parseUnknownField, 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 |
| Method Detail |
|---|
public ProtoBuf.TypeTable.Builder clear()
clear in interface org.jetbrains.kotlin.protobuf.MessageLite.Builderclear in class org.jetbrains.kotlin.protobuf.GeneratedMessageLite.Builder<ProtoBuf.TypeTable,ProtoBuf.TypeTable.Builder>public ProtoBuf.TypeTable.Builder clone()
clone in interface org.jetbrains.kotlin.protobuf.MessageLite.Builderclone in class org.jetbrains.kotlin.protobuf.GeneratedMessageLite.Builder<ProtoBuf.TypeTable,ProtoBuf.TypeTable.Builder>public ProtoBuf.TypeTable getDefaultInstanceForType()
getDefaultInstanceForType in interface org.jetbrains.kotlin.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in class org.jetbrains.kotlin.protobuf.GeneratedMessageLite.Builder<ProtoBuf.TypeTable,ProtoBuf.TypeTable.Builder>public ProtoBuf.TypeTable build()
build in interface org.jetbrains.kotlin.protobuf.MessageLite.Builderpublic ProtoBuf.TypeTable buildPartial()
buildPartial in interface org.jetbrains.kotlin.protobuf.MessageLite.Builderpublic ProtoBuf.TypeTable.Builder mergeFrom(ProtoBuf.TypeTable other)
mergeFrom in class org.jetbrains.kotlin.protobuf.GeneratedMessageLite.Builder<ProtoBuf.TypeTable,ProtoBuf.TypeTable.Builder>public final boolean isInitialized()
isInitialized in interface org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder
public ProtoBuf.TypeTable.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.TypeTable.Builder>java.io.IOExceptionpublic java.util.List<ProtoBuf.Type> getTypeList()
repeated .org.jetbrains.kotlin.serialization.Type type = 1;
getTypeList in interface ProtoBuf.TypeTableOrBuilderpublic int getTypeCount()
repeated .org.jetbrains.kotlin.serialization.Type type = 1;
getTypeCount in interface ProtoBuf.TypeTableOrBuilderpublic ProtoBuf.Type getType(int index)
repeated .org.jetbrains.kotlin.serialization.Type type = 1;
getType in interface ProtoBuf.TypeTableOrBuilder
public ProtoBuf.TypeTable.Builder setType(int index,
ProtoBuf.Type value)
repeated .org.jetbrains.kotlin.serialization.Type type = 1;
public ProtoBuf.TypeTable.Builder setType(int index,
ProtoBuf.Type.Builder builderForValue)
repeated .org.jetbrains.kotlin.serialization.Type type = 1;
public ProtoBuf.TypeTable.Builder addType(ProtoBuf.Type value)
repeated .org.jetbrains.kotlin.serialization.Type type = 1;
public ProtoBuf.TypeTable.Builder addType(int index,
ProtoBuf.Type value)
repeated .org.jetbrains.kotlin.serialization.Type type = 1;
public ProtoBuf.TypeTable.Builder addType(ProtoBuf.Type.Builder builderForValue)
repeated .org.jetbrains.kotlin.serialization.Type type = 1;
public ProtoBuf.TypeTable.Builder addType(int index,
ProtoBuf.Type.Builder builderForValue)
repeated .org.jetbrains.kotlin.serialization.Type type = 1;
public ProtoBuf.TypeTable.Builder addAllType(java.lang.Iterable<? extends ProtoBuf.Type> values)
repeated .org.jetbrains.kotlin.serialization.Type type = 1;
public ProtoBuf.TypeTable.Builder clearType()
repeated .org.jetbrains.kotlin.serialization.Type type = 1;
public ProtoBuf.TypeTable.Builder removeType(int index)
repeated .org.jetbrains.kotlin.serialization.Type type = 1;
public boolean hasFirstNullable()
optional int32 first_nullable = 2 [default = -1];
Index starting from which all types are nullable, or nothing if all types in this table are non-null. Note that the 'nullable' field of Type messages is ignored and shouldn't be written because it wastes too much space
hasFirstNullable in interface ProtoBuf.TypeTableOrBuilderpublic int getFirstNullable()
optional int32 first_nullable = 2 [default = -1];
Index starting from which all types are nullable, or nothing if all types in this table are non-null. Note that the 'nullable' field of Type messages is ignored and shouldn't be written because it wastes too much space
getFirstNullable in interface ProtoBuf.TypeTableOrBuilderpublic ProtoBuf.TypeTable.Builder setFirstNullable(int value)
optional int32 first_nullable = 2 [default = -1];
Index starting from which all types are nullable, or nothing if all types in this table are non-null. Note that the 'nullable' field of Type messages is ignored and shouldn't be written because it wastes too much space
public ProtoBuf.TypeTable.Builder clearFirstNullable()
optional int32 first_nullable = 2 [default = -1];
Index starting from which all types are nullable, or nothing if all types in this table are non-null. Note that the 'nullable' field of Type messages is ignored and shouldn't be written because it wastes too much space
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||