Skip to content

FieldMaskFromBehaviorOptions

Defined in: mask.ts:13

Options for field-mask generation based on google.api.FieldBehavior.

optional maxDepth?: number

Defined in: mask.ts:21

Maximum depth to recurse into nested message fields. When the limit is reached the parent field path is included as-is, meaning the entire subtree is kept without further behaviour filtering.

5