org.jetbrains.kotlin.serialization
Class ProtoBuf.Class

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite
      extended by com.google.protobuf.GeneratedMessageLite
          extended by com.google.protobuf.GeneratedMessageLite.ExtendableMessage<ProtoBuf.Class>
              extended by org.jetbrains.kotlin.serialization.ProtoBuf.Class
All Implemented Interfaces:
com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<ProtoBuf.Class>, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, java.io.Serializable, ProtoBuf.ClassOrBuilder
Enclosing class:
ProtoBuf

public static final class ProtoBuf.Class
extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<ProtoBuf.Class>
implements ProtoBuf.ClassOrBuilder

Protobuf type org.jetbrains.kotlin.serialization.Class

See Also:
Serialized Form

Nested Class Summary
static class ProtoBuf.Class.Builder
          Protobuf type org.jetbrains.kotlin.serialization.Class
static class ProtoBuf.Class.Kind
          Protobuf enum org.jetbrains.kotlin.serialization.Class.Kind
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
com.google.protobuf.GeneratedMessageLite.ExtendableMessage.ExtensionWriter
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>
 
Field Summary
static int COMPANION_OBJECT_NAME_FIELD_NUMBER
           
static int CONSTRUCTOR_FIELD_NUMBER
           
static int ENUM_ENTRY_FIELD_NUMBER
           
static int FLAGS_FIELD_NUMBER
           
static int FQ_NAME_FIELD_NUMBER
           
static int FUNCTION_FIELD_NUMBER
           
static int NESTED_CLASS_NAME_FIELD_NUMBER
           
static com.google.protobuf.Parser<ProtoBuf.Class> PARSER
           
static int PROPERTY_FIELD_NUMBER
           
static int SUPERTYPE_FIELD_NUMBER
           
static int SUPERTYPE_ID_FIELD_NUMBER
           
static int TYPE_PARAMETER_FIELD_NUMBER
           
static int TYPE_TABLE_FIELD_NUMBER
           
 
Method Summary
 int getCompanionObjectName()
          optional int32 companion_object_name = 4;
 ProtoBuf.Constructor getConstructor(int index)
          repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8;
 int getConstructorCount()
          repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8;
 java.util.List<ProtoBuf.Constructor> getConstructorList()
          repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8;
 ProtoBuf.ConstructorOrBuilder getConstructorOrBuilder(int index)
          repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8;
 java.util.List<? extends ProtoBuf.ConstructorOrBuilder> getConstructorOrBuilderList()
          repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8;
static ProtoBuf.Class getDefaultInstance()
           
 ProtoBuf.Class getDefaultInstanceForType()
           
 ProtoBuf.EnumEntry getEnumEntry(int index)
          repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13;
 int getEnumEntryCount()
          repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13;
 java.util.List<ProtoBuf.EnumEntry> getEnumEntryList()
          repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13;
 ProtoBuf.EnumEntryOrBuilder getEnumEntryOrBuilder(int index)
          repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13;
 java.util.List<? extends ProtoBuf.EnumEntryOrBuilder> getEnumEntryOrBuilderList()
          repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13;
 int getFlags()
          optional int32 flags = 1 [default = 6];
 int getFqName()
          required int32 fq_name = 3;
 ProtoBuf.Function getFunction(int index)
          repeated .org.jetbrains.kotlin.serialization.Function function = 9;
 int getFunctionCount()
          repeated .org.jetbrains.kotlin.serialization.Function function = 9;
 java.util.List<ProtoBuf.Function> getFunctionList()
          repeated .org.jetbrains.kotlin.serialization.Function function = 9;
 ProtoBuf.FunctionOrBuilder getFunctionOrBuilder(int index)
          repeated .org.jetbrains.kotlin.serialization.Function function = 9;
 java.util.List<? extends ProtoBuf.FunctionOrBuilder> getFunctionOrBuilderList()
          repeated .org.jetbrains.kotlin.serialization.Function function = 9;
 int getNestedClassName(int index)
          repeated int32 nested_class_name = 7 [packed = true];
 int getNestedClassNameCount()
          repeated int32 nested_class_name = 7 [packed = true];
 java.util.List<java.lang.Integer> getNestedClassNameList()
          repeated int32 nested_class_name = 7 [packed = true];
 com.google.protobuf.Parser<ProtoBuf.Class> getParserForType()
           
 ProtoBuf.Property getProperty(int index)
          repeated .org.jetbrains.kotlin.serialization.Property property = 10;
 int getPropertyCount()
          repeated .org.jetbrains.kotlin.serialization.Property property = 10;
 java.util.List<ProtoBuf.Property> getPropertyList()
          repeated .org.jetbrains.kotlin.serialization.Property property = 10;
 ProtoBuf.PropertyOrBuilder getPropertyOrBuilder(int index)
          repeated .org.jetbrains.kotlin.serialization.Property property = 10;
 java.util.List<? extends ProtoBuf.PropertyOrBuilder> getPropertyOrBuilderList()
          repeated .org.jetbrains.kotlin.serialization.Property property = 10;
 int getSerializedSize()
           
 ProtoBuf.Type getSupertype(int index)
          repeated .org.jetbrains.kotlin.serialization.Type supertype = 6;
 int getSupertypeCount()
          repeated .org.jetbrains.kotlin.serialization.Type supertype = 6;
 int getSupertypeId(int index)
          repeated int32 supertype_id = 2 [packed = true];
 int getSupertypeIdCount()
          repeated int32 supertype_id = 2 [packed = true];
 java.util.List<java.lang.Integer> getSupertypeIdList()
          repeated int32 supertype_id = 2 [packed = true];
 java.util.List<ProtoBuf.Type> getSupertypeList()
          repeated .org.jetbrains.kotlin.serialization.Type supertype = 6;
 ProtoBuf.TypeOrBuilder getSupertypeOrBuilder(int index)
          repeated .org.jetbrains.kotlin.serialization.Type supertype = 6;
 java.util.List<? extends ProtoBuf.TypeOrBuilder> getSupertypeOrBuilderList()
          repeated .org.jetbrains.kotlin.serialization.Type supertype = 6;
 ProtoBuf.TypeParameter getTypeParameter(int index)
          repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5;
 int getTypeParameterCount()
          repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5;
 java.util.List<ProtoBuf.TypeParameter> getTypeParameterList()
          repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5;
 ProtoBuf.TypeParameterOrBuilder getTypeParameterOrBuilder(int index)
          repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5;
 java.util.List<? extends ProtoBuf.TypeParameterOrBuilder> getTypeParameterOrBuilderList()
          repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5;
 ProtoBuf.TypeTable getTypeTable()
          optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30;
 boolean hasCompanionObjectName()
          optional int32 companion_object_name = 4;
 boolean hasFlags()
          optional int32 flags = 1 [default = 6];
 boolean hasFqName()
          required int32 fq_name = 3;
 boolean hasTypeTable()
          optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30;
 boolean isInitialized()
           
static ProtoBuf.Class.Builder newBuilder()
           
static ProtoBuf.Class.Builder newBuilder(ProtoBuf.Class prototype)
           
 ProtoBuf.Class.Builder newBuilderForType()
           
static ProtoBuf.Class parseDelimitedFrom(java.io.InputStream input)
           
static ProtoBuf.Class parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ProtoBuf.Class parseFrom(byte[] data)
           
static ProtoBuf.Class parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ProtoBuf.Class parseFrom(com.google.protobuf.ByteString data)
           
static ProtoBuf.Class parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ProtoBuf.Class parseFrom(com.google.protobuf.CodedInputStream input)
           
static ProtoBuf.Class parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ProtoBuf.Class parseFrom(java.io.InputStream input)
           
static ProtoBuf.Class parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ProtoBuf.Class.Builder toBuilder()
           
protected  java.lang.Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessageLite.ExtendableMessage
extensionsAreInitialized, extensionsSerializedSize, extensionsSerializedSizeAsMessageSet, getExtension, getExtension, getExtensionCount, hasExtension, makeExtensionsImmutable, newExtensionWriter, newMessageSetExtensionWriter, parseUnknownField
 
Methods inherited from class com.google.protobuf.GeneratedMessageLite
newRepeatedGeneratedExtension, newSingularGeneratedExtension
 
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder
getExtension, getExtension, getExtensionCount, hasExtension
 

Field Detail

PARSER

public static com.google.protobuf.Parser<ProtoBuf.Class> PARSER

FLAGS_FIELD_NUMBER

public static final int FLAGS_FIELD_NUMBER
See Also:
Constant Field Values

FQ_NAME_FIELD_NUMBER

public static final int FQ_NAME_FIELD_NUMBER
See Also:
Constant Field Values

COMPANION_OBJECT_NAME_FIELD_NUMBER

public static final int COMPANION_OBJECT_NAME_FIELD_NUMBER
See Also:
Constant Field Values

TYPE_PARAMETER_FIELD_NUMBER

public static final int TYPE_PARAMETER_FIELD_NUMBER
See Also:
Constant Field Values

SUPERTYPE_FIELD_NUMBER

public static final int SUPERTYPE_FIELD_NUMBER
See Also:
Constant Field Values

SUPERTYPE_ID_FIELD_NUMBER

public static final int SUPERTYPE_ID_FIELD_NUMBER
See Also:
Constant Field Values

NESTED_CLASS_NAME_FIELD_NUMBER

public static final int NESTED_CLASS_NAME_FIELD_NUMBER
See Also:
Constant Field Values

CONSTRUCTOR_FIELD_NUMBER

public static final int CONSTRUCTOR_FIELD_NUMBER
See Also:
Constant Field Values

FUNCTION_FIELD_NUMBER

public static final int FUNCTION_FIELD_NUMBER
See Also:
Constant Field Values

PROPERTY_FIELD_NUMBER

public static final int PROPERTY_FIELD_NUMBER
See Also:
Constant Field Values

ENUM_ENTRY_FIELD_NUMBER

public static final int ENUM_ENTRY_FIELD_NUMBER
See Also:
Constant Field Values

TYPE_TABLE_FIELD_NUMBER

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

getDefaultInstance

public static ProtoBuf.Class getDefaultInstance()

getDefaultInstanceForType

public ProtoBuf.Class getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder

getParserForType

public com.google.protobuf.Parser<ProtoBuf.Class> getParserForType()
Specified by:
getParserForType in interface com.google.protobuf.MessageLite
Overrides:
getParserForType in class com.google.protobuf.GeneratedMessageLite

hasFlags

public boolean hasFlags()
optional int32 flags = 1 [default = 6];

hasAnnotations
Visibility
Modality
ClassKind
isInner
isData
 

Specified by:
hasFlags in interface ProtoBuf.ClassOrBuilder

getFlags

public int getFlags()
optional int32 flags = 1 [default = 6];

hasAnnotations
Visibility
Modality
ClassKind
isInner
isData
 

Specified by:
getFlags in interface ProtoBuf.ClassOrBuilder

hasFqName

public boolean hasFqName()
required int32 fq_name = 3;

Specified by:
hasFqName in interface ProtoBuf.ClassOrBuilder

getFqName

public int getFqName()
required int32 fq_name = 3;

Specified by:
getFqName in interface ProtoBuf.ClassOrBuilder

hasCompanionObjectName

public boolean hasCompanionObjectName()
optional int32 companion_object_name = 4;

Specified by:
hasCompanionObjectName in interface ProtoBuf.ClassOrBuilder

getCompanionObjectName

public int getCompanionObjectName()
optional int32 companion_object_name = 4;

Specified by:
getCompanionObjectName in interface ProtoBuf.ClassOrBuilder

getTypeParameterList

public java.util.List<ProtoBuf.TypeParameter> getTypeParameterList()
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5;

Specified by:
getTypeParameterList in interface ProtoBuf.ClassOrBuilder

getTypeParameterOrBuilderList

public java.util.List<? extends ProtoBuf.TypeParameterOrBuilder> getTypeParameterOrBuilderList()
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5;


getTypeParameterCount

public int getTypeParameterCount()
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5;

Specified by:
getTypeParameterCount in interface ProtoBuf.ClassOrBuilder

getTypeParameter

public ProtoBuf.TypeParameter getTypeParameter(int index)
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5;

Specified by:
getTypeParameter in interface ProtoBuf.ClassOrBuilder

getTypeParameterOrBuilder

public ProtoBuf.TypeParameterOrBuilder getTypeParameterOrBuilder(int index)
repeated .org.jetbrains.kotlin.serialization.TypeParameter type_parameter = 5;


getSupertypeList

public java.util.List<ProtoBuf.Type> getSupertypeList()
repeated .org.jetbrains.kotlin.serialization.Type supertype = 6;

Specified by:
getSupertypeList in interface ProtoBuf.ClassOrBuilder

getSupertypeOrBuilderList

public java.util.List<? extends ProtoBuf.TypeOrBuilder> getSupertypeOrBuilderList()
repeated .org.jetbrains.kotlin.serialization.Type supertype = 6;


getSupertypeCount

public int getSupertypeCount()
repeated .org.jetbrains.kotlin.serialization.Type supertype = 6;

Specified by:
getSupertypeCount in interface ProtoBuf.ClassOrBuilder

getSupertype

public ProtoBuf.Type getSupertype(int index)
repeated .org.jetbrains.kotlin.serialization.Type supertype = 6;

Specified by:
getSupertype in interface ProtoBuf.ClassOrBuilder

getSupertypeOrBuilder

public ProtoBuf.TypeOrBuilder getSupertypeOrBuilder(int index)
repeated .org.jetbrains.kotlin.serialization.Type supertype = 6;


getSupertypeIdList

public java.util.List<java.lang.Integer> getSupertypeIdList()
repeated int32 supertype_id = 2 [packed = true];

Specified by:
getSupertypeIdList in interface ProtoBuf.ClassOrBuilder

getSupertypeIdCount

public int getSupertypeIdCount()
repeated int32 supertype_id = 2 [packed = true];

Specified by:
getSupertypeIdCount in interface ProtoBuf.ClassOrBuilder

getSupertypeId

public int getSupertypeId(int index)
repeated int32 supertype_id = 2 [packed = true];

Specified by:
getSupertypeId in interface ProtoBuf.ClassOrBuilder

getNestedClassNameList

public java.util.List<java.lang.Integer> getNestedClassNameList()
repeated int32 nested_class_name = 7 [packed = true];

Specified by:
getNestedClassNameList in interface ProtoBuf.ClassOrBuilder

getNestedClassNameCount

public int getNestedClassNameCount()
repeated int32 nested_class_name = 7 [packed = true];

Specified by:
getNestedClassNameCount in interface ProtoBuf.ClassOrBuilder

getNestedClassName

public int getNestedClassName(int index)
repeated int32 nested_class_name = 7 [packed = true];

Specified by:
getNestedClassName in interface ProtoBuf.ClassOrBuilder

getConstructorList

public java.util.List<ProtoBuf.Constructor> getConstructorList()
repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8;

Specified by:
getConstructorList in interface ProtoBuf.ClassOrBuilder

getConstructorOrBuilderList

public java.util.List<? extends ProtoBuf.ConstructorOrBuilder> getConstructorOrBuilderList()
repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8;


getConstructorCount

public int getConstructorCount()
repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8;

Specified by:
getConstructorCount in interface ProtoBuf.ClassOrBuilder

getConstructor

public ProtoBuf.Constructor getConstructor(int index)
repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8;

Specified by:
getConstructor in interface ProtoBuf.ClassOrBuilder

getConstructorOrBuilder

public ProtoBuf.ConstructorOrBuilder getConstructorOrBuilder(int index)
repeated .org.jetbrains.kotlin.serialization.Constructor constructor = 8;


getFunctionList

public java.util.List<ProtoBuf.Function> getFunctionList()
repeated .org.jetbrains.kotlin.serialization.Function function = 9;

Specified by:
getFunctionList in interface ProtoBuf.ClassOrBuilder

getFunctionOrBuilderList

public java.util.List<? extends ProtoBuf.FunctionOrBuilder> getFunctionOrBuilderList()
repeated .org.jetbrains.kotlin.serialization.Function function = 9;


getFunctionCount

public int getFunctionCount()
repeated .org.jetbrains.kotlin.serialization.Function function = 9;

Specified by:
getFunctionCount in interface ProtoBuf.ClassOrBuilder

getFunction

public ProtoBuf.Function getFunction(int index)
repeated .org.jetbrains.kotlin.serialization.Function function = 9;

Specified by:
getFunction in interface ProtoBuf.ClassOrBuilder

getFunctionOrBuilder

public ProtoBuf.FunctionOrBuilder getFunctionOrBuilder(int index)
repeated .org.jetbrains.kotlin.serialization.Function function = 9;


getPropertyList

public java.util.List<ProtoBuf.Property> getPropertyList()
repeated .org.jetbrains.kotlin.serialization.Property property = 10;

Specified by:
getPropertyList in interface ProtoBuf.ClassOrBuilder

getPropertyOrBuilderList

public java.util.List<? extends ProtoBuf.PropertyOrBuilder> getPropertyOrBuilderList()
repeated .org.jetbrains.kotlin.serialization.Property property = 10;


getPropertyCount

public int getPropertyCount()
repeated .org.jetbrains.kotlin.serialization.Property property = 10;

Specified by:
getPropertyCount in interface ProtoBuf.ClassOrBuilder

getProperty

public ProtoBuf.Property getProperty(int index)
repeated .org.jetbrains.kotlin.serialization.Property property = 10;

Specified by:
getProperty in interface ProtoBuf.ClassOrBuilder

getPropertyOrBuilder

public ProtoBuf.PropertyOrBuilder getPropertyOrBuilder(int index)
repeated .org.jetbrains.kotlin.serialization.Property property = 10;


getEnumEntryList

public java.util.List<ProtoBuf.EnumEntry> getEnumEntryList()
repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13;

Specified by:
getEnumEntryList in interface ProtoBuf.ClassOrBuilder

getEnumEntryOrBuilderList

public java.util.List<? extends ProtoBuf.EnumEntryOrBuilder> getEnumEntryOrBuilderList()
repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13;


getEnumEntryCount

public int getEnumEntryCount()
repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13;

Specified by:
getEnumEntryCount in interface ProtoBuf.ClassOrBuilder

getEnumEntry

public ProtoBuf.EnumEntry getEnumEntry(int index)
repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13;

Specified by:
getEnumEntry in interface ProtoBuf.ClassOrBuilder

getEnumEntryOrBuilder

public ProtoBuf.EnumEntryOrBuilder getEnumEntryOrBuilder(int index)
repeated .org.jetbrains.kotlin.serialization.EnumEntry enum_entry = 13;


hasTypeTable

public boolean hasTypeTable()
optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30;

Specified by:
hasTypeTable in interface ProtoBuf.ClassOrBuilder

getTypeTable

public ProtoBuf.TypeTable getTypeTable()
optional .org.jetbrains.kotlin.serialization.TypeTable type_table = 30;

Specified by:
getTypeTable in interface ProtoBuf.ClassOrBuilder

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder

writeTo

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

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite

writeReplace

protected java.lang.Object writeReplace()
                                 throws java.io.ObjectStreamException
Overrides:
writeReplace in class com.google.protobuf.GeneratedMessageLite
Throws:
java.io.ObjectStreamException

parseFrom

public static ProtoBuf.Class parseFrom(com.google.protobuf.ByteString data)
                                throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ProtoBuf.Class parseFrom(com.google.protobuf.ByteString data,
                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ProtoBuf.Class parseFrom(byte[] data)
                                throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static ProtoBuf.Class parseFrom(byte[] data,
                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

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

parseFrom

public static ProtoBuf.Class parseFrom(java.io.InputStream input,
                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                throws java.io.IOException
Throws:
java.io.IOException

parseDelimitedFrom

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

parseDelimitedFrom

public static ProtoBuf.Class parseDelimitedFrom(java.io.InputStream input,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static ProtoBuf.Class parseFrom(com.google.protobuf.CodedInputStream input)
                                throws java.io.IOException
Throws:
java.io.IOException

parseFrom

public static ProtoBuf.Class parseFrom(com.google.protobuf.CodedInputStream input,
                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                throws java.io.IOException
Throws:
java.io.IOException

newBuilder

public static ProtoBuf.Class.Builder newBuilder()

newBuilderForType

public ProtoBuf.Class.Builder newBuilderForType()
Specified by:
newBuilderForType in interface com.google.protobuf.MessageLite

newBuilder

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

toBuilder

public ProtoBuf.Class.Builder toBuilder()
Specified by:
toBuilder in interface com.google.protobuf.MessageLite