Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class AllConnectionStrings.
A list of all connection strings that can be used to connect to the Autonomous Database.
Generated from protobuf message google.cloud.oracledatabase.v1.AllConnectionStrings
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ 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. |
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 |