com.google.protobuf

descriptor

package descriptor

Visibility
  1. Public
  2. All

Type Members

  1. 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 trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[DescriptorProto] with Updatable[DescriptorProto] with Product with Serializable

    Describes a message type.

  2. final case class EnumDescriptorProto(name: Option[String] = scala.None, value: Seq[EnumValueDescriptorProto] = scala.collection.Seq.empty[Nothing], options: Option[EnumOptions] = scala.None) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[EnumDescriptorProto] with Updatable[EnumDescriptorProto] with Product with Serializable

    Describes an enum type.

  3. final case class EnumOptions(allowAlias: Option[Boolean] = scala.None, deprecated: Option[Boolean] = scala.None, uninterpretedOption: Seq[UninterpretedOption] = scala.collection.Seq.empty[Nothing], unknownFields: scalapb.UnknownFieldSet = ...) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[EnumOptions] with Updatable[EnumOptions] with ExtendableMessage[EnumOptions] with Product with Serializable

  4. final case class EnumValueDescriptorProto(name: Option[String] = scala.None, number: Option[Int] = scala.None, options: Option[EnumValueOptions] = scala.None) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[EnumValueDescriptorProto] with Updatable[EnumValueDescriptorProto] with Product with Serializable

    Describes a value within an enum.

  5. final case class EnumValueOptions(deprecated: Option[Boolean] = scala.None, uninterpretedOption: Seq[UninterpretedOption] = scala.collection.Seq.empty[Nothing], unknownFields: scalapb.UnknownFieldSet = ...) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[EnumValueOptions] with Updatable[EnumValueOptions] with ExtendableMessage[EnumValueOptions] with Product with Serializable

  6. 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 trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[FieldDescriptorProto] with Updatable[FieldDescriptorProto] with Product with Serializable

    Describes a field within a message.

  7. 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 trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[FieldOptions] with Updatable[FieldOptions] with ExtendableMessage[FieldOptions] with Product with Serializable

  8. 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 trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[FileDescriptorProto] with Updatable[FileDescriptorProto] with Product with Serializable

    Describes a complete .

  9. final case class FileDescriptorSet(file: Seq[FileDescriptorProto] = scala.collection.Seq.empty[Nothing]) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[FileDescriptorSet] with Updatable[FileDescriptorSet] with Product with Serializable

    The protocol compiler can output a FileDescriptorSet containing the .

  10. 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 trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[FileOptions] with Updatable[FileOptions] with ExtendableMessage[FileOptions] with Product with Serializable

  11. final case class GeneratedCodeInfo(annotation: Seq[Annotation] = scala.collection.Seq.empty[Nothing]) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[GeneratedCodeInfo] with Updatable[GeneratedCodeInfo] with Product with Serializable

    Describes the relationship between generated code and its original source file.

  12. 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 trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[MessageOptions] with Updatable[MessageOptions] with ExtendableMessage[MessageOptions] with Product with Serializable

  13. 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 trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[MethodDescriptorProto] with Updatable[MethodDescriptorProto] with Product with Serializable

    Describes a method of a service.

  14. final case class MethodOptions(deprecated: Option[Boolean] = scala.None, idempotencyLevel: Option[IdempotencyLevel] = scala.None, uninterpretedOption: Seq[UninterpretedOption] = scala.collection.Seq.empty[Nothing], unknownFields: scalapb.UnknownFieldSet = ...) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[MethodOptions] with Updatable[MethodOptions] with ExtendableMessage[MethodOptions] with Product with Serializable

  15. final case class OneofDescriptorProto(name: Option[String] = scala.None, options: Option[OneofOptions] = scala.None) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[OneofDescriptorProto] with Updatable[OneofDescriptorProto] with Product with Serializable

    Describes a oneof.

  16. final case class OneofOptions(uninterpretedOption: Seq[UninterpretedOption] = scala.collection.Seq.empty[Nothing], unknownFields: scalapb.UnknownFieldSet = ...) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[OneofOptions] with Updatable[OneofOptions] with ExtendableMessage[OneofOptions] with Product with Serializable

  17. final case class ServiceDescriptorProto(name: Option[String] = scala.None, method: Seq[MethodDescriptorProto] = scala.collection.Seq.empty[Nothing], options: Option[ServiceOptions] = scala.None) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[ServiceDescriptorProto] with Updatable[ServiceDescriptorProto] with Product with Serializable

    Describes a service.

  18. final case class ServiceOptions(deprecated: Option[Boolean] = scala.None, uninterpretedOption: Seq[UninterpretedOption] = scala.collection.Seq.empty[Nothing], unknownFields: scalapb.UnknownFieldSet = ...) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[ServiceOptions] with Updatable[ServiceOptions] with ExtendableMessage[ServiceOptions] with Product with Serializable

  19. final case class SourceCodeInfo(location: Seq[Location] = scala.collection.Seq.empty[Nothing]) extends trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[SourceCodeInfo] with Updatable[SourceCodeInfo] with Product with Serializable

    Encapsulates information about the original source file from which a FileDescriptorProto was generated.

  20. 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 trueaccord.scalapb.GeneratedMessage with trueaccord.scalapb.Message[UninterpretedOption] with Updatable[UninterpretedOption] with Product with Serializable

    A message representing a option the parser does not recognize.

Value Members

  1. object DescriptorProto extends GeneratedMessageCompanion[DescriptorProto] with Serializable

  2. object DescriptorProtoCompanion extends GeneratedFileObject

  3. object EnumDescriptorProto extends GeneratedMessageCompanion[EnumDescriptorProto] with Serializable

  4. object EnumOptions extends GeneratedMessageCompanion[EnumOptions] with Serializable

  5. object EnumValueDescriptorProto extends GeneratedMessageCompanion[EnumValueDescriptorProto] with Serializable

  6. object EnumValueOptions extends GeneratedMessageCompanion[EnumValueOptions] with Serializable

  7. object FieldDescriptorProto extends GeneratedMessageCompanion[FieldDescriptorProto] with Serializable

  8. object FieldOptions extends GeneratedMessageCompanion[FieldOptions] with Serializable

  9. object FileDescriptorProto extends GeneratedMessageCompanion[FileDescriptorProto] with Serializable

  10. object FileDescriptorSet extends GeneratedMessageCompanion[FileDescriptorSet] with Serializable

  11. object FileOptions extends GeneratedMessageCompanion[FileOptions] with Serializable

  12. object GeneratedCodeInfo extends GeneratedMessageCompanion[GeneratedCodeInfo] with Serializable

  13. object MessageOptions extends GeneratedMessageCompanion[MessageOptions] with Serializable

  14. object MethodDescriptorProto extends GeneratedMessageCompanion[MethodDescriptorProto] with Serializable

  15. object MethodOptions extends GeneratedMessageCompanion[MethodOptions] with Serializable

  16. object OneofDescriptorProto extends GeneratedMessageCompanion[OneofDescriptorProto] with Serializable

  17. object OneofOptions extends GeneratedMessageCompanion[OneofOptions] with Serializable

  18. object ServiceDescriptorProto extends GeneratedMessageCompanion[ServiceDescriptorProto] with Serializable

  19. object ServiceOptions extends GeneratedMessageCompanion[ServiceOptions] with Serializable

  20. object SourceCodeInfo extends GeneratedMessageCompanion[SourceCodeInfo] with Serializable

  21. object UninterpretedOption extends GeneratedMessageCompanion[UninterpretedOption] with Serializable

Ungrouped