Skip to content

CreateOptions

Defined in: types.ts:307

optional readMask?: 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 "*".


optional transaction?: Engine

Defined in: types.ts:325

Run the operation within a transaction.


optional validateOnly?: 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.

https://google.aip.dev/163