Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class PluggableDatabaseConnectionStrings.
The connection strings used to connect to the Oracle Database.
Generated from protobuf message google.cloud.oracledatabase.v1.PluggableDatabaseConnectionStrings
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ all_connection_strings |
array|Google\Protobuf\Internal\MapField
Optional. All connection strings to use to connect to the pluggable database. |
↳ pdb_default |
string
Optional. The default connection string to use to connect to the pluggable database. |
↳ pdb_ip_default |
string
Optional. The default connection string to use to connect to the pluggable database using IP. |
getAllConnectionStrings
Optional. All connection strings to use to connect to the pluggable database.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\MapField |
|
setAllConnectionStrings
Optional. All connection strings to use to connect to the pluggable database.
| Parameter | |
|---|---|
| Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPdbDefault
Optional. The default connection string to use to connect to the pluggable database.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPdbDefault
Optional. The default connection string to use to connect to the pluggable database.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPdbIpDefault
Optional. The default connection string to use to connect to the pluggable database using IP.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPdbIpDefault
Optional. The default connection string to use to connect to the pluggable database using IP.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|