Reference documentation and code samples for the Google Cloud Datastream V1 Client class OracleProfile.
Oracle database profile.
Next ID: 10.
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
Optional. Password for the Oracle connection. Mutually exclusive with the secret_manager_stored_password
field.
↳ database_service
string
Required. Database for the Oracle connection.
↳ connection_attributes
↳ oracle_ssl_config
↳ oracle_asm_config
↳ secret_manager_stored_password
string
Optional. A reference to a Secret Manager resource name storing the Oracle connection password. Mutually exclusive with the password
field.
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
Optional. Password for the Oracle connection. Mutually exclusive with the secret_manager_stored_password
field.
string
setPassword
Optional. Password for the Oracle connection. Mutually exclusive with the secret_manager_stored_password
field.
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
getOracleSslConfig
Optional. SSL configuration for the Oracle connection.
hasOracleSslConfig
clearOracleSslConfig
setOracleSslConfig
Optional. SSL configuration for the Oracle connection.
$this
getOracleAsmConfig
Optional. Configuration for Oracle ASM connection.
hasOracleAsmConfig
clearOracleAsmConfig
setOracleAsmConfig
Optional. Configuration for Oracle ASM connection.
$this
getSecretManagerStoredPassword
Optional. A reference to a Secret Manager resource name storing the Oracle
connection password. Mutually exclusive with the password
field.
string
setSecretManagerStoredPassword
Optional. A reference to a Secret Manager resource name storing the Oracle
connection password. Mutually exclusive with the password
field.
var
string
$this