Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class AutonomousDatabaseConnectionStrings.
The connection string used to connect to the Autonomous Database.
Generated from protobuf message google.cloud.oracledatabase.v1.AutonomousDatabaseConnectionStrings
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ all_connection_strings |
Google\Cloud\OracleDatabase\V1\AllConnectionStrings
Output only. Returns all connection strings that can be used to connect to the Autonomous Database. |
↳ dedicated |
string
Output only. The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements. |
↳ high |
string
Output only. The database service provides the highest level of resources to each SQL statement. |
↳ low |
string
Output only. The database service provides the least level of resources to each SQL statement. |
↳ medium |
string
Output only. The database service provides a lower level of resources to each SQL statement. |
↳ profiles |
array<Google\Cloud\OracleDatabase\V1\DatabaseConnectionStringProfile>
Output only. A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata. |
getAllConnectionStrings
Output only. Returns all connection strings that can be used to connect to the Autonomous Database.
Returns | |
---|---|
Type | Description |
Google\Cloud\OracleDatabase\V1\AllConnectionStrings|null |
hasAllConnectionStrings
clearAllConnectionStrings
setAllConnectionStrings
Output only. Returns all connection strings that can be used to connect to the Autonomous Database.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\OracleDatabase\V1\AllConnectionStrings
|
Returns | |
---|---|
Type | Description |
$this |
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.
Returns | |
---|---|
Type | Description |
string |
setDedicated
Output only. The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getHigh
Output only. The database service provides the highest level of resources to each SQL statement.
Returns | |
---|---|
Type | Description |
string |
setHigh
Output only. The database service provides the highest level of resources to each SQL statement.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getLow
Output only. The database service provides the least level of resources to each SQL statement.
Returns | |
---|---|
Type | Description |
string |
setLow
Output only. The database service provides the least level of resources to each SQL statement.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getMedium
Output only. The database service provides a lower level of resources to each SQL statement.
Returns | |
---|---|
Type | Description |
string |
setMedium
Output only. The database service provides a lower level of resources to each SQL statement.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getProfiles
Output only. A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setProfiles
Output only. A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\OracleDatabase\V1\DatabaseConnectionStringProfile>
|
Returns | |
---|---|
Type | Description |
$this |