|
|||||||||
| 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.SinceKotlinInfo,ProtoBuf.SinceKotlinInfo.Builder>
org.jetbrains.kotlin.serialization.ProtoBuf.SinceKotlinInfo.Builder
public static final class ProtoBuf.SinceKotlinInfo.Builder
Protobuf type org.jetbrains.kotlin.serialization.SinceKotlinInfo
| Method Summary | |
|---|---|
ProtoBuf.SinceKotlinInfo |
build()
|
ProtoBuf.SinceKotlinInfo |
buildPartial()
|
ProtoBuf.SinceKotlinInfo.Builder |
clear()
|
ProtoBuf.SinceKotlinInfo.Builder |
clearErrorCode()
optional int32 error_code = 4; |
ProtoBuf.SinceKotlinInfo.Builder |
clearLevel()
optional .org.jetbrains.kotlin.serialization.SinceKotlinInfo.Level level = 3 [default = ERROR]; |
ProtoBuf.SinceKotlinInfo.Builder |
clearMessage()
optional int32 message = 5; |
ProtoBuf.SinceKotlinInfo.Builder |
clearVersion()
optional int32 version = 1; |
ProtoBuf.SinceKotlinInfo.Builder |
clearVersionFull()
optional int32 version_full = 2; |
ProtoBuf.SinceKotlinInfo.Builder |
clone()
|
ProtoBuf.SinceKotlinInfo |
getDefaultInstanceForType()
|
int |
getErrorCode()
optional int32 error_code = 4; |
ProtoBuf.SinceKotlinInfo.Level |
getLevel()
optional .org.jetbrains.kotlin.serialization.SinceKotlinInfo.Level level = 3 [default = ERROR]; |
int |
getMessage()
optional int32 message = 5; |
int |
getVersion()
optional int32 version = 1; |
int |
getVersionFull()
optional int32 version_full = 2; |
boolean |
hasErrorCode()
optional int32 error_code = 4; |
boolean |
hasLevel()
optional .org.jetbrains.kotlin.serialization.SinceKotlinInfo.Level level = 3 [default = ERROR]; |
boolean |
hasMessage()
optional int32 message = 5; |
boolean |
hasVersion()
optional int32 version = 1; |
boolean |
hasVersionFull()
optional int32 version_full = 2; |
boolean |
isInitialized()
|
ProtoBuf.SinceKotlinInfo.Builder |
mergeFrom(org.jetbrains.kotlin.protobuf.CodedInputStream input,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
|
ProtoBuf.SinceKotlinInfo.Builder |
mergeFrom(ProtoBuf.SinceKotlinInfo other)
|
ProtoBuf.SinceKotlinInfo.Builder |
setErrorCode(int value)
optional int32 error_code = 4; |
ProtoBuf.SinceKotlinInfo.Builder |
setLevel(ProtoBuf.SinceKotlinInfo.Level value)
optional .org.jetbrains.kotlin.serialization.SinceKotlinInfo.Level level = 3 [default = ERROR]; |
ProtoBuf.SinceKotlinInfo.Builder |
setMessage(int value)
optional int32 message = 5; |
ProtoBuf.SinceKotlinInfo.Builder |
setVersion(int value)
optional int32 version = 1; |
ProtoBuf.SinceKotlinInfo.Builder |
setVersionFull(int value)
optional int32 version_full = 2; |
| 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.SinceKotlinInfo.Builder clear()
clear in interface org.jetbrains.kotlin.protobuf.MessageLite.Builderclear in class org.jetbrains.kotlin.protobuf.GeneratedMessageLite.Builder<ProtoBuf.SinceKotlinInfo,ProtoBuf.SinceKotlinInfo.Builder>public ProtoBuf.SinceKotlinInfo.Builder clone()
clone in interface org.jetbrains.kotlin.protobuf.MessageLite.Builderclone in class org.jetbrains.kotlin.protobuf.GeneratedMessageLite.Builder<ProtoBuf.SinceKotlinInfo,ProtoBuf.SinceKotlinInfo.Builder>public ProtoBuf.SinceKotlinInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface org.jetbrains.kotlin.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in class org.jetbrains.kotlin.protobuf.GeneratedMessageLite.Builder<ProtoBuf.SinceKotlinInfo,ProtoBuf.SinceKotlinInfo.Builder>public ProtoBuf.SinceKotlinInfo build()
build in interface org.jetbrains.kotlin.protobuf.MessageLite.Builderpublic ProtoBuf.SinceKotlinInfo buildPartial()
buildPartial in interface org.jetbrains.kotlin.protobuf.MessageLite.Builderpublic ProtoBuf.SinceKotlinInfo.Builder mergeFrom(ProtoBuf.SinceKotlinInfo other)
mergeFrom in class org.jetbrains.kotlin.protobuf.GeneratedMessageLite.Builder<ProtoBuf.SinceKotlinInfo,ProtoBuf.SinceKotlinInfo.Builder>public final boolean isInitialized()
isInitialized in interface org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder
public ProtoBuf.SinceKotlinInfo.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.SinceKotlinInfo.Builder>java.io.IOExceptionpublic boolean hasVersion()
optional int32 version = 1;
Kotlin version, since which this declaration is accessible, in the following format (encoded version is "major.minor.patch"): (patch << 7) + (minor << 3) + major Compilers with version less than this value should report a diagnostic if this declaration is selected as the resolution result
hasVersion in interface ProtoBuf.SinceKotlinInfoOrBuilderpublic int getVersion()
optional int32 version = 1;
Kotlin version, since which this declaration is accessible, in the following format (encoded version is "major.minor.patch"): (patch << 7) + (minor << 3) + major Compilers with version less than this value should report a diagnostic if this declaration is selected as the resolution result
getVersion in interface ProtoBuf.SinceKotlinInfoOrBuilderpublic ProtoBuf.SinceKotlinInfo.Builder setVersion(int value)
optional int32 version = 1;
Kotlin version, since which this declaration is accessible, in the following format (encoded version is "major.minor.patch"): (patch << 7) + (minor << 3) + major Compilers with version less than this value should report a diagnostic if this declaration is selected as the resolution result
public ProtoBuf.SinceKotlinInfo.Builder clearVersion()
optional int32 version = 1;
Kotlin version, since which this declaration is accessible, in the following format (encoded version is "major.minor.patch"): (patch << 7) + (minor << 3) + major Compilers with version less than this value should report a diagnostic if this declaration is selected as the resolution result
public boolean hasVersionFull()
optional int32 version_full = 2;
Version in base 256, in case we run out of space to store the version in the optimized form. Has priority over 'version'. (patch << 16) + (minor << 8) + major
hasVersionFull in interface ProtoBuf.SinceKotlinInfoOrBuilderpublic int getVersionFull()
optional int32 version_full = 2;
Version in base 256, in case we run out of space to store the version in the optimized form. Has priority over 'version'. (patch << 16) + (minor << 8) + major
getVersionFull in interface ProtoBuf.SinceKotlinInfoOrBuilderpublic ProtoBuf.SinceKotlinInfo.Builder setVersionFull(int value)
optional int32 version_full = 2;
Version in base 256, in case we run out of space to store the version in the optimized form. Has priority over 'version'. (patch << 16) + (minor << 8) + major
public ProtoBuf.SinceKotlinInfo.Builder clearVersionFull()
optional int32 version_full = 2;
Version in base 256, in case we run out of space to store the version in the optimized form. Has priority over 'version'. (patch << 16) + (minor << 8) + major
public boolean hasLevel()
optional .org.jetbrains.kotlin.serialization.SinceKotlinInfo.Level level = 3 [default = ERROR];
Level of the reported diagnostic
hasLevel in interface ProtoBuf.SinceKotlinInfoOrBuilderpublic ProtoBuf.SinceKotlinInfo.Level getLevel()
optional .org.jetbrains.kotlin.serialization.SinceKotlinInfo.Level level = 3 [default = ERROR];
Level of the reported diagnostic
getLevel in interface ProtoBuf.SinceKotlinInfoOrBuilderpublic ProtoBuf.SinceKotlinInfo.Builder setLevel(ProtoBuf.SinceKotlinInfo.Level value)
optional .org.jetbrains.kotlin.serialization.SinceKotlinInfo.Level level = 3 [default = ERROR];
Level of the reported diagnostic
public ProtoBuf.SinceKotlinInfo.Builder clearLevel()
optional .org.jetbrains.kotlin.serialization.SinceKotlinInfo.Level level = 3 [default = ERROR];
Level of the reported diagnostic
public boolean hasErrorCode()
optional int32 error_code = 4;
Error code, to be looked up on the website
hasErrorCode in interface ProtoBuf.SinceKotlinInfoOrBuilderpublic int getErrorCode()
optional int32 error_code = 4;
Error code, to be looked up on the website
getErrorCode in interface ProtoBuf.SinceKotlinInfoOrBuilderpublic ProtoBuf.SinceKotlinInfo.Builder setErrorCode(int value)
optional int32 error_code = 4;
Error code, to be looked up on the website
public ProtoBuf.SinceKotlinInfo.Builder clearErrorCode()
optional int32 error_code = 4;
Error code, to be looked up on the website
public boolean hasMessage()
optional int32 message = 5;
Diagnostic message
hasMessage in interface ProtoBuf.SinceKotlinInfoOrBuilderpublic int getMessage()
optional int32 message = 5;
Diagnostic message
getMessage in interface ProtoBuf.SinceKotlinInfoOrBuilderpublic ProtoBuf.SinceKotlinInfo.Builder setMessage(int value)
optional int32 message = 5;
Diagnostic message
public ProtoBuf.SinceKotlinInfo.Builder clearMessage()
optional int32 message = 5;
Diagnostic message
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||