Class CategoricalValueCondition (0.7.1)

CategoricalValueCondition(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents the spec to match categorical values from parent parameter.

Attribute

NameDescription
values Sequence[str]
Required. Matches values of the parent parameter of 'CATEGORICAL' type. All values must exist in ``categorical_value_spec`` of parent parameter.

Inheritance

builtins.object > proto.message.Message > CategoricalValueCondition