required constant

FieldBehavior const required

Denotes a field as required. This indicates that the field must be provided as part of the request, and failure to do so will cause an error (usually INVALID_ARGUMENT).

Implementation

static const required = FieldBehavior('REQUIRED');