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. final case class FeatureSupport(editionIntroduced: scala.Option[Edition] = _root_.scala.None, editionDeprecated: scala.Option[Edition] = _root_.scala.None, deprecationWarning: scala.Option[String] = _root_.scala.None, editionRemoved: scala.Option[Edition] = _root_.scala.None, unknownFields: scalapb.UnknownFieldSet = ...) extends scalapb.GeneratedMessage with Updatable[FeatureSupport] with Product with Serializable

    Information about the support window of a feature.

    Information about the support window of a feature.

    editionIntroduced

    The edition that this feature was first available in. In editions earlier than this one, the default assigned to EDITION_LEGACY will be used, and proto files will not be able to override it.

    editionDeprecated

    The edition this feature becomes deprecated in. Using this after this edition may trigger warnings.

    deprecationWarning

    The deprecation warning text if this feature is used after the edition it was marked deprecated in.

    editionRemoved

    The edition this feature is no longer available in. In editions after this one, the last default assigned will be used, and proto files will not be able to override it.

    Annotations
    @SerialVersionUID()
  4. implicit class FieldOptionsLens[UpperPB] extends ObjectLens[UpperPB, FieldOptions]
  5. sealed abstract class JSType extends GeneratedEnum
  6. 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).

  7. 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).

  8. 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 FEATURE_SUPPORT_FIELD_NUMBER: Int(22)
  10. final val JSTYPE_FIELD_NUMBER: Int(6)
  11. final val LAZY_FIELD_NUMBER: Int(5)
  12. final val PACKED_FIELD_NUMBER: Int(2)
  13. final val RETENTION_FIELD_NUMBER: Int(17)
  14. final val TARGETS_FIELD_NUMBER: Int(19)
  15. final val UNINTERPRETED_OPTION_FIELD_NUMBER: Int(999)
  16. final val UNVERIFIED_LAZY_FIELD_NUMBER: Int(15)
  17. final val WEAK_FIELD_NUMBER: Int(10)
  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  20. lazy val defaultInstance: FieldOptions
  21. def enumCompanionForField(field: FieldDescriptor): GeneratedEnumCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  22. def enumCompanionForFieldNumber(__fieldNumber: Int): GeneratedEnumCompanion[_]
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def fromAscii(s: String): FieldOptions
    Definition Classes
    GeneratedMessageCompanion
  27. def fromJavaProto(javaPbSource: DescriptorProtos.FieldOptions): FieldOptions
    Definition Classes
    FieldOptionsJavaProtoSupport
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. 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
  32. 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
  33. implicit def messageCompanion: GeneratedMessageCompanion[FieldOptions] with JavaProtoSupport[FieldOptions, DescriptorProtos.FieldOptions]
  34. def messageCompanionForField(field: FieldDescriptor): GeneratedMessageCompanion[_]
    Definition Classes
    GeneratedMessageCompanion
  35. def messageCompanionForFieldNumber(__number: Int): GeneratedMessageCompanion[_]
  36. implicit def messageReads: Reads[FieldOptions]
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. lazy val nestedMessagesCompanions: Seq[GeneratedMessageCompanion[_ <: scalapb.GeneratedMessage]]
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. 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], featureSupport: scala.Option[FeatureSupport], uninterpretedOption: Seq[UninterpretedOption]): FieldOptions
  42. def parseDelimitedFrom(input: InputStream): scala.Option[FieldOptions]
    Definition Classes
    GeneratedMessageCompanion
  43. def parseDelimitedFrom(input: CodedInputStream): scala.Option[FieldOptions]
    Definition Classes
    GeneratedMessageCompanion
  44. def parseFrom(_input__: CodedInputStream): FieldOptions

    Parses a message from a CodedInputStream.

    Parses a message from a CodedInputStream.

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