//protobuf-kotlin/com.google.protobuf.kotlin/get

get

[JVM]
Content
operator fun ByteString.get(index: Int): Byte

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

Gets the current value of the proto extension.