Databricks SDK for JavaScript
    Preparing search index...

    Interface FieldMaskSchemaField

    One field entry in a FieldMaskSchema: its wire-format name and, for message-typed fields, a lazy reference to the nested message's schema. Array, map, enum, and scalar fields omit children.

    interface FieldMaskSchemaField {
        children?: () => FieldMaskSchema;
        wire: string;
    }
    Index

    Properties

    Properties

    children?: () => FieldMaskSchema
    wire: string