Output only. The Cloud SQL database instance's additional (outgoing) public
IP. Used when the Cloud SQL database availability type is REGIONAL (i.e.
multiple zones / highly available).
Output only. The Cloud SQL database instance's additional (outgoing) public
IP. Used when the Cloud SQL database availability type is REGIONAL (i.e.
multiple zones / highly available).
[[["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 CloudSqlConnectionProfileOrBuilder (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.CloudSqlConnectionProfileOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.clouddms.v1.CloudSqlConnectionProfileOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.clouddms.v1.CloudSqlConnectionProfileOrBuilder) \n\n public interface CloudSqlConnectionProfileOrBuilder 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### getAdditionalPublicIp()\n\n public abstract String getAdditionalPublicIp()\n\nOutput only. The Cloud SQL database instance's additional (outgoing) public\nIP. Used when the Cloud SQL database availability type is REGIONAL (i.e.\nmultiple zones / highly available).\n\n`string additional_public_ip = 5;`\n\n### getAdditionalPublicIpBytes()\n\n public abstract ByteString getAdditionalPublicIpBytes()\n\nOutput only. The Cloud SQL database instance's additional (outgoing) public\nIP. Used when the Cloud SQL database availability type is REGIONAL (i.e.\nmultiple zones / highly available).\n\n`string additional_public_ip = 5;`\n\n### getCloudSqlId()\n\n public abstract String getCloudSqlId()\n\nOutput only. The Cloud SQL instance ID that this connection profile is\nassociated with.\n\n`string cloud_sql_id = 1;`\n\n### getCloudSqlIdBytes()\n\n public abstract ByteString getCloudSqlIdBytes()\n\nOutput only. The Cloud SQL instance ID that this connection profile is\nassociated with.\n\n`string cloud_sql_id = 1;`\n\n### getPrivateIp()\n\n public abstract String getPrivateIp()\n\nOutput only. The Cloud SQL database instance's private IP.\n\n`string private_ip = 3;`\n\n### getPrivateIpBytes()\n\n public abstract ByteString getPrivateIpBytes()\n\nOutput only. The Cloud SQL database instance's private IP.\n\n`string private_ip = 3;`\n\n### getPublicIp()\n\n public abstract String getPublicIp()\n\nOutput only. The Cloud SQL database instance's public IP.\n\n`string public_ip = 4;`\n\n### getPublicIpBytes()\n\n public abstract ByteString getPublicIpBytes()\n\nOutput only. The Cloud SQL database instance's public IP.\n\n`string public_ip = 4;`\n\n### getSettings()\n\n public abstract CloudSqlSettings getSettings()\n\nImmutable. Metadata used to create the destination Cloud SQL database.\n\n`.google.events.cloud.clouddms.v1.CloudSqlSettings settings = 2;`\n\n### getSettingsOrBuilder()\n\n public abstract CloudSqlSettingsOrBuilder getSettingsOrBuilder()\n\nImmutable. Metadata used to create the destination Cloud SQL database.\n\n`.google.events.cloud.clouddms.v1.CloudSqlSettings settings = 2;`\n\n### hasSettings()\n\n public abstract boolean hasSettings()\n\nImmutable. Metadata used to create the destination Cloud SQL database.\n\n`.google.events.cloud.clouddms.v1.CloudSqlSettings settings = 2;`"]]