Class IntValueCondition (1.1.1)

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

Represents the spec to match integer values from parent parameter.

Attribute

NameDescription
values Sequence[int]
Required. Matches values of the parent parameter of 'INTEGER' type. All values must lie in ``integer_value_spec`` of parent parameter.

Inheritance

builtins.object > proto.message.Message > IntValueCondition