[[["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 AlloyDbConnectionProfileOrBuilder (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.clouddms.v1.AlloyDbConnectionProfileOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.clouddms.v1.AlloyDbConnectionProfileOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.clouddms.v1.AlloyDbConnectionProfileOrBuilder) \n\n public interface AlloyDbConnectionProfileOrBuilder 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### getClusterId()\n\n public abstract String getClusterId()\n\nRequired. The AlloyDB cluster ID that this connection profile is associated\nwith.\n\n`string cluster_id = 1;`\n\n### getClusterIdBytes()\n\n public abstract ByteString getClusterIdBytes()\n\nRequired. The AlloyDB cluster ID that this connection profile is associated\nwith.\n\n`string cluster_id = 1;`\n\n### getSettings()\n\n public abstract AlloyDbSettings getSettings()\n\nImmutable. Metadata used to create the destination AlloyDB cluster.\n\n`.google.events.cloud.clouddms.v1.AlloyDbSettings settings = 2;`\n\n### getSettingsOrBuilder()\n\n public abstract AlloyDbSettingsOrBuilder getSettingsOrBuilder()\n\nImmutable. Metadata used to create the destination AlloyDB cluster.\n\n`.google.events.cloud.clouddms.v1.AlloyDbSettings settings = 2;`\n\n### hasSettings()\n\n public abstract boolean hasSettings()\n\nImmutable. Metadata used to create the destination AlloyDB cluster.\n\n`.google.events.cloud.clouddms.v1.AlloyDbSettings settings = 2;`"]]