[[["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 MysqlSourceConfigOrBuilder (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.MysqlSourceConfigOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.datastream.v1.MysqlSourceConfigOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.datastream.v1.MysqlSourceConfigOrBuilder) \n\n public interface MysqlSourceConfigOrBuilder 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### getExcludeObjects()\n\n public abstract MysqlRdbms getExcludeObjects()\n\nMySQL objects to exclude from the stream.\n\n`.google.events.cloud.datastream.v1.MysqlRdbms exclude_objects = 2;`\n\n### getExcludeObjectsOrBuilder()\n\n public abstract MysqlRdbmsOrBuilder getExcludeObjectsOrBuilder()\n\nMySQL objects to exclude from the stream.\n\n`.google.events.cloud.datastream.v1.MysqlRdbms exclude_objects = 2;`\n\n### getIncludeObjects()\n\n public abstract MysqlRdbms getIncludeObjects()\n\nMySQL objects to retrieve from the source.\n\n`.google.events.cloud.datastream.v1.MysqlRdbms include_objects = 1;`\n\n### getIncludeObjectsOrBuilder()\n\n public abstract MysqlRdbmsOrBuilder getIncludeObjectsOrBuilder()\n\nMySQL objects to retrieve from the source.\n\n`.google.events.cloud.datastream.v1.MysqlRdbms include_objects = 1;`\n\n### getMaxConcurrentCdcTasks()\n\n public abstract int getMaxConcurrentCdcTasks()\n\nMaximum number of concurrent CDC tasks. The number should be non negative.\nIf not set (or set to 0), the system's default value will be used.\n\n`int32 max_concurrent_cdc_tasks = 3;`\n\n### hasExcludeObjects()\n\n public abstract boolean hasExcludeObjects()\n\nMySQL objects to exclude from the stream.\n\n`.google.events.cloud.datastream.v1.MysqlRdbms exclude_objects = 2;`\n\n### hasIncludeObjects()\n\n public abstract boolean hasIncludeObjects()\n\nMySQL objects to retrieve from the source.\n\n`.google.events.cloud.datastream.v1.MysqlRdbms include_objects = 1;`"]]