object FieldOptions extends GeneratedMessageCompanion[FieldOptions] with JavaProtoSupport[FieldOptions, DescriptorProtos.FieldOptions]

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

Type Members

  1. sealed abstract class CType extends GeneratedEnum
  2. final case class EditionDefault(edition: scala.Option[Edition] = _root_.scala.None, value: scala.Option[String] = _root_.scala.None, unknownFields: scalapb.UnknownFieldSet = ...) extends scalapb.GeneratedMessage with Updatable[EditionDefault] with Product with Serializable

    value

    Textproto value.

    Annotations
    @SerialVersionUID()
  3. implicit class FieldOptionsLens[UpperPB] extends ObjectLens[UpperPB, FieldOptions]
  4. sealed abstract class JSType extends GeneratedEnum
  5. sealed abstract class OptionRetention extends GeneratedEnum

    If set to RETENTION_SOURCE, the option will be omitted from the binary.

    If set to RETENTION_SOURCE, the option will be omitted from the binary. Note: as of January 2023, support for this is in progress and does not yet have an effect (b/264593489).

  6. sealed abstract class OptionTargetType extends GeneratedEnum

    This indicates the types of entities that the field may apply to when used as an option.

    This indicates the types of entities that the field may apply to when used as an option. If it is unset, then the field may be freely used as an option on any kind of entity. Note: as of January 2023, support for this is in progress and does not yet have an effect (b/264593489).

  7. type ValueType = FieldOptions
    Definition Classes
    GeneratedMessageCompanion

Value Members

  1. final def !=(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val CTYPE_FIELD_NUMBER: Int(1)
  5. final val DEBUG_REDACT_FIELD_NUMBER: Int(16)
  6. final val DEPRECATED_FIELD_NUMBER: Int(3)
  7. final val EDITION_DEFAULTS_FIELD_NUMBER: Int(20)
  8. final val FEATURES_FIELD_NUMBER: Int(21)
  9. final val JSTYPE_FIELD_NUMBER: Int(6)
  10. final val LAZY_FIELD_NUMBER: Int(5)
  11. final val PACKED_FIELD_NUMBER: Int(2)
  12. final val RETENTION_FIELD_NUMBER: Int(17)
  13. final val TARGETS_FIELD_NUMBER: Int(19)
  14. final val UNINTERPRETED_OPTION_FIELD_NUMBER: Int(999)
  15. final val UNVERIFIED_LAZY_FIELD_NUMBER: Int(15)
  16. final val WEAK_FIELD_NUMBER: Int(10)
  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  19. lazy val defaultInstance: FieldOptions
  20. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  21. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def fromAscii(s: String): FieldOptions
    Definition Classes
    GeneratedMessageCompanion
  26. def fromJavaProto(javaPbSource: DescriptorProtos.FieldOptions): FieldOptions
    Definition Classes
    FieldOptionsJavaProtoSupport
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. 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
    FieldOptionsGeneratedMessageCompanion
  31. def merge(a: FieldOptions, input: CodedInputStream): FieldOptions

    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
  32. implicit def messageCompanion: GeneratedMessageCompanion[FieldOptions] with JavaProtoSupport[FieldOptions, DescriptorProtos.FieldOptions]
  33. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  34. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
  35. implicit def messageReads: Reads[FieldOptions]
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: scalapb.GeneratedMessage]]
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. def of(ctype: scala.Option[CType], packed: scala.Option[Boolean], jstype: scala.Option[JSType], lazy: scala.Option[Boolean], unverifiedLazy: scala.Option[Boolean], deprecated: scala.Option[Boolean], weak: scala.Option[Boolean], debugRedact: scala.Option[Boolean], retention: scala.Option[OptionRetention], targets: Seq[OptionTargetType], editionDefaults: Seq[EditionDefault], features: scala.Option[FeatureSet], uninterpretedOption: Seq[UninterpretedOption]): FieldOptions
  41. def parseDelimitedFrom(input: InputStream): scala.Option[FieldOptions]
    Definition Classes
    GeneratedMessageCompanion
  42. def parseDelimitedFrom(input: CodedInputStream): scala.Option[FieldOptions]
    Definition Classes
    GeneratedMessageCompanion
  43. def parseFrom(_input__: CodedInputStream): FieldOptions

    Parses a message from a CodedInputStream.

    Parses a message from a CodedInputStream.

    Definition Classes
    FieldOptionsGeneratedMessageCompanion
  44. def parseFrom(s: Array[Byte]): FieldOptions
    Definition Classes
    GeneratedMessageCompanion
  45. def parseFrom(input: InputStream): FieldOptions
    Definition Classes
    GeneratedMessageCompanion
  46. def scalaDescriptor: Descriptor
  47. def streamFromDelimitedInput(input: InputStream): Stream[FieldOptions]
    Definition Classes
    GeneratedMessageCompanion
    Annotations
    @nowarn()
  48. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  49. def toByteArray(a: FieldOptions): Array[Byte]
    Definition Classes
    GeneratedMessageCompanion
  50. def toJavaProto(scalaPbSource: FieldOptions): DescriptorProtos.FieldOptions
    Definition Classes
    FieldOptionsJavaProtoSupport
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. def validate(s: Array[Byte]): Try[FieldOptions]
    Definition Classes
    GeneratedMessageCompanion
  53. def validateAscii(s: String): Either[TextFormatError, FieldOptions]
    Definition Classes
    GeneratedMessageCompanion
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  57. object CType extends GeneratedEnumCompanion[CType]
  58. object EditionDefault extends GeneratedMessageCompanion[EditionDefault] with JavaProtoSupport[EditionDefault, DescriptorProtos.FieldOptions.EditionDefault]
  59. object JSType extends GeneratedEnumCompanion[JSType]
  60. object OptionRetention extends GeneratedEnumCompanion[OptionRetention]
  61. object OptionTargetType extends GeneratedEnumCompanion[OptionTargetType]

Inherited from JavaProtoSupport[FieldOptions, DescriptorProtos.FieldOptions]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from scala.Any

Ungrouped