|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.protobuf.AbstractMessageLite.Builder<BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<ProtoBuf.Type.Argument,ProtoBuf.Type.Argument.Builder>
org.jetbrains.kotlin.serialization.ProtoBuf.Type.Argument.Builder
public static final class ProtoBuf.Type.Argument.Builder
Protobuf type org.jetbrains.kotlin.serialization.Type.Argument
| Method Summary | |
|---|---|
ProtoBuf.Type.Argument |
build()
|
ProtoBuf.Type.Argument |
buildPartial()
|
ProtoBuf.Type.Argument.Builder |
clear()
|
ProtoBuf.Type.Argument.Builder |
clearProjection()
optional .org.jetbrains.kotlin.serialization.Type.Argument.Projection projection = 1 [default = INV]; |
ProtoBuf.Type.Argument.Builder |
clearType()
optional .org.jetbrains.kotlin.serialization.Type type = 2; |
ProtoBuf.Type.Argument.Builder |
clone()
|
ProtoBuf.Type.Argument |
getDefaultInstanceForType()
|
ProtoBuf.Type.Argument.Projection |
getProjection()
optional .org.jetbrains.kotlin.serialization.Type.Argument.Projection projection = 1 [default = INV]; |
ProtoBuf.Type |
getType()
optional .org.jetbrains.kotlin.serialization.Type type = 2; |
boolean |
hasProjection()
optional .org.jetbrains.kotlin.serialization.Type.Argument.Projection projection = 1 [default = INV]; |
boolean |
hasType()
optional .org.jetbrains.kotlin.serialization.Type type = 2; |
boolean |
isInitialized()
|
ProtoBuf.Type.Argument.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
ProtoBuf.Type.Argument.Builder |
mergeFrom(ProtoBuf.Type.Argument other)
|
ProtoBuf.Type.Argument.Builder |
mergeType(ProtoBuf.Type value)
optional .org.jetbrains.kotlin.serialization.Type type = 2; |
ProtoBuf.Type.Argument.Builder |
setProjection(ProtoBuf.Type.Argument.Projection value)
optional .org.jetbrains.kotlin.serialization.Type.Argument.Projection projection = 1 [default = INV]; |
ProtoBuf.Type.Argument.Builder |
setType(ProtoBuf.Type.Builder builderForValue)
optional .org.jetbrains.kotlin.serialization.Type type = 2; |
ProtoBuf.Type.Argument.Builder |
setType(ProtoBuf.Type value)
optional .org.jetbrains.kotlin.serialization.Type type = 2; |
| Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder |
|---|
parseUnknownField |
| Methods inherited from class com.google.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.Type.Argument.Builder clear()
clear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageLite.Builder<ProtoBuf.Type.Argument,ProtoBuf.Type.Argument.Builder>public ProtoBuf.Type.Argument.Builder clone()
clone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageLite.Builder<ProtoBuf.Type.Argument,ProtoBuf.Type.Argument.Builder>public ProtoBuf.Type.Argument getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in class com.google.protobuf.GeneratedMessageLite.Builder<ProtoBuf.Type.Argument,ProtoBuf.Type.Argument.Builder>public ProtoBuf.Type.Argument build()
build in interface com.google.protobuf.MessageLite.Builderpublic ProtoBuf.Type.Argument buildPartial()
buildPartial in interface com.google.protobuf.MessageLite.Builderpublic ProtoBuf.Type.Argument.Builder mergeFrom(ProtoBuf.Type.Argument other)
mergeFrom in class com.google.protobuf.GeneratedMessageLite.Builder<ProtoBuf.Type.Argument,ProtoBuf.Type.Argument.Builder>public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
public ProtoBuf.Type.Argument.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
mergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessageLite.Builder<ProtoBuf.Type.Argument.Builder>java.io.IOExceptionpublic boolean hasProjection()
optional .org.jetbrains.kotlin.serialization.Type.Argument.Projection projection = 1 [default = INV];
hasProjection in interface ProtoBuf.Type.ArgumentOrBuilderpublic ProtoBuf.Type.Argument.Projection getProjection()
optional .org.jetbrains.kotlin.serialization.Type.Argument.Projection projection = 1 [default = INV];
getProjection in interface ProtoBuf.Type.ArgumentOrBuilderpublic ProtoBuf.Type.Argument.Builder setProjection(ProtoBuf.Type.Argument.Projection value)
optional .org.jetbrains.kotlin.serialization.Type.Argument.Projection projection = 1 [default = INV];
public ProtoBuf.Type.Argument.Builder clearProjection()
optional .org.jetbrains.kotlin.serialization.Type.Argument.Projection projection = 1 [default = INV];
public boolean hasType()
optional .org.jetbrains.kotlin.serialization.Type type = 2;
when projection is STAR, no type is written, otherwise type must be specified
hasType in interface ProtoBuf.Type.ArgumentOrBuilderpublic ProtoBuf.Type getType()
optional .org.jetbrains.kotlin.serialization.Type type = 2;
when projection is STAR, no type is written, otherwise type must be specified
getType in interface ProtoBuf.Type.ArgumentOrBuilderpublic ProtoBuf.Type.Argument.Builder setType(ProtoBuf.Type value)
optional .org.jetbrains.kotlin.serialization.Type type = 2;
when projection is STAR, no type is written, otherwise type must be specified
public ProtoBuf.Type.Argument.Builder setType(ProtoBuf.Type.Builder builderForValue)
optional .org.jetbrains.kotlin.serialization.Type type = 2;
when projection is STAR, no type is written, otherwise type must be specified
public ProtoBuf.Type.Argument.Builder mergeType(ProtoBuf.Type value)
optional .org.jetbrains.kotlin.serialization.Type type = 2;
when projection is STAR, no type is written, otherwise type must be specified
public ProtoBuf.Type.Argument.Builder clearType()
optional .org.jetbrains.kotlin.serialization.Type type = 2;
when projection is STAR, no type is written, otherwise type must be specified
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||