[[["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 PostgresqlSourceConfigOrBuilder (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.PostgresqlSourceConfigOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.datastream.v1.PostgresqlSourceConfigOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.datastream.v1.PostgresqlSourceConfigOrBuilder) \n\n public interface PostgresqlSourceConfigOrBuilder 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 PostgresqlRdbms getExcludeObjects()\n\nPostgreSQL objects to exclude from the stream.\n\n`.google.events.cloud.datastream.v1.PostgresqlRdbms exclude_objects = 2;`\n\n### getExcludeObjectsOrBuilder()\n\n public abstract PostgresqlRdbmsOrBuilder getExcludeObjectsOrBuilder()\n\nPostgreSQL objects to exclude from the stream.\n\n`.google.events.cloud.datastream.v1.PostgresqlRdbms exclude_objects = 2;`\n\n### getIncludeObjects()\n\n public abstract PostgresqlRdbms getIncludeObjects()\n\nPostgreSQL objects to include in the stream.\n\n`.google.events.cloud.datastream.v1.PostgresqlRdbms include_objects = 1;`\n\n### getIncludeObjectsOrBuilder()\n\n public abstract PostgresqlRdbmsOrBuilder getIncludeObjectsOrBuilder()\n\nPostgreSQL objects to include in the stream.\n\n`.google.events.cloud.datastream.v1.PostgresqlRdbms include_objects = 1;`\n\n### getPublication()\n\n public abstract String getPublication()\n\nRequired. The name of the publication that includes the set of all tables that are\ndefined in the stream's include_objects.\n\n`string publication = 4;`\n\n### getPublicationBytes()\n\n public abstract ByteString getPublicationBytes()\n\nRequired. The name of the publication that includes the set of all tables that are\ndefined in the stream's include_objects.\n\n`string publication = 4;`\n\n### getReplicationSlot()\n\n public abstract String getReplicationSlot()\n\nRequired. Immutable. The name of the logical replication slot that's configured with the\npgoutput plugin.\n\n`string replication_slot = 3;`\n\n### getReplicationSlotBytes()\n\n public abstract ByteString getReplicationSlotBytes()\n\nRequired. Immutable. The name of the logical replication slot that's configured with the\npgoutput plugin.\n\n`string replication_slot = 3;`\n\n### hasExcludeObjects()\n\n public abstract boolean hasExcludeObjects()\n\nPostgreSQL objects to exclude from the stream.\n\n`.google.events.cloud.datastream.v1.PostgresqlRdbms exclude_objects = 2;`\n\n### hasIncludeObjects()\n\n public abstract boolean hasIncludeObjects()\n\nPostgreSQL objects to include in the stream.\n\n`.google.events.cloud.datastream.v1.PostgresqlRdbms include_objects = 1;`"]]