final case class KeyLocator(keyFamily: Int = 0, keyIndex: Int = 0, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[KeyLocator] with Product with Serializable
- keyFamily
The family of key being identified.
- keyIndex
The precise index of the key being identified.
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KeyLocator
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new KeyLocator(keyFamily: Int = 0, keyIndex: Int = 0, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- keyFamily
The family of key being identified.
- keyIndex
The precise index of the key being identified.
Value Members
- def companion: KeyLocator.type
- Definition Classes
- KeyLocator → GeneratedMessage
- def discardUnknownFields: KeyLocator
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- KeyLocator → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- KeyLocator → GeneratedMessage
- val keyFamily: Int
- val keyIndex: Int
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- KeyLocator → GeneratedMessage
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- KeyLocator → GeneratedMessage
- val unknownFields: UnknownFieldSet
- def update(ms: (Lens[KeyLocator, KeyLocator]) => Mutation[KeyLocator]*): KeyLocator
- Definition Classes
- Updatable
- def withKeyFamily(__v: Int): KeyLocator
- def withKeyIndex(__v: Int): KeyLocator
- def withUnknownFields(__v: UnknownFieldSet): KeyLocator
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- KeyLocator → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage