Google Cloud Oracle Database V1 Client - Class GoldengateGoldengateConnectionProperties (0.9.0)

Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class GoldengateGoldengateConnectionProperties.

The properties of GoldengateGoldengateConnectionProperties.

Generated from protobuf message google.cloud.oracledatabase.v1.GoldengateGoldengateConnectionProperties

Namespace

Google \ Cloud \ OracleDatabase \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ password string

Optional. Input only. The password used to connect to the Oracle Goldengate in plain text.

↳ password_secret_version string

Optional. Input only. The resource name of a secret version in Secret Manager which contains the password used to connect to the Oracle Goldengate. Format: projects/{project}/secrets/{secret}/versions/{version}.

↳ technology_type string

Optional. The technology type.

↳ goldengate_deployment_id string

Optional. The name of the GoldengateDeployment associated with the GoldengateConnection. Format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}

↳ host string

Optional. The host of the GoldengateConnection.

↳ port int

Optional. The port of the GoldengateConnection.

↳ username string

Optional. The username credential.

getPassword

Optional. Input only. The password used to connect to the Oracle Goldengate in plain text.

Returns
Type Description
string

hasPassword

setPassword

Optional. Input only. The password used to connect to the Oracle Goldengate in plain text.

Parameter
Name Description
var string
Returns
Type Description
$this

getPasswordSecretVersion

Optional. Input only. The resource name of a secret version in Secret Manager which contains the password used to connect to the Oracle Goldengate. Format: projects/{project}/secrets/{secret}/versions/{version}.

Returns
Type Description
string

hasPasswordSecretVersion

setPasswordSecretVersion

Optional. Input only. The resource name of a secret version in Secret Manager which contains the password used to connect to the Oracle Goldengate. Format: projects/{project}/secrets/{secret}/versions/{version}.

Parameter
Name Description
var string
Returns
Type Description
$this

getTechnologyType

Optional. The technology type.

Returns
Type Description
string

setTechnologyType

Optional. The technology type.

Parameter
Name Description
var string
Returns
Type Description
$this

getGoldengateDeploymentId

Optional. The name of the GoldengateDeployment associated with the GoldengateConnection.

Format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}

Returns
Type Description
string

setGoldengateDeploymentId

Optional. The name of the GoldengateDeployment associated with the GoldengateConnection.

Format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}

Parameter
Name Description
var string
Returns
Type Description
$this

getHost

Optional. The host of the GoldengateConnection.

Returns
Type Description
string

setHost

Optional. The host of the GoldengateConnection.

Parameter
Name Description
var string
Returns
Type Description
$this

getPort

Optional. The port of the GoldengateConnection.

Returns
Type Description
int

setPort

Optional. The port of the GoldengateConnection.

Parameter
Name Description
var int
Returns
Type Description
$this

getUsername

Optional. The username credential.

Returns
Type Description
string

setUsername

Optional. The username credential.

Parameter
Name Description
var string
Returns
Type Description
$this

getConnectionPasswordOptions

Returns
Type Description
string