|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.protobuf.AbstractMessageLite
org.jetbrains.kotlin.protobuf.GeneratedMessageLite
org.jetbrains.kotlin.serialization.ProtoBuf.SinceKotlinInfo
public static final class ProtoBuf.SinceKotlinInfo
Protobuf type org.jetbrains.kotlin.serialization.SinceKotlinInfo
| Nested Class Summary | |
|---|---|
static class |
ProtoBuf.SinceKotlinInfo.Builder
Protobuf type org.jetbrains.kotlin.serialization.SinceKotlinInfo |
static class |
ProtoBuf.SinceKotlinInfo.Level
Protobuf enum org.jetbrains.kotlin.serialization.SinceKotlinInfo.Level |
| Nested classes/interfaces inherited from class org.jetbrains.kotlin.protobuf.GeneratedMessageLite |
|---|
org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends org.jetbrains.kotlin.protobuf.GeneratedMessageLite.ExtendableMessage>, org.jetbrains.kotlin.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends org.jetbrains.kotlin.protobuf.MessageLite,Type> |
| Field Summary | |
|---|---|
static int |
ERROR_CODE_FIELD_NUMBER
|
static int |
LEVEL_FIELD_NUMBER
|
static int |
MESSAGE_FIELD_NUMBER
|
static org.jetbrains.kotlin.protobuf.Parser<ProtoBuf.SinceKotlinInfo> |
PARSER
|
static int |
VERSION_FIELD_NUMBER
|
static int |
VERSION_FULL_FIELD_NUMBER
|
| Fields inherited from class org.jetbrains.kotlin.protobuf.AbstractMessageLite |
|---|
memoizedHashCode |
| Method Summary | |
|---|---|
static ProtoBuf.SinceKotlinInfo |
getDefaultInstance()
|
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; |
org.jetbrains.kotlin.protobuf.Parser<ProtoBuf.SinceKotlinInfo> |
getParserForType()
|
int |
getSerializedSize()
|
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()
|
static ProtoBuf.SinceKotlinInfo.Builder |
newBuilder()
|
static ProtoBuf.SinceKotlinInfo.Builder |
newBuilder(ProtoBuf.SinceKotlinInfo prototype)
|
ProtoBuf.SinceKotlinInfo.Builder |
newBuilderForType()
|
static ProtoBuf.SinceKotlinInfo |
parseDelimitedFrom(java.io.InputStream input)
|
static ProtoBuf.SinceKotlinInfo |
parseDelimitedFrom(java.io.InputStream input,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtoBuf.SinceKotlinInfo |
parseFrom(byte[] data)
|
static ProtoBuf.SinceKotlinInfo |
parseFrom(byte[] data,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtoBuf.SinceKotlinInfo |
parseFrom(org.jetbrains.kotlin.protobuf.ByteString data)
|
static ProtoBuf.SinceKotlinInfo |
parseFrom(org.jetbrains.kotlin.protobuf.ByteString data,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtoBuf.SinceKotlinInfo |
parseFrom(org.jetbrains.kotlin.protobuf.CodedInputStream input)
|
static ProtoBuf.SinceKotlinInfo |
parseFrom(org.jetbrains.kotlin.protobuf.CodedInputStream input,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ProtoBuf.SinceKotlinInfo |
parseFrom(java.io.InputStream input)
|
static ProtoBuf.SinceKotlinInfo |
parseFrom(java.io.InputStream input,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
|
ProtoBuf.SinceKotlinInfo.Builder |
toBuilder()
|
protected java.lang.Object |
writeReplace()
|
void |
writeTo(org.jetbrains.kotlin.protobuf.CodedOutputStream output)
|
| Methods inherited from class org.jetbrains.kotlin.protobuf.GeneratedMessageLite |
|---|
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownField |
| Methods inherited from class org.jetbrains.kotlin.protobuf.AbstractMessageLite |
|---|
checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static org.jetbrains.kotlin.protobuf.Parser<ProtoBuf.SinceKotlinInfo> PARSER
public static final int VERSION_FIELD_NUMBER
public static final int VERSION_FULL_FIELD_NUMBER
public static final int LEVEL_FIELD_NUMBER
public static final int ERROR_CODE_FIELD_NUMBER
public static final int MESSAGE_FIELD_NUMBER
| Method Detail |
|---|
public static ProtoBuf.SinceKotlinInfo getDefaultInstance()
public ProtoBuf.SinceKotlinInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface org.jetbrains.kotlin.protobuf.MessageLiteOrBuilderpublic org.jetbrains.kotlin.protobuf.Parser<ProtoBuf.SinceKotlinInfo> getParserForType()
getParserForType in interface org.jetbrains.kotlin.protobuf.MessageLitegetParserForType in class org.jetbrains.kotlin.protobuf.GeneratedMessageLitepublic 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 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 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 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 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 final boolean isInitialized()
isInitialized in interface org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder
public void writeTo(org.jetbrains.kotlin.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface org.jetbrains.kotlin.protobuf.MessageLitejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface org.jetbrains.kotlin.protobuf.MessageLite
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
writeReplace in class org.jetbrains.kotlin.protobuf.GeneratedMessageLitejava.io.ObjectStreamException
public static ProtoBuf.SinceKotlinInfo parseFrom(org.jetbrains.kotlin.protobuf.ByteString data)
throws org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
public static ProtoBuf.SinceKotlinInfo parseFrom(org.jetbrains.kotlin.protobuf.ByteString data,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
public static ProtoBuf.SinceKotlinInfo parseFrom(byte[] data)
throws org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
public static ProtoBuf.SinceKotlinInfo parseFrom(byte[] data,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
public static ProtoBuf.SinceKotlinInfo parseFrom(java.io.InputStream input)
throws java.io.IOException
java.io.IOException
public static ProtoBuf.SinceKotlinInfo parseFrom(java.io.InputStream input,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOException
public static ProtoBuf.SinceKotlinInfo parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException
java.io.IOException
public static ProtoBuf.SinceKotlinInfo parseDelimitedFrom(java.io.InputStream input,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOException
public static ProtoBuf.SinceKotlinInfo parseFrom(org.jetbrains.kotlin.protobuf.CodedInputStream input)
throws java.io.IOException
java.io.IOException
public static ProtoBuf.SinceKotlinInfo parseFrom(org.jetbrains.kotlin.protobuf.CodedInputStream input,
org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException
java.io.IOExceptionpublic static ProtoBuf.SinceKotlinInfo.Builder newBuilder()
public ProtoBuf.SinceKotlinInfo.Builder newBuilderForType()
newBuilderForType in interface org.jetbrains.kotlin.protobuf.MessageLitepublic static ProtoBuf.SinceKotlinInfo.Builder newBuilder(ProtoBuf.SinceKotlinInfo prototype)
public ProtoBuf.SinceKotlinInfo.Builder toBuilder()
toBuilder in interface org.jetbrains.kotlin.protobuf.MessageLite
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||