Mode is an enumeration of modes for a field. Mode is required and cannot be unspecified. - NULLABLE: Nullable fields do not need to be specified. - REQUIRED: Required fields must be specified and cannot be null. - UNIQUE: Unique fields must be specified and must be unique.
Name | Type | Description | Notes |
---|---|---|---|
value | str | Mode is an enumeration of modes for a field. Mode is required and cannot be unspecified. - NULLABLE: Nullable fields do not need to be specified. - REQUIRED: Required fields must be specified and cannot be null. - UNIQUE: Unique fields must be specified and must be unique. | defaults to "MODE_UNSPECIFIED", must be one of ["MODE_UNSPECIFIED", "NULLABLE", "REQUIRED", "UNIQUE", ] |