google.protobuf.FieldOptions.CType */ class CType { /** * Default mode. * * Generated from protobuf enum STRING = 0; */ const STRING = 0; /** * Generated from protobuf enum CORD = 1; */ const CORD = 1; /** * Generated from protobuf enum STRING_PIECE = 2; */ const STRING_PIECE = 2; } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CType::class, \Google\Protobuf\Internal\FieldOptions_CType::class);