com.google.protobuf.descriptor.FileOptions.OptimizeMode
See theOptimizeMode companion object
sealed abstract class OptimizeMode(val value: Int) extends GeneratedEnum
Generated classes can be optimized for speed or code size.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait GeneratedEnumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object CODE_SIZE.typeobject LITE_RUNTIME.typetrait Recognizedobject SPEED.typeclass Unrecognized
Members list
Type members
Value members
Concrete methods
Inherited methods
Attributes
- Inherited from:
- Equals
Attributes
- Inherited from:
- GeneratedEnum
Attributes
- Inherited from:
- GeneratedEnum
Attributes
- Inherited from:
- GeneratedEnum
Attributes
- Inherited from:
- GeneratedEnum
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- GeneratedEnum
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
GeneratedEnum -> Any
- Inherited from:
- GeneratedEnum
Concrete fields
In this article