package
descriptor
Type Members
-
final
case class
DescriptorProto(name: Option[String] = scala.None, field: Seq[FieldDescriptorProto] = scala.collection.Seq.empty[Nothing], extension: Seq[FieldDescriptorProto] = scala.collection.Seq.empty[Nothing], nestedType: Seq[DescriptorProto] = scala.collection.Seq.empty[Nothing], enumType: Seq[EnumDescriptorProto] = scala.collection.Seq.empty[Nothing], extensionRange: Seq[ExtensionRange] = scala.collection.Seq.empty[Nothing], oneofDecl: Seq[OneofDescriptorProto] = scala.collection.Seq.empty[Nothing], options: Option[MessageOptions] = scala.None, reservedRange: Seq[ReservedRange] = scala.collection.Seq.empty[Nothing], reservedName: Seq[String] = scala.collection.Seq.empty[Nothing]) extends scalapb.GeneratedMessage with scalapb.Message[DescriptorProto] with Updatable[DescriptorProto] with Product with Serializable
-
-
-
-
-
final
case class
FieldDescriptorProto(name: Option[String] = scala.None, number: Option[Int] = scala.None, label: Option[Label] = scala.None, type: Option[Type] = scala.None, typeName: Option[String] = scala.None, extendee: Option[String] = scala.None, defaultValue: Option[String] = scala.None, oneofIndex: Option[Int] = scala.None, jsonName: Option[String] = scala.None, options: Option[FieldOptions] = scala.None) extends scalapb.GeneratedMessage with scalapb.Message[FieldDescriptorProto] with Updatable[FieldDescriptorProto] with Product with Serializable
-
final
case class
FieldOptions(ctype: Option[CType] = scala.None, packed: Option[Boolean] = scala.None, jstype: Option[JSType] = scala.None, lazy: Option[Boolean] = scala.None, deprecated: Option[Boolean] = scala.None, weak: Option[Boolean] = scala.None, uninterpretedOption: Seq[UninterpretedOption] = scala.collection.Seq.empty[Nothing], unknownFields: scalapb.UnknownFieldSet = ...) extends scalapb.GeneratedMessage with scalapb.Message[FieldOptions] with Updatable[FieldOptions] with ExtendableMessage[FieldOptions] with Product with Serializable
-
final
case class
FileDescriptorProto(name: Option[String] = scala.None, package: Option[String] = scala.None, dependency: Seq[String] = scala.collection.Seq.empty[Nothing], publicDependency: Seq[Int] = scala.collection.Seq.empty[Nothing], weakDependency: Seq[Int] = scala.collection.Seq.empty[Nothing], messageType: Seq[DescriptorProto] = scala.collection.Seq.empty[Nothing], enumType: Seq[EnumDescriptorProto] = scala.collection.Seq.empty[Nothing], service: Seq[ServiceDescriptorProto] = scala.collection.Seq.empty[Nothing], extension: Seq[FieldDescriptorProto] = scala.collection.Seq.empty[Nothing], options: Option[FileOptions] = scala.None, sourceCodeInfo: Option[SourceCodeInfo] = scala.None, syntax: Option[String] = scala.None) extends scalapb.GeneratedMessage with scalapb.Message[FileDescriptorProto] with Updatable[FileDescriptorProto] with Product with Serializable
-
-
final
case class
FileOptions(javaPackage: Option[String] = scala.None, javaOuterClassname: Option[String] = scala.None, javaMultipleFiles: Option[Boolean] = scala.None, javaGenerateEqualsAndHash: Option[Boolean] = scala.None, javaStringCheckUtf8: Option[Boolean] = scala.None, optimizeFor: Option[OptimizeMode] = scala.None, goPackage: Option[String] = scala.None, ccGenericServices: Option[Boolean] = scala.None, javaGenericServices: Option[Boolean] = scala.None, pyGenericServices: Option[Boolean] = scala.None, deprecated: Option[Boolean] = scala.None, ccEnableArenas: Option[Boolean] = scala.None, objcClassPrefix: Option[String] = scala.None, csharpNamespace: Option[String] = scala.None, swiftPrefix: Option[String] = scala.None, phpClassPrefix: Option[String] = scala.None, uninterpretedOption: Seq[UninterpretedOption] = scala.collection.Seq.empty[Nothing], unknownFields: scalapb.UnknownFieldSet = ...) extends scalapb.GeneratedMessage with scalapb.Message[FileOptions] with Updatable[FileOptions] with ExtendableMessage[FileOptions] with Product with Serializable
-
-
final
case class
MessageOptions(messageSetWireFormat: Option[Boolean] = scala.None, noStandardDescriptorAccessor: Option[Boolean] = scala.None, deprecated: Option[Boolean] = scala.None, mapEntry: Option[Boolean] = scala.None, uninterpretedOption: Seq[UninterpretedOption] = scala.collection.Seq.empty[Nothing], unknownFields: scalapb.UnknownFieldSet = ...) extends scalapb.GeneratedMessage with scalapb.Message[MessageOptions] with Updatable[MessageOptions] with ExtendableMessage[MessageOptions] with Product with Serializable
-
final
case class
MethodDescriptorProto(name: Option[String] = scala.None, inputType: Option[String] = scala.None, outputType: Option[String] = scala.None, options: Option[MethodOptions] = scala.None, clientStreaming: Option[Boolean] = scala.None, serverStreaming: Option[Boolean] = scala.None) extends scalapb.GeneratedMessage with scalapb.Message[MethodDescriptorProto] with Updatable[MethodDescriptorProto] with Product with Serializable
-
-
-
-
-
-
-
final
case class
UninterpretedOption(name: Seq[NamePart] = scala.collection.Seq.empty[Nothing], identifierValue: Option[String] = scala.None, positiveIntValue: Option[Long] = scala.None, negativeIntValue: Option[Long] = scala.None, doubleValue: Option[Double] = scala.None, stringValue: Option[ByteString] = scala.None, aggregateValue: Option[String] = scala.None) extends scalapb.GeneratedMessage with scalapb.Message[UninterpretedOption] with Updatable[UninterpretedOption] with Product with Serializable