Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class GoldengateConnectionType.
Details of the Goldengate Connection Type resource.
Generated from protobuf message google.cloud.oracledatabase.v1.GoldengateConnectionType
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Identifier. The name of the Goldengate Connection Type resource with the format: projects/{project}/locations/{region}/goldengateConnectionTypes/{goldengate_connection_type} |
↳ connection_type |
int
Output only. The connection type of the Goldengate Connection Type resource. |
↳ technology_types |
string[]
Output only. The technology type of the Goldengate Connection Type resource. |
getName
Identifier. The name of the Goldengate Connection Type resource with the format: projects/{project}/locations/{region}/goldengateConnectionTypes/{goldengate_connection_type}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Identifier. The name of the Goldengate Connection Type resource with the format: projects/{project}/locations/{region}/goldengateConnectionTypes/{goldengate_connection_type}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getConnectionType
Output only. The connection type of the Goldengate Connection Type resource.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type ConnectionType. |
setConnectionType
Output only. The connection type of the Goldengate Connection Type resource.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type ConnectionType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTechnologyTypes
Output only. The technology type of the Goldengate Connection Type resource.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<string> |
|
setTechnologyTypes
Output only. The technology type of the Goldengate Connection Type resource.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|