isValid(for:)

    Checks whether the given FieldMask is valid for type M.

    Google_Protobuf_FieldMask+Extensions.swift:340
    func isValid<M>(for messageType: M.Type) -> Bool where M : Message, M : _ProtoNameProviding

    Parameters

    messageType

    Message type to paths check with.

    Returns

    Boolean determines FieldMask is valid.

    Other members in extension

    Types

    Type members

    Show implementation details (1)

    Hide implementation details

    Instance members