[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface MysqlColumnOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.datastream.v1.MysqlColumnOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.datastream.v1.MysqlColumnOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.datastream.v1.MysqlColumnOrBuilder) \n\n public interface MysqlColumnOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getCollation()\n\n public abstract String getCollation()\n\nColumn collation.\n\n`string collation = 4;`\n\n### getCollationBytes()\n\n public abstract ByteString getCollationBytes()\n\nColumn collation.\n\n`string collation = 4;`\n\n### getColumn()\n\n public abstract String getColumn()\n\nColumn name.\n\n`string column = 1;`\n\n### getColumnBytes()\n\n public abstract ByteString getColumnBytes()\n\nColumn name.\n\n`string column = 1;`\n\n### getDataType()\n\n public abstract String getDataType()\n\nThe MySQL data type. Full data types list can be found here:\n\u003chttps://dev.mysql.com/doc/refman/8.0/en/data-types.html\u003e\n\n`string data_type = 2;`\n\n### getDataTypeBytes()\n\n public abstract ByteString getDataTypeBytes()\n\nThe MySQL data type. Full data types list can be found here:\n\u003chttps://dev.mysql.com/doc/refman/8.0/en/data-types.html\u003e\n\n`string data_type = 2;`\n\n### getLength()\n\n public abstract int getLength()\n\nColumn length.\n\n`int32 length = 3;`\n\n### getNullable()\n\n public abstract boolean getNullable()\n\nWhether or not the column can accept a null value.\n\n`bool nullable = 6;`\n\n### getOrdinalPosition()\n\n public abstract int getOrdinalPosition()\n\nThe ordinal position of the column in the table.\n\n`int32 ordinal_position = 7;`\n\n### getPrimaryKey()\n\n public abstract boolean getPrimaryKey()\n\nWhether or not the column represents a primary key.\n\n`bool primary_key = 5;`"]]