object ScalaPbOptions extends GeneratedMessageCompanion[ScalaPbOptions]

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

Type Members

  1. final case class AuxEnumOptions(target: Option[String] = _root_.scala.None, options: Option[EnumOptions] = _root_.scala.None, unknownFields: UnknownFieldSet = ...) 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. Set to * to apply to all enums in scope.

    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 = ...) 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. Set to * to apply to all enum values in scope.

    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 = ...) 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. Set to * to apply to all fields in scope.

    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 = ...) 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. Set to * to apply to all messages in scope.

    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 GETTERS_FIELD_NUMBER: Int(27)
  15. final val IGNORE_ALL_TRANSFORMATIONS_FIELD_NUMBER: Int(26)
  16. final val IMPORT_FIELD_NUMBER: Int(3)
  17. final val JAVA_CONVERSIONS_FIELD_NUMBER: Int(23)
  18. final val LENSES_FIELD_NUMBER: Int(12)
  19. final val MAP_TYPE_FIELD_NUMBER: Int(14)
  20. final val NO_DEFAULT_VALUES_IN_CONSTRUCTOR_FIELD_NUMBER: Int(15)
  21. final val NO_PRIMITIVE_WRAPPERS_FIELD_NUMBER: Int(7)
  22. final val OBJECT_NAME_FIELD_NUMBER: Int(10)
  23. final val PACKAGE_NAME_FIELD_NUMBER: Int(1)
  24. final val PREAMBLE_FIELD_NUMBER: Int(4)
  25. final val PREPROCESSORS_FIELD_NUMBER: Int(24)
  26. final val PRESERVE_UNKNOWN_FIELDS_FIELD_NUMBER: Int(9)
  27. final val PRIMITIVE_WRAPPERS_FIELD_NUMBER: Int(6)
  28. final val PUBLIC_CONSTRUCTOR_PARAMETERS_FIELD_NUMBER: Int(29)
  29. final val RETAIN_SOURCE_CODE_INFO_FIELD_NUMBER: Int(13)
  30. final val SCALA3_SOURCES_FIELD_NUMBER: Int(28)
  31. final val SCOPE_FIELD_NUMBER: Int(11)
  32. final val SINGLE_FILE_FIELD_NUMBER: Int(5)
  33. final val TEST_ONLY_NO_JAVA_CONVERSIONS_FIELD_NUMBER: Int(999)
  34. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  35. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. lazy val defaultInstance: ScalaPbOptions
  37. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  38. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
  39. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  41. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  42. def fromAscii(s: String): ScalaPbOptions
    Definition Classes
    GeneratedMessageCompanion
  43. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  44. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  45. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  46. 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 available in Scala.js or scala-native.

    Definition Classes
    ScalaPbOptionsGeneratedMessageCompanion
  47. 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
  48. implicit def messageCompanion: GeneratedMessageCompanion[ScalaPbOptions]
  49. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  50. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
  51. implicit def messageReads: Reads[ScalaPbOptions]
  52. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  53. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: GeneratedMessage]]
  54. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  55. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  56. 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], getters: Option[Boolean], scala3Sources: Option[Boolean], publicConstructorParameters: Option[Boolean], testOnlyNoJavaConversions: Option[Boolean]): ScalaPbOptions
  57. def parseDelimitedFrom(input: InputStream): Option[ScalaPbOptions]
    Definition Classes
    GeneratedMessageCompanion
  58. def parseDelimitedFrom(input: CodedInputStream): Option[ScalaPbOptions]
    Definition Classes
    GeneratedMessageCompanion
  59. def parseFrom(_input__: CodedInputStream): ScalaPbOptions

    Parses a message from a CodedInputStream.

    Parses a message from a CodedInputStream.

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped