BatchUpdateItem
Defined in: types.ts:451
Type Parameters
Section titled “Type Parameters”Desc extends DescMessage
Properties
Section titled “Properties”query:
QueryInput<Desc>
Defined in: types.ts:453
An AIP-160 filter string or partial resource identifying the resource to update.
resource
Section titled “resource”resource:
MessageInitShape<Desc>
Defined in: types.ts:456
The fields to update.
updateMask?
Section titled “updateMask?”
optionalupdateMask?: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).