Skip to content

BatchUpdateItem

Defined in: packages/repo/src/types.ts:597

A single update item for Repository.batchUpdate.

Desc extends DescMessage

query: QueryInput<Desc>

Defined in: packages/repo/src/types.ts:599

An AIP-160 filter string or partial resource identifying the resource to update.


resource: MessageInitShape<Desc>

Defined in: packages/repo/src/types.ts:602

The fields to update.


optional updateMask?: FieldMask

Defined in: packages/repo/src/types.ts:609

A FieldMask controlling which fields from the input are applied to the existing resource. Overrides the repository’s default update mask. Defaults to "*" (all non-OUTPUT_ONLY fields).