FieldRepetitionType
FinalYes
Representation of Schemas.
Constants
- OPTIONAL = 1
- The field is optional (can be null) and each row has 0 or 1 values.
- REPEATED = 2
- The field is repeated and can contain 0 or more values.
- REQUIRED = 0
- This field is required (can not be null) and each row has exactly 1 value.
Properties
- $__names : mixed
Constants
OPTIONAL
The field is optional (can be null) and each row has 0 or 1 values.
public
mixed
OPTIONAL
= 1
REPEATED
The field is repeated and can contain 0 or more values.
public
mixed
REPEATED
= 2
REQUIRED
This field is required (can not be null) and each row has exactly 1 value.
public
mixed
REQUIRED
= 0
Properties
$__names
public
static mixed
$__names
= [0 => 'REQUIRED', 1 => 'OPTIONAL', 2 => 'REPEATED']