[[["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 CloudSQLInstanceInfoOrBuilder (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.networkmanagement.v1.CloudSQLInstanceInfoOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.networkmanagement.v1.CloudSQLInstanceInfoOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.networkmanagement.v1.CloudSQLInstanceInfoOrBuilder) \n\n public interface CloudSQLInstanceInfoOrBuilder 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### getDisplayName()\n\n public abstract String getDisplayName()\n\nName of a Cloud SQL instance.\n\n`string display_name = 1;`\n\n### getDisplayNameBytes()\n\n public abstract ByteString getDisplayNameBytes()\n\nName of a Cloud SQL instance.\n\n`string display_name = 1;`\n\n### getExternalIp()\n\n public abstract String getExternalIp()\n\nExternal IP address of a Cloud SQL instance.\n\n`string external_ip = 6;`\n\n### getExternalIpBytes()\n\n public abstract ByteString getExternalIpBytes()\n\nExternal IP address of a Cloud SQL instance.\n\n`string external_ip = 6;`\n\n### getInternalIp()\n\n public abstract String getInternalIp()\n\nInternal IP address of a Cloud SQL instance.\n\n`string internal_ip = 5;`\n\n### getInternalIpBytes()\n\n public abstract ByteString getInternalIpBytes()\n\nInternal IP address of a Cloud SQL instance.\n\n`string internal_ip = 5;`\n\n### getNetworkUri()\n\n public abstract String getNetworkUri()\n\nURI of a Cloud SQL instance network or empty string if the instance does\nnot have one.\n\n`string network_uri = 4;`\n\n### getNetworkUriBytes()\n\n public abstract ByteString getNetworkUriBytes()\n\nURI of a Cloud SQL instance network or empty string if the instance does\nnot have one.\n\n`string network_uri = 4;`\n\n### getRegion()\n\n public abstract String getRegion()\n\nRegion in which the Cloud SQL instance is running.\n\n`string region = 7;`\n\n### getRegionBytes()\n\n public abstract ByteString getRegionBytes()\n\nRegion in which the Cloud SQL instance is running.\n\n`string region = 7;`\n\n### getUri()\n\n public abstract String getUri()\n\nURI of a Cloud SQL instance.\n\n`string uri = 2;`\n\n### getUriBytes()\n\n public abstract ByteString getUriBytes()\n\nURI of a Cloud SQL instance.\n\n`string uri = 2;`"]]