object ScalaPbOptions extends GeneratedMessageCompanion[ScalaPbOptions] with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaPbOptions
  2. Serializable
  3. GeneratedMessageCompanion
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class AuxEnumOptions(target: Option[String] = _root_.scala.None, options: Option[EnumOptions] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[AuxEnumOptions] with Product with Serializable

    AuxEnumOptions enables you to set enum-level options through package-scoped options.

    AuxEnumOptions enables you to set enum-level options through package-scoped options. This is useful when you can't add a dependency on scalapb.proto from the proto file that defines the enum.

    target

    The fully-qualified name of the enum in the proto name space.

    options

    Options to apply to the enum. If there are any options defined on the target enum they take precedence over the options.

    Annotations
    @SerialVersionUID()
  2. final case class AuxEnumValueOptions(target: Option[String] = _root_.scala.None, options: Option[EnumValueOptions] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[AuxEnumValueOptions] with Product with Serializable

    AuxEnumValueOptions enables you to set enum value level options through package-scoped options.

    AuxEnumValueOptions enables you to set enum value level options through package-scoped options. This is useful when you can't add a dependency on scalapb.proto from the proto file that defines the enum.

    target

    The fully-qualified name of the enum value in the proto name space.

    options

    Options to apply to the enum value. If there are any options defined on the target enum value they take precedence over the options.

    Annotations
    @SerialVersionUID()
  3. final case class AuxFieldOptions(target: Option[String] = _root_.scala.None, options: Option[FieldOptions] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[AuxFieldOptions] with Product with Serializable

    AuxFieldOptions enables you to set field-level options through package-scoped options.

    AuxFieldOptions enables you to set field-level options through package-scoped options. This is useful when you can't add a dependency on scalapb.proto from the proto file that defines the field.

    target

    The fully-qualified name of the field in the proto name space.

    options

    Options to apply to the field. If there are any options defined on the target message they take precedence over the options.

    Annotations
    @SerialVersionUID()
  4. final case class AuxMessageOptions(target: Option[String] = _root_.scala.None, options: Option[MessageOptions] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[AuxMessageOptions] with Product with Serializable

    AuxMessageOptions enables you to set message-level options through package-scoped options.

    AuxMessageOptions enables you to set message-level options through package-scoped options. This is useful when you can't add a dependency on scalapb.proto from the proto file that defines the message.

    target

    The fully-qualified name of the message in the proto name space.

    options

    Options to apply to the message. If there are any options defined on the target message they take precedence over the options.

    Annotations
    @SerialVersionUID()
  5. sealed abstract class EnumValueNaming extends GeneratedEnum

    Naming convention for generated enum values

  6. sealed abstract class OptionsScope extends GeneratedEnum

    Whether to apply the options only to this file, or for the entire package (and its subpackages)

  7. implicit class ScalaPbOptionsLens[UpperPB] extends ObjectLens[UpperPB, ScalaPbOptions]
  8. type ValueType = ScalaPbOptions
    Definition Classes
    GeneratedMessageCompanion

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val AUX_ENUM_OPTIONS_FIELD_NUMBER: Int(20)
  5. final val AUX_ENUM_VALUE_OPTIONS_FIELD_NUMBER: Int(22)
  6. final val AUX_FIELD_OPTIONS_FIELD_NUMBER: Int(19)
  7. final val AUX_MESSAGE_OPTIONS_FIELD_NUMBER: Int(18)
  8. final val BYTES_TYPE_FIELD_NUMBER: Int(21)
  9. final val COLLECTION_TYPE_FIELD_NUMBER: Int(8)
  10. final val ENUM_STRIP_PREFIX_FIELD_NUMBER: Int(17)
  11. final val ENUM_VALUE_NAMING_FIELD_NUMBER: Int(16)
  12. final val FIELD_TRANSFORMATIONS_FIELD_NUMBER: Int(25)
  13. final val FLAT_PACKAGE_FIELD_NUMBER: Int(2)
  14. final val IGNORE_ALL_TRANSFORMATIONS_FIELD_NUMBER: Int(26)
  15. final val IMPORT_FIELD_NUMBER: Int(3)
  16. final val JAVA_CONVERSIONS_FIELD_NUMBER: Int(23)
  17. final val LENSES_FIELD_NUMBER: Int(12)
  18. final val MAP_TYPE_FIELD_NUMBER: Int(14)
  19. final val NO_DEFAULT_VALUES_IN_CONSTRUCTOR_FIELD_NUMBER: Int(15)
  20. final val NO_PRIMITIVE_WRAPPERS_FIELD_NUMBER: Int(7)
  21. final val OBJECT_NAME_FIELD_NUMBER: Int(10)
  22. final val PACKAGE_NAME_FIELD_NUMBER: Int(1)
  23. final val PREAMBLE_FIELD_NUMBER: Int(4)
  24. final val PREPROCESSORS_FIELD_NUMBER: Int(24)
  25. final val PRESERVE_UNKNOWN_FIELDS_FIELD_NUMBER: Int(9)
  26. final val PRIMITIVE_WRAPPERS_FIELD_NUMBER: Int(6)
  27. final val RETAIN_SOURCE_CODE_INFO_FIELD_NUMBER: Int(13)
  28. final val SCOPE_FIELD_NUMBER: Int(11)
  29. final val SINGLE_FILE_FIELD_NUMBER: Int(5)
  30. final val TEST_ONLY_NO_JAVA_CONVERSIONS_FIELD_NUMBER: Int(999)
  31. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  32. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  33. lazy val defaultInstance: ScalaPbOptions
  34. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  35. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
  36. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  38. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  39. def fromAscii(s: String): ScalaPbOptions
    Definition Classes
    GeneratedMessageCompanion
  40. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  41. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  42. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  43. def javaDescriptor: Descriptor

    Returns the Java descriptors for this message.

    Returns the Java descriptors for this message. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not avaialable in Scala.js or scala-native.

    Definition Classes
    ScalaPbOptionsGeneratedMessageCompanion
  44. def merge(a: ScalaPbOptions, input: CodedInputStream): ScalaPbOptions

    Merges the given message with the additional fields in the steam.

    Merges the given message with the additional fields in the steam.

    Definition Classes
    GeneratedMessageCompanion
  45. implicit def messageCompanion: GeneratedMessageCompanion[ScalaPbOptions]
  46. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  47. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
  48. implicit def messageReads: Reads[ScalaPbOptions]
  49. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  50. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
  51. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  52. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  53. def of(packageName: Option[String], flatPackage: Option[Boolean], import: Seq[String], preamble: Seq[String], singleFile: Option[Boolean], noPrimitiveWrappers: Option[Boolean], primitiveWrappers: Option[Boolean], collectionType: Option[String], preserveUnknownFields: Option[Boolean], objectName: Option[String], scope: Option[OptionsScope], lenses: Option[Boolean], retainSourceCodeInfo: Option[Boolean], mapType: Option[String], noDefaultValuesInConstructor: Option[Boolean], enumValueNaming: Option[EnumValueNaming], enumStripPrefix: Option[Boolean], bytesType: Option[String], javaConversions: Option[Boolean], auxMessageOptions: Seq[AuxMessageOptions], auxFieldOptions: Seq[AuxFieldOptions], auxEnumOptions: Seq[AuxEnumOptions], auxEnumValueOptions: Seq[AuxEnumValueOptions], preprocessors: Seq[String], fieldTransformations: Seq[FieldTransformation], ignoreAllTransformations: Option[Boolean], testOnlyNoJavaConversions: Option[Boolean]): ScalaPbOptions
  54. def parseDelimitedFrom(input: InputStream): Option[ScalaPbOptions]
    Definition Classes
    GeneratedMessageCompanion
  55. def parseDelimitedFrom(input: CodedInputStream): Option[ScalaPbOptions]
    Definition Classes
    GeneratedMessageCompanion
  56. def parseFrom(_input__: CodedInputStream): ScalaPbOptions

    Parses a message from a CodedInputStream.

    Parses a message from a CodedInputStream.

    Definition Classes
    ScalaPbOptionsGeneratedMessageCompanion
  57. def parseFrom(s: Array[Byte]): ScalaPbOptions
    Definition Classes
    GeneratedMessageCompanion
  58. def parseFrom(input: InputStream): ScalaPbOptions
    Definition Classes
    GeneratedMessageCompanion
  59. def scalaDescriptor: Descriptor
  60. def streamFromDelimitedInput(input: InputStream): Stream[ScalaPbOptions]
    Definition Classes
    GeneratedMessageCompanion
    Annotations
    @nowarn()
  61. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  62. def toByteArray(a: ScalaPbOptions): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  63. def toString(): String
    Definition Classes
    AnyRef → Any
  64. def validate(s: Array[Byte]): Try[ScalaPbOptions]
    Definition Classes
    GeneratedMessageCompanion
  65. def validateAscii(s: String): Either[TextFormatError, ScalaPbOptions]
    Definition Classes
    GeneratedMessageCompanion
  66. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  67. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  68. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  69. object AuxEnumOptions extends GeneratedMessageCompanion[AuxEnumOptions] with Serializable
  70. object AuxEnumValueOptions extends GeneratedMessageCompanion[AuxEnumValueOptions] with Serializable
  71. object AuxFieldOptions extends GeneratedMessageCompanion[AuxFieldOptions] with Serializable
  72. object AuxMessageOptions extends GeneratedMessageCompanion[AuxMessageOptions] with Serializable
  73. object EnumValueNaming extends GeneratedEnumCompanion[EnumValueNaming] with Serializable
  74. object OptionsScope extends GeneratedEnumCompanion[OptionsScope] with Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped