Databricks SDK for JavaScript
    Preparing search index...
    interface UpdateBranchRequest {
        branch?: Branch;
        updateMask?: FieldMask<Branch>;
    }
    Index

    Properties

    Properties

    branch?: Branch

    The Branch to update.

    The branch's name field is used to identify the branch to update. Format: projects/{project_id}/branches/{branch_id}

    updateMask?: FieldMask<Branch>

    The list of fields to update. If unspecified, all fields will be updated when possible.