CreateOptions
Defined in: types.ts:307
Properties
Section titled “Properties”readMask?
Section titled “readMask?”
optionalreadMask?:FieldMask
Defined in: types.ts:313
A FieldMask controlling which fields are returned on the
created resource. Overrides the repository’s default read mask.
Defaults to "*".
transaction?
Section titled “transaction?”
optionaltransaction?:Engine
Defined in: types.ts:325
Run the operation within a transaction.
validateOnly?
Section titled “validateOnly?”
optionalvalidateOnly?:boolean
Defined in: types.ts:322
If true, the resource is validated but not persisted. The
returned message reflects what would have been created (including
the computed etag), but no database write occurs.