org.jetbrains.kotlin.serialization
Class ProtoBuf.SinceKotlinInfo

java.lang.Object
  extended by org.jetbrains.kotlin.protobuf.AbstractMessageLite
      extended by org.jetbrains.kotlin.protobuf.GeneratedMessageLite
          extended by org.jetbrains.kotlin.serialization.ProtoBuf.SinceKotlinInfo
All Implemented Interfaces:
java.io.Serializable, org.jetbrains.kotlin.protobuf.MessageLite, org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder, ProtoBuf.SinceKotlinInfoOrBuilder
Enclosing class:
ProtoBuf

public static final class ProtoBuf.SinceKotlinInfo
extends org.jetbrains.kotlin.protobuf.GeneratedMessageLite
implements ProtoBuf.SinceKotlinInfoOrBuilder

Protobuf type org.jetbrains.kotlin.serialization.SinceKotlinInfo

See Also:
Serialized Form

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

PARSER

public static org.jetbrains.kotlin.protobuf.Parser<ProtoBuf.SinceKotlinInfo> PARSER

VERSION_FIELD_NUMBER

public static final int VERSION_FIELD_NUMBER
See Also:
Constant Field Values

VERSION_FULL_FIELD_NUMBER

public static final int VERSION_FULL_FIELD_NUMBER
See Also:
Constant Field Values

LEVEL_FIELD_NUMBER

public static final int LEVEL_FIELD_NUMBER
See Also:
Constant Field Values

ERROR_CODE_FIELD_NUMBER

public static final int ERROR_CODE_FIELD_NUMBER
See Also:
Constant Field Values

MESSAGE_FIELD_NUMBER

public static final int MESSAGE_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static ProtoBuf.SinceKotlinInfo getDefaultInstance()

getDefaultInstanceForType

public ProtoBuf.SinceKotlinInfo getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder

getParserForType

public org.jetbrains.kotlin.protobuf.Parser<ProtoBuf.SinceKotlinInfo> getParserForType()
Specified by:
getParserForType in interface org.jetbrains.kotlin.protobuf.MessageLite
Overrides:
getParserForType in class org.jetbrains.kotlin.protobuf.GeneratedMessageLite

hasVersion

public 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
 

Specified by:
hasVersion in interface ProtoBuf.SinceKotlinInfoOrBuilder

getVersion

public 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
 

Specified by:
getVersion in interface ProtoBuf.SinceKotlinInfoOrBuilder

hasVersionFull

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
 

Specified by:
hasVersionFull in interface ProtoBuf.SinceKotlinInfoOrBuilder

getVersionFull

public 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
 

Specified by:
getVersionFull in interface ProtoBuf.SinceKotlinInfoOrBuilder

hasLevel

public boolean hasLevel()
optional .org.jetbrains.kotlin.serialization.SinceKotlinInfo.Level level = 3 [default = ERROR];
 Level of the reported diagnostic
 

Specified by:
hasLevel in interface ProtoBuf.SinceKotlinInfoOrBuilder

getLevel

public ProtoBuf.SinceKotlinInfo.Level getLevel()
optional .org.jetbrains.kotlin.serialization.SinceKotlinInfo.Level level = 3 [default = ERROR];
 Level of the reported diagnostic
 

Specified by:
getLevel in interface ProtoBuf.SinceKotlinInfoOrBuilder

hasErrorCode

public boolean hasErrorCode()
optional int32 error_code = 4;
 Error code, to be looked up on the website
 

Specified by:
hasErrorCode in interface ProtoBuf.SinceKotlinInfoOrBuilder

getErrorCode

public int getErrorCode()
optional int32 error_code = 4;
 Error code, to be looked up on the website
 

Specified by:
getErrorCode in interface ProtoBuf.SinceKotlinInfoOrBuilder

hasMessage

public boolean hasMessage()
optional int32 message = 5;
 Diagnostic message
 

Specified by:
hasMessage in interface ProtoBuf.SinceKotlinInfoOrBuilder

getMessage

public int getMessage()
optional int32 message = 5;
 Diagnostic message
 

Specified by:
getMessage in interface ProtoBuf.SinceKotlinInfoOrBuilder

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface org.jetbrains.kotlin.protobuf.MessageLiteOrBuilder

writeTo

public void writeTo(org.jetbrains.kotlin.protobuf.CodedOutputStream output)
             throws java.io.IOException
Specified by:
writeTo in interface org.jetbrains.kotlin.protobuf.MessageLite
Throws:
java.io.IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface org.jetbrains.kotlin.protobuf.MessageLite

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Overrides:
writeReplace in class org.jetbrains.kotlin.protobuf.GeneratedMessageLite
Throws:
java.io.ObjectStreamException

parseFrom

public static ProtoBuf.SinceKotlinInfo parseFrom(org.jetbrains.kotlin.protobuf.ByteString data)
                                          throws org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
Throws:
org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException

parseFrom

public static ProtoBuf.SinceKotlinInfo parseFrom(org.jetbrains.kotlin.protobuf.ByteString data,
                                                 org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
Throws:
org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException

parseFrom

public static ProtoBuf.SinceKotlinInfo parseFrom(byte[] data)
                                          throws org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
Throws:
org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException

parseFrom

public static ProtoBuf.SinceKotlinInfo parseFrom(byte[] data,
                                                 org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException
Throws:
org.jetbrains.kotlin.protobuf.InvalidProtocolBufferException

parseFrom

public static ProtoBuf.SinceKotlinInfo parseFrom(java.io.InputStream input)
                                          throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static ProtoBuf.SinceKotlinInfo parseFrom(java.io.InputStream input,
                                                 org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static ProtoBuf.SinceKotlinInfo parseDelimitedFrom(java.io.InputStream input)
                                                   throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

public static ProtoBuf.SinceKotlinInfo parseDelimitedFrom(java.io.InputStream input,
                                                          org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static ProtoBuf.SinceKotlinInfo parseFrom(org.jetbrains.kotlin.protobuf.CodedInputStream input)
                                          throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static ProtoBuf.SinceKotlinInfo parseFrom(org.jetbrains.kotlin.protobuf.CodedInputStream input,
                                                 org.jetbrains.kotlin.protobuf.ExtensionRegistryLite extensionRegistry)
                                          throws java.io.IOException
Throws:
java.io.IOException

newBuilder

public static ProtoBuf.SinceKotlinInfo.Builder newBuilder()

newBuilderForType

public ProtoBuf.SinceKotlinInfo.Builder newBuilderForType()
Specified by:
newBuilderForType in interface org.jetbrains.kotlin.protobuf.MessageLite

newBuilder

public static ProtoBuf.SinceKotlinInfo.Builder newBuilder(ProtoBuf.SinceKotlinInfo prototype)

toBuilder

public ProtoBuf.SinceKotlinInfo.Builder toBuilder()
Specified by:
toBuilder in interface org.jetbrains.kotlin.protobuf.MessageLite