BatchUpdateItem
Defined in: packages/repo/src/types.ts:597
A single update item for Repository.batchUpdate.
Type Parameters
Section titled “Type Parameters”Desc extends DescMessage
Properties
Section titled “Properties”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
Section titled “resource”resource:
MessageInitShape<Desc>
Defined in: packages/repo/src/types.ts:602
The fields to update.
updateMask?
Section titled “updateMask?”
optionalupdateMask?: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).