public interface AutonomousDatabaseConnectionStringsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAllConnectionStrings()
public abstract AllConnectionStrings getAllConnectionStrings()Output only. Returns all connection strings that can be used to connect to the Autonomous Database.
 
 .google.cloud.oracledatabase.v1.AllConnectionStrings all_connection_strings = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| AllConnectionStrings | The allConnectionStrings. | 
getAllConnectionStringsOrBuilder()
public abstract AllConnectionStringsOrBuilder getAllConnectionStringsOrBuilder()Output only. Returns all connection strings that can be used to connect to the Autonomous Database.
 
 .google.cloud.oracledatabase.v1.AllConnectionStrings all_connection_strings = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| AllConnectionStringsOrBuilder | |
getDedicated()
public abstract String getDedicated()Output only. The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
 string dedicated = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| String | The dedicated. | 
getDedicatedBytes()
public abstract ByteString getDedicatedBytes()Output only. The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
 string dedicated = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for dedicated. | 
getHigh()
public abstract String getHigh()Output only. The database service provides the highest level of resources to each SQL statement.
 string high = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| String | The high. | 
getHighBytes()
public abstract ByteString getHighBytes()Output only. The database service provides the highest level of resources to each SQL statement.
 string high = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for high. | 
getLow()
public abstract String getLow()Output only. The database service provides the least level of resources to each SQL statement.
 string low = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| String | The low. | 
getLowBytes()
public abstract ByteString getLowBytes()Output only. The database service provides the least level of resources to each SQL statement.
 string low = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for low. | 
getMedium()
public abstract String getMedium()Output only. The database service provides a lower level of resources to each SQL statement.
 string medium = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| String | The medium. | 
getMediumBytes()
public abstract ByteString getMediumBytes()Output only. The database service provides a lower level of resources to each SQL statement.
 string medium = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for medium. | 
getProfiles(int index)
public abstract DatabaseConnectionStringProfile getProfiles(int index)Output only. A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.
 
 repeated .google.cloud.oracledatabase.v1.DatabaseConnectionStringProfile profiles = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| DatabaseConnectionStringProfile | |
getProfilesCount()
public abstract int getProfilesCount()Output only. A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.
 
 repeated .google.cloud.oracledatabase.v1.DatabaseConnectionStringProfile profiles = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| int | |
getProfilesList()
public abstract List<DatabaseConnectionStringProfile> getProfilesList()Output only. A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.
 
 repeated .google.cloud.oracledatabase.v1.DatabaseConnectionStringProfile profiles = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| List<DatabaseConnectionStringProfile> | |
getProfilesOrBuilder(int index)
public abstract DatabaseConnectionStringProfileOrBuilder getProfilesOrBuilder(int index)Output only. A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.
 
 repeated .google.cloud.oracledatabase.v1.DatabaseConnectionStringProfile profiles = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| DatabaseConnectionStringProfileOrBuilder | |
getProfilesOrBuilderList()
public abstract List<? extends DatabaseConnectionStringProfileOrBuilder> getProfilesOrBuilderList()Output only. A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.
 
 repeated .google.cloud.oracledatabase.v1.DatabaseConnectionStringProfile profiles = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.oracledatabase.v1.DatabaseConnectionStringProfileOrBuilder> | |
hasAllConnectionStrings()
public abstract boolean hasAllConnectionStrings()Output only. Returns all connection strings that can be used to connect to the Autonomous Database.
 
 .google.cloud.oracledatabase.v1.AllConnectionStrings all_connection_strings = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the allConnectionStrings field is set. |