kotlinx-rpc
0.10.3
      Target filter

Back to docs

Search in API
Skip to content
    kotlinx-rpc
kotlinx-rpc-protobuf-wkt/com.google.protobuf.kotlin/optionsOrNull

optionsOrNull

val FileDescriptorProto.optionsOrNull: FileOptions?(source)
val DescriptorProto.optionsOrNull: MessageOptions?(source)
val FieldDescriptorProto.optionsOrNull: FieldOptions?(source)
val OneofDescriptorProto.optionsOrNull: OneofOptions?(source)
val EnumDescriptorProto.optionsOrNull: EnumOptions?(source)
val EnumValueDescriptorProto.optionsOrNull: EnumValueOptions?(source)
val ServiceDescriptorProto.optionsOrNull: ServiceOptions?(source)
val MethodDescriptorProto.optionsOrNull: MethodOptions?(source)
val DescriptorProto.ExtensionRange.optionsOrNull: ExtensionRangeOptions?(source)

Returns the value of the options field if present, otherwise null.

Generated by Dokka
© 2026 JetBrains s.r.o and contributors. Apache License 2.0