Skip to content

BatchUpdateItem

Defined in: types.ts:451

Desc extends DescMessage

query: QueryInput<Desc>

Defined in: types.ts:453

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


resource: MessageInitShape<Desc>

Defined in: types.ts:456

The fields to update.


optional updateMask?: FieldMask

Defined in: types.ts:463

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).