//protobuf-kotlin/com.google.protobuf.kotlin/get
[JVM]
Content
operator fun ByteString.get(index: Int): Byte
More info
Gets the byte at index.
[JVM]
Content
operator fun <M : GeneratedMessageV3.ExtendableMessage<M>, MorBT : GeneratedMessageV3.ExtendableMessageOrBuilder<M>, T : Any> MorBT.get(extension: ExtensionLite<M, T>): T
More info
Gets the current value of the proto extension.