Class CategoricalValueCondition (0.3.1)

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

Represents the spec to match categorical values from parent parameter.

Attribute

Name Description
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