effectiveUnitFilter property

String? effectiveUnitFilter
getter/setter pair

Output only snapshot of the effective unit filter at Rollout start time.

Contains a CEL(https://github.com/google/cel-spec) expression consisting of a conjunction of Rollout.unit_filter and RolloutKind.unit_filter. This field captures the filter applied by the Rollout to determine the Unit population. If the associated RolloutKind's unit_filter is modified after the rollout is started, it will not be updated here.

Optional. Output only.

Implementation

core.String? effectiveUnitFilter;