Reference documentation and code samples for the Google Cloud Datastream V1 Client class OracleProfile.
Oracle database profile.
Generated from protobuf message google.cloud.datastream.v1.OracleProfile
Namespace
Google \ Cloud \ Datastream \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ hostname
string
Required. Hostname for the Oracle connection.
↳ port
int
Port for the Oracle connection, default value is 1521.
↳ username
string
Required. Username for the Oracle connection.
↳ password
string
Required. Password for the Oracle connection.
↳ database_service
string
Required. Database for the Oracle connection.
↳ connection_attributes
getHostname
Required. Hostname for the Oracle connection.
string
setHostname
Required. Hostname for the Oracle connection.
var
string
$this
getPort
Port for the Oracle connection, default value is 1521.
int
setPort
Port for the Oracle connection, default value is 1521.
var
int
$this
getUsername
Required. Username for the Oracle connection.
string
setUsername
Required. Username for the Oracle connection.
var
string
$this
getPassword
Required. Password for the Oracle connection.
string
setPassword
Required. Password for the Oracle connection.
var
string
$this
getDatabaseService
Required. Database for the Oracle connection.
string
setDatabaseService
Required. Database for the Oracle connection.
var
string
$this
getConnectionAttributes
Connection string attributes
setConnectionAttributes
Connection string attributes
$this