[[["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 Zone.DiscoverySpec.CsvOptionsOrBuilder (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.dataplex.v1.Zone.DiscoverySpec.CsvOptionsOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.dataplex.v1.Zone.DiscoverySpec.CsvOptionsOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.dataplex.v1.Zone.DiscoverySpec.CsvOptionsOrBuilder) \n\n public static interface Zone.DiscoverySpec.CsvOptionsOrBuilder 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### getDelimiter()\n\n public abstract String getDelimiter()\n\nOptional. The delimiter being used to separate values. This defaults to\n','.\n\n`string delimiter = 2;`\n\n### getDelimiterBytes()\n\n public abstract ByteString getDelimiterBytes()\n\nOptional. The delimiter being used to separate values. This defaults to\n','.\n\n`string delimiter = 2;`\n\n### getDisableTypeInference()\n\n public abstract boolean getDisableTypeInference()\n\nOptional. Whether to disable the inference of data type for CSV data.\nIf true, all columns will be registered as strings.\n\n`bool disable_type_inference = 4;`\n\n### getEncoding()\n\n public abstract String getEncoding()\n\nOptional. The character encoding of the data. The default is UTF-8.\n\n`string encoding = 3;`\n\n### getEncodingBytes()\n\n public abstract ByteString getEncodingBytes()\n\nOptional. The character encoding of the data. The default is UTF-8.\n\n`string encoding = 3;`\n\n### getHeaderRows()\n\n public abstract int getHeaderRows()\n\nOptional. The number of rows to interpret as header rows that should be\nskipped when reading data rows.\n\n`int32 header_rows = 1;`"]]