The row-scoped write surface: one atomic check-and-mutate.
conditionalMutate(test: readonly BigtableFilter[],branches: { readonly onMatch?: readonly BigtableMutation[]; readonly onNoMatch?: readonly BigtableMutation[]; }): Promise<boolean>
Applies one branch of a CheckAndMutateRow atomically.