Initializerswift-protobuf 1.29.0SwiftProtobuf
init
Message+FieldMask.swift:53init()
init()
s13SwiftProtobuf07Google_B10_FieldMaskV12MergeOptionsVAEycfc
What are these?55JOT
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct MergeOptions
Defines available options for merging two messages.
struct Google_Protobuf_FieldMask
FieldMask
represents a set of symbolic field paths, for example:
var replaceRepeatedFields: Bool
The default merging behavior will append entries from the source repeated field to the destination repeated field. If you only want to keep the entries from the source repeated field, set this flag to true.