case class DescriptorProto(name: Option[String] = scala.None, field: Seq[FieldDescriptorProto] = scala.Nil, nestedType: Seq[DescriptorProto] = scala.Nil, enumType: Seq[EnumDescriptorProto] = scala.Nil, extensionRange: Seq[ExtensionRange] = scala.Nil, extension: Seq[FieldDescriptorProto] = scala.Nil, options: Option[MessageOptions] = scala.None, oneofDecl: Seq[OneofDescriptorProto] = scala.Nil, reservedRange: Seq[ReservedRange] = scala.Nil, reservedName: Seq[String] = scala.Nil) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DescriptorProto
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DescriptorProto(name: Option[String] = scala.None, field: Seq[FieldDescriptorProto] = scala.Nil, nestedType: Seq[DescriptorProto] = scala.Nil, enumType: Seq[EnumDescriptorProto] = scala.Nil, extensionRange: Seq[ExtensionRange] = scala.Nil, extension: Seq[FieldDescriptorProto] = scala.Nil, options: Option[MessageOptions] = scala.None, oneofDecl: Seq[OneofDescriptorProto] = scala.Nil, reservedRange: Seq[ReservedRange] = scala.Nil, reservedName: Seq[String] = scala.Nil)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val enumType: Seq[EnumDescriptorProto]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val extension: Seq[FieldDescriptorProto]
- val extensionRange: Seq[ExtensionRange]
- val field: Seq[FieldDescriptorProto]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: Option[String]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nestedType: Seq[DescriptorProto]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val oneofDecl: Seq[OneofDescriptorProto]
- val options: Option[MessageOptions]
- val reservedName: Seq[String]
- val reservedRange: Seq[ReservedRange]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )