Output only. The database service provides the least level of resources to
each SQL statement, but supports the most number of concurrent SQL
statements.
Output only. The database service provides the least level of resources to
each SQL statement, but supports the most number of concurrent SQL
statements.
[[["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-16 UTC."],[],[],null,["# Interface AutonomousDatabaseConnectionStringsOrBuilder (0.21.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.21.0 (latest)](/java/docs/reference/google-cloud-oracledatabase/latest/com.google.cloud.oracledatabase.v1.AutonomousDatabaseConnectionStringsOrBuilder)\n- [0.19.0](/java/docs/reference/google-cloud-oracledatabase/0.19.0/com.google.cloud.oracledatabase.v1.AutonomousDatabaseConnectionStringsOrBuilder)\n- [0.17.0](/java/docs/reference/google-cloud-oracledatabase/0.17.0/com.google.cloud.oracledatabase.v1.AutonomousDatabaseConnectionStringsOrBuilder)\n- [0.16.0](/java/docs/reference/google-cloud-oracledatabase/0.16.0/com.google.cloud.oracledatabase.v1.AutonomousDatabaseConnectionStringsOrBuilder)\n- [0.13.0](/java/docs/reference/google-cloud-oracledatabase/0.13.0/com.google.cloud.oracledatabase.v1.AutonomousDatabaseConnectionStringsOrBuilder)\n- [0.12.0](/java/docs/reference/google-cloud-oracledatabase/0.12.0/com.google.cloud.oracledatabase.v1.AutonomousDatabaseConnectionStringsOrBuilder)\n- [0.11.0](/java/docs/reference/google-cloud-oracledatabase/0.11.0/com.google.cloud.oracledatabase.v1.AutonomousDatabaseConnectionStringsOrBuilder)\n- [0.9.0](/java/docs/reference/google-cloud-oracledatabase/0.9.0/com.google.cloud.oracledatabase.v1.AutonomousDatabaseConnectionStringsOrBuilder)\n- [0.8.0](/java/docs/reference/google-cloud-oracledatabase/0.8.0/com.google.cloud.oracledatabase.v1.AutonomousDatabaseConnectionStringsOrBuilder)\n- [0.7.0](/java/docs/reference/google-cloud-oracledatabase/0.7.0/com.google.cloud.oracledatabase.v1.AutonomousDatabaseConnectionStringsOrBuilder)\n- [0.6.0](/java/docs/reference/google-cloud-oracledatabase/0.6.0/com.google.cloud.oracledatabase.v1.AutonomousDatabaseConnectionStringsOrBuilder)\n- [0.5.0](/java/docs/reference/google-cloud-oracledatabase/0.5.0/com.google.cloud.oracledatabase.v1.AutonomousDatabaseConnectionStringsOrBuilder)\n- [0.4.0](/java/docs/reference/google-cloud-oracledatabase/0.4.0/com.google.cloud.oracledatabase.v1.AutonomousDatabaseConnectionStringsOrBuilder)\n- [0.3.0](/java/docs/reference/google-cloud-oracledatabase/0.3.0/com.google.cloud.oracledatabase.v1.AutonomousDatabaseConnectionStringsOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-oracledatabase/0.2.0/com.google.cloud.oracledatabase.v1.AutonomousDatabaseConnectionStringsOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-oracledatabase/0.1.0/com.google.cloud.oracledatabase.v1.AutonomousDatabaseConnectionStringsOrBuilder) \n\n public interface AutonomousDatabaseConnectionStringsOrBuilder 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### getAllConnectionStrings()\n\n public abstract AllConnectionStrings getAllConnectionStrings()\n\nOutput only. Returns all connection strings that can be used to connect to\nthe Autonomous Database.\n\n`\n.google.cloud.oracledatabase.v1.AllConnectionStrings all_connection_strings = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getAllConnectionStringsOrBuilder()\n\n public abstract AllConnectionStringsOrBuilder getAllConnectionStringsOrBuilder()\n\nOutput only. Returns all connection strings that can be used to connect to\nthe Autonomous Database.\n\n`\n.google.cloud.oracledatabase.v1.AllConnectionStrings all_connection_strings = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getDedicated()\n\n public abstract String getDedicated()\n\nOutput only. The database service provides the least level of resources to\neach SQL statement, but supports the most number of concurrent SQL\nstatements.\n\n`string dedicated = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getDedicatedBytes()\n\n public abstract ByteString getDedicatedBytes()\n\nOutput only. The database service provides the least level of resources to\neach SQL statement, but supports the most number of concurrent SQL\nstatements.\n\n`string dedicated = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getHigh()\n\n public abstract String getHigh()\n\nOutput only. The database service provides the highest level of resources\nto each SQL statement.\n\n`string high = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getHighBytes()\n\n public abstract ByteString getHighBytes()\n\nOutput only. The database service provides the highest level of resources\nto each SQL statement.\n\n`string high = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getLow()\n\n public abstract String getLow()\n\nOutput only. The database service provides the least level of resources to\neach SQL statement.\n\n`string low = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getLowBytes()\n\n public abstract ByteString getLowBytes()\n\nOutput only. The database service provides the least level of resources to\neach SQL statement.\n\n`string low = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getMedium()\n\n public abstract String getMedium()\n\nOutput only. The database service provides a lower level of resources to\neach SQL statement.\n\n`string medium = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getMediumBytes()\n\n public abstract ByteString getMediumBytes()\n\nOutput only. The database service provides a lower level of resources to\neach SQL statement.\n\n`string medium = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getProfiles(int index)\n\n public abstract DatabaseConnectionStringProfile getProfiles(int index)\n\nOutput only. A list of connection string profiles to allow clients to\ngroup, filter, and select values based on the structured metadata.\n\n`\nrepeated .google.cloud.oracledatabase.v1.DatabaseConnectionStringProfile profiles = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getProfilesCount()\n\n public abstract int getProfilesCount()\n\nOutput only. A list of connection string profiles to allow clients to\ngroup, filter, and select values based on the structured metadata.\n\n`\nrepeated .google.cloud.oracledatabase.v1.DatabaseConnectionStringProfile profiles = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getProfilesList()\n\n public abstract List\u003cDatabaseConnectionStringProfile\u003e getProfilesList()\n\nOutput only. A list of connection string profiles to allow clients to\ngroup, filter, and select values based on the structured metadata.\n\n`\nrepeated .google.cloud.oracledatabase.v1.DatabaseConnectionStringProfile profiles = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getProfilesOrBuilder(int index)\n\n public abstract DatabaseConnectionStringProfileOrBuilder getProfilesOrBuilder(int index)\n\nOutput only. A list of connection string profiles to allow clients to\ngroup, filter, and select values based on the structured metadata.\n\n`\nrepeated .google.cloud.oracledatabase.v1.DatabaseConnectionStringProfile profiles = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getProfilesOrBuilderList()\n\n public abstract List\u003c? extends DatabaseConnectionStringProfileOrBuilder\u003e getProfilesOrBuilderList()\n\nOutput only. A list of connection string profiles to allow clients to\ngroup, filter, and select values based on the structured metadata.\n\n`\nrepeated .google.cloud.oracledatabase.v1.DatabaseConnectionStringProfile profiles = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### hasAllConnectionStrings()\n\n public abstract boolean hasAllConnectionStrings()\n\nOutput only. Returns all connection strings that can be used to connect to\nthe Autonomous Database.\n\n`\n.google.cloud.oracledatabase.v1.AllConnectionStrings all_connection_strings = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`"]]